/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 2304px;
  }
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-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-px {
  bottom: -1px;
}
.-left-\[7px\] {
  left: -7px;
}
.-right-2 {
  right: -0.5rem;
}
.-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-px {
  top: -1px;
}
.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-\[10\%\] {
  bottom: 10%;
}
.bottom-px {
  bottom: 1px;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-14 {
  left: 3.5rem;
}
.left-16 {
  left: 4rem;
}
.left-60 {
  left: 15rem;
}
.left-\[320px\] {
  left: 320px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-52 {
  right: 13rem;
}
.right-7 {
  right: 1.75rem;
}
.right-full {
  right: 100%;
}
.start-0 {
  inset-inline-start: 0px;
}
.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-\[114px\] {
  top: 114px;
}
.top-\[305px\] {
  top: 305px;
}
.top-\[340px\] {
  top: 340px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[68px\] {
  top: 68px;
}
.top-\[80\%\] {
  top: 80%;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.-z-30 {
  z-index: -30;
}
.-z-40 {
  z-index: -40;
}
.-z-50 {
  z-index: -50;
}
.z-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-\[15\] {
  z-index: 15;
}
.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-start-1 {
  grid-column-start: 1;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-8 {
  grid-column-start: 8;
}
.float-right {
  float: right;
}
.-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-px {
  margin: -1px;
}
.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;
}
.m-px {
  margin: 1px;
}
.-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-px {
  margin-left: -1px;
  margin-right: -1px;
}
.-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-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.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;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.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-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.-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-px {
  margin-bottom: -1px;
}
.-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-px {
  margin-left: -1px;
}
.-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-px {
  margin-right: -1px;
}
.-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-px {
  margin-top: -1px;
}
.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;
}
.mb-px {
  margin-bottom: 1px;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.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-\[1\%\] {
  margin-left: 1%;
}
.ml-\[167px\] {
  margin-left: 167px;
}
.ml-auto {
  margin-left: auto;
}
.ml-px {
  margin-left: 1px;
}
.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-px {
  margin-right: 1px;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.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-\[-100px\] {
  margin-top: -100px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[5\%\] {
  margin-top: 5%;
}
.mt-px {
  margin-top: 1px;
}
.box-border {
  box-sizing: border-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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.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-\[1000px\] {
  height: 1000px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[1410px\] {
  height: 1410px;
}
.h-\[1414px\] {
  height: 1414px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[252px\] {
  height: 252px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[850px\] {
  height: 850px;
}
.h-\[900px\] {
  height: 900px;
}
.h-\[950px\] {
  height: 950px;
}
.h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.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-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[10rem\] {
  max-height: 10rem;
}
.max-h-\[12rem\] {
  max-height: 12rem;
}
.max-h-\[14rem\] {
  max-height: 14rem;
}
.max-h-\[16rem\] {
  max-height: 16rem;
}
.max-h-\[18rem\] {
  max-height: 18rem;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30rem\] {
  max-height: 30rem;
}
.max-h-\[31rem\] {
  max-height: 31rem;
}
.max-h-\[32rem\] {
  max-height: 32rem;
}
.max-h-\[33rem\] {
  max-height: 33rem;
}
.max-h-\[34rem\] {
  max-height: 34rem;
}
.max-h-\[35rem\] {
  max-height: 35rem;
}
.max-h-\[36rem\] {
  max-height: 36rem;
}
.max-h-\[37rem\] {
  max-height: 37rem;
}
.max-h-\[38rem\] {
  max-height: 38rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40rem\] {
  max-height: 40rem;
}
.max-h-\[41rem\] {
  max-height: 41rem;
}
.max-h-\[45rem\] {
  max-height: 45rem;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[50rem\] {
  max-height: 50rem;
}
.max-h-\[55rem\] {
  max-height: 55rem;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[60rem\] {
  max-height: 60rem;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[900px\] {
  max-height: 900px;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[1000px\] {
  min-height: 1000px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[1100px\] {
  min-height: 1100px;
}
.min-h-\[135px\] {
  min-height: 135px;
}
.min-h-\[1360px\] {
  min-height: 1360px;
}
.min-h-\[1400px\] {
  min-height: 1400px;
}
.min-h-\[1415px\] {
  min-height: 1415px;
}
.min-h-\[1450px\] {
  min-height: 1450px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[790px\] {
  min-height: 790px;
}
.min-h-\[794px\] {
  min-height: 794px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-\[900px\] {
  min-height: 900px;
}
.min-h-\[990px\] {
  min-height: 990px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-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-\[1000px\] {
  width: 1000px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1400px\] {
  width: 1400px;
}
.w-\[1410px\] {
  width: 1410px;
}
.w-\[1500px\] {
  width: 1500px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[1600px\] {
  width: 1600px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[297px\] {
  width: 297px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[850px\] {
  width: 850px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[950px\] {
  width: 950px;
}
.w-\[98\%\] {
  width: 98%;
}
.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-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[330px\] {
  min-width: 330px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-20 {
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4 {
  --tw-translate-y: -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));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/4 {
  --tw-translate-x: 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));
}
.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-16px\] {
  --tw-translate-x: -16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-80px\] {
  --tw-translate-x: -80px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[16px\] {
  --tw-translate-x: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[80px\] {
  --tw-translate-x: 80px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --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));
}
.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-none {
  transform: none;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.-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-px {
  scroll-margin: -1px;
}
.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-px {
  scroll-margin: 1px;
}
.-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-mx-px {
  scroll-margin-left: -1px;
  scroll-margin-right: -1px;
}
.-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-my-px {
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.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-mx-px {
  scroll-margin-left: 1px;
  scroll-margin-right: 1px;
}
.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-my-px {
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}
.-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-mb-px {
  scroll-margin-bottom: -1px;
}
.-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-ml-px {
  scroll-margin-left: -1px;
}
.-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-mr-px {
  scroll-margin-right: -1px;
}
.-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-mt-px {
  scroll-margin-top: -1px;
}
.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-mb-px {
  scroll-margin-bottom: 1px;
}
.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-ml-px {
  scroll-margin-left: 1px;
}
.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-mr-px {
  scroll-margin-right: 1px;
}
.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-mt-px {
  scroll-margin-top: 1px;
}
.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-p-px {
  scroll-padding: 1px;
}
.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-px-px {
  scroll-padding-left: 1px;
  scroll-padding-right: 1px;
}
.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-py-px {
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}
.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-pb-px {
  scroll-padding-bottom: 1px;
}
.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-pl-px {
  scroll-padding-left: 1px;
}
.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-pr-px {
  scroll-padding-right: 1px;
}
.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;
}
.scroll-pt-px {
  scroll-padding-top: 1px;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.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));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.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-items-center {
  justify-items: center;
}
.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-px {
  gap: 1px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.-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-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-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-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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-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-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-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-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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/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-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}
.self-start {
  align-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-4xl {
  border-radius: 2rem;
}
.rounded-5xl {
  border-radius: 2.5rem;
}
.rounded-6xl {
  border-radius: 3rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-none {
  border-style: none;
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}
.border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}
.border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}
.border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}
.border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}
.border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}
.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}
.border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}
.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}
.border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}
.border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}
.border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}
.border-amber-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}
.border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}
.border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}
.border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}
.border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}
.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}
.border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}
.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}
.border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}
.border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}
.border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}
.border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}
.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}
.border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}
.border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}
.border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}
.border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}
.border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}
.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}
.border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}
.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}
.border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}
.border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}
.border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}
.border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}
.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}
.border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}
.border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}
.border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}
.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}
.border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}
.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}
.border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}
.border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}
.border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}
.border-amber-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}
.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.border-amber-950\/0 {
  border-color: rgb(69 26 3 / 0);
}
.border-amber-950\/10 {
  border-color: rgb(69 26 3 / 0.1);
}
.border-amber-950\/100 {
  border-color: rgb(69 26 3 / 1);
}
.border-amber-950\/20 {
  border-color: rgb(69 26 3 / 0.2);
}
.border-amber-950\/25 {
  border-color: rgb(69 26 3 / 0.25);
}
.border-amber-950\/30 {
  border-color: rgb(69 26 3 / 0.3);
}
.border-amber-950\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.border-amber-950\/5 {
  border-color: rgb(69 26 3 / 0.05);
}
.border-amber-950\/50 {
  border-color: rgb(69 26 3 / 0.5);
}
.border-amber-950\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.border-amber-950\/70 {
  border-color: rgb(69 26 3 / 0.7);
}
.border-amber-950\/75 {
  border-color: rgb(69 26 3 / 0.75);
}
.border-amber-950\/80 {
  border-color: rgb(69 26 3 / 0.8);
}
.border-amber-950\/90 {
  border-color: rgb(69 26 3 / 0.9);
}
.border-amber-950\/95 {
  border-color: rgb(69 26 3 / 0.95);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.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\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}
.border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}
.border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}
.border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}
.border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}
.border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}
.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}
.border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}
.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}
.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}
.border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}
.border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}
.border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}
.border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}
.border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}
.border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}
.border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}
.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}
.border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}
.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}
.border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}
.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}
.border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}
.border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}
.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}
.border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}
.border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}
.border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}
.border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}
.border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}
.border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}
.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}
.border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}
.border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}
.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.border-cyan-50\/0 {
  border-color: rgb(236 254 255 / 0);
}
.border-cyan-50\/10 {
  border-color: rgb(236 254 255 / 0.1);
}
.border-cyan-50\/100 {
  border-color: rgb(236 254 255 / 1);
}
.border-cyan-50\/20 {
  border-color: rgb(236 254 255 / 0.2);
}
.border-cyan-50\/25 {
  border-color: rgb(236 254 255 / 0.25);
}
.border-cyan-50\/30 {
  border-color: rgb(236 254 255 / 0.3);
}
.border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.border-cyan-50\/5 {
  border-color: rgb(236 254 255 / 0.05);
}
.border-cyan-50\/50 {
  border-color: rgb(236 254 255 / 0.5);
}
.border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.border-cyan-50\/70 {
  border-color: rgb(236 254 255 / 0.7);
}
.border-cyan-50\/75 {
  border-color: rgb(236 254 255 / 0.75);
}
.border-cyan-50\/80 {
  border-color: rgb(236 254 255 / 0.8);
}
.border-cyan-50\/90 {
  border-color: rgb(236 254 255 / 0.9);
}
.border-cyan-50\/95 {
  border-color: rgb(236 254 255 / 0.95);
}
.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}
.border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}
.border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}
.border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}
.border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}
.border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}
.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}
.border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}
.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}
.border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}
.border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}
.border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}
.border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}
.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.border-cyan-700\/0 {
  border-color: rgb(14 116 144 / 0);
}
.border-cyan-700\/10 {
  border-color: rgb(14 116 144 / 0.1);
}
.border-cyan-700\/100 {
  border-color: rgb(14 116 144 / 1);
}
.border-cyan-700\/20 {
  border-color: rgb(14 116 144 / 0.2);
}
.border-cyan-700\/25 {
  border-color: rgb(14 116 144 / 0.25);
}
.border-cyan-700\/30 {
  border-color: rgb(14 116 144 / 0.3);
}
.border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.border-cyan-700\/5 {
  border-color: rgb(14 116 144 / 0.05);
}
.border-cyan-700\/50 {
  border-color: rgb(14 116 144 / 0.5);
}
.border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.border-cyan-700\/70 {
  border-color: rgb(14 116 144 / 0.7);
}
.border-cyan-700\/75 {
  border-color: rgb(14 116 144 / 0.75);
}
.border-cyan-700\/80 {
  border-color: rgb(14 116 144 / 0.8);
}
.border-cyan-700\/90 {
  border-color: rgb(14 116 144 / 0.9);
}
.border-cyan-700\/95 {
  border-color: rgb(14 116 144 / 0.95);
}
.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.border-cyan-800\/0 {
  border-color: rgb(21 94 117 / 0);
}
.border-cyan-800\/10 {
  border-color: rgb(21 94 117 / 0.1);
}
.border-cyan-800\/100 {
  border-color: rgb(21 94 117 / 1);
}
.border-cyan-800\/20 {
  border-color: rgb(21 94 117 / 0.2);
}
.border-cyan-800\/25 {
  border-color: rgb(21 94 117 / 0.25);
}
.border-cyan-800\/30 {
  border-color: rgb(21 94 117 / 0.3);
}
.border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.border-cyan-800\/5 {
  border-color: rgb(21 94 117 / 0.05);
}
.border-cyan-800\/50 {
  border-color: rgb(21 94 117 / 0.5);
}
.border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.border-cyan-800\/70 {
  border-color: rgb(21 94 117 / 0.7);
}
.border-cyan-800\/75 {
  border-color: rgb(21 94 117 / 0.75);
}
.border-cyan-800\/80 {
  border-color: rgb(21 94 117 / 0.8);
}
.border-cyan-800\/90 {
  border-color: rgb(21 94 117 / 0.9);
}
.border-cyan-800\/95 {
  border-color: rgb(21 94 117 / 0.95);
}
.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.border-cyan-900\/0 {
  border-color: rgb(22 78 99 / 0);
}
.border-cyan-900\/10 {
  border-color: rgb(22 78 99 / 0.1);
}
.border-cyan-900\/100 {
  border-color: rgb(22 78 99 / 1);
}
.border-cyan-900\/20 {
  border-color: rgb(22 78 99 / 0.2);
}
.border-cyan-900\/25 {
  border-color: rgb(22 78 99 / 0.25);
}
.border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}
.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.border-cyan-900\/5 {
  border-color: rgb(22 78 99 / 0.05);
}
.border-cyan-900\/50 {
  border-color: rgb(22 78 99 / 0.5);
}
.border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.border-cyan-900\/70 {
  border-color: rgb(22 78 99 / 0.7);
}
.border-cyan-900\/75 {
  border-color: rgb(22 78 99 / 0.75);
}
.border-cyan-900\/80 {
  border-color: rgb(22 78 99 / 0.8);
}
.border-cyan-900\/90 {
  border-color: rgb(22 78 99 / 0.9);
}
.border-cyan-900\/95 {
  border-color: rgb(22 78 99 / 0.95);
}
.border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.border-cyan-950\/0 {
  border-color: rgb(8 51 68 / 0);
}
.border-cyan-950\/10 {
  border-color: rgb(8 51 68 / 0.1);
}
.border-cyan-950\/100 {
  border-color: rgb(8 51 68 / 1);
}
.border-cyan-950\/20 {
  border-color: rgb(8 51 68 / 0.2);
}
.border-cyan-950\/25 {
  border-color: rgb(8 51 68 / 0.25);
}
.border-cyan-950\/30 {
  border-color: rgb(8 51 68 / 0.3);
}
.border-cyan-950\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.border-cyan-950\/5 {
  border-color: rgb(8 51 68 / 0.05);
}
.border-cyan-950\/50 {
  border-color: rgb(8 51 68 / 0.5);
}
.border-cyan-950\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.border-cyan-950\/70 {
  border-color: rgb(8 51 68 / 0.7);
}
.border-cyan-950\/75 {
  border-color: rgb(8 51 68 / 0.75);
}
.border-cyan-950\/80 {
  border-color: rgb(8 51 68 / 0.8);
}
.border-cyan-950\/90 {
  border-color: rgb(8 51 68 / 0.9);
}
.border-cyan-950\/95 {
  border-color: rgb(8 51 68 / 0.95);
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}
.border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}
.border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}
.border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}
.border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}
.border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}
.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}
.border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}
.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}
.border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}
.border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}
.border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}
.border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}
.border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}
.border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}
.border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}
.border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}
.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}
.border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}
.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}
.border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}
.border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}
.border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}
.border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}
.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}
.border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}
.border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}
.border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}
.border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}
.border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}
.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}
.border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}
.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}
.border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}
.border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}
.border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}
.border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}
.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}
.border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}
.border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}
.border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}
.border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}
.border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}
.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}
.border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}
.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}
.border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}
.border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}
.border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}
.border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}
.border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.border-emerald-950\/0 {
  border-color: rgb(2 44 34 / 0);
}
.border-emerald-950\/10 {
  border-color: rgb(2 44 34 / 0.1);
}
.border-emerald-950\/100 {
  border-color: rgb(2 44 34 / 1);
}
.border-emerald-950\/20 {
  border-color: rgb(2 44 34 / 0.2);
}
.border-emerald-950\/25 {
  border-color: rgb(2 44 34 / 0.25);
}
.border-emerald-950\/30 {
  border-color: rgb(2 44 34 / 0.3);
}
.border-emerald-950\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.border-emerald-950\/5 {
  border-color: rgb(2 44 34 / 0.05);
}
.border-emerald-950\/50 {
  border-color: rgb(2 44 34 / 0.5);
}
.border-emerald-950\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.border-emerald-950\/70 {
  border-color: rgb(2 44 34 / 0.7);
}
.border-emerald-950\/75 {
  border-color: rgb(2 44 34 / 0.75);
}
.border-emerald-950\/80 {
  border-color: rgb(2 44 34 / 0.8);
}
.border-emerald-950\/90 {
  border-color: rgb(2 44 34 / 0.9);
}
.border-emerald-950\/95 {
  border-color: rgb(2 44 34 / 0.95);
}
.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0);
}
.border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1);
}
.border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1);
}
.border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2);
}
.border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25);
}
.border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3);
}
.border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05);
}
.border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5);
}
.border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7);
}
.border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75);
}
.border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8);
}
.border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9);
}
.border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95);
}
.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0);
}
.border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1);
}
.border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1);
}
.border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2);
}
.border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25);
}
.border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3);
}
.border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05);
}
.border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5);
}
.border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7);
}
.border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75);
}
.border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8);
}
.border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9);
}
.border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95);
}
.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0);
}
.border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1);
}
.border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1);
}
.border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25);
}
.border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05);
}
.border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7);
}
.border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75);
}
.border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8);
}
.border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9);
}
.border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95);
}
.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0);
}
.border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1);
}
.border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1);
}
.border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2);
}
.border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25);
}
.border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3);
}
.border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05);
}
.border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7);
}
.border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75);
}
.border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8);
}
.border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9);
}
.border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95);
}
.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.border-fuchsia-50\/0 {
  border-color: rgb(253 244 255 / 0);
}
.border-fuchsia-50\/10 {
  border-color: rgb(253 244 255 / 0.1);
}
.border-fuchsia-50\/100 {
  border-color: rgb(253 244 255 / 1);
}
.border-fuchsia-50\/20 {
  border-color: rgb(253 244 255 / 0.2);
}
.border-fuchsia-50\/25 {
  border-color: rgb(253 244 255 / 0.25);
}
.border-fuchsia-50\/30 {
  border-color: rgb(253 244 255 / 0.3);
}
.border-fuchsia-50\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.border-fuchsia-50\/5 {
  border-color: rgb(253 244 255 / 0.05);
}
.border-fuchsia-50\/50 {
  border-color: rgb(253 244 255 / 0.5);
}
.border-fuchsia-50\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.border-fuchsia-50\/70 {
  border-color: rgb(253 244 255 / 0.7);
}
.border-fuchsia-50\/75 {
  border-color: rgb(253 244 255 / 0.75);
}
.border-fuchsia-50\/80 {
  border-color: rgb(253 244 255 / 0.8);
}
.border-fuchsia-50\/90 {
  border-color: rgb(253 244 255 / 0.9);
}
.border-fuchsia-50\/95 {
  border-color: rgb(253 244 255 / 0.95);
}
.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0);
}
.border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1);
}
.border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1);
}
.border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}
.border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25);
}
.border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05);
}
.border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5);
}
.border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7);
}
.border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75);
}
.border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8);
}
.border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9);
}
.border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95);
}
.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0);
}
.border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1);
}
.border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1);
}
.border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2);
}
.border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25);
}
.border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3);
}
.border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05);
}
.border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5);
}
.border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7);
}
.border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75);
}
.border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8);
}
.border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9);
}
.border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95);
}
.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.border-fuchsia-700\/0 {
  border-color: rgb(162 28 175 / 0);
}
.border-fuchsia-700\/10 {
  border-color: rgb(162 28 175 / 0.1);
}
.border-fuchsia-700\/100 {
  border-color: rgb(162 28 175 / 1);
}
.border-fuchsia-700\/20 {
  border-color: rgb(162 28 175 / 0.2);
}
.border-fuchsia-700\/25 {
  border-color: rgb(162 28 175 / 0.25);
}
.border-fuchsia-700\/30 {
  border-color: rgb(162 28 175 / 0.3);
}
.border-fuchsia-700\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.border-fuchsia-700\/5 {
  border-color: rgb(162 28 175 / 0.05);
}
.border-fuchsia-700\/50 {
  border-color: rgb(162 28 175 / 0.5);
}
.border-fuchsia-700\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.border-fuchsia-700\/70 {
  border-color: rgb(162 28 175 / 0.7);
}
.border-fuchsia-700\/75 {
  border-color: rgb(162 28 175 / 0.75);
}
.border-fuchsia-700\/80 {
  border-color: rgb(162 28 175 / 0.8);
}
.border-fuchsia-700\/90 {
  border-color: rgb(162 28 175 / 0.9);
}
.border-fuchsia-700\/95 {
  border-color: rgb(162 28 175 / 0.95);
}
.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.border-fuchsia-800\/0 {
  border-color: rgb(134 25 143 / 0);
}
.border-fuchsia-800\/10 {
  border-color: rgb(134 25 143 / 0.1);
}
.border-fuchsia-800\/100 {
  border-color: rgb(134 25 143 / 1);
}
.border-fuchsia-800\/20 {
  border-color: rgb(134 25 143 / 0.2);
}
.border-fuchsia-800\/25 {
  border-color: rgb(134 25 143 / 0.25);
}
.border-fuchsia-800\/30 {
  border-color: rgb(134 25 143 / 0.3);
}
.border-fuchsia-800\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.border-fuchsia-800\/5 {
  border-color: rgb(134 25 143 / 0.05);
}
.border-fuchsia-800\/50 {
  border-color: rgb(134 25 143 / 0.5);
}
.border-fuchsia-800\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.border-fuchsia-800\/70 {
  border-color: rgb(134 25 143 / 0.7);
}
.border-fuchsia-800\/75 {
  border-color: rgb(134 25 143 / 0.75);
}
.border-fuchsia-800\/80 {
  border-color: rgb(134 25 143 / 0.8);
}
.border-fuchsia-800\/90 {
  border-color: rgb(134 25 143 / 0.9);
}
.border-fuchsia-800\/95 {
  border-color: rgb(134 25 143 / 0.95);
}
.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.border-fuchsia-900\/0 {
  border-color: rgb(112 26 117 / 0);
}
.border-fuchsia-900\/10 {
  border-color: rgb(112 26 117 / 0.1);
}
.border-fuchsia-900\/100 {
  border-color: rgb(112 26 117 / 1);
}
.border-fuchsia-900\/20 {
  border-color: rgb(112 26 117 / 0.2);
}
.border-fuchsia-900\/25 {
  border-color: rgb(112 26 117 / 0.25);
}
.border-fuchsia-900\/30 {
  border-color: rgb(112 26 117 / 0.3);
}
.border-fuchsia-900\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.border-fuchsia-900\/5 {
  border-color: rgb(112 26 117 / 0.05);
}
.border-fuchsia-900\/50 {
  border-color: rgb(112 26 117 / 0.5);
}
.border-fuchsia-900\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.border-fuchsia-900\/70 {
  border-color: rgb(112 26 117 / 0.7);
}
.border-fuchsia-900\/75 {
  border-color: rgb(112 26 117 / 0.75);
}
.border-fuchsia-900\/80 {
  border-color: rgb(112 26 117 / 0.8);
}
.border-fuchsia-900\/90 {
  border-color: rgb(112 26 117 / 0.9);
}
.border-fuchsia-900\/95 {
  border-color: rgb(112 26 117 / 0.95);
}
.border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.border-fuchsia-950\/0 {
  border-color: rgb(74 4 78 / 0);
}
.border-fuchsia-950\/10 {
  border-color: rgb(74 4 78 / 0.1);
}
.border-fuchsia-950\/100 {
  border-color: rgb(74 4 78 / 1);
}
.border-fuchsia-950\/20 {
  border-color: rgb(74 4 78 / 0.2);
}
.border-fuchsia-950\/25 {
  border-color: rgb(74 4 78 / 0.25);
}
.border-fuchsia-950\/30 {
  border-color: rgb(74 4 78 / 0.3);
}
.border-fuchsia-950\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.border-fuchsia-950\/5 {
  border-color: rgb(74 4 78 / 0.05);
}
.border-fuchsia-950\/50 {
  border-color: rgb(74 4 78 / 0.5);
}
.border-fuchsia-950\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.border-fuchsia-950\/70 {
  border-color: rgb(74 4 78 / 0.7);
}
.border-fuchsia-950\/75 {
  border-color: rgb(74 4 78 / 0.75);
}
.border-fuchsia-950\/80 {
  border-color: rgb(74 4 78 / 0.8);
}
.border-fuchsia-950\/90 {
  border-color: rgb(74 4 78 / 0.9);
}
.border-fuchsia-950\/95 {
  border-color: rgb(74 4 78 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.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\/90 {
  border-color: rgb(30 27 75 / 0.9);
}
.border-indigo-950\/95 {
  border-color: rgb(30 27 75 / 0.95);
}
.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}
.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}
.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}
.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}
.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}
.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}
.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}
.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}
.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}
.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}
.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}
.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}
.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}
.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}
.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}
.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}
.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}
.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}
.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}
.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}
.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}
.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}
.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}
.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}
.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}
.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}
.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}
.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}
.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}
.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}
.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}
.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}
.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}
.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}
.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}
.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}
.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}
.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}
.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}
.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}
.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}
.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}
.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}
.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}
.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}
.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}
.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}
.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}
.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}
.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}
.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}
.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0);
}
.border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1);
}
.border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1);
}
.border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2);
}
.border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25);
}
.border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3);
}
.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05);
}
.border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5);
}
.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7);
}
.border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75);
}
.border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8);
}
.border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9);
}
.border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95);
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}
.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}
.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}
.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}
.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}
.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}
.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}
.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}
.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}
.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}
.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}
.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}
.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}
.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}
.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}
.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}
.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}
.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}
.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}
.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}
.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}
.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}
.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}
.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}
.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}
.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}
.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}
.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}
.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}
.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}
.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}
.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}
.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}
.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}
.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}
.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}
.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}
.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}
.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}
.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}
.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}
.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}
.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}
.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}
.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}
.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}
.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}
.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}
.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}
.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}
.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}
.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}
.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}
.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}
.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}
.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}
.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}
.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}
.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}
.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}
.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}
.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}
.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}
.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}
.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}
.border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}
.border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}
.border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}
.border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}
.border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}
.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}
.border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}
.border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}
.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}
.border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}
.border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}
.border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}
.border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}
.border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}
.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}
.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}
.border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}
.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}
.border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}
.border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}
.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}
.border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}
.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}
.border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}
.border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}
.border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}
.border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}
.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.border-neutral-950\/0 {
  border-color: rgb(10 10 10 / 0);
}
.border-neutral-950\/10 {
  border-color: rgb(10 10 10 / 0.1);
}
.border-neutral-950\/100 {
  border-color: rgb(10 10 10 / 1);
}
.border-neutral-950\/20 {
  border-color: rgb(10 10 10 / 0.2);
}
.border-neutral-950\/25 {
  border-color: rgb(10 10 10 / 0.25);
}
.border-neutral-950\/30 {
  border-color: rgb(10 10 10 / 0.3);
}
.border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}
.border-neutral-950\/5 {
  border-color: rgb(10 10 10 / 0.05);
}
.border-neutral-950\/50 {
  border-color: rgb(10 10 10 / 0.5);
}
.border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}
.border-neutral-950\/70 {
  border-color: rgb(10 10 10 / 0.7);
}
.border-neutral-950\/75 {
  border-color: rgb(10 10 10 / 0.75);
}
.border-neutral-950\/80 {
  border-color: rgb(10 10 10 / 0.8);
}
.border-neutral-950\/90 {
  border-color: rgb(10 10 10 / 0.9);
}
.border-neutral-950\/95 {
  border-color: rgb(10 10 10 / 0.95);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}
.border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}
.border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}
.border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}
.border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}
.border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}
.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}
.border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}
.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}
.border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}
.border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}
.border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}
.border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}
.border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}
.border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}
.border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}
.border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}
.border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}
.border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}
.border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}
.border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}
.border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}
.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}
.border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}
.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.border-orange-50\/0 {
  border-color: rgb(255 247 237 / 0);
}
.border-orange-50\/10 {
  border-color: rgb(255 247 237 / 0.1);
}
.border-orange-50\/100 {
  border-color: rgb(255 247 237 / 1);
}
.border-orange-50\/20 {
  border-color: rgb(255 247 237 / 0.2);
}
.border-orange-50\/25 {
  border-color: rgb(255 247 237 / 0.25);
}
.border-orange-50\/30 {
  border-color: rgb(255 247 237 / 0.3);
}
.border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.border-orange-50\/5 {
  border-color: rgb(255 247 237 / 0.05);
}
.border-orange-50\/50 {
  border-color: rgb(255 247 237 / 0.5);
}
.border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.border-orange-50\/70 {
  border-color: rgb(255 247 237 / 0.7);
}
.border-orange-50\/75 {
  border-color: rgb(255 247 237 / 0.75);
}
.border-orange-50\/80 {
  border-color: rgb(255 247 237 / 0.8);
}
.border-orange-50\/90 {
  border-color: rgb(255 247 237 / 0.9);
}
.border-orange-50\/95 {
  border-color: rgb(255 247 237 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}
.border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}
.border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}
.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}
.border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.border-orange-700\/0 {
  border-color: rgb(194 65 12 / 0);
}
.border-orange-700\/10 {
  border-color: rgb(194 65 12 / 0.1);
}
.border-orange-700\/100 {
  border-color: rgb(194 65 12 / 1);
}
.border-orange-700\/20 {
  border-color: rgb(194 65 12 / 0.2);
}
.border-orange-700\/25 {
  border-color: rgb(194 65 12 / 0.25);
}
.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}
.border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.border-orange-700\/5 {
  border-color: rgb(194 65 12 / 0.05);
}
.border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}
.border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.border-orange-700\/70 {
  border-color: rgb(194 65 12 / 0.7);
}
.border-orange-700\/75 {
  border-color: rgb(194 65 12 / 0.75);
}
.border-orange-700\/80 {
  border-color: rgb(194 65 12 / 0.8);
}
.border-orange-700\/90 {
  border-color: rgb(194 65 12 / 0.9);
}
.border-orange-700\/95 {
  border-color: rgb(194 65 12 / 0.95);
}
.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.border-orange-800\/0 {
  border-color: rgb(154 52 18 / 0);
}
.border-orange-800\/10 {
  border-color: rgb(154 52 18 / 0.1);
}
.border-orange-800\/100 {
  border-color: rgb(154 52 18 / 1);
}
.border-orange-800\/20 {
  border-color: rgb(154 52 18 / 0.2);
}
.border-orange-800\/25 {
  border-color: rgb(154 52 18 / 0.25);
}
.border-orange-800\/30 {
  border-color: rgb(154 52 18 / 0.3);
}
.border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.border-orange-800\/5 {
  border-color: rgb(154 52 18 / 0.05);
}
.border-orange-800\/50 {
  border-color: rgb(154 52 18 / 0.5);
}
.border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.border-orange-800\/70 {
  border-color: rgb(154 52 18 / 0.7);
}
.border-orange-800\/75 {
  border-color: rgb(154 52 18 / 0.75);
}
.border-orange-800\/80 {
  border-color: rgb(154 52 18 / 0.8);
}
.border-orange-800\/90 {
  border-color: rgb(154 52 18 / 0.9);
}
.border-orange-800\/95 {
  border-color: rgb(154 52 18 / 0.95);
}
.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.border-orange-900\/0 {
  border-color: rgb(124 45 18 / 0);
}
.border-orange-900\/10 {
  border-color: rgb(124 45 18 / 0.1);
}
.border-orange-900\/100 {
  border-color: rgb(124 45 18 / 1);
}
.border-orange-900\/20 {
  border-color: rgb(124 45 18 / 0.2);
}
.border-orange-900\/25 {
  border-color: rgb(124 45 18 / 0.25);
}
.border-orange-900\/30 {
  border-color: rgb(124 45 18 / 0.3);
}
.border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.border-orange-900\/5 {
  border-color: rgb(124 45 18 / 0.05);
}
.border-orange-900\/50 {
  border-color: rgb(124 45 18 / 0.5);
}
.border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.border-orange-900\/70 {
  border-color: rgb(124 45 18 / 0.7);
}
.border-orange-900\/75 {
  border-color: rgb(124 45 18 / 0.75);
}
.border-orange-900\/80 {
  border-color: rgb(124 45 18 / 0.8);
}
.border-orange-900\/90 {
  border-color: rgb(124 45 18 / 0.9);
}
.border-orange-900\/95 {
  border-color: rgb(124 45 18 / 0.95);
}
.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.border-orange-950\/0 {
  border-color: rgb(67 20 7 / 0);
}
.border-orange-950\/10 {
  border-color: rgb(67 20 7 / 0.1);
}
.border-orange-950\/100 {
  border-color: rgb(67 20 7 / 1);
}
.border-orange-950\/20 {
  border-color: rgb(67 20 7 / 0.2);
}
.border-orange-950\/25 {
  border-color: rgb(67 20 7 / 0.25);
}
.border-orange-950\/30 {
  border-color: rgb(67 20 7 / 0.3);
}
.border-orange-950\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.border-orange-950\/5 {
  border-color: rgb(67 20 7 / 0.05);
}
.border-orange-950\/50 {
  border-color: rgb(67 20 7 / 0.5);
}
.border-orange-950\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.border-orange-950\/70 {
  border-color: rgb(67 20 7 / 0.7);
}
.border-orange-950\/75 {
  border-color: rgb(67 20 7 / 0.75);
}
.border-orange-950\/80 {
  border-color: rgb(67 20 7 / 0.8);
}
.border-orange-950\/90 {
  border-color: rgb(67 20 7 / 0.9);
}
.border-orange-950\/95 {
  border-color: rgb(67 20 7 / 0.95);
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  border-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  border-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  border-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  border-color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.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\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}
.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}
.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}
.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}
.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}
.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}
.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}
.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}
.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}
.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}
.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}
.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}
.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}
.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}
.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}
.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}
.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}
.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}
.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}
.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}
.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}
.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}
.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}
.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}
.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}
.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}
.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}
.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}
.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}
.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}
.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}
.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}
.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}
.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}
.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}
.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}
.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}
.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}
.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}
.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}
.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}
.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}
.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}
.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}
.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}
.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}
.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}
.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}
.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95);
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}
.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}
.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}
.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}
.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}
.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}
.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}
.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}
.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}
.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}
.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}
.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}
.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}
.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}
.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}
.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}
.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}
.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}
.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}
.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}
.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}
.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}
.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}
.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}
.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}
.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}
.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}
.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}
.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}
.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}
.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}
.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}
.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}
.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}
.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}
.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}
.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}
.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}
.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}
.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}
.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}
.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}
.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}
.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}
.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}
.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}
.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}
.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}
.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}
.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}
.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}
.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}
.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}
.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}
.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}
.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}
.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}
.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}
.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}
.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}
.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}
.border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.border-rose-950\/0 {
  border-color: rgb(76 5 25 / 0);
}
.border-rose-950\/10 {
  border-color: rgb(76 5 25 / 0.1);
}
.border-rose-950\/100 {
  border-color: rgb(76 5 25 / 1);
}
.border-rose-950\/20 {
  border-color: rgb(76 5 25 / 0.2);
}
.border-rose-950\/25 {
  border-color: rgb(76 5 25 / 0.25);
}
.border-rose-950\/30 {
  border-color: rgb(76 5 25 / 0.3);
}
.border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.border-rose-950\/5 {
  border-color: rgb(76 5 25 / 0.05);
}
.border-rose-950\/50 {
  border-color: rgb(76 5 25 / 0.5);
}
.border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.border-rose-950\/70 {
  border-color: rgb(76 5 25 / 0.7);
}
.border-rose-950\/75 {
  border-color: rgb(76 5 25 / 0.75);
}
.border-rose-950\/80 {
  border-color: rgb(76 5 25 / 0.8);
}
.border-rose-950\/90 {
  border-color: rgb(76 5 25 / 0.9);
}
.border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95);
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}
.border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}
.border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}
.border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}
.border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}
.border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}
.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}
.border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}
.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}
.border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}
.border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}
.border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}
.border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}
.border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}
.border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}
.border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}
.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}
.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}
.border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}
.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}
.border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}
.border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}
.border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}
.border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}
.border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}
.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}
.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}
.border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}
.border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}
.border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}
.border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}
.border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}
.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}
.border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}
.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}
.border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}
.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}
.border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}
.border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}
.border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}
.border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}
.border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}
.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}
.border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}
.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}
.border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}
.border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}
.border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}
.border-sky-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}
.border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}
.border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}
.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}
.border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}
.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}
.border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}
.border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}
.border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}
.border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}
.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}
.border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}
.border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}
.border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}
.border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}
.border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}
.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}
.border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}
.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}
.border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}
.border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}
.border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}
.border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}
.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}
.border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}
.border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}
.border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}
.border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}
.border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}
.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}
.border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}
.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}
.border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}
.border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}
.border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}
.border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}
.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}
.border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}
.border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}
.border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}
.border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}
.border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}
.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}
.border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}
.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}
.border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}
.border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}
.border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}
.border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}
.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}
.border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}
.border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}
.border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}
.border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}
.border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}
.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}
.border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}
.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}
.border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}
.border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}
.border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}
.border-sky-900\/95 {
  border-color: rgb(12 74 110 / 0.95);
}
.border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.border-sky-950\/0 {
  border-color: rgb(8 47 73 / 0);
}
.border-sky-950\/10 {
  border-color: rgb(8 47 73 / 0.1);
}
.border-sky-950\/100 {
  border-color: rgb(8 47 73 / 1);
}
.border-sky-950\/20 {
  border-color: rgb(8 47 73 / 0.2);
}
.border-sky-950\/25 {
  border-color: rgb(8 47 73 / 0.25);
}
.border-sky-950\/30 {
  border-color: rgb(8 47 73 / 0.3);
}
.border-sky-950\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.border-sky-950\/5 {
  border-color: rgb(8 47 73 / 0.05);
}
.border-sky-950\/50 {
  border-color: rgb(8 47 73 / 0.5);
}
.border-sky-950\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.border-sky-950\/70 {
  border-color: rgb(8 47 73 / 0.7);
}
.border-sky-950\/75 {
  border-color: rgb(8 47 73 / 0.75);
}
.border-sky-950\/80 {
  border-color: rgb(8 47 73 / 0.8);
}
.border-sky-950\/90 {
  border-color: rgb(8 47 73 / 0.9);
}
.border-sky-950\/95 {
  border-color: rgb(8 47 73 / 0.95);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}
.border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}
.border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}
.border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}
.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}
.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}
.border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}
.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}
.border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}
.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}
.border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}
.border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}
.border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}
.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}
.border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}
.border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}
.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}
.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}
.border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}
.border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}
.border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}
.border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}
.border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}
.border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}
.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}
.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}
.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}
.border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}
.border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}
.border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}
.border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}
.border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}
.border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}
.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}
.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}
.border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}
.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}
.border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}
.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}
.border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}
.border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}
.border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}
.border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}
.border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}
.border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}
.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}
.border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}
.border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}
.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}
.border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}
.border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}
.border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}
.border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}
.border-slate-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}
.border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}
.border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}
.border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}
.border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}
.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}
.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}
.border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}
.border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}
.border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}
.border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}
.border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}
.border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}
.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}
.border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}
.border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}
.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}
.border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}
.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}
.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}
.border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}
.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}
.border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}
.border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}
.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}
.border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}
.border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}
.border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}
.border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}
.border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}
.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}
.border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}
.border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}
.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}
.border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}
.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}
.border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}
.border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}
.border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}
.border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}
.border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}
.border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}
.border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}
.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}
.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}
.border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}
.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}
.border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}
.border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}
.border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}
.border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}
.border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}
.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.border-slate-950\/0 {
  border-color: rgb(2 6 23 / 0);
}
.border-slate-950\/10 {
  border-color: rgb(2 6 23 / 0.1);
}
.border-slate-950\/100 {
  border-color: rgb(2 6 23 / 1);
}
.border-slate-950\/20 {
  border-color: rgb(2 6 23 / 0.2);
}
.border-slate-950\/25 {
  border-color: rgb(2 6 23 / 0.25);
}
.border-slate-950\/30 {
  border-color: rgb(2 6 23 / 0.3);
}
.border-slate-950\/40 {
  border-color: rgb(2 6 23 / 0.4);
}
.border-slate-950\/5 {
  border-color: rgb(2 6 23 / 0.05);
}
.border-slate-950\/50 {
  border-color: rgb(2 6 23 / 0.5);
}
.border-slate-950\/60 {
  border-color: rgb(2 6 23 / 0.6);
}
.border-slate-950\/70 {
  border-color: rgb(2 6 23 / 0.7);
}
.border-slate-950\/75 {
  border-color: rgb(2 6 23 / 0.75);
}
.border-slate-950\/80 {
  border-color: rgb(2 6 23 / 0.8);
}
.border-slate-950\/90 {
  border-color: rgb(2 6 23 / 0.9);
}
.border-slate-950\/95 {
  border-color: rgb(2 6 23 / 0.95);
}
.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.border-stone-100\/0 {
  border-color: rgb(245 245 244 / 0);
}
.border-stone-100\/10 {
  border-color: rgb(245 245 244 / 0.1);
}
.border-stone-100\/100 {
  border-color: rgb(245 245 244 / 1);
}
.border-stone-100\/20 {
  border-color: rgb(245 245 244 / 0.2);
}
.border-stone-100\/25 {
  border-color: rgb(245 245 244 / 0.25);
}
.border-stone-100\/30 {
  border-color: rgb(245 245 244 / 0.3);
}
.border-stone-100\/40 {
  border-color: rgb(245 245 244 / 0.4);
}
.border-stone-100\/5 {
  border-color: rgb(245 245 244 / 0.05);
}
.border-stone-100\/50 {
  border-color: rgb(245 245 244 / 0.5);
}
.border-stone-100\/60 {
  border-color: rgb(245 245 244 / 0.6);
}
.border-stone-100\/70 {
  border-color: rgb(245 245 244 / 0.7);
}
.border-stone-100\/75 {
  border-color: rgb(245 245 244 / 0.75);
}
.border-stone-100\/80 {
  border-color: rgb(245 245 244 / 0.8);
}
.border-stone-100\/90 {
  border-color: rgb(245 245 244 / 0.9);
}
.border-stone-100\/95 {
  border-color: rgb(245 245 244 / 0.95);
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0);
}
.border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1);
}
.border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1);
}
.border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2);
}
.border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25);
}
.border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3);
}
.border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05);
}
.border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5);
}
.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7);
}
.border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75);
}
.border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8);
}
.border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9);
}
.border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95);
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0);
}
.border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1);
}
.border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1);
}
.border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2);
}
.border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25);
}
.border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3);
}
.border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05);
}
.border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5);
}
.border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7);
}
.border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75);
}
.border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8);
}
.border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9);
}
.border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95);
}
.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0);
}
.border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1);
}
.border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1);
}
.border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2);
}
.border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25);
}
.border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3);
}
.border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05);
}
.border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5);
}
.border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7);
}
.border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75);
}
.border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8);
}
.border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9);
}
.border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95);
}
.border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.border-stone-50\/0 {
  border-color: rgb(250 250 249 / 0);
}
.border-stone-50\/10 {
  border-color: rgb(250 250 249 / 0.1);
}
.border-stone-50\/100 {
  border-color: rgb(250 250 249 / 1);
}
.border-stone-50\/20 {
  border-color: rgb(250 250 249 / 0.2);
}
.border-stone-50\/25 {
  border-color: rgb(250 250 249 / 0.25);
}
.border-stone-50\/30 {
  border-color: rgb(250 250 249 / 0.3);
}
.border-stone-50\/40 {
  border-color: rgb(250 250 249 / 0.4);
}
.border-stone-50\/5 {
  border-color: rgb(250 250 249 / 0.05);
}
.border-stone-50\/50 {
  border-color: rgb(250 250 249 / 0.5);
}
.border-stone-50\/60 {
  border-color: rgb(250 250 249 / 0.6);
}
.border-stone-50\/70 {
  border-color: rgb(250 250 249 / 0.7);
}
.border-stone-50\/75 {
  border-color: rgb(250 250 249 / 0.75);
}
.border-stone-50\/80 {
  border-color: rgb(250 250 249 / 0.8);
}
.border-stone-50\/90 {
  border-color: rgb(250 250 249 / 0.9);
}
.border-stone-50\/95 {
  border-color: rgb(250 250 249 / 0.95);
}
.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0);
}
.border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1);
}
.border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1);
}
.border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2);
}
.border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25);
}
.border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3);
}
.border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05);
}
.border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5);
}
.border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7);
}
.border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75);
}
.border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8);
}
.border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9);
}
.border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95);
}
.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0);
}
.border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1);
}
.border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1);
}
.border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2);
}
.border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25);
}
.border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3);
}
.border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05);
}
.border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5);
}
.border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7);
}
.border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75);
}
.border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8);
}
.border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9);
}
.border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95);
}
.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.border-stone-700\/0 {
  border-color: rgb(68 64 60 / 0);
}
.border-stone-700\/10 {
  border-color: rgb(68 64 60 / 0.1);
}
.border-stone-700\/100 {
  border-color: rgb(68 64 60 / 1);
}
.border-stone-700\/20 {
  border-color: rgb(68 64 60 / 0.2);
}
.border-stone-700\/25 {
  border-color: rgb(68 64 60 / 0.25);
}
.border-stone-700\/30 {
  border-color: rgb(68 64 60 / 0.3);
}
.border-stone-700\/40 {
  border-color: rgb(68 64 60 / 0.4);
}
.border-stone-700\/5 {
  border-color: rgb(68 64 60 / 0.05);
}
.border-stone-700\/50 {
  border-color: rgb(68 64 60 / 0.5);
}
.border-stone-700\/60 {
  border-color: rgb(68 64 60 / 0.6);
}
.border-stone-700\/70 {
  border-color: rgb(68 64 60 / 0.7);
}
.border-stone-700\/75 {
  border-color: rgb(68 64 60 / 0.75);
}
.border-stone-700\/80 {
  border-color: rgb(68 64 60 / 0.8);
}
.border-stone-700\/90 {
  border-color: rgb(68 64 60 / 0.9);
}
.border-stone-700\/95 {
  border-color: rgb(68 64 60 / 0.95);
}
.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.border-stone-800\/0 {
  border-color: rgb(41 37 36 / 0);
}
.border-stone-800\/10 {
  border-color: rgb(41 37 36 / 0.1);
}
.border-stone-800\/100 {
  border-color: rgb(41 37 36 / 1);
}
.border-stone-800\/20 {
  border-color: rgb(41 37 36 / 0.2);
}
.border-stone-800\/25 {
  border-color: rgb(41 37 36 / 0.25);
}
.border-stone-800\/30 {
  border-color: rgb(41 37 36 / 0.3);
}
.border-stone-800\/40 {
  border-color: rgb(41 37 36 / 0.4);
}
.border-stone-800\/5 {
  border-color: rgb(41 37 36 / 0.05);
}
.border-stone-800\/50 {
  border-color: rgb(41 37 36 / 0.5);
}
.border-stone-800\/60 {
  border-color: rgb(41 37 36 / 0.6);
}
.border-stone-800\/70 {
  border-color: rgb(41 37 36 / 0.7);
}
.border-stone-800\/75 {
  border-color: rgb(41 37 36 / 0.75);
}
.border-stone-800\/80 {
  border-color: rgb(41 37 36 / 0.8);
}
.border-stone-800\/90 {
  border-color: rgb(41 37 36 / 0.9);
}
.border-stone-800\/95 {
  border-color: rgb(41 37 36 / 0.95);
}
.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.border-stone-900\/0 {
  border-color: rgb(28 25 23 / 0);
}
.border-stone-900\/10 {
  border-color: rgb(28 25 23 / 0.1);
}
.border-stone-900\/100 {
  border-color: rgb(28 25 23 / 1);
}
.border-stone-900\/20 {
  border-color: rgb(28 25 23 / 0.2);
}
.border-stone-900\/25 {
  border-color: rgb(28 25 23 / 0.25);
}
.border-stone-900\/30 {
  border-color: rgb(28 25 23 / 0.3);
}
.border-stone-900\/40 {
  border-color: rgb(28 25 23 / 0.4);
}
.border-stone-900\/5 {
  border-color: rgb(28 25 23 / 0.05);
}
.border-stone-900\/50 {
  border-color: rgb(28 25 23 / 0.5);
}
.border-stone-900\/60 {
  border-color: rgb(28 25 23 / 0.6);
}
.border-stone-900\/70 {
  border-color: rgb(28 25 23 / 0.7);
}
.border-stone-900\/75 {
  border-color: rgb(28 25 23 / 0.75);
}
.border-stone-900\/80 {
  border-color: rgb(28 25 23 / 0.8);
}
.border-stone-900\/90 {
  border-color: rgb(28 25 23 / 0.9);
}
.border-stone-900\/95 {
  border-color: rgb(28 25 23 / 0.95);
}
.border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.border-stone-950\/0 {
  border-color: rgb(12 10 9 / 0);
}
.border-stone-950\/10 {
  border-color: rgb(12 10 9 / 0.1);
}
.border-stone-950\/100 {
  border-color: rgb(12 10 9 / 1);
}
.border-stone-950\/20 {
  border-color: rgb(12 10 9 / 0.2);
}
.border-stone-950\/25 {
  border-color: rgb(12 10 9 / 0.25);
}
.border-stone-950\/30 {
  border-color: rgb(12 10 9 / 0.3);
}
.border-stone-950\/40 {
  border-color: rgb(12 10 9 / 0.4);
}
.border-stone-950\/5 {
  border-color: rgb(12 10 9 / 0.05);
}
.border-stone-950\/50 {
  border-color: rgb(12 10 9 / 0.5);
}
.border-stone-950\/60 {
  border-color: rgb(12 10 9 / 0.6);
}
.border-stone-950\/70 {
  border-color: rgb(12 10 9 / 0.7);
}
.border-stone-950\/75 {
  border-color: rgb(12 10 9 / 0.75);
}
.border-stone-950\/80 {
  border-color: rgb(12 10 9 / 0.8);
}
.border-stone-950\/90 {
  border-color: rgb(12 10 9 / 0.9);
}
.border-stone-950\/95 {
  border-color: rgb(12 10 9 / 0.95);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}
.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}
.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}
.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}
.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}
.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}
.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}
.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}
.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}
.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}
.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}
.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}
.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0);
}
.border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1);
}
.border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1);
}
.border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2);
}
.border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05);
}
.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}
.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7);
}
.border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75);
}
.border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8);
}
.border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9);
}
.border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95);
}
.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0);
}
.border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1);
}
.border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1);
}
.border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2);
}
.border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25);
}
.border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3);
}
.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05);
}
.border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5);
}
.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7);
}
.border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75);
}
.border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8);
}
.border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9);
}
.border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95);
}
.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0);
}
.border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1);
}
.border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1);
}
.border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2);
}
.border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25);
}
.border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3);
}
.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05);
}
.border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5);
}
.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7);
}
.border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75);
}
.border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8);
}
.border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9);
}
.border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95);
}
.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0);
}
.border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1);
}
.border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1);
}
.border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2);
}
.border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25);
}
.border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3);
}
.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05);
}
.border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5);
}
.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7);
}
.border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75);
}
.border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8);
}
.border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.border-violet-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.border-violet-50\/0 {
  border-color: rgb(245 243 255 / 0);
}
.border-violet-50\/10 {
  border-color: rgb(245 243 255 / 0.1);
}
.border-violet-50\/100 {
  border-color: rgb(245 243 255 / 1);
}
.border-violet-50\/20 {
  border-color: rgb(245 243 255 / 0.2);
}
.border-violet-50\/25 {
  border-color: rgb(245 243 255 / 0.25);
}
.border-violet-50\/30 {
  border-color: rgb(245 243 255 / 0.3);
}
.border-violet-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.border-violet-50\/5 {
  border-color: rgb(245 243 255 / 0.05);
}
.border-violet-50\/50 {
  border-color: rgb(245 243 255 / 0.5);
}
.border-violet-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.border-violet-50\/70 {
  border-color: rgb(245 243 255 / 0.7);
}
.border-violet-50\/75 {
  border-color: rgb(245 243 255 / 0.75);
}
.border-violet-50\/80 {
  border-color: rgb(245 243 255 / 0.8);
}
.border-violet-50\/90 {
  border-color: rgb(245 243 255 / 0.9);
}
.border-violet-50\/95 {
  border-color: rgb(245 243 255 / 0.95);
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.border-violet-700\/0 {
  border-color: rgb(109 40 217 / 0);
}
.border-violet-700\/10 {
  border-color: rgb(109 40 217 / 0.1);
}
.border-violet-700\/100 {
  border-color: rgb(109 40 217 / 1);
}
.border-violet-700\/20 {
  border-color: rgb(109 40 217 / 0.2);
}
.border-violet-700\/25 {
  border-color: rgb(109 40 217 / 0.25);
}
.border-violet-700\/30 {
  border-color: rgb(109 40 217 / 0.3);
}
.border-violet-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.border-violet-700\/5 {
  border-color: rgb(109 40 217 / 0.05);
}
.border-violet-700\/50 {
  border-color: rgb(109 40 217 / 0.5);
}
.border-violet-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.border-violet-700\/70 {
  border-color: rgb(109 40 217 / 0.7);
}
.border-violet-700\/75 {
  border-color: rgb(109 40 217 / 0.75);
}
.border-violet-700\/80 {
  border-color: rgb(109 40 217 / 0.8);
}
.border-violet-700\/90 {
  border-color: rgb(109 40 217 / 0.9);
}
.border-violet-700\/95 {
  border-color: rgb(109 40 217 / 0.95);
}
.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.border-violet-800\/0 {
  border-color: rgb(91 33 182 / 0);
}
.border-violet-800\/10 {
  border-color: rgb(91 33 182 / 0.1);
}
.border-violet-800\/100 {
  border-color: rgb(91 33 182 / 1);
}
.border-violet-800\/20 {
  border-color: rgb(91 33 182 / 0.2);
}
.border-violet-800\/25 {
  border-color: rgb(91 33 182 / 0.25);
}
.border-violet-800\/30 {
  border-color: rgb(91 33 182 / 0.3);
}
.border-violet-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.border-violet-800\/5 {
  border-color: rgb(91 33 182 / 0.05);
}
.border-violet-800\/50 {
  border-color: rgb(91 33 182 / 0.5);
}
.border-violet-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.border-violet-800\/70 {
  border-color: rgb(91 33 182 / 0.7);
}
.border-violet-800\/75 {
  border-color: rgb(91 33 182 / 0.75);
}
.border-violet-800\/80 {
  border-color: rgb(91 33 182 / 0.8);
}
.border-violet-800\/90 {
  border-color: rgb(91 33 182 / 0.9);
}
.border-violet-800\/95 {
  border-color: rgb(91 33 182 / 0.95);
}
.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.border-violet-900\/0 {
  border-color: rgb(76 29 149 / 0);
}
.border-violet-900\/10 {
  border-color: rgb(76 29 149 / 0.1);
}
.border-violet-900\/100 {
  border-color: rgb(76 29 149 / 1);
}
.border-violet-900\/20 {
  border-color: rgb(76 29 149 / 0.2);
}
.border-violet-900\/25 {
  border-color: rgb(76 29 149 / 0.25);
}
.border-violet-900\/30 {
  border-color: rgb(76 29 149 / 0.3);
}
.border-violet-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.border-violet-900\/5 {
  border-color: rgb(76 29 149 / 0.05);
}
.border-violet-900\/50 {
  border-color: rgb(76 29 149 / 0.5);
}
.border-violet-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.border-violet-900\/70 {
  border-color: rgb(76 29 149 / 0.7);
}
.border-violet-900\/75 {
  border-color: rgb(76 29 149 / 0.75);
}
.border-violet-900\/80 {
  border-color: rgb(76 29 149 / 0.8);
}
.border-violet-900\/90 {
  border-color: rgb(76 29 149 / 0.9);
}
.border-violet-900\/95 {
  border-color: rgb(76 29 149 / 0.95);
}
.border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.border-violet-950\/0 {
  border-color: rgb(46 16 101 / 0);
}
.border-violet-950\/10 {
  border-color: rgb(46 16 101 / 0.1);
}
.border-violet-950\/100 {
  border-color: rgb(46 16 101 / 1);
}
.border-violet-950\/20 {
  border-color: rgb(46 16 101 / 0.2);
}
.border-violet-950\/25 {
  border-color: rgb(46 16 101 / 0.25);
}
.border-violet-950\/30 {
  border-color: rgb(46 16 101 / 0.3);
}
.border-violet-950\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.border-violet-950\/5 {
  border-color: rgb(46 16 101 / 0.05);
}
.border-violet-950\/50 {
  border-color: rgb(46 16 101 / 0.5);
}
.border-violet-950\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.border-violet-950\/70 {
  border-color: rgb(46 16 101 / 0.7);
}
.border-violet-950\/75 {
  border-color: rgb(46 16 101 / 0.75);
}
.border-violet-950\/80 {
  border-color: rgb(46 16 101 / 0.8);
}
.border-violet-950\/90 {
  border-color: rgb(46 16 101 / 0.9);
}
.border-violet-950\/95 {
  border-color: rgb(46 16 101 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  border-color: rgb(66 32 6 / 0.9);
}
.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}
.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0);
}
.border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}
.border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1);
}
.border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}
.border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}
.border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}
.border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}
.border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}
.border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}
.border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}
.border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}
.border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}
.border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0);
}
.border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}
.border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1);
}
.border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}
.border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}
.border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}
.border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}
.border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}
.border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}
.border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}
.border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}
.border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}
.border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0);
}
.border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}
.border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1);
}
.border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}
.border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}
.border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}
.border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}
.border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}
.border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}
.border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}
.border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}
.border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}
.border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}
.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0);
}
.border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}
.border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1);
}
.border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}
.border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}
.border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}
.border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}
.border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}
.border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}
.border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}
.border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}
.border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}
.border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}
.border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.border-zinc-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-zinc-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-zinc-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-zinc-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-zinc-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-zinc-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-zinc-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-zinc-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-zinc-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-zinc-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-zinc-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-zinc-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-zinc-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-zinc-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-zinc-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0);
}
.border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}
.border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1);
}
.border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}
.border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}
.border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}
.border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}
.border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}
.border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}
.border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}
.border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}
.border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}
.border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}
.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0);
}
.border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}
.border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1);
}
.border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}
.border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}
.border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}
.border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}
.border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}
.border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}
.border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}
.border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}
.border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}
.border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}
.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.border-zinc-700\/0 {
  border-color: rgb(63 63 70 / 0);
}
.border-zinc-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}
.border-zinc-700\/100 {
  border-color: rgb(63 63 70 / 1);
}
.border-zinc-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}
.border-zinc-700\/25 {
  border-color: rgb(63 63 70 / 0.25);
}
.border-zinc-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}
.border-zinc-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.border-zinc-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}
.border-zinc-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}
.border-zinc-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.border-zinc-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}
.border-zinc-700\/75 {
  border-color: rgb(63 63 70 / 0.75);
}
.border-zinc-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}
.border-zinc-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}
.border-zinc-700\/95 {
  border-color: rgb(63 63 70 / 0.95);
}
.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.border-zinc-800\/0 {
  border-color: rgb(39 39 42 / 0);
}
.border-zinc-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}
.border-zinc-800\/100 {
  border-color: rgb(39 39 42 / 1);
}
.border-zinc-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}
.border-zinc-800\/25 {
  border-color: rgb(39 39 42 / 0.25);
}
.border-zinc-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}
.border-zinc-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.border-zinc-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}
.border-zinc-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}
.border-zinc-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.border-zinc-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}
.border-zinc-800\/75 {
  border-color: rgb(39 39 42 / 0.75);
}
.border-zinc-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}
.border-zinc-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}
.border-zinc-800\/95 {
  border-color: rgb(39 39 42 / 0.95);
}
.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.border-zinc-900\/0 {
  border-color: rgb(24 24 27 / 0);
}
.border-zinc-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}
.border-zinc-900\/100 {
  border-color: rgb(24 24 27 / 1);
}
.border-zinc-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}
.border-zinc-900\/25 {
  border-color: rgb(24 24 27 / 0.25);
}
.border-zinc-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}
.border-zinc-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.border-zinc-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}
.border-zinc-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}
.border-zinc-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.border-zinc-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}
.border-zinc-900\/75 {
  border-color: rgb(24 24 27 / 0.75);
}
.border-zinc-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}
.border-zinc-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}
.border-zinc-900\/95 {
  border-color: rgb(24 24 27 / 0.95);
}
.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.border-zinc-950\/0 {
  border-color: rgb(9 9 11 / 0);
}
.border-zinc-950\/10 {
  border-color: rgb(9 9 11 / 0.1);
}
.border-zinc-950\/100 {
  border-color: rgb(9 9 11 / 1);
}
.border-zinc-950\/20 {
  border-color: rgb(9 9 11 / 0.2);
}
.border-zinc-950\/25 {
  border-color: rgb(9 9 11 / 0.25);
}
.border-zinc-950\/30 {
  border-color: rgb(9 9 11 / 0.3);
}
.border-zinc-950\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.border-zinc-950\/5 {
  border-color: rgb(9 9 11 / 0.05);
}
.border-zinc-950\/50 {
  border-color: rgb(9 9 11 / 0.5);
}
.border-zinc-950\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.border-zinc-950\/70 {
  border-color: rgb(9 9 11 / 0.7);
}
.border-zinc-950\/75 {
  border-color: rgb(9 9 11 / 0.75);
}
.border-zinc-950\/80 {
  border-color: rgb(9 9 11 / 0.8);
}
.border-zinc-950\/90 {
  border-color: rgb(9 9 11 / 0.9);
}
.border-zinc-950\/95 {
  border-color: rgb(9 9 11 / 0.95);
}
.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}
.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\/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));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}
.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\/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));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}
.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\/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));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}
.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\/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));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}
.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\/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));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}
.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\/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));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}
.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\/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));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}
.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\/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));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}
.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\/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));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.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\/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));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.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\/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\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}
.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\/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-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.bg-\[\#4dc9f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 201 246 / var(--tw-bg-opacity));
}
.bg-\[\#6a329f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(106 50 159 / var(--tw-bg-opacity));
}
.bg-\[\#f53794\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 55 148 / var(--tw-bg-opacity));
}
.bg-\[\#f67019\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 112 25 / var(--tw-bg-opacity));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/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\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.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\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/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\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.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\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/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\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.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\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/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\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.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\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/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\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.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\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/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\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.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\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/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\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.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\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/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\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.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\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/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\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.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\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/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\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.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\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/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\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.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\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/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\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.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\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/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\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.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\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/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\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.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\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/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\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.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\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/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\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.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\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/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\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.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\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/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\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.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\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/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\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.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\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/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\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.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\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/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\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.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\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/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\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.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\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/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\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.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\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/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\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.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\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/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\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.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\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/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\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.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\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/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\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.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\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/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\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.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\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/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\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.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\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/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\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.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\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/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\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.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\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/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\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.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\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/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\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.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\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/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\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.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\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/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\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.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\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/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\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.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\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/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\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.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\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/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\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.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\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/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\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.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\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/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\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.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\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/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\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.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\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/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\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.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\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/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\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.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\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/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\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.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\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/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\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.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\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/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\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.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\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/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\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.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\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/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\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.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\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/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\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.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\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/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\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.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\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/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\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.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\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/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\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.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\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/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\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.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\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/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\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.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\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/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\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.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\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/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\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.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\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/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\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.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\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/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\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.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\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/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\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.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\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/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\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.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\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/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\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.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\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/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\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.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\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/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\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.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\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/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\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.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\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/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\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.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\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/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\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.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\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/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\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.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\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/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\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.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\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/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\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.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\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/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\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.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\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/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\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.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\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/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\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.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\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/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\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.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\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/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\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.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\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/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\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.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\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/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\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.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\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/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\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.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\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/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\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.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\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/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\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.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\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/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\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.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\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/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\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.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\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/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\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.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\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/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\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.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\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/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\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.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\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/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\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.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\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/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\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.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\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/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\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.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\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/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\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-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-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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\/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-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.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\/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\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) 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\/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\/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\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) 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\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) 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\/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);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentColor;
}
.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\/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\/40 {
  fill: rgb(254 249 195 / 0.4);
}
.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\/60 {
  fill: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(254 240 138 / 0.4);
}
.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\/60 {
  fill: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(253 224 71 / 0.4);
}
.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\/60 {
  fill: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(250 204 21 / 0.4);
}
.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\/60 {
  fill: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(254 252 232 / 0.4);
}
.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\/60 {
  fill: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(234 179 8 / 0.4);
}
.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\/60 {
  fill: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(202 138 4 / 0.4);
}
.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\/60 {
  fill: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(161 98 7 / 0.4);
}
.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\/60 {
  fill: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(133 77 14 / 0.4);
}
.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\/60 {
  fill: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(113 63 18 / 0.4);
}
.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\/60 {
  fill: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  fill: rgb(66 32 6 / 0.4);
}
.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\/60 {
  fill: rgb(66 32 6 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(254 249 195 / 0.4);
}
.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\/60 {
  stroke: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(254 240 138 / 0.4);
}
.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\/60 {
  stroke: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(253 224 71 / 0.4);
}
.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\/60 {
  stroke: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(250 204 21 / 0.4);
}
.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\/60 {
  stroke: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(254 252 232 / 0.4);
}
.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\/60 {
  stroke: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(234 179 8 / 0.4);
}
.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\/60 {
  stroke: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(202 138 4 / 0.4);
}
.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\/60 {
  stroke: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(161 98 7 / 0.4);
}
.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\/60 {
  stroke: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(133 77 14 / 0.4);
}
.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\/60 {
  stroke: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(113 63 18 / 0.4);
}
.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\/60 {
  stroke: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  stroke: rgb(66 32 6 / 0.4);
}
.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\/60 {
  stroke: rgb(66 32 6 / 0.6);
}
.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\/90 {
  stroke: rgb(66 32 6 / 0.9);
}
.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
}
.p-px {
  padding: 1px;
}
.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;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.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;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.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;
}
.pb-px {
  padding-bottom: 1px;
}
.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;
}
.pl-px {
  padding-left: 1px;
}
.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;
}
.pr-px {
  padding-right: 1px;
}
.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;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.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-\[14px\] {
  font-size: 14px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#1A401F\] {
  --tw-text-opacity: 1;
  color: rgb(26 64 31 / var(--tw-text-opacity));
}
.text-\[\#1a401e\] {
  --tw-text-opacity: 1;
  color: rgb(26 64 30 / var(--tw-text-opacity));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/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\/40 {
  color: rgb(219 234 254 / 0.4);
}
.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\/60 {
  color: rgb(219 234 254 / 0.6);
}
.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\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/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\/40 {
  color: rgb(191 219 254 / 0.4);
}
.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\/60 {
  color: rgb(191 219 254 / 0.6);
}
.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\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/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\/40 {
  color: rgb(147 197 253 / 0.4);
}
.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\/60 {
  color: rgb(147 197 253 / 0.6);
}
.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\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/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\/40 {
  color: rgb(96 165 250 / 0.4);
}
.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\/60 {
  color: rgb(96 165 250 / 0.6);
}
.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\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/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\/40 {
  color: rgb(239 246 255 / 0.4);
}
.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\/60 {
  color: rgb(239 246 255 / 0.6);
}
.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\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/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\/40 {
  color: rgb(59 130 246 / 0.4);
}
.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\/60 {
  color: rgb(59 130 246 / 0.6);
}
.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\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/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\/40 {
  color: rgb(37 99 235 / 0.4);
}
.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\/60 {
  color: rgb(37 99 235 / 0.6);
}
.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\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/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\/40 {
  color: rgb(29 78 216 / 0.4);
}
.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\/60 {
  color: rgb(29 78 216 / 0.6);
}
.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\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/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\/40 {
  color: rgb(30 64 175 / 0.4);
}
.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\/60 {
  color: rgb(30 64 175 / 0.6);
}
.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\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/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\/40 {
  color: rgb(30 58 138 / 0.4);
}
.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\/60 {
  color: rgb(30 58 138 / 0.6);
}
.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\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/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\/40 {
  color: rgb(23 37 84 / 0.4);
}
.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\/60 {
  color: rgb(23 37 84 / 0.6);
}
.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\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/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\/40 {
  color: rgb(243 244 246 / 0.4);
}
.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\/60 {
  color: rgb(243 244 246 / 0.6);
}
.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\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/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\/40 {
  color: rgb(229 231 235 / 0.4);
}
.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\/60 {
  color: rgb(229 231 235 / 0.6);
}
.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\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/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\/40 {
  color: rgb(209 213 219 / 0.4);
}
.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\/60 {
  color: rgb(209 213 219 / 0.6);
}
.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\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/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\/40 {
  color: rgb(156 163 175 / 0.4);
}
.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\/60 {
  color: rgb(156 163 175 / 0.6);
}
.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\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/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\/40 {
  color: rgb(249 250 251 / 0.4);
}
.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\/60 {
  color: rgb(249 250 251 / 0.6);
}
.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\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/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\/40 {
  color: rgb(107 114 128 / 0.4);
}
.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\/60 {
  color: rgb(107 114 128 / 0.6);
}
.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\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/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\/40 {
  color: rgb(75 85 99 / 0.4);
}
.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\/60 {
  color: rgb(75 85 99 / 0.6);
}
.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\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/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\/40 {
  color: rgb(55 65 81 / 0.4);
}
.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\/60 {
  color: rgb(55 65 81 / 0.6);
}
.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\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/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\/40 {
  color: rgb(31 41 55 / 0.4);
}
.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\/60 {
  color: rgb(31 41 55 / 0.6);
}
.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\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/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\/40 {
  color: rgb(17 24 39 / 0.4);
}
.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\/60 {
  color: rgb(17 24 39 / 0.6);
}
.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\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/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\/40 {
  color: rgb(3 7 18 / 0.4);
}
.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\/60 {
  color: rgb(3 7 18 / 0.6);
}
.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\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/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\/40 {
  color: rgb(220 252 231 / 0.4);
}
.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\/60 {
  color: rgb(220 252 231 / 0.6);
}
.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\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/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\/40 {
  color: rgb(187 247 208 / 0.4);
}
.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\/60 {
  color: rgb(187 247 208 / 0.6);
}
.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\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/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\/40 {
  color: rgb(134 239 172 / 0.4);
}
.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\/60 {
  color: rgb(134 239 172 / 0.6);
}
.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\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/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\/40 {
  color: rgb(74 222 128 / 0.4);
}
.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\/60 {
  color: rgb(74 222 128 / 0.6);
}
.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\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.text-green-50\/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\/40 {
  color: rgb(240 253 244 / 0.4);
}
.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\/60 {
  color: rgb(240 253 244 / 0.6);
}
.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\/90 {
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/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\/40 {
  color: rgb(34 197 94 / 0.4);
}
.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\/60 {
  color: rgb(34 197 94 / 0.6);
}
.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\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/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\/40 {
  color: rgb(22 163 74 / 0.4);
}
.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\/60 {
  color: rgb(22 163 74 / 0.6);
}
.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\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/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\/40 {
  color: rgb(21 128 61 / 0.4);
}
.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\/60 {
  color: rgb(21 128 61 / 0.6);
}
.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\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.text-green-800\/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\/40 {
  color: rgb(22 101 52 / 0.4);
}
.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\/60 {
  color: rgb(22 101 52 / 0.6);
}
.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\/90 {
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/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\/40 {
  color: rgb(20 83 45 / 0.4);
}
.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\/60 {
  color: rgb(20 83 45 / 0.6);
}
.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\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.text-green-950\/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\/40 {
  color: rgb(5 46 22 / 0.4);
}
.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\/60 {
  color: rgb(5 46 22 / 0.6);
}
.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\/90 {
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/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\/40 {
  color: rgb(224 231 255 / 0.4);
}
.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\/60 {
  color: rgb(224 231 255 / 0.6);
}
.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\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/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\/40 {
  color: rgb(199 210 254 / 0.4);
}
.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\/60 {
  color: rgb(199 210 254 / 0.6);
}
.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\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/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\/40 {
  color: rgb(165 180 252 / 0.4);
}
.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\/60 {
  color: rgb(165 180 252 / 0.6);
}
.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\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/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\/40 {
  color: rgb(129 140 248 / 0.4);
}
.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\/60 {
  color: rgb(129 140 248 / 0.6);
}
.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\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/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\/40 {
  color: rgb(238 242 255 / 0.4);
}
.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\/60 {
  color: rgb(238 242 255 / 0.6);
}
.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\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/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\/40 {
  color: rgb(99 102 241 / 0.4);
}
.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\/60 {
  color: rgb(99 102 241 / 0.6);
}
.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\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/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\/40 {
  color: rgb(79 70 229 / 0.4);
}
.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\/60 {
  color: rgb(79 70 229 / 0.6);
}
.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\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/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\/40 {
  color: rgb(67 56 202 / 0.4);
}
.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\/60 {
  color: rgb(67 56 202 / 0.6);
}
.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\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/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\/40 {
  color: rgb(55 48 163 / 0.4);
}
.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\/60 {
  color: rgb(55 48 163 / 0.6);
}
.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\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/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\/40 {
  color: rgb(49 46 129 / 0.4);
}
.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\/60 {
  color: rgb(49 46 129 / 0.6);
}
.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\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/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\/40 {
  color: rgb(30 27 75 / 0.4);
}
.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\/60 {
  color: rgb(30 27 75 / 0.6);
}
.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\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-inherit {
  color: inherit;
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.text-pink-100\/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\/40 {
  color: rgb(252 231 243 / 0.4);
}
.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\/60 {
  color: rgb(252 231 243 / 0.6);
}
.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\/90 {
  color: rgb(252 231 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.text-pink-200\/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\/40 {
  color: rgb(251 207 232 / 0.4);
}
.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\/60 {
  color: rgb(251 207 232 / 0.6);
}
.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\/90 {
  color: rgb(251 207 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.text-pink-300\/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\/40 {
  color: rgb(249 168 212 / 0.4);
}
.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\/60 {
  color: rgb(249 168 212 / 0.6);
}
.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\/90 {
  color: rgb(249 168 212 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/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\/40 {
  color: rgb(244 114 182 / 0.4);
}
.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\/60 {
  color: rgb(244 114 182 / 0.6);
}
.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\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/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\/40 {
  color: rgb(253 242 248 / 0.4);
}
.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\/60 {
  color: rgb(253 242 248 / 0.6);
}
.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\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/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\/40 {
  color: rgb(236 72 153 / 0.4);
}
.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\/60 {
  color: rgb(236 72 153 / 0.6);
}
.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\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/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\/40 {
  color: rgb(219 39 119 / 0.4);
}
.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\/60 {
  color: rgb(219 39 119 / 0.6);
}
.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\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.text-pink-700\/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\/40 {
  color: rgb(190 24 93 / 0.4);
}
.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\/60 {
  color: rgb(190 24 93 / 0.6);
}
.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\/90 {
  color: rgb(190 24 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.text-pink-800\/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\/40 {
  color: rgb(157 23 77 / 0.4);
}
.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\/60 {
  color: rgb(157 23 77 / 0.6);
}
.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\/90 {
  color: rgb(157 23 77 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/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\/40 {
  color: rgb(131 24 67 / 0.4);
}
.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\/60 {
  color: rgb(131 24 67 / 0.6);
}
.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\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.text-pink-950\/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\/40 {
  color: rgb(80 7 36 / 0.4);
}
.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\/60 {
  color: rgb(80 7 36 / 0.6);
}
.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\/90 {
  color: rgb(80 7 36 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/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\/40 {
  color: rgb(243 232 255 / 0.4);
}
.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\/60 {
  color: rgb(243 232 255 / 0.6);
}
.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\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/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\/40 {
  color: rgb(233 213 255 / 0.4);
}
.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\/60 {
  color: rgb(233 213 255 / 0.6);
}
.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\/90 {
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/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\/40 {
  color: rgb(216 180 254 / 0.4);
}
.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\/60 {
  color: rgb(216 180 254 / 0.6);
}
.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\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/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\/40 {
  color: rgb(192 132 252 / 0.4);
}
.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\/60 {
  color: rgb(192 132 252 / 0.6);
}
.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\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.text-purple-50\/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\/40 {
  color: rgb(250 245 255 / 0.4);
}
.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\/60 {
  color: rgb(250 245 255 / 0.6);
}
.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\/90 {
  color: rgb(250 245 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/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\/40 {
  color: rgb(168 85 247 / 0.4);
}
.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\/60 {
  color: rgb(168 85 247 / 0.6);
}
.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\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/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\/40 {
  color: rgb(147 51 234 / 0.4);
}
.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\/60 {
  color: rgb(147 51 234 / 0.6);
}
.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\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/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\/40 {
  color: rgb(126 34 206 / 0.4);
}
.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\/60 {
  color: rgb(126 34 206 / 0.6);
}
.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\/90 {
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.text-purple-800\/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\/40 {
  color: rgb(107 33 168 / 0.4);
}
.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\/60 {
  color: rgb(107 33 168 / 0.6);
}
.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\/90 {
  color: rgb(107 33 168 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/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\/40 {
  color: rgb(88 28 135 / 0.4);
}
.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\/60 {
  color: rgb(88 28 135 / 0.6);
}
.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\/90 {
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/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\/40 {
  color: rgb(59 7 100 / 0.4);
}
.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\/60 {
  color: rgb(59 7 100 / 0.6);
}
.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\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/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\/40 {
  color: rgb(254 226 226 / 0.4);
}
.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\/60 {
  color: rgb(254 226 226 / 0.6);
}
.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\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/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\/40 {
  color: rgb(254 202 202 / 0.4);
}
.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\/60 {
  color: rgb(254 202 202 / 0.6);
}
.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\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/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\/40 {
  color: rgb(252 165 165 / 0.4);
}
.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\/60 {
  color: rgb(252 165 165 / 0.6);
}
.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\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/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\/40 {
  color: rgb(248 113 113 / 0.4);
}
.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\/60 {
  color: rgb(248 113 113 / 0.6);
}
.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\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/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\/40 {
  color: rgb(254 242 242 / 0.4);
}
.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\/60 {
  color: rgb(254 242 242 / 0.6);
}
.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\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/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\/40 {
  color: rgb(239 68 68 / 0.4);
}
.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\/60 {
  color: rgb(239 68 68 / 0.6);
}
.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\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/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\/40 {
  color: rgb(220 38 38 / 0.4);
}
.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\/60 {
  color: rgb(220 38 38 / 0.6);
}
.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\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/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\/40 {
  color: rgb(185 28 28 / 0.4);
}
.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\/60 {
  color: rgb(185 28 28 / 0.6);
}
.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\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/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\/40 {
  color: rgb(153 27 27 / 0.4);
}
.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\/60 {
  color: rgb(153 27 27 / 0.6);
}
.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\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/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\/40 {
  color: rgb(127 29 29 / 0.4);
}
.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\/60 {
  color: rgb(127 29 29 / 0.6);
}
.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\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/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\/40 {
  color: rgb(69 10 10 / 0.4);
}
.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\/60 {
  color: rgb(69 10 10 / 0.6);
}
.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\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.text-yellow-100\/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\/40 {
  color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  color: rgb(254 249 195 / 0.6);
}
.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\/90 {
  color: rgb(254 249 195 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.text-yellow-200\/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\/40 {
  color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  color: rgb(254 240 138 / 0.6);
}
.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\/90 {
  color: rgb(254 240 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.text-yellow-300\/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\/40 {
  color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  color: rgb(253 224 71 / 0.6);
}
.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\/90 {
  color: rgb(253 224 71 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/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\/40 {
  color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  color: rgb(250 204 21 / 0.6);
}
.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\/90 {
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.text-yellow-50\/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\/40 {
  color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  color: rgb(254 252 232 / 0.6);
}
.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\/90 {
  color: rgb(254 252 232 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/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\/40 {
  color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  color: rgb(234 179 8 / 0.6);
}
.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\/90 {
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/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\/40 {
  color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  color: rgb(202 138 4 / 0.6);
}
.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\/90 {
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.text-yellow-700\/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\/40 {
  color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  color: rgb(161 98 7 / 0.6);
}
.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\/90 {
  color: rgb(161 98 7 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.text-yellow-800\/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\/40 {
  color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  color: rgb(133 77 14 / 0.6);
}
.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\/90 {
  color: rgb(133 77 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/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\/40 {
  color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  color: rgb(113 63 18 / 0.6);
}
.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\/90 {
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.text-yellow-950\/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\/40 {
  color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  color: rgb(66 32 6 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-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-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.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\/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\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9);
}
.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}
.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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));
}
.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity));
}
.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\/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\/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\/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\/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\/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\/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-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-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;
}
.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\/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\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  accent-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  accent-color: rgb(66 32 6 / 0.6);
}
.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\/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-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.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-1 {
  --tw-shadow: 1px 1px 10px #000;
  --tw-shadow-colored: 1px 1px 10px 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-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-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --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\/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\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --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\/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\/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\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --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\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --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\/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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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\/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\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}
.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}
.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-inset {
  --tw-ring-inset: inset;
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-purple-700\/10 {
  --tw-ring-color: rgb(126 34 206 / 0.1);
}
.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
}
.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\/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\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}
.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\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}
.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 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-20 {
  --tw-ring-opacity: 0.2;
}
.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}
.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}
.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}
.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}
.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}
.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\/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\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}
.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\/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\/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\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}
.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\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}
.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\/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);
}
.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-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);
}
.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);
}
.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);
}
.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-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-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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-\[3000ms\] {
  transition-duration: 3000ms;
}
.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);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar {
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}
.scrollbar.overflow-x-hidden {
  overflow-x: hidden;
}
.scrollbar.overflow-y-hidden {
  overflow-y: hidden;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
.scrollbar::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover);
}
.scrollbar::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active);
}
.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}
.scrollbar::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active);
}
.scrollbar {
  scrollbar-width: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.scrollbar-thin {
  --scrollbar-track: initial;
  --scrollbar-thumb: initial;
  --scrollbar-corner: initial;
  --scrollbar-track-hover: var(--scrollbar-track);
  --scrollbar-thumb-hover: var(--scrollbar-thumb);
  --scrollbar-corner-hover: var(--scrollbar-corner);
  --scrollbar-track-active: var(--scrollbar-track-hover);
  --scrollbar-thumb-active: var(--scrollbar-thumb-hover);
  --scrollbar-corner-active: var(--scrollbar-corner-hover);
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  overflow: overlay;
}
.scrollbar-thin.overflow-x-hidden {
  overflow-x: hidden;
}
.scrollbar-thin.overflow-y-hidden {
  overflow-y: hidden;
}
.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
}
.scrollbar-thin::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover);
}
.scrollbar-thin::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active);
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active);
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active);
}
.scrollbar-thin {
  scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar-track-yellow-100 {
  --scrollbar-track: #fef9c3 !important;
}
.scrollbar-track-yellow-100\/0 {
  --scrollbar-track: rgb(254 249 195 / 0) !important;
}
.scrollbar-track-yellow-100\/10 {
  --scrollbar-track: rgb(254 249 195 / 0.1) !important;
}
.scrollbar-track-yellow-100\/100 {
  --scrollbar-track: rgb(254 249 195 / 1) !important;
}
.scrollbar-track-yellow-100\/20 {
  --scrollbar-track: rgb(254 249 195 / 0.2) !important;
}
.scrollbar-track-yellow-100\/25 {
  --scrollbar-track: rgb(254 249 195 / 0.25) !important;
}
.scrollbar-track-yellow-100\/30 {
  --scrollbar-track: rgb(254 249 195 / 0.3) !important;
}
.scrollbar-track-yellow-100\/40 {
  --scrollbar-track: rgb(254 249 195 / 0.4) !important;
}
.scrollbar-track-yellow-100\/5 {
  --scrollbar-track: rgb(254 249 195 / 0.05) !important;
}
.scrollbar-track-yellow-100\/50 {
  --scrollbar-track: rgb(254 249 195 / 0.5) !important;
}
.scrollbar-track-yellow-100\/60 {
  --scrollbar-track: rgb(254 249 195 / 0.6) !important;
}
.scrollbar-track-yellow-100\/70 {
  --scrollbar-track: rgb(254 249 195 / 0.7) !important;
}
.scrollbar-track-yellow-100\/75 {
  --scrollbar-track: rgb(254 249 195 / 0.75) !important;
}
.scrollbar-track-yellow-100\/80 {
  --scrollbar-track: rgb(254 249 195 / 0.8) !important;
}
.scrollbar-track-yellow-100\/90 {
  --scrollbar-track: rgb(254 249 195 / 0.9) !important;
}
.scrollbar-track-yellow-100\/95 {
  --scrollbar-track: rgb(254 249 195 / 0.95) !important;
}
.scrollbar-track-yellow-200 {
  --scrollbar-track: #fef08a !important;
}
.scrollbar-track-yellow-200\/0 {
  --scrollbar-track: rgb(254 240 138 / 0) !important;
}
.scrollbar-track-yellow-200\/10 {
  --scrollbar-track: rgb(254 240 138 / 0.1) !important;
}
.scrollbar-track-yellow-200\/100 {
  --scrollbar-track: rgb(254 240 138 / 1) !important;
}
.scrollbar-track-yellow-200\/20 {
  --scrollbar-track: rgb(254 240 138 / 0.2) !important;
}
.scrollbar-track-yellow-200\/25 {
  --scrollbar-track: rgb(254 240 138 / 0.25) !important;
}
.scrollbar-track-yellow-200\/30 {
  --scrollbar-track: rgb(254 240 138 / 0.3) !important;
}
.scrollbar-track-yellow-200\/40 {
  --scrollbar-track: rgb(254 240 138 / 0.4) !important;
}
.scrollbar-track-yellow-200\/5 {
  --scrollbar-track: rgb(254 240 138 / 0.05) !important;
}
.scrollbar-track-yellow-200\/50 {
  --scrollbar-track: rgb(254 240 138 / 0.5) !important;
}
.scrollbar-track-yellow-200\/60 {
  --scrollbar-track: rgb(254 240 138 / 0.6) !important;
}
.scrollbar-track-yellow-200\/70 {
  --scrollbar-track: rgb(254 240 138 / 0.7) !important;
}
.scrollbar-track-yellow-200\/75 {
  --scrollbar-track: rgb(254 240 138 / 0.75) !important;
}
.scrollbar-track-yellow-200\/80 {
  --scrollbar-track: rgb(254 240 138 / 0.8) !important;
}
.scrollbar-track-yellow-200\/90 {
  --scrollbar-track: rgb(254 240 138 / 0.9) !important;
}
.scrollbar-track-yellow-200\/95 {
  --scrollbar-track: rgb(254 240 138 / 0.95) !important;
}
.scrollbar-track-yellow-300 {
  --scrollbar-track: #fde047 !important;
}
.scrollbar-track-yellow-300\/0 {
  --scrollbar-track: rgb(253 224 71 / 0) !important;
}
.scrollbar-track-yellow-300\/10 {
  --scrollbar-track: rgb(253 224 71 / 0.1) !important;
}
.scrollbar-track-yellow-300\/100 {
  --scrollbar-track: rgb(253 224 71 / 1) !important;
}
.scrollbar-track-yellow-300\/20 {
  --scrollbar-track: rgb(253 224 71 / 0.2) !important;
}
.scrollbar-track-yellow-300\/25 {
  --scrollbar-track: rgb(253 224 71 / 0.25) !important;
}
.scrollbar-track-yellow-300\/30 {
  --scrollbar-track: rgb(253 224 71 / 0.3) !important;
}
.scrollbar-track-yellow-300\/40 {
  --scrollbar-track: rgb(253 224 71 / 0.4) !important;
}
.scrollbar-track-yellow-300\/5 {
  --scrollbar-track: rgb(253 224 71 / 0.05) !important;
}
.scrollbar-track-yellow-300\/50 {
  --scrollbar-track: rgb(253 224 71 / 0.5) !important;
}
.scrollbar-track-yellow-300\/60 {
  --scrollbar-track: rgb(253 224 71 / 0.6) !important;
}
.scrollbar-track-yellow-300\/70 {
  --scrollbar-track: rgb(253 224 71 / 0.7) !important;
}
.scrollbar-track-yellow-300\/75 {
  --scrollbar-track: rgb(253 224 71 / 0.75) !important;
}
.scrollbar-track-yellow-300\/80 {
  --scrollbar-track: rgb(253 224 71 / 0.8) !important;
}
.scrollbar-track-yellow-300\/90 {
  --scrollbar-track: rgb(253 224 71 / 0.9) !important;
}
.scrollbar-track-yellow-300\/95 {
  --scrollbar-track: rgb(253 224 71 / 0.95) !important;
}
.scrollbar-track-yellow-400 {
  --scrollbar-track: #facc15 !important;
}
.scrollbar-track-yellow-400\/0 {
  --scrollbar-track: rgb(250 204 21 / 0) !important;
}
.scrollbar-track-yellow-400\/10 {
  --scrollbar-track: rgb(250 204 21 / 0.1) !important;
}
.scrollbar-track-yellow-400\/100 {
  --scrollbar-track: rgb(250 204 21 / 1) !important;
}
.scrollbar-track-yellow-400\/20 {
  --scrollbar-track: rgb(250 204 21 / 0.2) !important;
}
.scrollbar-track-yellow-400\/25 {
  --scrollbar-track: rgb(250 204 21 / 0.25) !important;
}
.scrollbar-track-yellow-400\/30 {
  --scrollbar-track: rgb(250 204 21 / 0.3) !important;
}
.scrollbar-track-yellow-400\/40 {
  --scrollbar-track: rgb(250 204 21 / 0.4) !important;
}
.scrollbar-track-yellow-400\/5 {
  --scrollbar-track: rgb(250 204 21 / 0.05) !important;
}
.scrollbar-track-yellow-400\/50 {
  --scrollbar-track: rgb(250 204 21 / 0.5) !important;
}
.scrollbar-track-yellow-400\/60 {
  --scrollbar-track: rgb(250 204 21 / 0.6) !important;
}
.scrollbar-track-yellow-400\/70 {
  --scrollbar-track: rgb(250 204 21 / 0.7) !important;
}
.scrollbar-track-yellow-400\/75 {
  --scrollbar-track: rgb(250 204 21 / 0.75) !important;
}
.scrollbar-track-yellow-400\/80 {
  --scrollbar-track: rgb(250 204 21 / 0.8) !important;
}
.scrollbar-track-yellow-400\/90 {
  --scrollbar-track: rgb(250 204 21 / 0.9) !important;
}
.scrollbar-track-yellow-400\/95 {
  --scrollbar-track: rgb(250 204 21 / 0.95) !important;
}
.scrollbar-track-yellow-50 {
  --scrollbar-track: #fefce8 !important;
}
.scrollbar-track-yellow-50\/0 {
  --scrollbar-track: rgb(254 252 232 / 0) !important;
}
.scrollbar-track-yellow-50\/10 {
  --scrollbar-track: rgb(254 252 232 / 0.1) !important;
}
.scrollbar-track-yellow-50\/100 {
  --scrollbar-track: rgb(254 252 232 / 1) !important;
}
.scrollbar-track-yellow-50\/20 {
  --scrollbar-track: rgb(254 252 232 / 0.2) !important;
}
.scrollbar-track-yellow-50\/25 {
  --scrollbar-track: rgb(254 252 232 / 0.25) !important;
}
.scrollbar-track-yellow-50\/30 {
  --scrollbar-track: rgb(254 252 232 / 0.3) !important;
}
.scrollbar-track-yellow-50\/40 {
  --scrollbar-track: rgb(254 252 232 / 0.4) !important;
}
.scrollbar-track-yellow-50\/5 {
  --scrollbar-track: rgb(254 252 232 / 0.05) !important;
}
.scrollbar-track-yellow-50\/50 {
  --scrollbar-track: rgb(254 252 232 / 0.5) !important;
}
.scrollbar-track-yellow-50\/60 {
  --scrollbar-track: rgb(254 252 232 / 0.6) !important;
}
.scrollbar-track-yellow-50\/70 {
  --scrollbar-track: rgb(254 252 232 / 0.7) !important;
}
.scrollbar-track-yellow-50\/75 {
  --scrollbar-track: rgb(254 252 232 / 0.75) !important;
}
.scrollbar-track-yellow-50\/80 {
  --scrollbar-track: rgb(254 252 232 / 0.8) !important;
}
.scrollbar-track-yellow-50\/90 {
  --scrollbar-track: rgb(254 252 232 / 0.9) !important;
}
.scrollbar-track-yellow-50\/95 {
  --scrollbar-track: rgb(254 252 232 / 0.95) !important;
}
.scrollbar-track-yellow-500 {
  --scrollbar-track: #eab308 !important;
}
.scrollbar-track-yellow-500\/0 {
  --scrollbar-track: rgb(234 179 8 / 0) !important;
}
.scrollbar-track-yellow-500\/10 {
  --scrollbar-track: rgb(234 179 8 / 0.1) !important;
}
.scrollbar-track-yellow-500\/100 {
  --scrollbar-track: rgb(234 179 8 / 1) !important;
}
.scrollbar-track-yellow-500\/20 {
  --scrollbar-track: rgb(234 179 8 / 0.2) !important;
}
.scrollbar-track-yellow-500\/25 {
  --scrollbar-track: rgb(234 179 8 / 0.25) !important;
}
.scrollbar-track-yellow-500\/30 {
  --scrollbar-track: rgb(234 179 8 / 0.3) !important;
}
.scrollbar-track-yellow-500\/40 {
  --scrollbar-track: rgb(234 179 8 / 0.4) !important;
}
.scrollbar-track-yellow-500\/5 {
  --scrollbar-track: rgb(234 179 8 / 0.05) !important;
}
.scrollbar-track-yellow-500\/50 {
  --scrollbar-track: rgb(234 179 8 / 0.5) !important;
}
.scrollbar-track-yellow-500\/60 {
  --scrollbar-track: rgb(234 179 8 / 0.6) !important;
}
.scrollbar-track-yellow-500\/70 {
  --scrollbar-track: rgb(234 179 8 / 0.7) !important;
}
.scrollbar-track-yellow-500\/75 {
  --scrollbar-track: rgb(234 179 8 / 0.75) !important;
}
.scrollbar-track-yellow-500\/80 {
  --scrollbar-track: rgb(234 179 8 / 0.8) !important;
}
.scrollbar-track-yellow-500\/90 {
  --scrollbar-track: rgb(234 179 8 / 0.9) !important;
}
.scrollbar-track-yellow-500\/95 {
  --scrollbar-track: rgb(234 179 8 / 0.95) !important;
}
.scrollbar-track-yellow-600 {
  --scrollbar-track: #ca8a04 !important;
}
.scrollbar-track-yellow-600\/0 {
  --scrollbar-track: rgb(202 138 4 / 0) !important;
}
.scrollbar-track-yellow-600\/10 {
  --scrollbar-track: rgb(202 138 4 / 0.1) !important;
}
.scrollbar-track-yellow-600\/100 {
  --scrollbar-track: rgb(202 138 4 / 1) !important;
}
.scrollbar-track-yellow-600\/20 {
  --scrollbar-track: rgb(202 138 4 / 0.2) !important;
}
.scrollbar-track-yellow-600\/25 {
  --scrollbar-track: rgb(202 138 4 / 0.25) !important;
}
.scrollbar-track-yellow-600\/30 {
  --scrollbar-track: rgb(202 138 4 / 0.3) !important;
}
.scrollbar-track-yellow-600\/40 {
  --scrollbar-track: rgb(202 138 4 / 0.4) !important;
}
.scrollbar-track-yellow-600\/5 {
  --scrollbar-track: rgb(202 138 4 / 0.05) !important;
}
.scrollbar-track-yellow-600\/50 {
  --scrollbar-track: rgb(202 138 4 / 0.5) !important;
}
.scrollbar-track-yellow-600\/60 {
  --scrollbar-track: rgb(202 138 4 / 0.6) !important;
}
.scrollbar-track-yellow-600\/70 {
  --scrollbar-track: rgb(202 138 4 / 0.7) !important;
}
.scrollbar-track-yellow-600\/75 {
  --scrollbar-track: rgb(202 138 4 / 0.75) !important;
}
.scrollbar-track-yellow-600\/80 {
  --scrollbar-track: rgb(202 138 4 / 0.8) !important;
}
.scrollbar-track-yellow-600\/90 {
  --scrollbar-track: rgb(202 138 4 / 0.9) !important;
}
.scrollbar-track-yellow-600\/95 {
  --scrollbar-track: rgb(202 138 4 / 0.95) !important;
}
.scrollbar-track-yellow-700 {
  --scrollbar-track: #a16207 !important;
}
.scrollbar-track-yellow-700\/0 {
  --scrollbar-track: rgb(161 98 7 / 0) !important;
}
.scrollbar-track-yellow-700\/10 {
  --scrollbar-track: rgb(161 98 7 / 0.1) !important;
}
.scrollbar-track-yellow-700\/100 {
  --scrollbar-track: rgb(161 98 7 / 1) !important;
}
.scrollbar-track-yellow-700\/20 {
  --scrollbar-track: rgb(161 98 7 / 0.2) !important;
}
.scrollbar-track-yellow-700\/25 {
  --scrollbar-track: rgb(161 98 7 / 0.25) !important;
}
.scrollbar-track-yellow-700\/30 {
  --scrollbar-track: rgb(161 98 7 / 0.3) !important;
}
.scrollbar-track-yellow-700\/40 {
  --scrollbar-track: rgb(161 98 7 / 0.4) !important;
}
.scrollbar-track-yellow-700\/5 {
  --scrollbar-track: rgb(161 98 7 / 0.05) !important;
}
.scrollbar-track-yellow-700\/50 {
  --scrollbar-track: rgb(161 98 7 / 0.5) !important;
}
.scrollbar-track-yellow-700\/60 {
  --scrollbar-track: rgb(161 98 7 / 0.6) !important;
}
.scrollbar-track-yellow-700\/70 {
  --scrollbar-track: rgb(161 98 7 / 0.7) !important;
}
.scrollbar-track-yellow-700\/75 {
  --scrollbar-track: rgb(161 98 7 / 0.75) !important;
}
.scrollbar-track-yellow-700\/80 {
  --scrollbar-track: rgb(161 98 7 / 0.8) !important;
}
.scrollbar-track-yellow-700\/90 {
  --scrollbar-track: rgb(161 98 7 / 0.9) !important;
}
.scrollbar-track-yellow-700\/95 {
  --scrollbar-track: rgb(161 98 7 / 0.95) !important;
}
.scrollbar-track-yellow-800 {
  --scrollbar-track: #854d0e !important;
}
.scrollbar-track-yellow-800\/0 {
  --scrollbar-track: rgb(133 77 14 / 0) !important;
}
.scrollbar-track-yellow-800\/10 {
  --scrollbar-track: rgb(133 77 14 / 0.1) !important;
}
.scrollbar-track-yellow-800\/100 {
  --scrollbar-track: rgb(133 77 14 / 1) !important;
}
.scrollbar-track-yellow-800\/20 {
  --scrollbar-track: rgb(133 77 14 / 0.2) !important;
}
.scrollbar-track-yellow-800\/25 {
  --scrollbar-track: rgb(133 77 14 / 0.25) !important;
}
.scrollbar-track-yellow-800\/30 {
  --scrollbar-track: rgb(133 77 14 / 0.3) !important;
}
.scrollbar-track-yellow-800\/40 {
  --scrollbar-track: rgb(133 77 14 / 0.4) !important;
}
.scrollbar-track-yellow-800\/5 {
  --scrollbar-track: rgb(133 77 14 / 0.05) !important;
}
.scrollbar-track-yellow-800\/50 {
  --scrollbar-track: rgb(133 77 14 / 0.5) !important;
}
.scrollbar-track-yellow-800\/60 {
  --scrollbar-track: rgb(133 77 14 / 0.6) !important;
}
.scrollbar-track-yellow-800\/70 {
  --scrollbar-track: rgb(133 77 14 / 0.7) !important;
}
.scrollbar-track-yellow-800\/75 {
  --scrollbar-track: rgb(133 77 14 / 0.75) !important;
}
.scrollbar-track-yellow-800\/80 {
  --scrollbar-track: rgb(133 77 14 / 0.8) !important;
}
.scrollbar-track-yellow-800\/90 {
  --scrollbar-track: rgb(133 77 14 / 0.9) !important;
}
.scrollbar-track-yellow-800\/95 {
  --scrollbar-track: rgb(133 77 14 / 0.95) !important;
}
.scrollbar-track-yellow-900 {
  --scrollbar-track: #713f12 !important;
}
.scrollbar-track-yellow-900\/0 {
  --scrollbar-track: rgb(113 63 18 / 0) !important;
}
.scrollbar-track-yellow-900\/10 {
  --scrollbar-track: rgb(113 63 18 / 0.1) !important;
}
.scrollbar-track-yellow-900\/100 {
  --scrollbar-track: rgb(113 63 18 / 1) !important;
}
.scrollbar-track-yellow-900\/20 {
  --scrollbar-track: rgb(113 63 18 / 0.2) !important;
}
.scrollbar-track-yellow-900\/25 {
  --scrollbar-track: rgb(113 63 18 / 0.25) !important;
}
.scrollbar-track-yellow-900\/30 {
  --scrollbar-track: rgb(113 63 18 / 0.3) !important;
}
.scrollbar-track-yellow-900\/40 {
  --scrollbar-track: rgb(113 63 18 / 0.4) !important;
}
.scrollbar-track-yellow-900\/5 {
  --scrollbar-track: rgb(113 63 18 / 0.05) !important;
}
.scrollbar-track-yellow-900\/50 {
  --scrollbar-track: rgb(113 63 18 / 0.5) !important;
}
.scrollbar-track-yellow-900\/60 {
  --scrollbar-track: rgb(113 63 18 / 0.6) !important;
}
.scrollbar-track-yellow-900\/70 {
  --scrollbar-track: rgb(113 63 18 / 0.7) !important;
}
.scrollbar-track-yellow-900\/75 {
  --scrollbar-track: rgb(113 63 18 / 0.75) !important;
}
.scrollbar-track-yellow-900\/80 {
  --scrollbar-track: rgb(113 63 18 / 0.8) !important;
}
.scrollbar-track-yellow-900\/90 {
  --scrollbar-track: rgb(113 63 18 / 0.9) !important;
}
.scrollbar-track-yellow-900\/95 {
  --scrollbar-track: rgb(113 63 18 / 0.95) !important;
}
.scrollbar-track-yellow-950 {
  --scrollbar-track: #422006 !important;
}
.scrollbar-track-yellow-950\/0 {
  --scrollbar-track: rgb(66 32 6 / 0) !important;
}
.scrollbar-track-yellow-950\/10 {
  --scrollbar-track: rgb(66 32 6 / 0.1) !important;
}
.scrollbar-track-yellow-950\/100 {
  --scrollbar-track: rgb(66 32 6 / 1) !important;
}
.scrollbar-track-yellow-950\/20 {
  --scrollbar-track: rgb(66 32 6 / 0.2) !important;
}
.scrollbar-track-yellow-950\/25 {
  --scrollbar-track: rgb(66 32 6 / 0.25) !important;
}
.scrollbar-track-yellow-950\/30 {
  --scrollbar-track: rgb(66 32 6 / 0.3) !important;
}
.scrollbar-track-yellow-950\/40 {
  --scrollbar-track: rgb(66 32 6 / 0.4) !important;
}
.scrollbar-track-yellow-950\/5 {
  --scrollbar-track: rgb(66 32 6 / 0.05) !important;
}
.scrollbar-track-yellow-950\/50 {
  --scrollbar-track: rgb(66 32 6 / 0.5) !important;
}
.scrollbar-track-yellow-950\/60 {
  --scrollbar-track: rgb(66 32 6 / 0.6) !important;
}
.scrollbar-track-yellow-950\/70 {
  --scrollbar-track: rgb(66 32 6 / 0.7) !important;
}
.scrollbar-track-yellow-950\/75 {
  --scrollbar-track: rgb(66 32 6 / 0.75) !important;
}
.scrollbar-track-yellow-950\/80 {
  --scrollbar-track: rgb(66 32 6 / 0.8) !important;
}
.scrollbar-track-yellow-950\/90 {
  --scrollbar-track: rgb(66 32 6 / 0.9) !important;
}
.scrollbar-track-yellow-950\/95 {
  --scrollbar-track: rgb(66 32 6 / 0.95) !important;
}
.scrollbar-thumb-gray-100 {
  --scrollbar-thumb: #f3f4f6 !important;
}
.scrollbar-thumb-slate-300 {
  --scrollbar-thumb: #cbd5e1 !important;
}
.scrollbar-thumb-yellow-100 {
  --scrollbar-thumb: #fef9c3 !important;
}
.scrollbar-thumb-yellow-100\/0 {
  --scrollbar-thumb: rgb(254 249 195 / 0) !important;
}
.scrollbar-thumb-yellow-100\/10 {
  --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
}
.scrollbar-thumb-yellow-100\/100 {
  --scrollbar-thumb: rgb(254 249 195 / 1) !important;
}
.scrollbar-thumb-yellow-100\/20 {
  --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
}
.scrollbar-thumb-yellow-100\/25 {
  --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
}
.scrollbar-thumb-yellow-100\/30 {
  --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
}
.scrollbar-thumb-yellow-100\/40 {
  --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
}
.scrollbar-thumb-yellow-100\/5 {
  --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
}
.scrollbar-thumb-yellow-100\/50 {
  --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
}
.scrollbar-thumb-yellow-100\/60 {
  --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
}
.scrollbar-thumb-yellow-100\/70 {
  --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
}
.scrollbar-thumb-yellow-100\/75 {
  --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
}
.scrollbar-thumb-yellow-100\/80 {
  --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
}
.scrollbar-thumb-yellow-100\/90 {
  --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
}
.scrollbar-thumb-yellow-100\/95 {
  --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
}
.scrollbar-thumb-yellow-200 {
  --scrollbar-thumb: #fef08a !important;
}
.scrollbar-thumb-yellow-200\/0 {
  --scrollbar-thumb: rgb(254 240 138 / 0) !important;
}
.scrollbar-thumb-yellow-200\/10 {
  --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
}
.scrollbar-thumb-yellow-200\/100 {
  --scrollbar-thumb: rgb(254 240 138 / 1) !important;
}
.scrollbar-thumb-yellow-200\/20 {
  --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
}
.scrollbar-thumb-yellow-200\/25 {
  --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
}
.scrollbar-thumb-yellow-200\/30 {
  --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
}
.scrollbar-thumb-yellow-200\/40 {
  --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
}
.scrollbar-thumb-yellow-200\/5 {
  --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
}
.scrollbar-thumb-yellow-200\/50 {
  --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
}
.scrollbar-thumb-yellow-200\/60 {
  --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
}
.scrollbar-thumb-yellow-200\/70 {
  --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
}
.scrollbar-thumb-yellow-200\/75 {
  --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
}
.scrollbar-thumb-yellow-200\/80 {
  --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
}
.scrollbar-thumb-yellow-200\/90 {
  --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
}
.scrollbar-thumb-yellow-200\/95 {
  --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
}
.scrollbar-thumb-yellow-300 {
  --scrollbar-thumb: #fde047 !important;
}
.scrollbar-thumb-yellow-300\/0 {
  --scrollbar-thumb: rgb(253 224 71 / 0) !important;
}
.scrollbar-thumb-yellow-300\/10 {
  --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
}
.scrollbar-thumb-yellow-300\/100 {
  --scrollbar-thumb: rgb(253 224 71 / 1) !important;
}
.scrollbar-thumb-yellow-300\/20 {
  --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
}
.scrollbar-thumb-yellow-300\/25 {
  --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
}
.scrollbar-thumb-yellow-300\/30 {
  --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
}
.scrollbar-thumb-yellow-300\/40 {
  --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
}
.scrollbar-thumb-yellow-300\/5 {
  --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
}
.scrollbar-thumb-yellow-300\/50 {
  --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
}
.scrollbar-thumb-yellow-300\/60 {
  --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
}
.scrollbar-thumb-yellow-300\/70 {
  --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
}
.scrollbar-thumb-yellow-300\/75 {
  --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
}
.scrollbar-thumb-yellow-300\/80 {
  --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
}
.scrollbar-thumb-yellow-300\/90 {
  --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
}
.scrollbar-thumb-yellow-300\/95 {
  --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
}
.scrollbar-thumb-yellow-400 {
  --scrollbar-thumb: #facc15 !important;
}
.scrollbar-thumb-yellow-400\/0 {
  --scrollbar-thumb: rgb(250 204 21 / 0) !important;
}
.scrollbar-thumb-yellow-400\/10 {
  --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
}
.scrollbar-thumb-yellow-400\/100 {
  --scrollbar-thumb: rgb(250 204 21 / 1) !important;
}
.scrollbar-thumb-yellow-400\/20 {
  --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
}
.scrollbar-thumb-yellow-400\/25 {
  --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
}
.scrollbar-thumb-yellow-400\/30 {
  --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
}
.scrollbar-thumb-yellow-400\/40 {
  --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
}
.scrollbar-thumb-yellow-400\/5 {
  --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
}
.scrollbar-thumb-yellow-400\/50 {
  --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
}
.scrollbar-thumb-yellow-400\/60 {
  --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
}
.scrollbar-thumb-yellow-400\/70 {
  --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
}
.scrollbar-thumb-yellow-400\/75 {
  --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
}
.scrollbar-thumb-yellow-400\/80 {
  --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
}
.scrollbar-thumb-yellow-400\/90 {
  --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
}
.scrollbar-thumb-yellow-400\/95 {
  --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
}
.scrollbar-thumb-yellow-50 {
  --scrollbar-thumb: #fefce8 !important;
}
.scrollbar-thumb-yellow-50\/0 {
  --scrollbar-thumb: rgb(254 252 232 / 0) !important;
}
.scrollbar-thumb-yellow-50\/10 {
  --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
}
.scrollbar-thumb-yellow-50\/100 {
  --scrollbar-thumb: rgb(254 252 232 / 1) !important;
}
.scrollbar-thumb-yellow-50\/20 {
  --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
}
.scrollbar-thumb-yellow-50\/25 {
  --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
}
.scrollbar-thumb-yellow-50\/30 {
  --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
}
.scrollbar-thumb-yellow-50\/40 {
  --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
}
.scrollbar-thumb-yellow-50\/5 {
  --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
}
.scrollbar-thumb-yellow-50\/50 {
  --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
}
.scrollbar-thumb-yellow-50\/60 {
  --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
}
.scrollbar-thumb-yellow-50\/70 {
  --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
}
.scrollbar-thumb-yellow-50\/75 {
  --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
}
.scrollbar-thumb-yellow-50\/80 {
  --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
}
.scrollbar-thumb-yellow-50\/90 {
  --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
}
.scrollbar-thumb-yellow-50\/95 {
  --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
}
.scrollbar-thumb-yellow-500 {
  --scrollbar-thumb: #eab308 !important;
}
.scrollbar-thumb-yellow-500\/0 {
  --scrollbar-thumb: rgb(234 179 8 / 0) !important;
}
.scrollbar-thumb-yellow-500\/10 {
  --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
}
.scrollbar-thumb-yellow-500\/100 {
  --scrollbar-thumb: rgb(234 179 8 / 1) !important;
}
.scrollbar-thumb-yellow-500\/20 {
  --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
}
.scrollbar-thumb-yellow-500\/25 {
  --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
}
.scrollbar-thumb-yellow-500\/30 {
  --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
}
.scrollbar-thumb-yellow-500\/40 {
  --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
}
.scrollbar-thumb-yellow-500\/5 {
  --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
}
.scrollbar-thumb-yellow-500\/50 {
  --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
}
.scrollbar-thumb-yellow-500\/60 {
  --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
}
.scrollbar-thumb-yellow-500\/70 {
  --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
}
.scrollbar-thumb-yellow-500\/75 {
  --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
}
.scrollbar-thumb-yellow-500\/80 {
  --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
}
.scrollbar-thumb-yellow-500\/90 {
  --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
}
.scrollbar-thumb-yellow-500\/95 {
  --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
}
.scrollbar-thumb-yellow-600 {
  --scrollbar-thumb: #ca8a04 !important;
}
.scrollbar-thumb-yellow-600\/0 {
  --scrollbar-thumb: rgb(202 138 4 / 0) !important;
}
.scrollbar-thumb-yellow-600\/10 {
  --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
}
.scrollbar-thumb-yellow-600\/100 {
  --scrollbar-thumb: rgb(202 138 4 / 1) !important;
}
.scrollbar-thumb-yellow-600\/20 {
  --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
}
.scrollbar-thumb-yellow-600\/25 {
  --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
}
.scrollbar-thumb-yellow-600\/30 {
  --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
}
.scrollbar-thumb-yellow-600\/40 {
  --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
}
.scrollbar-thumb-yellow-600\/5 {
  --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
}
.scrollbar-thumb-yellow-600\/50 {
  --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
}
.scrollbar-thumb-yellow-600\/60 {
  --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
}
.scrollbar-thumb-yellow-600\/70 {
  --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
}
.scrollbar-thumb-yellow-600\/75 {
  --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
}
.scrollbar-thumb-yellow-600\/80 {
  --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
}
.scrollbar-thumb-yellow-600\/90 {
  --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
}
.scrollbar-thumb-yellow-600\/95 {
  --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
}
.scrollbar-thumb-yellow-700 {
  --scrollbar-thumb: #a16207 !important;
}
.scrollbar-thumb-yellow-700\/0 {
  --scrollbar-thumb: rgb(161 98 7 / 0) !important;
}
.scrollbar-thumb-yellow-700\/10 {
  --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
}
.scrollbar-thumb-yellow-700\/100 {
  --scrollbar-thumb: rgb(161 98 7 / 1) !important;
}
.scrollbar-thumb-yellow-700\/20 {
  --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
}
.scrollbar-thumb-yellow-700\/25 {
  --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
}
.scrollbar-thumb-yellow-700\/30 {
  --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
}
.scrollbar-thumb-yellow-700\/40 {
  --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
}
.scrollbar-thumb-yellow-700\/5 {
  --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
}
.scrollbar-thumb-yellow-700\/50 {
  --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
}
.scrollbar-thumb-yellow-700\/60 {
  --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
}
.scrollbar-thumb-yellow-700\/70 {
  --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
}
.scrollbar-thumb-yellow-700\/75 {
  --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
}
.scrollbar-thumb-yellow-700\/80 {
  --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
}
.scrollbar-thumb-yellow-700\/90 {
  --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
}
.scrollbar-thumb-yellow-700\/95 {
  --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
}
.scrollbar-thumb-yellow-800 {
  --scrollbar-thumb: #854d0e !important;
}
.scrollbar-thumb-yellow-800\/0 {
  --scrollbar-thumb: rgb(133 77 14 / 0) !important;
}
.scrollbar-thumb-yellow-800\/10 {
  --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
}
.scrollbar-thumb-yellow-800\/100 {
  --scrollbar-thumb: rgb(133 77 14 / 1) !important;
}
.scrollbar-thumb-yellow-800\/20 {
  --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
}
.scrollbar-thumb-yellow-800\/25 {
  --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
}
.scrollbar-thumb-yellow-800\/30 {
  --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
}
.scrollbar-thumb-yellow-800\/40 {
  --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
}
.scrollbar-thumb-yellow-800\/5 {
  --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
}
.scrollbar-thumb-yellow-800\/50 {
  --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
}
.scrollbar-thumb-yellow-800\/60 {
  --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
}
.scrollbar-thumb-yellow-800\/70 {
  --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
}
.scrollbar-thumb-yellow-800\/75 {
  --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
}
.scrollbar-thumb-yellow-800\/80 {
  --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
}
.scrollbar-thumb-yellow-800\/90 {
  --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
}
.scrollbar-thumb-yellow-800\/95 {
  --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
}
.scrollbar-thumb-yellow-900 {
  --scrollbar-thumb: #713f12 !important;
}
.scrollbar-thumb-yellow-900\/0 {
  --scrollbar-thumb: rgb(113 63 18 / 0) !important;
}
.scrollbar-thumb-yellow-900\/10 {
  --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
}
.scrollbar-thumb-yellow-900\/100 {
  --scrollbar-thumb: rgb(113 63 18 / 1) !important;
}
.scrollbar-thumb-yellow-900\/20 {
  --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
}
.scrollbar-thumb-yellow-900\/25 {
  --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
}
.scrollbar-thumb-yellow-900\/30 {
  --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
}
.scrollbar-thumb-yellow-900\/40 {
  --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
}
.scrollbar-thumb-yellow-900\/5 {
  --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
}
.scrollbar-thumb-yellow-900\/50 {
  --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
}
.scrollbar-thumb-yellow-900\/60 {
  --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
}
.scrollbar-thumb-yellow-900\/70 {
  --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
}
.scrollbar-thumb-yellow-900\/75 {
  --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
}
.scrollbar-thumb-yellow-900\/80 {
  --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
}
.scrollbar-thumb-yellow-900\/90 {
  --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
}
.scrollbar-thumb-yellow-900\/95 {
  --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
}
.scrollbar-thumb-yellow-950 {
  --scrollbar-thumb: #422006 !important;
}
.scrollbar-thumb-yellow-950\/0 {
  --scrollbar-thumb: rgb(66 32 6 / 0) !important;
}
.scrollbar-thumb-yellow-950\/10 {
  --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
}
.scrollbar-thumb-yellow-950\/100 {
  --scrollbar-thumb: rgb(66 32 6 / 1) !important;
}
.scrollbar-thumb-yellow-950\/20 {
  --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
}
.scrollbar-thumb-yellow-950\/25 {
  --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
}
.scrollbar-thumb-yellow-950\/30 {
  --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
}
.scrollbar-thumb-yellow-950\/40 {
  --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
}
.scrollbar-thumb-yellow-950\/5 {
  --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
}
.scrollbar-thumb-yellow-950\/50 {
  --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
}
.scrollbar-thumb-yellow-950\/60 {
  --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
}
.scrollbar-thumb-yellow-950\/70 {
  --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
}
.scrollbar-thumb-yellow-950\/75 {
  --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
}
.scrollbar-thumb-yellow-950\/80 {
  --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
}
.scrollbar-thumb-yellow-950\/90 {
  --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
}
.scrollbar-thumb-yellow-950\/95 {
  --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
}
.scrollbar-corner-yellow-100 {
  --scrollbar-corner: #fef9c3 !important;
}
.scrollbar-corner-yellow-100\/0 {
  --scrollbar-corner: rgb(254 249 195 / 0) !important;
}
.scrollbar-corner-yellow-100\/10 {
  --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
}
.scrollbar-corner-yellow-100\/100 {
  --scrollbar-corner: rgb(254 249 195 / 1) !important;
}
.scrollbar-corner-yellow-100\/20 {
  --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
}
.scrollbar-corner-yellow-100\/25 {
  --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
}
.scrollbar-corner-yellow-100\/30 {
  --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
}
.scrollbar-corner-yellow-100\/40 {
  --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
}
.scrollbar-corner-yellow-100\/5 {
  --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
}
.scrollbar-corner-yellow-100\/50 {
  --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
}
.scrollbar-corner-yellow-100\/60 {
  --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
}
.scrollbar-corner-yellow-100\/70 {
  --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
}
.scrollbar-corner-yellow-100\/75 {
  --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
}
.scrollbar-corner-yellow-100\/80 {
  --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
}
.scrollbar-corner-yellow-100\/90 {
  --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
}
.scrollbar-corner-yellow-100\/95 {
  --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
}
.scrollbar-corner-yellow-200 {
  --scrollbar-corner: #fef08a !important;
}
.scrollbar-corner-yellow-200\/0 {
  --scrollbar-corner: rgb(254 240 138 / 0) !important;
}
.scrollbar-corner-yellow-200\/10 {
  --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
}
.scrollbar-corner-yellow-200\/100 {
  --scrollbar-corner: rgb(254 240 138 / 1) !important;
}
.scrollbar-corner-yellow-200\/20 {
  --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
}
.scrollbar-corner-yellow-200\/25 {
  --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
}
.scrollbar-corner-yellow-200\/30 {
  --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
}
.scrollbar-corner-yellow-200\/40 {
  --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
}
.scrollbar-corner-yellow-200\/5 {
  --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
}
.scrollbar-corner-yellow-200\/50 {
  --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
}
.scrollbar-corner-yellow-200\/60 {
  --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
}
.scrollbar-corner-yellow-200\/70 {
  --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
}
.scrollbar-corner-yellow-200\/75 {
  --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
}
.scrollbar-corner-yellow-200\/80 {
  --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
}
.scrollbar-corner-yellow-200\/90 {
  --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
}
.scrollbar-corner-yellow-200\/95 {
  --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
}
.scrollbar-corner-yellow-300 {
  --scrollbar-corner: #fde047 !important;
}
.scrollbar-corner-yellow-300\/0 {
  --scrollbar-corner: rgb(253 224 71 / 0) !important;
}
.scrollbar-corner-yellow-300\/10 {
  --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
}
.scrollbar-corner-yellow-300\/100 {
  --scrollbar-corner: rgb(253 224 71 / 1) !important;
}
.scrollbar-corner-yellow-300\/20 {
  --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
}
.scrollbar-corner-yellow-300\/25 {
  --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
}
.scrollbar-corner-yellow-300\/30 {
  --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
}
.scrollbar-corner-yellow-300\/40 {
  --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
}
.scrollbar-corner-yellow-300\/5 {
  --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
}
.scrollbar-corner-yellow-300\/50 {
  --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
}
.scrollbar-corner-yellow-300\/60 {
  --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
}
.scrollbar-corner-yellow-300\/70 {
  --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
}
.scrollbar-corner-yellow-300\/75 {
  --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
}
.scrollbar-corner-yellow-300\/80 {
  --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
}
.scrollbar-corner-yellow-300\/90 {
  --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
}
.scrollbar-corner-yellow-300\/95 {
  --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
}
.scrollbar-corner-yellow-400 {
  --scrollbar-corner: #facc15 !important;
}
.scrollbar-corner-yellow-400\/0 {
  --scrollbar-corner: rgb(250 204 21 / 0) !important;
}
.scrollbar-corner-yellow-400\/10 {
  --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
}
.scrollbar-corner-yellow-400\/100 {
  --scrollbar-corner: rgb(250 204 21 / 1) !important;
}
.scrollbar-corner-yellow-400\/20 {
  --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
}
.scrollbar-corner-yellow-400\/25 {
  --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
}
.scrollbar-corner-yellow-400\/30 {
  --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
}
.scrollbar-corner-yellow-400\/40 {
  --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
}
.scrollbar-corner-yellow-400\/5 {
  --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
}
.scrollbar-corner-yellow-400\/50 {
  --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
}
.scrollbar-corner-yellow-400\/60 {
  --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
}
.scrollbar-corner-yellow-400\/70 {
  --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
}
.scrollbar-corner-yellow-400\/75 {
  --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
}
.scrollbar-corner-yellow-400\/80 {
  --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
}
.scrollbar-corner-yellow-400\/90 {
  --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
}
.scrollbar-corner-yellow-400\/95 {
  --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
}
.scrollbar-corner-yellow-50 {
  --scrollbar-corner: #fefce8 !important;
}
.scrollbar-corner-yellow-50\/0 {
  --scrollbar-corner: rgb(254 252 232 / 0) !important;
}
.scrollbar-corner-yellow-50\/10 {
  --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
}
.scrollbar-corner-yellow-50\/100 {
  --scrollbar-corner: rgb(254 252 232 / 1) !important;
}
.scrollbar-corner-yellow-50\/20 {
  --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
}
.scrollbar-corner-yellow-50\/25 {
  --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
}
.scrollbar-corner-yellow-50\/30 {
  --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
}
.scrollbar-corner-yellow-50\/40 {
  --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
}
.scrollbar-corner-yellow-50\/5 {
  --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
}
.scrollbar-corner-yellow-50\/50 {
  --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
}
.scrollbar-corner-yellow-50\/60 {
  --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
}
.scrollbar-corner-yellow-50\/70 {
  --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
}
.scrollbar-corner-yellow-50\/75 {
  --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
}
.scrollbar-corner-yellow-50\/80 {
  --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
}
.scrollbar-corner-yellow-50\/90 {
  --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
}
.scrollbar-corner-yellow-50\/95 {
  --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
}
.scrollbar-corner-yellow-500 {
  --scrollbar-corner: #eab308 !important;
}
.scrollbar-corner-yellow-500\/0 {
  --scrollbar-corner: rgb(234 179 8 / 0) !important;
}
.scrollbar-corner-yellow-500\/10 {
  --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
}
.scrollbar-corner-yellow-500\/100 {
  --scrollbar-corner: rgb(234 179 8 / 1) !important;
}
.scrollbar-corner-yellow-500\/20 {
  --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
}
.scrollbar-corner-yellow-500\/25 {
  --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
}
.scrollbar-corner-yellow-500\/30 {
  --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
}
.scrollbar-corner-yellow-500\/40 {
  --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
}
.scrollbar-corner-yellow-500\/5 {
  --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
}
.scrollbar-corner-yellow-500\/50 {
  --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
}
.scrollbar-corner-yellow-500\/60 {
  --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
}
.scrollbar-corner-yellow-500\/70 {
  --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
}
.scrollbar-corner-yellow-500\/75 {
  --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
}
.scrollbar-corner-yellow-500\/80 {
  --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
}
.scrollbar-corner-yellow-500\/90 {
  --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
}
.scrollbar-corner-yellow-500\/95 {
  --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
}
.scrollbar-corner-yellow-600 {
  --scrollbar-corner: #ca8a04 !important;
}
.scrollbar-corner-yellow-600\/0 {
  --scrollbar-corner: rgb(202 138 4 / 0) !important;
}
.scrollbar-corner-yellow-600\/10 {
  --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
}
.scrollbar-corner-yellow-600\/100 {
  --scrollbar-corner: rgb(202 138 4 / 1) !important;
}
.scrollbar-corner-yellow-600\/20 {
  --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
}
.scrollbar-corner-yellow-600\/25 {
  --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
}
.scrollbar-corner-yellow-600\/30 {
  --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
}
.scrollbar-corner-yellow-600\/40 {
  --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
}
.scrollbar-corner-yellow-600\/5 {
  --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
}
.scrollbar-corner-yellow-600\/50 {
  --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
}
.scrollbar-corner-yellow-600\/60 {
  --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
}
.scrollbar-corner-yellow-600\/70 {
  --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
}
.scrollbar-corner-yellow-600\/75 {
  --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
}
.scrollbar-corner-yellow-600\/80 {
  --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
}
.scrollbar-corner-yellow-600\/90 {
  --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
}
.scrollbar-corner-yellow-600\/95 {
  --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
}
.scrollbar-corner-yellow-700 {
  --scrollbar-corner: #a16207 !important;
}
.scrollbar-corner-yellow-700\/0 {
  --scrollbar-corner: rgb(161 98 7 / 0) !important;
}
.scrollbar-corner-yellow-700\/10 {
  --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
}
.scrollbar-corner-yellow-700\/100 {
  --scrollbar-corner: rgb(161 98 7 / 1) !important;
}
.scrollbar-corner-yellow-700\/20 {
  --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
}
.scrollbar-corner-yellow-700\/25 {
  --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
}
.scrollbar-corner-yellow-700\/30 {
  --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
}
.scrollbar-corner-yellow-700\/40 {
  --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
}
.scrollbar-corner-yellow-700\/5 {
  --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
}
.scrollbar-corner-yellow-700\/50 {
  --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
}
.scrollbar-corner-yellow-700\/60 {
  --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
}
.scrollbar-corner-yellow-700\/70 {
  --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
}
.scrollbar-corner-yellow-700\/75 {
  --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
}
.scrollbar-corner-yellow-700\/80 {
  --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
}
.scrollbar-corner-yellow-700\/90 {
  --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
}
.scrollbar-corner-yellow-700\/95 {
  --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
}
.scrollbar-corner-yellow-800 {
  --scrollbar-corner: #854d0e !important;
}
.scrollbar-corner-yellow-800\/0 {
  --scrollbar-corner: rgb(133 77 14 / 0) !important;
}
.scrollbar-corner-yellow-800\/10 {
  --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
}
.scrollbar-corner-yellow-800\/100 {
  --scrollbar-corner: rgb(133 77 14 / 1) !important;
}
.scrollbar-corner-yellow-800\/20 {
  --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
}
.scrollbar-corner-yellow-800\/25 {
  --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
}
.scrollbar-corner-yellow-800\/30 {
  --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
}
.scrollbar-corner-yellow-800\/40 {
  --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
}
.scrollbar-corner-yellow-800\/5 {
  --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
}
.scrollbar-corner-yellow-800\/50 {
  --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
}
.scrollbar-corner-yellow-800\/60 {
  --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
}
.scrollbar-corner-yellow-800\/70 {
  --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
}
.scrollbar-corner-yellow-800\/75 {
  --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
}
.scrollbar-corner-yellow-800\/80 {
  --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
}
.scrollbar-corner-yellow-800\/90 {
  --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
}
.scrollbar-corner-yellow-800\/95 {
  --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
}
.scrollbar-corner-yellow-900 {
  --scrollbar-corner: #713f12 !important;
}
.scrollbar-corner-yellow-900\/0 {
  --scrollbar-corner: rgb(113 63 18 / 0) !important;
}
.scrollbar-corner-yellow-900\/10 {
  --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
}
.scrollbar-corner-yellow-900\/100 {
  --scrollbar-corner: rgb(113 63 18 / 1) !important;
}
.scrollbar-corner-yellow-900\/20 {
  --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
}
.scrollbar-corner-yellow-900\/25 {
  --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
}
.scrollbar-corner-yellow-900\/30 {
  --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
}
.scrollbar-corner-yellow-900\/40 {
  --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
}
.scrollbar-corner-yellow-900\/5 {
  --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
}
.scrollbar-corner-yellow-900\/50 {
  --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
}
.scrollbar-corner-yellow-900\/60 {
  --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
}
.scrollbar-corner-yellow-900\/70 {
  --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
}
.scrollbar-corner-yellow-900\/75 {
  --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
}
.scrollbar-corner-yellow-900\/80 {
  --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
}
.scrollbar-corner-yellow-900\/90 {
  --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
}
.scrollbar-corner-yellow-900\/95 {
  --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
}
.scrollbar-corner-yellow-950 {
  --scrollbar-corner: #422006 !important;
}
.scrollbar-corner-yellow-950\/0 {
  --scrollbar-corner: rgb(66 32 6 / 0) !important;
}
.scrollbar-corner-yellow-950\/10 {
  --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
}
.scrollbar-corner-yellow-950\/100 {
  --scrollbar-corner: rgb(66 32 6 / 1) !important;
}
.scrollbar-corner-yellow-950\/20 {
  --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
}
.scrollbar-corner-yellow-950\/25 {
  --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
}
.scrollbar-corner-yellow-950\/30 {
  --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
}
.scrollbar-corner-yellow-950\/40 {
  --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
}
.scrollbar-corner-yellow-950\/5 {
  --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
}
.scrollbar-corner-yellow-950\/50 {
  --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
}
.scrollbar-corner-yellow-950\/60 {
  --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
}
.scrollbar-corner-yellow-950\/70 {
  --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
}
.scrollbar-corner-yellow-950\/75 {
  --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
}
.scrollbar-corner-yellow-950\/80 {
  --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
}
.scrollbar-corner-yellow-950\/90 {
  --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
}
.scrollbar-corner-yellow-950\/95 {
  --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
}
.text-shadow-md {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
}
.text-shadow-xl {
  text-shadow: 8px 8px 9px rgba(0, 0, 0, 1);
}

.side-bar{
    width:20%;
    height:100%;
}
.content-container{
    padding-left: 50px;
    padding-right: 50px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.marker\:content-none *::marker {
  --tw-content: none;
  content: var(--tw-content);
}
.marker\:content-none::marker {
  --tw-content: none;
  content: var(--tw-content);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-inset-1::before {
  content: var(--tw-content);
  inset: -0.25rem;
}
.before\:bg-\[\#00000080\]::before {
  content: var(--tw-content);
  background-color: #00000080;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-amber-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.focus\:border-amber-100\/0:focus {
  border-color: rgb(254 243 199 / 0);
}
.focus\:border-amber-100\/10:focus {
  border-color: rgb(254 243 199 / 0.1);
}
.focus\:border-amber-100\/100:focus {
  border-color: rgb(254 243 199 / 1);
}
.focus\:border-amber-100\/20:focus {
  border-color: rgb(254 243 199 / 0.2);
}
.focus\:border-amber-100\/25:focus {
  border-color: rgb(254 243 199 / 0.25);
}
.focus\:border-amber-100\/30:focus {
  border-color: rgb(254 243 199 / 0.3);
}
.focus\:border-amber-100\/40:focus {
  border-color: rgb(254 243 199 / 0.4);
}
.focus\:border-amber-100\/5:focus {
  border-color: rgb(254 243 199 / 0.05);
}
.focus\:border-amber-100\/50:focus {
  border-color: rgb(254 243 199 / 0.5);
}
.focus\:border-amber-100\/60:focus {
  border-color: rgb(254 243 199 / 0.6);
}
.focus\:border-amber-100\/70:focus {
  border-color: rgb(254 243 199 / 0.7);
}
.focus\:border-amber-100\/75:focus {
  border-color: rgb(254 243 199 / 0.75);
}
.focus\:border-amber-100\/80:focus {
  border-color: rgb(254 243 199 / 0.8);
}
.focus\:border-amber-100\/90:focus {
  border-color: rgb(254 243 199 / 0.9);
}
.focus\:border-amber-100\/95:focus {
  border-color: rgb(254 243 199 / 0.95);
}
.focus\:border-amber-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.focus\:border-amber-200\/0:focus {
  border-color: rgb(253 230 138 / 0);
}
.focus\:border-amber-200\/10:focus {
  border-color: rgb(253 230 138 / 0.1);
}
.focus\:border-amber-200\/100:focus {
  border-color: rgb(253 230 138 / 1);
}
.focus\:border-amber-200\/20:focus {
  border-color: rgb(253 230 138 / 0.2);
}
.focus\:border-amber-200\/25:focus {
  border-color: rgb(253 230 138 / 0.25);
}
.focus\:border-amber-200\/30:focus {
  border-color: rgb(253 230 138 / 0.3);
}
.focus\:border-amber-200\/40:focus {
  border-color: rgb(253 230 138 / 0.4);
}
.focus\:border-amber-200\/5:focus {
  border-color: rgb(253 230 138 / 0.05);
}
.focus\:border-amber-200\/50:focus {
  border-color: rgb(253 230 138 / 0.5);
}
.focus\:border-amber-200\/60:focus {
  border-color: rgb(253 230 138 / 0.6);
}
.focus\:border-amber-200\/70:focus {
  border-color: rgb(253 230 138 / 0.7);
}
.focus\:border-amber-200\/75:focus {
  border-color: rgb(253 230 138 / 0.75);
}
.focus\:border-amber-200\/80:focus {
  border-color: rgb(253 230 138 / 0.8);
}
.focus\:border-amber-200\/90:focus {
  border-color: rgb(253 230 138 / 0.9);
}
.focus\:border-amber-200\/95:focus {
  border-color: rgb(253 230 138 / 0.95);
}
.focus\:border-amber-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.focus\:border-amber-300\/0:focus {
  border-color: rgb(252 211 77 / 0);
}
.focus\:border-amber-300\/10:focus {
  border-color: rgb(252 211 77 / 0.1);
}
.focus\:border-amber-300\/100:focus {
  border-color: rgb(252 211 77 / 1);
}
.focus\:border-amber-300\/20:focus {
  border-color: rgb(252 211 77 / 0.2);
}
.focus\:border-amber-300\/25:focus {
  border-color: rgb(252 211 77 / 0.25);
}
.focus\:border-amber-300\/30:focus {
  border-color: rgb(252 211 77 / 0.3);
}
.focus\:border-amber-300\/40:focus {
  border-color: rgb(252 211 77 / 0.4);
}
.focus\:border-amber-300\/5:focus {
  border-color: rgb(252 211 77 / 0.05);
}
.focus\:border-amber-300\/50:focus {
  border-color: rgb(252 211 77 / 0.5);
}
.focus\:border-amber-300\/60:focus {
  border-color: rgb(252 211 77 / 0.6);
}
.focus\:border-amber-300\/70:focus {
  border-color: rgb(252 211 77 / 0.7);
}
.focus\:border-amber-300\/75:focus {
  border-color: rgb(252 211 77 / 0.75);
}
.focus\:border-amber-300\/80:focus {
  border-color: rgb(252 211 77 / 0.8);
}
.focus\:border-amber-300\/90:focus {
  border-color: rgb(252 211 77 / 0.9);
}
.focus\:border-amber-300\/95:focus {
  border-color: rgb(252 211 77 / 0.95);
}
.focus\:border-amber-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.focus\:border-amber-400\/0:focus {
  border-color: rgb(251 191 36 / 0);
}
.focus\:border-amber-400\/10:focus {
  border-color: rgb(251 191 36 / 0.1);
}
.focus\:border-amber-400\/100:focus {
  border-color: rgb(251 191 36 / 1);
}
.focus\:border-amber-400\/20:focus {
  border-color: rgb(251 191 36 / 0.2);
}
.focus\:border-amber-400\/25:focus {
  border-color: rgb(251 191 36 / 0.25);
}
.focus\:border-amber-400\/30:focus {
  border-color: rgb(251 191 36 / 0.3);
}
.focus\:border-amber-400\/40:focus {
  border-color: rgb(251 191 36 / 0.4);
}
.focus\:border-amber-400\/5:focus {
  border-color: rgb(251 191 36 / 0.05);
}
.focus\:border-amber-400\/50:focus {
  border-color: rgb(251 191 36 / 0.5);
}
.focus\:border-amber-400\/60:focus {
  border-color: rgb(251 191 36 / 0.6);
}
.focus\:border-amber-400\/70:focus {
  border-color: rgb(251 191 36 / 0.7);
}
.focus\:border-amber-400\/75:focus {
  border-color: rgb(251 191 36 / 0.75);
}
.focus\:border-amber-400\/80:focus {
  border-color: rgb(251 191 36 / 0.8);
}
.focus\:border-amber-400\/90:focus {
  border-color: rgb(251 191 36 / 0.9);
}
.focus\:border-amber-400\/95:focus {
  border-color: rgb(251 191 36 / 0.95);
}
.focus\:border-amber-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.focus\:border-amber-50\/0:focus {
  border-color: rgb(255 251 235 / 0);
}
.focus\:border-amber-50\/10:focus {
  border-color: rgb(255 251 235 / 0.1);
}
.focus\:border-amber-50\/100:focus {
  border-color: rgb(255 251 235 / 1);
}
.focus\:border-amber-50\/20:focus {
  border-color: rgb(255 251 235 / 0.2);
}
.focus\:border-amber-50\/25:focus {
  border-color: rgb(255 251 235 / 0.25);
}
.focus\:border-amber-50\/30:focus {
  border-color: rgb(255 251 235 / 0.3);
}
.focus\:border-amber-50\/40:focus {
  border-color: rgb(255 251 235 / 0.4);
}
.focus\:border-amber-50\/5:focus {
  border-color: rgb(255 251 235 / 0.05);
}
.focus\:border-amber-50\/50:focus {
  border-color: rgb(255 251 235 / 0.5);
}
.focus\:border-amber-50\/60:focus {
  border-color: rgb(255 251 235 / 0.6);
}
.focus\:border-amber-50\/70:focus {
  border-color: rgb(255 251 235 / 0.7);
}
.focus\:border-amber-50\/75:focus {
  border-color: rgb(255 251 235 / 0.75);
}
.focus\:border-amber-50\/80:focus {
  border-color: rgb(255 251 235 / 0.8);
}
.focus\:border-amber-50\/90:focus {
  border-color: rgb(255 251 235 / 0.9);
}
.focus\:border-amber-50\/95:focus {
  border-color: rgb(255 251 235 / 0.95);
}
.focus\:border-amber-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.focus\:border-amber-500\/0:focus {
  border-color: rgb(245 158 11 / 0);
}
.focus\:border-amber-500\/10:focus {
  border-color: rgb(245 158 11 / 0.1);
}
.focus\:border-amber-500\/100:focus {
  border-color: rgb(245 158 11 / 1);
}
.focus\:border-amber-500\/20:focus {
  border-color: rgb(245 158 11 / 0.2);
}
.focus\:border-amber-500\/25:focus {
  border-color: rgb(245 158 11 / 0.25);
}
.focus\:border-amber-500\/30:focus {
  border-color: rgb(245 158 11 / 0.3);
}
.focus\:border-amber-500\/40:focus {
  border-color: rgb(245 158 11 / 0.4);
}
.focus\:border-amber-500\/5:focus {
  border-color: rgb(245 158 11 / 0.05);
}
.focus\:border-amber-500\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}
.focus\:border-amber-500\/60:focus {
  border-color: rgb(245 158 11 / 0.6);
}
.focus\:border-amber-500\/70:focus {
  border-color: rgb(245 158 11 / 0.7);
}
.focus\:border-amber-500\/75:focus {
  border-color: rgb(245 158 11 / 0.75);
}
.focus\:border-amber-500\/80:focus {
  border-color: rgb(245 158 11 / 0.8);
}
.focus\:border-amber-500\/90:focus {
  border-color: rgb(245 158 11 / 0.9);
}
.focus\:border-amber-500\/95:focus {
  border-color: rgb(245 158 11 / 0.95);
}
.focus\:border-amber-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.focus\:border-amber-600\/0:focus {
  border-color: rgb(217 119 6 / 0);
}
.focus\:border-amber-600\/10:focus {
  border-color: rgb(217 119 6 / 0.1);
}
.focus\:border-amber-600\/100:focus {
  border-color: rgb(217 119 6 / 1);
}
.focus\:border-amber-600\/20:focus {
  border-color: rgb(217 119 6 / 0.2);
}
.focus\:border-amber-600\/25:focus {
  border-color: rgb(217 119 6 / 0.25);
}
.focus\:border-amber-600\/30:focus {
  border-color: rgb(217 119 6 / 0.3);
}
.focus\:border-amber-600\/40:focus {
  border-color: rgb(217 119 6 / 0.4);
}
.focus\:border-amber-600\/5:focus {
  border-color: rgb(217 119 6 / 0.05);
}
.focus\:border-amber-600\/50:focus {
  border-color: rgb(217 119 6 / 0.5);
}
.focus\:border-amber-600\/60:focus {
  border-color: rgb(217 119 6 / 0.6);
}
.focus\:border-amber-600\/70:focus {
  border-color: rgb(217 119 6 / 0.7);
}
.focus\:border-amber-600\/75:focus {
  border-color: rgb(217 119 6 / 0.75);
}
.focus\:border-amber-600\/80:focus {
  border-color: rgb(217 119 6 / 0.8);
}
.focus\:border-amber-600\/90:focus {
  border-color: rgb(217 119 6 / 0.9);
}
.focus\:border-amber-600\/95:focus {
  border-color: rgb(217 119 6 / 0.95);
}
.focus\:border-amber-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.focus\:border-amber-700\/0:focus {
  border-color: rgb(180 83 9 / 0);
}
.focus\:border-amber-700\/10:focus {
  border-color: rgb(180 83 9 / 0.1);
}
.focus\:border-amber-700\/100:focus {
  border-color: rgb(180 83 9 / 1);
}
.focus\:border-amber-700\/20:focus {
  border-color: rgb(180 83 9 / 0.2);
}
.focus\:border-amber-700\/25:focus {
  border-color: rgb(180 83 9 / 0.25);
}
.focus\:border-amber-700\/30:focus {
  border-color: rgb(180 83 9 / 0.3);
}
.focus\:border-amber-700\/40:focus {
  border-color: rgb(180 83 9 / 0.4);
}
.focus\:border-amber-700\/5:focus {
  border-color: rgb(180 83 9 / 0.05);
}
.focus\:border-amber-700\/50:focus {
  border-color: rgb(180 83 9 / 0.5);
}
.focus\:border-amber-700\/60:focus {
  border-color: rgb(180 83 9 / 0.6);
}
.focus\:border-amber-700\/70:focus {
  border-color: rgb(180 83 9 / 0.7);
}
.focus\:border-amber-700\/75:focus {
  border-color: rgb(180 83 9 / 0.75);
}
.focus\:border-amber-700\/80:focus {
  border-color: rgb(180 83 9 / 0.8);
}
.focus\:border-amber-700\/90:focus {
  border-color: rgb(180 83 9 / 0.9);
}
.focus\:border-amber-700\/95:focus {
  border-color: rgb(180 83 9 / 0.95);
}
.focus\:border-amber-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.focus\:border-amber-800\/0:focus {
  border-color: rgb(146 64 14 / 0);
}
.focus\:border-amber-800\/10:focus {
  border-color: rgb(146 64 14 / 0.1);
}
.focus\:border-amber-800\/100:focus {
  border-color: rgb(146 64 14 / 1);
}
.focus\:border-amber-800\/20:focus {
  border-color: rgb(146 64 14 / 0.2);
}
.focus\:border-amber-800\/25:focus {
  border-color: rgb(146 64 14 / 0.25);
}
.focus\:border-amber-800\/30:focus {
  border-color: rgb(146 64 14 / 0.3);
}
.focus\:border-amber-800\/40:focus {
  border-color: rgb(146 64 14 / 0.4);
}
.focus\:border-amber-800\/5:focus {
  border-color: rgb(146 64 14 / 0.05);
}
.focus\:border-amber-800\/50:focus {
  border-color: rgb(146 64 14 / 0.5);
}
.focus\:border-amber-800\/60:focus {
  border-color: rgb(146 64 14 / 0.6);
}
.focus\:border-amber-800\/70:focus {
  border-color: rgb(146 64 14 / 0.7);
}
.focus\:border-amber-800\/75:focus {
  border-color: rgb(146 64 14 / 0.75);
}
.focus\:border-amber-800\/80:focus {
  border-color: rgb(146 64 14 / 0.8);
}
.focus\:border-amber-800\/90:focus {
  border-color: rgb(146 64 14 / 0.9);
}
.focus\:border-amber-800\/95:focus {
  border-color: rgb(146 64 14 / 0.95);
}
.focus\:border-amber-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.focus\:border-amber-900\/0:focus {
  border-color: rgb(120 53 15 / 0);
}
.focus\:border-amber-900\/10:focus {
  border-color: rgb(120 53 15 / 0.1);
}
.focus\:border-amber-900\/100:focus {
  border-color: rgb(120 53 15 / 1);
}
.focus\:border-amber-900\/20:focus {
  border-color: rgb(120 53 15 / 0.2);
}
.focus\:border-amber-900\/25:focus {
  border-color: rgb(120 53 15 / 0.25);
}
.focus\:border-amber-900\/30:focus {
  border-color: rgb(120 53 15 / 0.3);
}
.focus\:border-amber-900\/40:focus {
  border-color: rgb(120 53 15 / 0.4);
}
.focus\:border-amber-900\/5:focus {
  border-color: rgb(120 53 15 / 0.05);
}
.focus\:border-amber-900\/50:focus {
  border-color: rgb(120 53 15 / 0.5);
}
.focus\:border-amber-900\/60:focus {
  border-color: rgb(120 53 15 / 0.6);
}
.focus\:border-amber-900\/70:focus {
  border-color: rgb(120 53 15 / 0.7);
}
.focus\:border-amber-900\/75:focus {
  border-color: rgb(120 53 15 / 0.75);
}
.focus\:border-amber-900\/80:focus {
  border-color: rgb(120 53 15 / 0.8);
}
.focus\:border-amber-900\/90:focus {
  border-color: rgb(120 53 15 / 0.9);
}
.focus\:border-amber-900\/95:focus {
  border-color: rgb(120 53 15 / 0.95);
}
.focus\:border-amber-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.focus\:border-amber-950\/0:focus {
  border-color: rgb(69 26 3 / 0);
}
.focus\:border-amber-950\/10:focus {
  border-color: rgb(69 26 3 / 0.1);
}
.focus\:border-amber-950\/100:focus {
  border-color: rgb(69 26 3 / 1);
}
.focus\:border-amber-950\/20:focus {
  border-color: rgb(69 26 3 / 0.2);
}
.focus\:border-amber-950\/25:focus {
  border-color: rgb(69 26 3 / 0.25);
}
.focus\:border-amber-950\/30:focus {
  border-color: rgb(69 26 3 / 0.3);
}
.focus\:border-amber-950\/40:focus {
  border-color: rgb(69 26 3 / 0.4);
}
.focus\:border-amber-950\/5:focus {
  border-color: rgb(69 26 3 / 0.05);
}
.focus\:border-amber-950\/50:focus {
  border-color: rgb(69 26 3 / 0.5);
}
.focus\:border-amber-950\/60:focus {
  border-color: rgb(69 26 3 / 0.6);
}
.focus\:border-amber-950\/70:focus {
  border-color: rgb(69 26 3 / 0.7);
}
.focus\:border-amber-950\/75:focus {
  border-color: rgb(69 26 3 / 0.75);
}
.focus\:border-amber-950\/80:focus {
  border-color: rgb(69 26 3 / 0.8);
}
.focus\:border-amber-950\/90:focus {
  border-color: rgb(69 26 3 / 0.9);
}
.focus\:border-amber-950\/95:focus {
  border-color: rgb(69 26 3 / 0.95);
}
.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}
.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\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(191 219 254 / 0.4);
}
.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\/60:focus {
  border-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(147 197 253 / 0.4);
}
.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\/60:focus {
  border-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(96 165 250 / 0.4);
}
.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\/60:focus {
  border-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(239 246 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}
.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\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(37 99 235 / 0.4);
}
.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\/60:focus {
  border-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}
.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\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(30 64 175 / 0.4);
}
.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\/60:focus {
  border-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(30 58 138 / 0.4);
}
.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\/60:focus {
  border-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(23 37 84 / 0.4);
}
.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\/60:focus {
  border-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.focus\:border-cyan-100\/0:focus {
  border-color: rgb(207 250 254 / 0);
}
.focus\:border-cyan-100\/10:focus {
  border-color: rgb(207 250 254 / 0.1);
}
.focus\:border-cyan-100\/100:focus {
  border-color: rgb(207 250 254 / 1);
}
.focus\:border-cyan-100\/20:focus {
  border-color: rgb(207 250 254 / 0.2);
}
.focus\:border-cyan-100\/25:focus {
  border-color: rgb(207 250 254 / 0.25);
}
.focus\:border-cyan-100\/30:focus {
  border-color: rgb(207 250 254 / 0.3);
}
.focus\:border-cyan-100\/40:focus {
  border-color: rgb(207 250 254 / 0.4);
}
.focus\:border-cyan-100\/5:focus {
  border-color: rgb(207 250 254 / 0.05);
}
.focus\:border-cyan-100\/50:focus {
  border-color: rgb(207 250 254 / 0.5);
}
.focus\:border-cyan-100\/60:focus {
  border-color: rgb(207 250 254 / 0.6);
}
.focus\:border-cyan-100\/70:focus {
  border-color: rgb(207 250 254 / 0.7);
}
.focus\:border-cyan-100\/75:focus {
  border-color: rgb(207 250 254 / 0.75);
}
.focus\:border-cyan-100\/80:focus {
  border-color: rgb(207 250 254 / 0.8);
}
.focus\:border-cyan-100\/90:focus {
  border-color: rgb(207 250 254 / 0.9);
}
.focus\:border-cyan-100\/95:focus {
  border-color: rgb(207 250 254 / 0.95);
}
.focus\:border-cyan-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.focus\:border-cyan-200\/0:focus {
  border-color: rgb(165 243 252 / 0);
}
.focus\:border-cyan-200\/10:focus {
  border-color: rgb(165 243 252 / 0.1);
}
.focus\:border-cyan-200\/100:focus {
  border-color: rgb(165 243 252 / 1);
}
.focus\:border-cyan-200\/20:focus {
  border-color: rgb(165 243 252 / 0.2);
}
.focus\:border-cyan-200\/25:focus {
  border-color: rgb(165 243 252 / 0.25);
}
.focus\:border-cyan-200\/30:focus {
  border-color: rgb(165 243 252 / 0.3);
}
.focus\:border-cyan-200\/40:focus {
  border-color: rgb(165 243 252 / 0.4);
}
.focus\:border-cyan-200\/5:focus {
  border-color: rgb(165 243 252 / 0.05);
}
.focus\:border-cyan-200\/50:focus {
  border-color: rgb(165 243 252 / 0.5);
}
.focus\:border-cyan-200\/60:focus {
  border-color: rgb(165 243 252 / 0.6);
}
.focus\:border-cyan-200\/70:focus {
  border-color: rgb(165 243 252 / 0.7);
}
.focus\:border-cyan-200\/75:focus {
  border-color: rgb(165 243 252 / 0.75);
}
.focus\:border-cyan-200\/80:focus {
  border-color: rgb(165 243 252 / 0.8);
}
.focus\:border-cyan-200\/90:focus {
  border-color: rgb(165 243 252 / 0.9);
}
.focus\:border-cyan-200\/95:focus {
  border-color: rgb(165 243 252 / 0.95);
}
.focus\:border-cyan-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.focus\:border-cyan-300\/0:focus {
  border-color: rgb(103 232 249 / 0);
}
.focus\:border-cyan-300\/10:focus {
  border-color: rgb(103 232 249 / 0.1);
}
.focus\:border-cyan-300\/100:focus {
  border-color: rgb(103 232 249 / 1);
}
.focus\:border-cyan-300\/20:focus {
  border-color: rgb(103 232 249 / 0.2);
}
.focus\:border-cyan-300\/25:focus {
  border-color: rgb(103 232 249 / 0.25);
}
.focus\:border-cyan-300\/30:focus {
  border-color: rgb(103 232 249 / 0.3);
}
.focus\:border-cyan-300\/40:focus {
  border-color: rgb(103 232 249 / 0.4);
}
.focus\:border-cyan-300\/5:focus {
  border-color: rgb(103 232 249 / 0.05);
}
.focus\:border-cyan-300\/50:focus {
  border-color: rgb(103 232 249 / 0.5);
}
.focus\:border-cyan-300\/60:focus {
  border-color: rgb(103 232 249 / 0.6);
}
.focus\:border-cyan-300\/70:focus {
  border-color: rgb(103 232 249 / 0.7);
}
.focus\:border-cyan-300\/75:focus {
  border-color: rgb(103 232 249 / 0.75);
}
.focus\:border-cyan-300\/80:focus {
  border-color: rgb(103 232 249 / 0.8);
}
.focus\:border-cyan-300\/90:focus {
  border-color: rgb(103 232 249 / 0.9);
}
.focus\:border-cyan-300\/95:focus {
  border-color: rgb(103 232 249 / 0.95);
}
.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.focus\:border-cyan-400\/0:focus {
  border-color: rgb(34 211 238 / 0);
}
.focus\:border-cyan-400\/10:focus {
  border-color: rgb(34 211 238 / 0.1);
}
.focus\:border-cyan-400\/100:focus {
  border-color: rgb(34 211 238 / 1);
}
.focus\:border-cyan-400\/20:focus {
  border-color: rgb(34 211 238 / 0.2);
}
.focus\:border-cyan-400\/25:focus {
  border-color: rgb(34 211 238 / 0.25);
}
.focus\:border-cyan-400\/30:focus {
  border-color: rgb(34 211 238 / 0.3);
}
.focus\:border-cyan-400\/40:focus {
  border-color: rgb(34 211 238 / 0.4);
}
.focus\:border-cyan-400\/5:focus {
  border-color: rgb(34 211 238 / 0.05);
}
.focus\:border-cyan-400\/50:focus {
  border-color: rgb(34 211 238 / 0.5);
}
.focus\:border-cyan-400\/60:focus {
  border-color: rgb(34 211 238 / 0.6);
}
.focus\:border-cyan-400\/70:focus {
  border-color: rgb(34 211 238 / 0.7);
}
.focus\:border-cyan-400\/75:focus {
  border-color: rgb(34 211 238 / 0.75);
}
.focus\:border-cyan-400\/80:focus {
  border-color: rgb(34 211 238 / 0.8);
}
.focus\:border-cyan-400\/90:focus {
  border-color: rgb(34 211 238 / 0.9);
}
.focus\:border-cyan-400\/95:focus {
  border-color: rgb(34 211 238 / 0.95);
}
.focus\:border-cyan-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.focus\:border-cyan-50\/0:focus {
  border-color: rgb(236 254 255 / 0);
}
.focus\:border-cyan-50\/10:focus {
  border-color: rgb(236 254 255 / 0.1);
}
.focus\:border-cyan-50\/100:focus {
  border-color: rgb(236 254 255 / 1);
}
.focus\:border-cyan-50\/20:focus {
  border-color: rgb(236 254 255 / 0.2);
}
.focus\:border-cyan-50\/25:focus {
  border-color: rgb(236 254 255 / 0.25);
}
.focus\:border-cyan-50\/30:focus {
  border-color: rgb(236 254 255 / 0.3);
}
.focus\:border-cyan-50\/40:focus {
  border-color: rgb(236 254 255 / 0.4);
}
.focus\:border-cyan-50\/5:focus {
  border-color: rgb(236 254 255 / 0.05);
}
.focus\:border-cyan-50\/50:focus {
  border-color: rgb(236 254 255 / 0.5);
}
.focus\:border-cyan-50\/60:focus {
  border-color: rgb(236 254 255 / 0.6);
}
.focus\:border-cyan-50\/70:focus {
  border-color: rgb(236 254 255 / 0.7);
}
.focus\:border-cyan-50\/75:focus {
  border-color: rgb(236 254 255 / 0.75);
}
.focus\:border-cyan-50\/80:focus {
  border-color: rgb(236 254 255 / 0.8);
}
.focus\:border-cyan-50\/90:focus {
  border-color: rgb(236 254 255 / 0.9);
}
.focus\:border-cyan-50\/95:focus {
  border-color: rgb(236 254 255 / 0.95);
}
.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.focus\:border-cyan-500\/0:focus {
  border-color: rgb(6 182 212 / 0);
}
.focus\:border-cyan-500\/10:focus {
  border-color: rgb(6 182 212 / 0.1);
}
.focus\:border-cyan-500\/100:focus {
  border-color: rgb(6 182 212 / 1);
}
.focus\:border-cyan-500\/20:focus {
  border-color: rgb(6 182 212 / 0.2);
}
.focus\:border-cyan-500\/25:focus {
  border-color: rgb(6 182 212 / 0.25);
}
.focus\:border-cyan-500\/30:focus {
  border-color: rgb(6 182 212 / 0.3);
}
.focus\:border-cyan-500\/40:focus {
  border-color: rgb(6 182 212 / 0.4);
}
.focus\:border-cyan-500\/5:focus {
  border-color: rgb(6 182 212 / 0.05);
}
.focus\:border-cyan-500\/50:focus {
  border-color: rgb(6 182 212 / 0.5);
}
.focus\:border-cyan-500\/60:focus {
  border-color: rgb(6 182 212 / 0.6);
}
.focus\:border-cyan-500\/70:focus {
  border-color: rgb(6 182 212 / 0.7);
}
.focus\:border-cyan-500\/75:focus {
  border-color: rgb(6 182 212 / 0.75);
}
.focus\:border-cyan-500\/80:focus {
  border-color: rgb(6 182 212 / 0.8);
}
.focus\:border-cyan-500\/90:focus {
  border-color: rgb(6 182 212 / 0.9);
}
.focus\:border-cyan-500\/95:focus {
  border-color: rgb(6 182 212 / 0.95);
}
.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.focus\:border-cyan-600\/0:focus {
  border-color: rgb(8 145 178 / 0);
}
.focus\:border-cyan-600\/10:focus {
  border-color: rgb(8 145 178 / 0.1);
}
.focus\:border-cyan-600\/100:focus {
  border-color: rgb(8 145 178 / 1);
}
.focus\:border-cyan-600\/20:focus {
  border-color: rgb(8 145 178 / 0.2);
}
.focus\:border-cyan-600\/25:focus {
  border-color: rgb(8 145 178 / 0.25);
}
.focus\:border-cyan-600\/30:focus {
  border-color: rgb(8 145 178 / 0.3);
}
.focus\:border-cyan-600\/40:focus {
  border-color: rgb(8 145 178 / 0.4);
}
.focus\:border-cyan-600\/5:focus {
  border-color: rgb(8 145 178 / 0.05);
}
.focus\:border-cyan-600\/50:focus {
  border-color: rgb(8 145 178 / 0.5);
}
.focus\:border-cyan-600\/60:focus {
  border-color: rgb(8 145 178 / 0.6);
}
.focus\:border-cyan-600\/70:focus {
  border-color: rgb(8 145 178 / 0.7);
}
.focus\:border-cyan-600\/75:focus {
  border-color: rgb(8 145 178 / 0.75);
}
.focus\:border-cyan-600\/80:focus {
  border-color: rgb(8 145 178 / 0.8);
}
.focus\:border-cyan-600\/90:focus {
  border-color: rgb(8 145 178 / 0.9);
}
.focus\:border-cyan-600\/95:focus {
  border-color: rgb(8 145 178 / 0.95);
}
.focus\:border-cyan-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.focus\:border-cyan-700\/0:focus {
  border-color: rgb(14 116 144 / 0);
}
.focus\:border-cyan-700\/10:focus {
  border-color: rgb(14 116 144 / 0.1);
}
.focus\:border-cyan-700\/100:focus {
  border-color: rgb(14 116 144 / 1);
}
.focus\:border-cyan-700\/20:focus {
  border-color: rgb(14 116 144 / 0.2);
}
.focus\:border-cyan-700\/25:focus {
  border-color: rgb(14 116 144 / 0.25);
}
.focus\:border-cyan-700\/30:focus {
  border-color: rgb(14 116 144 / 0.3);
}
.focus\:border-cyan-700\/40:focus {
  border-color: rgb(14 116 144 / 0.4);
}
.focus\:border-cyan-700\/5:focus {
  border-color: rgb(14 116 144 / 0.05);
}
.focus\:border-cyan-700\/50:focus {
  border-color: rgb(14 116 144 / 0.5);
}
.focus\:border-cyan-700\/60:focus {
  border-color: rgb(14 116 144 / 0.6);
}
.focus\:border-cyan-700\/70:focus {
  border-color: rgb(14 116 144 / 0.7);
}
.focus\:border-cyan-700\/75:focus {
  border-color: rgb(14 116 144 / 0.75);
}
.focus\:border-cyan-700\/80:focus {
  border-color: rgb(14 116 144 / 0.8);
}
.focus\:border-cyan-700\/90:focus {
  border-color: rgb(14 116 144 / 0.9);
}
.focus\:border-cyan-700\/95:focus {
  border-color: rgb(14 116 144 / 0.95);
}
.focus\:border-cyan-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.focus\:border-cyan-800\/0:focus {
  border-color: rgb(21 94 117 / 0);
}
.focus\:border-cyan-800\/10:focus {
  border-color: rgb(21 94 117 / 0.1);
}
.focus\:border-cyan-800\/100:focus {
  border-color: rgb(21 94 117 / 1);
}
.focus\:border-cyan-800\/20:focus {
  border-color: rgb(21 94 117 / 0.2);
}
.focus\:border-cyan-800\/25:focus {
  border-color: rgb(21 94 117 / 0.25);
}
.focus\:border-cyan-800\/30:focus {
  border-color: rgb(21 94 117 / 0.3);
}
.focus\:border-cyan-800\/40:focus {
  border-color: rgb(21 94 117 / 0.4);
}
.focus\:border-cyan-800\/5:focus {
  border-color: rgb(21 94 117 / 0.05);
}
.focus\:border-cyan-800\/50:focus {
  border-color: rgb(21 94 117 / 0.5);
}
.focus\:border-cyan-800\/60:focus {
  border-color: rgb(21 94 117 / 0.6);
}
.focus\:border-cyan-800\/70:focus {
  border-color: rgb(21 94 117 / 0.7);
}
.focus\:border-cyan-800\/75:focus {
  border-color: rgb(21 94 117 / 0.75);
}
.focus\:border-cyan-800\/80:focus {
  border-color: rgb(21 94 117 / 0.8);
}
.focus\:border-cyan-800\/90:focus {
  border-color: rgb(21 94 117 / 0.9);
}
.focus\:border-cyan-800\/95:focus {
  border-color: rgb(21 94 117 / 0.95);
}
.focus\:border-cyan-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.focus\:border-cyan-900\/0:focus {
  border-color: rgb(22 78 99 / 0);
}
.focus\:border-cyan-900\/10:focus {
  border-color: rgb(22 78 99 / 0.1);
}
.focus\:border-cyan-900\/100:focus {
  border-color: rgb(22 78 99 / 1);
}
.focus\:border-cyan-900\/20:focus {
  border-color: rgb(22 78 99 / 0.2);
}
.focus\:border-cyan-900\/25:focus {
  border-color: rgb(22 78 99 / 0.25);
}
.focus\:border-cyan-900\/30:focus {
  border-color: rgb(22 78 99 / 0.3);
}
.focus\:border-cyan-900\/40:focus {
  border-color: rgb(22 78 99 / 0.4);
}
.focus\:border-cyan-900\/5:focus {
  border-color: rgb(22 78 99 / 0.05);
}
.focus\:border-cyan-900\/50:focus {
  border-color: rgb(22 78 99 / 0.5);
}
.focus\:border-cyan-900\/60:focus {
  border-color: rgb(22 78 99 / 0.6);
}
.focus\:border-cyan-900\/70:focus {
  border-color: rgb(22 78 99 / 0.7);
}
.focus\:border-cyan-900\/75:focus {
  border-color: rgb(22 78 99 / 0.75);
}
.focus\:border-cyan-900\/80:focus {
  border-color: rgb(22 78 99 / 0.8);
}
.focus\:border-cyan-900\/90:focus {
  border-color: rgb(22 78 99 / 0.9);
}
.focus\:border-cyan-900\/95:focus {
  border-color: rgb(22 78 99 / 0.95);
}
.focus\:border-cyan-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.focus\:border-cyan-950\/0:focus {
  border-color: rgb(8 51 68 / 0);
}
.focus\:border-cyan-950\/10:focus {
  border-color: rgb(8 51 68 / 0.1);
}
.focus\:border-cyan-950\/100:focus {
  border-color: rgb(8 51 68 / 1);
}
.focus\:border-cyan-950\/20:focus {
  border-color: rgb(8 51 68 / 0.2);
}
.focus\:border-cyan-950\/25:focus {
  border-color: rgb(8 51 68 / 0.25);
}
.focus\:border-cyan-950\/30:focus {
  border-color: rgb(8 51 68 / 0.3);
}
.focus\:border-cyan-950\/40:focus {
  border-color: rgb(8 51 68 / 0.4);
}
.focus\:border-cyan-950\/5:focus {
  border-color: rgb(8 51 68 / 0.05);
}
.focus\:border-cyan-950\/50:focus {
  border-color: rgb(8 51 68 / 0.5);
}
.focus\:border-cyan-950\/60:focus {
  border-color: rgb(8 51 68 / 0.6);
}
.focus\:border-cyan-950\/70:focus {
  border-color: rgb(8 51 68 / 0.7);
}
.focus\:border-cyan-950\/75:focus {
  border-color: rgb(8 51 68 / 0.75);
}
.focus\:border-cyan-950\/80:focus {
  border-color: rgb(8 51 68 / 0.8);
}
.focus\:border-cyan-950\/90:focus {
  border-color: rgb(8 51 68 / 0.9);
}
.focus\:border-cyan-950\/95:focus {
  border-color: rgb(8 51 68 / 0.95);
}
.focus\:border-emerald-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.focus\:border-emerald-100\/0:focus {
  border-color: rgb(209 250 229 / 0);
}
.focus\:border-emerald-100\/10:focus {
  border-color: rgb(209 250 229 / 0.1);
}
.focus\:border-emerald-100\/100:focus {
  border-color: rgb(209 250 229 / 1);
}
.focus\:border-emerald-100\/20:focus {
  border-color: rgb(209 250 229 / 0.2);
}
.focus\:border-emerald-100\/25:focus {
  border-color: rgb(209 250 229 / 0.25);
}
.focus\:border-emerald-100\/30:focus {
  border-color: rgb(209 250 229 / 0.3);
}
.focus\:border-emerald-100\/40:focus {
  border-color: rgb(209 250 229 / 0.4);
}
.focus\:border-emerald-100\/5:focus {
  border-color: rgb(209 250 229 / 0.05);
}
.focus\:border-emerald-100\/50:focus {
  border-color: rgb(209 250 229 / 0.5);
}
.focus\:border-emerald-100\/60:focus {
  border-color: rgb(209 250 229 / 0.6);
}
.focus\:border-emerald-100\/70:focus {
  border-color: rgb(209 250 229 / 0.7);
}
.focus\:border-emerald-100\/75:focus {
  border-color: rgb(209 250 229 / 0.75);
}
.focus\:border-emerald-100\/80:focus {
  border-color: rgb(209 250 229 / 0.8);
}
.focus\:border-emerald-100\/90:focus {
  border-color: rgb(209 250 229 / 0.9);
}
.focus\:border-emerald-100\/95:focus {
  border-color: rgb(209 250 229 / 0.95);
}
.focus\:border-emerald-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.focus\:border-emerald-200\/0:focus {
  border-color: rgb(167 243 208 / 0);
}
.focus\:border-emerald-200\/10:focus {
  border-color: rgb(167 243 208 / 0.1);
}
.focus\:border-emerald-200\/100:focus {
  border-color: rgb(167 243 208 / 1);
}
.focus\:border-emerald-200\/20:focus {
  border-color: rgb(167 243 208 / 0.2);
}
.focus\:border-emerald-200\/25:focus {
  border-color: rgb(167 243 208 / 0.25);
}
.focus\:border-emerald-200\/30:focus {
  border-color: rgb(167 243 208 / 0.3);
}
.focus\:border-emerald-200\/40:focus {
  border-color: rgb(167 243 208 / 0.4);
}
.focus\:border-emerald-200\/5:focus {
  border-color: rgb(167 243 208 / 0.05);
}
.focus\:border-emerald-200\/50:focus {
  border-color: rgb(167 243 208 / 0.5);
}
.focus\:border-emerald-200\/60:focus {
  border-color: rgb(167 243 208 / 0.6);
}
.focus\:border-emerald-200\/70:focus {
  border-color: rgb(167 243 208 / 0.7);
}
.focus\:border-emerald-200\/75:focus {
  border-color: rgb(167 243 208 / 0.75);
}
.focus\:border-emerald-200\/80:focus {
  border-color: rgb(167 243 208 / 0.8);
}
.focus\:border-emerald-200\/90:focus {
  border-color: rgb(167 243 208 / 0.9);
}
.focus\:border-emerald-200\/95:focus {
  border-color: rgb(167 243 208 / 0.95);
}
.focus\:border-emerald-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.focus\:border-emerald-300\/0:focus {
  border-color: rgb(110 231 183 / 0);
}
.focus\:border-emerald-300\/10:focus {
  border-color: rgb(110 231 183 / 0.1);
}
.focus\:border-emerald-300\/100:focus {
  border-color: rgb(110 231 183 / 1);
}
.focus\:border-emerald-300\/20:focus {
  border-color: rgb(110 231 183 / 0.2);
}
.focus\:border-emerald-300\/25:focus {
  border-color: rgb(110 231 183 / 0.25);
}
.focus\:border-emerald-300\/30:focus {
  border-color: rgb(110 231 183 / 0.3);
}
.focus\:border-emerald-300\/40:focus {
  border-color: rgb(110 231 183 / 0.4);
}
.focus\:border-emerald-300\/5:focus {
  border-color: rgb(110 231 183 / 0.05);
}
.focus\:border-emerald-300\/50:focus {
  border-color: rgb(110 231 183 / 0.5);
}
.focus\:border-emerald-300\/60:focus {
  border-color: rgb(110 231 183 / 0.6);
}
.focus\:border-emerald-300\/70:focus {
  border-color: rgb(110 231 183 / 0.7);
}
.focus\:border-emerald-300\/75:focus {
  border-color: rgb(110 231 183 / 0.75);
}
.focus\:border-emerald-300\/80:focus {
  border-color: rgb(110 231 183 / 0.8);
}
.focus\:border-emerald-300\/90:focus {
  border-color: rgb(110 231 183 / 0.9);
}
.focus\:border-emerald-300\/95:focus {
  border-color: rgb(110 231 183 / 0.95);
}
.focus\:border-emerald-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.focus\:border-emerald-400\/0:focus {
  border-color: rgb(52 211 153 / 0);
}
.focus\:border-emerald-400\/10:focus {
  border-color: rgb(52 211 153 / 0.1);
}
.focus\:border-emerald-400\/100:focus {
  border-color: rgb(52 211 153 / 1);
}
.focus\:border-emerald-400\/20:focus {
  border-color: rgb(52 211 153 / 0.2);
}
.focus\:border-emerald-400\/25:focus {
  border-color: rgb(52 211 153 / 0.25);
}
.focus\:border-emerald-400\/30:focus {
  border-color: rgb(52 211 153 / 0.3);
}
.focus\:border-emerald-400\/40:focus {
  border-color: rgb(52 211 153 / 0.4);
}
.focus\:border-emerald-400\/5:focus {
  border-color: rgb(52 211 153 / 0.05);
}
.focus\:border-emerald-400\/50:focus {
  border-color: rgb(52 211 153 / 0.5);
}
.focus\:border-emerald-400\/60:focus {
  border-color: rgb(52 211 153 / 0.6);
}
.focus\:border-emerald-400\/70:focus {
  border-color: rgb(52 211 153 / 0.7);
}
.focus\:border-emerald-400\/75:focus {
  border-color: rgb(52 211 153 / 0.75);
}
.focus\:border-emerald-400\/80:focus {
  border-color: rgb(52 211 153 / 0.8);
}
.focus\:border-emerald-400\/90:focus {
  border-color: rgb(52 211 153 / 0.9);
}
.focus\:border-emerald-400\/95:focus {
  border-color: rgb(52 211 153 / 0.95);
}
.focus\:border-emerald-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.focus\:border-emerald-50\/0:focus {
  border-color: rgb(236 253 245 / 0);
}
.focus\:border-emerald-50\/10:focus {
  border-color: rgb(236 253 245 / 0.1);
}
.focus\:border-emerald-50\/100:focus {
  border-color: rgb(236 253 245 / 1);
}
.focus\:border-emerald-50\/20:focus {
  border-color: rgb(236 253 245 / 0.2);
}
.focus\:border-emerald-50\/25:focus {
  border-color: rgb(236 253 245 / 0.25);
}
.focus\:border-emerald-50\/30:focus {
  border-color: rgb(236 253 245 / 0.3);
}
.focus\:border-emerald-50\/40:focus {
  border-color: rgb(236 253 245 / 0.4);
}
.focus\:border-emerald-50\/5:focus {
  border-color: rgb(236 253 245 / 0.05);
}
.focus\:border-emerald-50\/50:focus {
  border-color: rgb(236 253 245 / 0.5);
}
.focus\:border-emerald-50\/60:focus {
  border-color: rgb(236 253 245 / 0.6);
}
.focus\:border-emerald-50\/70:focus {
  border-color: rgb(236 253 245 / 0.7);
}
.focus\:border-emerald-50\/75:focus {
  border-color: rgb(236 253 245 / 0.75);
}
.focus\:border-emerald-50\/80:focus {
  border-color: rgb(236 253 245 / 0.8);
}
.focus\:border-emerald-50\/90:focus {
  border-color: rgb(236 253 245 / 0.9);
}
.focus\:border-emerald-50\/95:focus {
  border-color: rgb(236 253 245 / 0.95);
}
.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.focus\:border-emerald-500\/0:focus {
  border-color: rgb(16 185 129 / 0);
}
.focus\:border-emerald-500\/10:focus {
  border-color: rgb(16 185 129 / 0.1);
}
.focus\:border-emerald-500\/100:focus {
  border-color: rgb(16 185 129 / 1);
}
.focus\:border-emerald-500\/20:focus {
  border-color: rgb(16 185 129 / 0.2);
}
.focus\:border-emerald-500\/25:focus {
  border-color: rgb(16 185 129 / 0.25);
}
.focus\:border-emerald-500\/30:focus {
  border-color: rgb(16 185 129 / 0.3);
}
.focus\:border-emerald-500\/40:focus {
  border-color: rgb(16 185 129 / 0.4);
}
.focus\:border-emerald-500\/5:focus {
  border-color: rgb(16 185 129 / 0.05);
}
.focus\:border-emerald-500\/50:focus {
  border-color: rgb(16 185 129 / 0.5);
}
.focus\:border-emerald-500\/60:focus {
  border-color: rgb(16 185 129 / 0.6);
}
.focus\:border-emerald-500\/70:focus {
  border-color: rgb(16 185 129 / 0.7);
}
.focus\:border-emerald-500\/75:focus {
  border-color: rgb(16 185 129 / 0.75);
}
.focus\:border-emerald-500\/80:focus {
  border-color: rgb(16 185 129 / 0.8);
}
.focus\:border-emerald-500\/90:focus {
  border-color: rgb(16 185 129 / 0.9);
}
.focus\:border-emerald-500\/95:focus {
  border-color: rgb(16 185 129 / 0.95);
}
.focus\:border-emerald-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.focus\:border-emerald-600\/0:focus {
  border-color: rgb(5 150 105 / 0);
}
.focus\:border-emerald-600\/10:focus {
  border-color: rgb(5 150 105 / 0.1);
}
.focus\:border-emerald-600\/100:focus {
  border-color: rgb(5 150 105 / 1);
}
.focus\:border-emerald-600\/20:focus {
  border-color: rgb(5 150 105 / 0.2);
}
.focus\:border-emerald-600\/25:focus {
  border-color: rgb(5 150 105 / 0.25);
}
.focus\:border-emerald-600\/30:focus {
  border-color: rgb(5 150 105 / 0.3);
}
.focus\:border-emerald-600\/40:focus {
  border-color: rgb(5 150 105 / 0.4);
}
.focus\:border-emerald-600\/5:focus {
  border-color: rgb(5 150 105 / 0.05);
}
.focus\:border-emerald-600\/50:focus {
  border-color: rgb(5 150 105 / 0.5);
}
.focus\:border-emerald-600\/60:focus {
  border-color: rgb(5 150 105 / 0.6);
}
.focus\:border-emerald-600\/70:focus {
  border-color: rgb(5 150 105 / 0.7);
}
.focus\:border-emerald-600\/75:focus {
  border-color: rgb(5 150 105 / 0.75);
}
.focus\:border-emerald-600\/80:focus {
  border-color: rgb(5 150 105 / 0.8);
}
.focus\:border-emerald-600\/90:focus {
  border-color: rgb(5 150 105 / 0.9);
}
.focus\:border-emerald-600\/95:focus {
  border-color: rgb(5 150 105 / 0.95);
}
.focus\:border-emerald-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.focus\:border-emerald-700\/0:focus {
  border-color: rgb(4 120 87 / 0);
}
.focus\:border-emerald-700\/10:focus {
  border-color: rgb(4 120 87 / 0.1);
}
.focus\:border-emerald-700\/100:focus {
  border-color: rgb(4 120 87 / 1);
}
.focus\:border-emerald-700\/20:focus {
  border-color: rgb(4 120 87 / 0.2);
}
.focus\:border-emerald-700\/25:focus {
  border-color: rgb(4 120 87 / 0.25);
}
.focus\:border-emerald-700\/30:focus {
  border-color: rgb(4 120 87 / 0.3);
}
.focus\:border-emerald-700\/40:focus {
  border-color: rgb(4 120 87 / 0.4);
}
.focus\:border-emerald-700\/5:focus {
  border-color: rgb(4 120 87 / 0.05);
}
.focus\:border-emerald-700\/50:focus {
  border-color: rgb(4 120 87 / 0.5);
}
.focus\:border-emerald-700\/60:focus {
  border-color: rgb(4 120 87 / 0.6);
}
.focus\:border-emerald-700\/70:focus {
  border-color: rgb(4 120 87 / 0.7);
}
.focus\:border-emerald-700\/75:focus {
  border-color: rgb(4 120 87 / 0.75);
}
.focus\:border-emerald-700\/80:focus {
  border-color: rgb(4 120 87 / 0.8);
}
.focus\:border-emerald-700\/90:focus {
  border-color: rgb(4 120 87 / 0.9);
}
.focus\:border-emerald-700\/95:focus {
  border-color: rgb(4 120 87 / 0.95);
}
.focus\:border-emerald-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.focus\:border-emerald-800\/0:focus {
  border-color: rgb(6 95 70 / 0);
}
.focus\:border-emerald-800\/10:focus {
  border-color: rgb(6 95 70 / 0.1);
}
.focus\:border-emerald-800\/100:focus {
  border-color: rgb(6 95 70 / 1);
}
.focus\:border-emerald-800\/20:focus {
  border-color: rgb(6 95 70 / 0.2);
}
.focus\:border-emerald-800\/25:focus {
  border-color: rgb(6 95 70 / 0.25);
}
.focus\:border-emerald-800\/30:focus {
  border-color: rgb(6 95 70 / 0.3);
}
.focus\:border-emerald-800\/40:focus {
  border-color: rgb(6 95 70 / 0.4);
}
.focus\:border-emerald-800\/5:focus {
  border-color: rgb(6 95 70 / 0.05);
}
.focus\:border-emerald-800\/50:focus {
  border-color: rgb(6 95 70 / 0.5);
}
.focus\:border-emerald-800\/60:focus {
  border-color: rgb(6 95 70 / 0.6);
}
.focus\:border-emerald-800\/70:focus {
  border-color: rgb(6 95 70 / 0.7);
}
.focus\:border-emerald-800\/75:focus {
  border-color: rgb(6 95 70 / 0.75);
}
.focus\:border-emerald-800\/80:focus {
  border-color: rgb(6 95 70 / 0.8);
}
.focus\:border-emerald-800\/90:focus {
  border-color: rgb(6 95 70 / 0.9);
}
.focus\:border-emerald-800\/95:focus {
  border-color: rgb(6 95 70 / 0.95);
}
.focus\:border-emerald-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.focus\:border-emerald-900\/0:focus {
  border-color: rgb(6 78 59 / 0);
}
.focus\:border-emerald-900\/10:focus {
  border-color: rgb(6 78 59 / 0.1);
}
.focus\:border-emerald-900\/100:focus {
  border-color: rgb(6 78 59 / 1);
}
.focus\:border-emerald-900\/20:focus {
  border-color: rgb(6 78 59 / 0.2);
}
.focus\:border-emerald-900\/25:focus {
  border-color: rgb(6 78 59 / 0.25);
}
.focus\:border-emerald-900\/30:focus {
  border-color: rgb(6 78 59 / 0.3);
}
.focus\:border-emerald-900\/40:focus {
  border-color: rgb(6 78 59 / 0.4);
}
.focus\:border-emerald-900\/5:focus {
  border-color: rgb(6 78 59 / 0.05);
}
.focus\:border-emerald-900\/50:focus {
  border-color: rgb(6 78 59 / 0.5);
}
.focus\:border-emerald-900\/60:focus {
  border-color: rgb(6 78 59 / 0.6);
}
.focus\:border-emerald-900\/70:focus {
  border-color: rgb(6 78 59 / 0.7);
}
.focus\:border-emerald-900\/75:focus {
  border-color: rgb(6 78 59 / 0.75);
}
.focus\:border-emerald-900\/80:focus {
  border-color: rgb(6 78 59 / 0.8);
}
.focus\:border-emerald-900\/90:focus {
  border-color: rgb(6 78 59 / 0.9);
}
.focus\:border-emerald-900\/95:focus {
  border-color: rgb(6 78 59 / 0.95);
}
.focus\:border-emerald-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.focus\:border-emerald-950\/0:focus {
  border-color: rgb(2 44 34 / 0);
}
.focus\:border-emerald-950\/10:focus {
  border-color: rgb(2 44 34 / 0.1);
}
.focus\:border-emerald-950\/100:focus {
  border-color: rgb(2 44 34 / 1);
}
.focus\:border-emerald-950\/20:focus {
  border-color: rgb(2 44 34 / 0.2);
}
.focus\:border-emerald-950\/25:focus {
  border-color: rgb(2 44 34 / 0.25);
}
.focus\:border-emerald-950\/30:focus {
  border-color: rgb(2 44 34 / 0.3);
}
.focus\:border-emerald-950\/40:focus {
  border-color: rgb(2 44 34 / 0.4);
}
.focus\:border-emerald-950\/5:focus {
  border-color: rgb(2 44 34 / 0.05);
}
.focus\:border-emerald-950\/50:focus {
  border-color: rgb(2 44 34 / 0.5);
}
.focus\:border-emerald-950\/60:focus {
  border-color: rgb(2 44 34 / 0.6);
}
.focus\:border-emerald-950\/70:focus {
  border-color: rgb(2 44 34 / 0.7);
}
.focus\:border-emerald-950\/75:focus {
  border-color: rgb(2 44 34 / 0.75);
}
.focus\:border-emerald-950\/80:focus {
  border-color: rgb(2 44 34 / 0.8);
}
.focus\:border-emerald-950\/90:focus {
  border-color: rgb(2 44 34 / 0.9);
}
.focus\:border-emerald-950\/95:focus {
  border-color: rgb(2 44 34 / 0.95);
}
.focus\:border-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-100\/0:focus {
  border-color: rgb(250 232 255 / 0);
}
.focus\:border-fuchsia-100\/10:focus {
  border-color: rgb(250 232 255 / 0.1);
}
.focus\:border-fuchsia-100\/100:focus {
  border-color: rgb(250 232 255 / 1);
}
.focus\:border-fuchsia-100\/20:focus {
  border-color: rgb(250 232 255 / 0.2);
}
.focus\:border-fuchsia-100\/25:focus {
  border-color: rgb(250 232 255 / 0.25);
}
.focus\:border-fuchsia-100\/30:focus {
  border-color: rgb(250 232 255 / 0.3);
}
.focus\:border-fuchsia-100\/40:focus {
  border-color: rgb(250 232 255 / 0.4);
}
.focus\:border-fuchsia-100\/5:focus {
  border-color: rgb(250 232 255 / 0.05);
}
.focus\:border-fuchsia-100\/50:focus {
  border-color: rgb(250 232 255 / 0.5);
}
.focus\:border-fuchsia-100\/60:focus {
  border-color: rgb(250 232 255 / 0.6);
}
.focus\:border-fuchsia-100\/70:focus {
  border-color: rgb(250 232 255 / 0.7);
}
.focus\:border-fuchsia-100\/75:focus {
  border-color: rgb(250 232 255 / 0.75);
}
.focus\:border-fuchsia-100\/80:focus {
  border-color: rgb(250 232 255 / 0.8);
}
.focus\:border-fuchsia-100\/90:focus {
  border-color: rgb(250 232 255 / 0.9);
}
.focus\:border-fuchsia-100\/95:focus {
  border-color: rgb(250 232 255 / 0.95);
}
.focus\:border-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-200\/0:focus {
  border-color: rgb(245 208 254 / 0);
}
.focus\:border-fuchsia-200\/10:focus {
  border-color: rgb(245 208 254 / 0.1);
}
.focus\:border-fuchsia-200\/100:focus {
  border-color: rgb(245 208 254 / 1);
}
.focus\:border-fuchsia-200\/20:focus {
  border-color: rgb(245 208 254 / 0.2);
}
.focus\:border-fuchsia-200\/25:focus {
  border-color: rgb(245 208 254 / 0.25);
}
.focus\:border-fuchsia-200\/30:focus {
  border-color: rgb(245 208 254 / 0.3);
}
.focus\:border-fuchsia-200\/40:focus {
  border-color: rgb(245 208 254 / 0.4);
}
.focus\:border-fuchsia-200\/5:focus {
  border-color: rgb(245 208 254 / 0.05);
}
.focus\:border-fuchsia-200\/50:focus {
  border-color: rgb(245 208 254 / 0.5);
}
.focus\:border-fuchsia-200\/60:focus {
  border-color: rgb(245 208 254 / 0.6);
}
.focus\:border-fuchsia-200\/70:focus {
  border-color: rgb(245 208 254 / 0.7);
}
.focus\:border-fuchsia-200\/75:focus {
  border-color: rgb(245 208 254 / 0.75);
}
.focus\:border-fuchsia-200\/80:focus {
  border-color: rgb(245 208 254 / 0.8);
}
.focus\:border-fuchsia-200\/90:focus {
  border-color: rgb(245 208 254 / 0.9);
}
.focus\:border-fuchsia-200\/95:focus {
  border-color: rgb(245 208 254 / 0.95);
}
.focus\:border-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-300\/0:focus {
  border-color: rgb(240 171 252 / 0);
}
.focus\:border-fuchsia-300\/10:focus {
  border-color: rgb(240 171 252 / 0.1);
}
.focus\:border-fuchsia-300\/100:focus {
  border-color: rgb(240 171 252 / 1);
}
.focus\:border-fuchsia-300\/20:focus {
  border-color: rgb(240 171 252 / 0.2);
}
.focus\:border-fuchsia-300\/25:focus {
  border-color: rgb(240 171 252 / 0.25);
}
.focus\:border-fuchsia-300\/30:focus {
  border-color: rgb(240 171 252 / 0.3);
}
.focus\:border-fuchsia-300\/40:focus {
  border-color: rgb(240 171 252 / 0.4);
}
.focus\:border-fuchsia-300\/5:focus {
  border-color: rgb(240 171 252 / 0.05);
}
.focus\:border-fuchsia-300\/50:focus {
  border-color: rgb(240 171 252 / 0.5);
}
.focus\:border-fuchsia-300\/60:focus {
  border-color: rgb(240 171 252 / 0.6);
}
.focus\:border-fuchsia-300\/70:focus {
  border-color: rgb(240 171 252 / 0.7);
}
.focus\:border-fuchsia-300\/75:focus {
  border-color: rgb(240 171 252 / 0.75);
}
.focus\:border-fuchsia-300\/80:focus {
  border-color: rgb(240 171 252 / 0.8);
}
.focus\:border-fuchsia-300\/90:focus {
  border-color: rgb(240 171 252 / 0.9);
}
.focus\:border-fuchsia-300\/95:focus {
  border-color: rgb(240 171 252 / 0.95);
}
.focus\:border-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-400\/0:focus {
  border-color: rgb(232 121 249 / 0);
}
.focus\:border-fuchsia-400\/10:focus {
  border-color: rgb(232 121 249 / 0.1);
}
.focus\:border-fuchsia-400\/100:focus {
  border-color: rgb(232 121 249 / 1);
}
.focus\:border-fuchsia-400\/20:focus {
  border-color: rgb(232 121 249 / 0.2);
}
.focus\:border-fuchsia-400\/25:focus {
  border-color: rgb(232 121 249 / 0.25);
}
.focus\:border-fuchsia-400\/30:focus {
  border-color: rgb(232 121 249 / 0.3);
}
.focus\:border-fuchsia-400\/40:focus {
  border-color: rgb(232 121 249 / 0.4);
}
.focus\:border-fuchsia-400\/5:focus {
  border-color: rgb(232 121 249 / 0.05);
}
.focus\:border-fuchsia-400\/50:focus {
  border-color: rgb(232 121 249 / 0.5);
}
.focus\:border-fuchsia-400\/60:focus {
  border-color: rgb(232 121 249 / 0.6);
}
.focus\:border-fuchsia-400\/70:focus {
  border-color: rgb(232 121 249 / 0.7);
}
.focus\:border-fuchsia-400\/75:focus {
  border-color: rgb(232 121 249 / 0.75);
}
.focus\:border-fuchsia-400\/80:focus {
  border-color: rgb(232 121 249 / 0.8);
}
.focus\:border-fuchsia-400\/90:focus {
  border-color: rgb(232 121 249 / 0.9);
}
.focus\:border-fuchsia-400\/95:focus {
  border-color: rgb(232 121 249 / 0.95);
}
.focus\:border-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-50\/0:focus {
  border-color: rgb(253 244 255 / 0);
}
.focus\:border-fuchsia-50\/10:focus {
  border-color: rgb(253 244 255 / 0.1);
}
.focus\:border-fuchsia-50\/100:focus {
  border-color: rgb(253 244 255 / 1);
}
.focus\:border-fuchsia-50\/20:focus {
  border-color: rgb(253 244 255 / 0.2);
}
.focus\:border-fuchsia-50\/25:focus {
  border-color: rgb(253 244 255 / 0.25);
}
.focus\:border-fuchsia-50\/30:focus {
  border-color: rgb(253 244 255 / 0.3);
}
.focus\:border-fuchsia-50\/40:focus {
  border-color: rgb(253 244 255 / 0.4);
}
.focus\:border-fuchsia-50\/5:focus {
  border-color: rgb(253 244 255 / 0.05);
}
.focus\:border-fuchsia-50\/50:focus {
  border-color: rgb(253 244 255 / 0.5);
}
.focus\:border-fuchsia-50\/60:focus {
  border-color: rgb(253 244 255 / 0.6);
}
.focus\:border-fuchsia-50\/70:focus {
  border-color: rgb(253 244 255 / 0.7);
}
.focus\:border-fuchsia-50\/75:focus {
  border-color: rgb(253 244 255 / 0.75);
}
.focus\:border-fuchsia-50\/80:focus {
  border-color: rgb(253 244 255 / 0.8);
}
.focus\:border-fuchsia-50\/90:focus {
  border-color: rgb(253 244 255 / 0.9);
}
.focus\:border-fuchsia-50\/95:focus {
  border-color: rgb(253 244 255 / 0.95);
}
.focus\:border-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-500\/0:focus {
  border-color: rgb(217 70 239 / 0);
}
.focus\:border-fuchsia-500\/10:focus {
  border-color: rgb(217 70 239 / 0.1);
}
.focus\:border-fuchsia-500\/100:focus {
  border-color: rgb(217 70 239 / 1);
}
.focus\:border-fuchsia-500\/20:focus {
  border-color: rgb(217 70 239 / 0.2);
}
.focus\:border-fuchsia-500\/25:focus {
  border-color: rgb(217 70 239 / 0.25);
}
.focus\:border-fuchsia-500\/30:focus {
  border-color: rgb(217 70 239 / 0.3);
}
.focus\:border-fuchsia-500\/40:focus {
  border-color: rgb(217 70 239 / 0.4);
}
.focus\:border-fuchsia-500\/5:focus {
  border-color: rgb(217 70 239 / 0.05);
}
.focus\:border-fuchsia-500\/50:focus {
  border-color: rgb(217 70 239 / 0.5);
}
.focus\:border-fuchsia-500\/60:focus {
  border-color: rgb(217 70 239 / 0.6);
}
.focus\:border-fuchsia-500\/70:focus {
  border-color: rgb(217 70 239 / 0.7);
}
.focus\:border-fuchsia-500\/75:focus {
  border-color: rgb(217 70 239 / 0.75);
}
.focus\:border-fuchsia-500\/80:focus {
  border-color: rgb(217 70 239 / 0.8);
}
.focus\:border-fuchsia-500\/90:focus {
  border-color: rgb(217 70 239 / 0.9);
}
.focus\:border-fuchsia-500\/95:focus {
  border-color: rgb(217 70 239 / 0.95);
}
.focus\:border-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-600\/0:focus {
  border-color: rgb(192 38 211 / 0);
}
.focus\:border-fuchsia-600\/10:focus {
  border-color: rgb(192 38 211 / 0.1);
}
.focus\:border-fuchsia-600\/100:focus {
  border-color: rgb(192 38 211 / 1);
}
.focus\:border-fuchsia-600\/20:focus {
  border-color: rgb(192 38 211 / 0.2);
}
.focus\:border-fuchsia-600\/25:focus {
  border-color: rgb(192 38 211 / 0.25);
}
.focus\:border-fuchsia-600\/30:focus {
  border-color: rgb(192 38 211 / 0.3);
}
.focus\:border-fuchsia-600\/40:focus {
  border-color: rgb(192 38 211 / 0.4);
}
.focus\:border-fuchsia-600\/5:focus {
  border-color: rgb(192 38 211 / 0.05);
}
.focus\:border-fuchsia-600\/50:focus {
  border-color: rgb(192 38 211 / 0.5);
}
.focus\:border-fuchsia-600\/60:focus {
  border-color: rgb(192 38 211 / 0.6);
}
.focus\:border-fuchsia-600\/70:focus {
  border-color: rgb(192 38 211 / 0.7);
}
.focus\:border-fuchsia-600\/75:focus {
  border-color: rgb(192 38 211 / 0.75);
}
.focus\:border-fuchsia-600\/80:focus {
  border-color: rgb(192 38 211 / 0.8);
}
.focus\:border-fuchsia-600\/90:focus {
  border-color: rgb(192 38 211 / 0.9);
}
.focus\:border-fuchsia-600\/95:focus {
  border-color: rgb(192 38 211 / 0.95);
}
.focus\:border-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-700\/0:focus {
  border-color: rgb(162 28 175 / 0);
}
.focus\:border-fuchsia-700\/10:focus {
  border-color: rgb(162 28 175 / 0.1);
}
.focus\:border-fuchsia-700\/100:focus {
  border-color: rgb(162 28 175 / 1);
}
.focus\:border-fuchsia-700\/20:focus {
  border-color: rgb(162 28 175 / 0.2);
}
.focus\:border-fuchsia-700\/25:focus {
  border-color: rgb(162 28 175 / 0.25);
}
.focus\:border-fuchsia-700\/30:focus {
  border-color: rgb(162 28 175 / 0.3);
}
.focus\:border-fuchsia-700\/40:focus {
  border-color: rgb(162 28 175 / 0.4);
}
.focus\:border-fuchsia-700\/5:focus {
  border-color: rgb(162 28 175 / 0.05);
}
.focus\:border-fuchsia-700\/50:focus {
  border-color: rgb(162 28 175 / 0.5);
}
.focus\:border-fuchsia-700\/60:focus {
  border-color: rgb(162 28 175 / 0.6);
}
.focus\:border-fuchsia-700\/70:focus {
  border-color: rgb(162 28 175 / 0.7);
}
.focus\:border-fuchsia-700\/75:focus {
  border-color: rgb(162 28 175 / 0.75);
}
.focus\:border-fuchsia-700\/80:focus {
  border-color: rgb(162 28 175 / 0.8);
}
.focus\:border-fuchsia-700\/90:focus {
  border-color: rgb(162 28 175 / 0.9);
}
.focus\:border-fuchsia-700\/95:focus {
  border-color: rgb(162 28 175 / 0.95);
}
.focus\:border-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-800\/0:focus {
  border-color: rgb(134 25 143 / 0);
}
.focus\:border-fuchsia-800\/10:focus {
  border-color: rgb(134 25 143 / 0.1);
}
.focus\:border-fuchsia-800\/100:focus {
  border-color: rgb(134 25 143 / 1);
}
.focus\:border-fuchsia-800\/20:focus {
  border-color: rgb(134 25 143 / 0.2);
}
.focus\:border-fuchsia-800\/25:focus {
  border-color: rgb(134 25 143 / 0.25);
}
.focus\:border-fuchsia-800\/30:focus {
  border-color: rgb(134 25 143 / 0.3);
}
.focus\:border-fuchsia-800\/40:focus {
  border-color: rgb(134 25 143 / 0.4);
}
.focus\:border-fuchsia-800\/5:focus {
  border-color: rgb(134 25 143 / 0.05);
}
.focus\:border-fuchsia-800\/50:focus {
  border-color: rgb(134 25 143 / 0.5);
}
.focus\:border-fuchsia-800\/60:focus {
  border-color: rgb(134 25 143 / 0.6);
}
.focus\:border-fuchsia-800\/70:focus {
  border-color: rgb(134 25 143 / 0.7);
}
.focus\:border-fuchsia-800\/75:focus {
  border-color: rgb(134 25 143 / 0.75);
}
.focus\:border-fuchsia-800\/80:focus {
  border-color: rgb(134 25 143 / 0.8);
}
.focus\:border-fuchsia-800\/90:focus {
  border-color: rgb(134 25 143 / 0.9);
}
.focus\:border-fuchsia-800\/95:focus {
  border-color: rgb(134 25 143 / 0.95);
}
.focus\:border-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-900\/0:focus {
  border-color: rgb(112 26 117 / 0);
}
.focus\:border-fuchsia-900\/10:focus {
  border-color: rgb(112 26 117 / 0.1);
}
.focus\:border-fuchsia-900\/100:focus {
  border-color: rgb(112 26 117 / 1);
}
.focus\:border-fuchsia-900\/20:focus {
  border-color: rgb(112 26 117 / 0.2);
}
.focus\:border-fuchsia-900\/25:focus {
  border-color: rgb(112 26 117 / 0.25);
}
.focus\:border-fuchsia-900\/30:focus {
  border-color: rgb(112 26 117 / 0.3);
}
.focus\:border-fuchsia-900\/40:focus {
  border-color: rgb(112 26 117 / 0.4);
}
.focus\:border-fuchsia-900\/5:focus {
  border-color: rgb(112 26 117 / 0.05);
}
.focus\:border-fuchsia-900\/50:focus {
  border-color: rgb(112 26 117 / 0.5);
}
.focus\:border-fuchsia-900\/60:focus {
  border-color: rgb(112 26 117 / 0.6);
}
.focus\:border-fuchsia-900\/70:focus {
  border-color: rgb(112 26 117 / 0.7);
}
.focus\:border-fuchsia-900\/75:focus {
  border-color: rgb(112 26 117 / 0.75);
}
.focus\:border-fuchsia-900\/80:focus {
  border-color: rgb(112 26 117 / 0.8);
}
.focus\:border-fuchsia-900\/90:focus {
  border-color: rgb(112 26 117 / 0.9);
}
.focus\:border-fuchsia-900\/95:focus {
  border-color: rgb(112 26 117 / 0.95);
}
.focus\:border-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.focus\:border-fuchsia-950\/0:focus {
  border-color: rgb(74 4 78 / 0);
}
.focus\:border-fuchsia-950\/10:focus {
  border-color: rgb(74 4 78 / 0.1);
}
.focus\:border-fuchsia-950\/100:focus {
  border-color: rgb(74 4 78 / 1);
}
.focus\:border-fuchsia-950\/20:focus {
  border-color: rgb(74 4 78 / 0.2);
}
.focus\:border-fuchsia-950\/25:focus {
  border-color: rgb(74 4 78 / 0.25);
}
.focus\:border-fuchsia-950\/30:focus {
  border-color: rgb(74 4 78 / 0.3);
}
.focus\:border-fuchsia-950\/40:focus {
  border-color: rgb(74 4 78 / 0.4);
}
.focus\:border-fuchsia-950\/5:focus {
  border-color: rgb(74 4 78 / 0.05);
}
.focus\:border-fuchsia-950\/50:focus {
  border-color: rgb(74 4 78 / 0.5);
}
.focus\:border-fuchsia-950\/60:focus {
  border-color: rgb(74 4 78 / 0.6);
}
.focus\:border-fuchsia-950\/70:focus {
  border-color: rgb(74 4 78 / 0.7);
}
.focus\:border-fuchsia-950\/75:focus {
  border-color: rgb(74 4 78 / 0.75);
}
.focus\:border-fuchsia-950\/80:focus {
  border-color: rgb(74 4 78 / 0.8);
}
.focus\:border-fuchsia-950\/90:focus {
  border-color: rgb(74 4 78 / 0.9);
}
.focus\:border-fuchsia-950\/95:focus {
  border-color: rgb(74 4 78 / 0.95);
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40:focus {
  border-color: rgb(243 244 246 / 0.4);
}
.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\/60:focus {
  border-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(229 231 235 / 0.4);
}
.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\/60:focus {
  border-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(209 213 219 / 0.4);
}
.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\/60:focus {
  border-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(156 163 175 / 0.4);
}
.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\/60:focus {
  border-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(249 250 251 / 0.4);
}
.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\/60:focus {
  border-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(107 114 128 / 0.4);
}
.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\/60:focus {
  border-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(75 85 99 / 0.4);
}
.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\/60:focus {
  border-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(55 65 81 / 0.4);
}
.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\/60:focus {
  border-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(31 41 55 / 0.4);
}
.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\/60:focus {
  border-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(17 24 39 / 0.4);
}
.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\/60:focus {
  border-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(3 7 18 / 0.4);
}
.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\/60:focus {
  border-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(220 252 231 / 0.4);
}
.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\/60:focus {
  border-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(187 247 208 / 0.4);
}
.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\/60:focus {
  border-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(134 239 172 / 0.4);
}
.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\/60:focus {
  border-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(74 222 128 / 0.4);
}
.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\/60:focus {
  border-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(240 253 244 / 0.4);
}
.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\/60:focus {
  border-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(34 197 94 / 0.4);
}
.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\/60:focus {
  border-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(22 163 74 / 0.4);
}
.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\/60:focus {
  border-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(21 128 61 / 0.4);
}
.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\/60:focus {
  border-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(22 101 52 / 0.4);
}
.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\/60:focus {
  border-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(20 83 45 / 0.4);
}
.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\/60:focus {
  border-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(5 46 22 / 0.4);
}
.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\/60:focus {
  border-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(224 231 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(199 210 254 / 0.4);
}
.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\/60:focus {
  border-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(165 180 252 / 0.4);
}
.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\/60:focus {
  border-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(129 140 248 / 0.4);
}
.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\/60:focus {
  border-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(238 242 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(99 102 241 / 0.4);
}
.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\/60:focus {
  border-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(79 70 229 / 0.4);
}
.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\/60:focus {
  border-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(67 56 202 / 0.4);
}
.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\/60:focus {
  border-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(55 48 163 / 0.4);
}
.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\/60:focus {
  border-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(49 46 129 / 0.4);
}
.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\/60:focus {
  border-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(30 27 75 / 0.4);
}
.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\/60:focus {
  border-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.focus\:border-lime-100\/0:focus {
  border-color: rgb(236 252 203 / 0);
}
.focus\:border-lime-100\/10:focus {
  border-color: rgb(236 252 203 / 0.1);
}
.focus\:border-lime-100\/100:focus {
  border-color: rgb(236 252 203 / 1);
}
.focus\:border-lime-100\/20:focus {
  border-color: rgb(236 252 203 / 0.2);
}
.focus\:border-lime-100\/25:focus {
  border-color: rgb(236 252 203 / 0.25);
}
.focus\:border-lime-100\/30:focus {
  border-color: rgb(236 252 203 / 0.3);
}
.focus\:border-lime-100\/40:focus {
  border-color: rgb(236 252 203 / 0.4);
}
.focus\:border-lime-100\/5:focus {
  border-color: rgb(236 252 203 / 0.05);
}
.focus\:border-lime-100\/50:focus {
  border-color: rgb(236 252 203 / 0.5);
}
.focus\:border-lime-100\/60:focus {
  border-color: rgb(236 252 203 / 0.6);
}
.focus\:border-lime-100\/70:focus {
  border-color: rgb(236 252 203 / 0.7);
}
.focus\:border-lime-100\/75:focus {
  border-color: rgb(236 252 203 / 0.75);
}
.focus\:border-lime-100\/80:focus {
  border-color: rgb(236 252 203 / 0.8);
}
.focus\:border-lime-100\/90:focus {
  border-color: rgb(236 252 203 / 0.9);
}
.focus\:border-lime-100\/95:focus {
  border-color: rgb(236 252 203 / 0.95);
}
.focus\:border-lime-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.focus\:border-lime-200\/0:focus {
  border-color: rgb(217 249 157 / 0);
}
.focus\:border-lime-200\/10:focus {
  border-color: rgb(217 249 157 / 0.1);
}
.focus\:border-lime-200\/100:focus {
  border-color: rgb(217 249 157 / 1);
}
.focus\:border-lime-200\/20:focus {
  border-color: rgb(217 249 157 / 0.2);
}
.focus\:border-lime-200\/25:focus {
  border-color: rgb(217 249 157 / 0.25);
}
.focus\:border-lime-200\/30:focus {
  border-color: rgb(217 249 157 / 0.3);
}
.focus\:border-lime-200\/40:focus {
  border-color: rgb(217 249 157 / 0.4);
}
.focus\:border-lime-200\/5:focus {
  border-color: rgb(217 249 157 / 0.05);
}
.focus\:border-lime-200\/50:focus {
  border-color: rgb(217 249 157 / 0.5);
}
.focus\:border-lime-200\/60:focus {
  border-color: rgb(217 249 157 / 0.6);
}
.focus\:border-lime-200\/70:focus {
  border-color: rgb(217 249 157 / 0.7);
}
.focus\:border-lime-200\/75:focus {
  border-color: rgb(217 249 157 / 0.75);
}
.focus\:border-lime-200\/80:focus {
  border-color: rgb(217 249 157 / 0.8);
}
.focus\:border-lime-200\/90:focus {
  border-color: rgb(217 249 157 / 0.9);
}
.focus\:border-lime-200\/95:focus {
  border-color: rgb(217 249 157 / 0.95);
}
.focus\:border-lime-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.focus\:border-lime-300\/0:focus {
  border-color: rgb(190 242 100 / 0);
}
.focus\:border-lime-300\/10:focus {
  border-color: rgb(190 242 100 / 0.1);
}
.focus\:border-lime-300\/100:focus {
  border-color: rgb(190 242 100 / 1);
}
.focus\:border-lime-300\/20:focus {
  border-color: rgb(190 242 100 / 0.2);
}
.focus\:border-lime-300\/25:focus {
  border-color: rgb(190 242 100 / 0.25);
}
.focus\:border-lime-300\/30:focus {
  border-color: rgb(190 242 100 / 0.3);
}
.focus\:border-lime-300\/40:focus {
  border-color: rgb(190 242 100 / 0.4);
}
.focus\:border-lime-300\/5:focus {
  border-color: rgb(190 242 100 / 0.05);
}
.focus\:border-lime-300\/50:focus {
  border-color: rgb(190 242 100 / 0.5);
}
.focus\:border-lime-300\/60:focus {
  border-color: rgb(190 242 100 / 0.6);
}
.focus\:border-lime-300\/70:focus {
  border-color: rgb(190 242 100 / 0.7);
}
.focus\:border-lime-300\/75:focus {
  border-color: rgb(190 242 100 / 0.75);
}
.focus\:border-lime-300\/80:focus {
  border-color: rgb(190 242 100 / 0.8);
}
.focus\:border-lime-300\/90:focus {
  border-color: rgb(190 242 100 / 0.9);
}
.focus\:border-lime-300\/95:focus {
  border-color: rgb(190 242 100 / 0.95);
}
.focus\:border-lime-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.focus\:border-lime-400\/0:focus {
  border-color: rgb(163 230 53 / 0);
}
.focus\:border-lime-400\/10:focus {
  border-color: rgb(163 230 53 / 0.1);
}
.focus\:border-lime-400\/100:focus {
  border-color: rgb(163 230 53 / 1);
}
.focus\:border-lime-400\/20:focus {
  border-color: rgb(163 230 53 / 0.2);
}
.focus\:border-lime-400\/25:focus {
  border-color: rgb(163 230 53 / 0.25);
}
.focus\:border-lime-400\/30:focus {
  border-color: rgb(163 230 53 / 0.3);
}
.focus\:border-lime-400\/40:focus {
  border-color: rgb(163 230 53 / 0.4);
}
.focus\:border-lime-400\/5:focus {
  border-color: rgb(163 230 53 / 0.05);
}
.focus\:border-lime-400\/50:focus {
  border-color: rgb(163 230 53 / 0.5);
}
.focus\:border-lime-400\/60:focus {
  border-color: rgb(163 230 53 / 0.6);
}
.focus\:border-lime-400\/70:focus {
  border-color: rgb(163 230 53 / 0.7);
}
.focus\:border-lime-400\/75:focus {
  border-color: rgb(163 230 53 / 0.75);
}
.focus\:border-lime-400\/80:focus {
  border-color: rgb(163 230 53 / 0.8);
}
.focus\:border-lime-400\/90:focus {
  border-color: rgb(163 230 53 / 0.9);
}
.focus\:border-lime-400\/95:focus {
  border-color: rgb(163 230 53 / 0.95);
}
.focus\:border-lime-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.focus\:border-lime-50\/0:focus {
  border-color: rgb(247 254 231 / 0);
}
.focus\:border-lime-50\/10:focus {
  border-color: rgb(247 254 231 / 0.1);
}
.focus\:border-lime-50\/100:focus {
  border-color: rgb(247 254 231 / 1);
}
.focus\:border-lime-50\/20:focus {
  border-color: rgb(247 254 231 / 0.2);
}
.focus\:border-lime-50\/25:focus {
  border-color: rgb(247 254 231 / 0.25);
}
.focus\:border-lime-50\/30:focus {
  border-color: rgb(247 254 231 / 0.3);
}
.focus\:border-lime-50\/40:focus {
  border-color: rgb(247 254 231 / 0.4);
}
.focus\:border-lime-50\/5:focus {
  border-color: rgb(247 254 231 / 0.05);
}
.focus\:border-lime-50\/50:focus {
  border-color: rgb(247 254 231 / 0.5);
}
.focus\:border-lime-50\/60:focus {
  border-color: rgb(247 254 231 / 0.6);
}
.focus\:border-lime-50\/70:focus {
  border-color: rgb(247 254 231 / 0.7);
}
.focus\:border-lime-50\/75:focus {
  border-color: rgb(247 254 231 / 0.75);
}
.focus\:border-lime-50\/80:focus {
  border-color: rgb(247 254 231 / 0.8);
}
.focus\:border-lime-50\/90:focus {
  border-color: rgb(247 254 231 / 0.9);
}
.focus\:border-lime-50\/95:focus {
  border-color: rgb(247 254 231 / 0.95);
}
.focus\:border-lime-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.focus\:border-lime-500\/0:focus {
  border-color: rgb(132 204 22 / 0);
}
.focus\:border-lime-500\/10:focus {
  border-color: rgb(132 204 22 / 0.1);
}
.focus\:border-lime-500\/100:focus {
  border-color: rgb(132 204 22 / 1);
}
.focus\:border-lime-500\/20:focus {
  border-color: rgb(132 204 22 / 0.2);
}
.focus\:border-lime-500\/25:focus {
  border-color: rgb(132 204 22 / 0.25);
}
.focus\:border-lime-500\/30:focus {
  border-color: rgb(132 204 22 / 0.3);
}
.focus\:border-lime-500\/40:focus {
  border-color: rgb(132 204 22 / 0.4);
}
.focus\:border-lime-500\/5:focus {
  border-color: rgb(132 204 22 / 0.05);
}
.focus\:border-lime-500\/50:focus {
  border-color: rgb(132 204 22 / 0.5);
}
.focus\:border-lime-500\/60:focus {
  border-color: rgb(132 204 22 / 0.6);
}
.focus\:border-lime-500\/70:focus {
  border-color: rgb(132 204 22 / 0.7);
}
.focus\:border-lime-500\/75:focus {
  border-color: rgb(132 204 22 / 0.75);
}
.focus\:border-lime-500\/80:focus {
  border-color: rgb(132 204 22 / 0.8);
}
.focus\:border-lime-500\/90:focus {
  border-color: rgb(132 204 22 / 0.9);
}
.focus\:border-lime-500\/95:focus {
  border-color: rgb(132 204 22 / 0.95);
}
.focus\:border-lime-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.focus\:border-lime-600\/0:focus {
  border-color: rgb(101 163 13 / 0);
}
.focus\:border-lime-600\/10:focus {
  border-color: rgb(101 163 13 / 0.1);
}
.focus\:border-lime-600\/100:focus {
  border-color: rgb(101 163 13 / 1);
}
.focus\:border-lime-600\/20:focus {
  border-color: rgb(101 163 13 / 0.2);
}
.focus\:border-lime-600\/25:focus {
  border-color: rgb(101 163 13 / 0.25);
}
.focus\:border-lime-600\/30:focus {
  border-color: rgb(101 163 13 / 0.3);
}
.focus\:border-lime-600\/40:focus {
  border-color: rgb(101 163 13 / 0.4);
}
.focus\:border-lime-600\/5:focus {
  border-color: rgb(101 163 13 / 0.05);
}
.focus\:border-lime-600\/50:focus {
  border-color: rgb(101 163 13 / 0.5);
}
.focus\:border-lime-600\/60:focus {
  border-color: rgb(101 163 13 / 0.6);
}
.focus\:border-lime-600\/70:focus {
  border-color: rgb(101 163 13 / 0.7);
}
.focus\:border-lime-600\/75:focus {
  border-color: rgb(101 163 13 / 0.75);
}
.focus\:border-lime-600\/80:focus {
  border-color: rgb(101 163 13 / 0.8);
}
.focus\:border-lime-600\/90:focus {
  border-color: rgb(101 163 13 / 0.9);
}
.focus\:border-lime-600\/95:focus {
  border-color: rgb(101 163 13 / 0.95);
}
.focus\:border-lime-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.focus\:border-lime-700\/0:focus {
  border-color: rgb(77 124 15 / 0);
}
.focus\:border-lime-700\/10:focus {
  border-color: rgb(77 124 15 / 0.1);
}
.focus\:border-lime-700\/100:focus {
  border-color: rgb(77 124 15 / 1);
}
.focus\:border-lime-700\/20:focus {
  border-color: rgb(77 124 15 / 0.2);
}
.focus\:border-lime-700\/25:focus {
  border-color: rgb(77 124 15 / 0.25);
}
.focus\:border-lime-700\/30:focus {
  border-color: rgb(77 124 15 / 0.3);
}
.focus\:border-lime-700\/40:focus {
  border-color: rgb(77 124 15 / 0.4);
}
.focus\:border-lime-700\/5:focus {
  border-color: rgb(77 124 15 / 0.05);
}
.focus\:border-lime-700\/50:focus {
  border-color: rgb(77 124 15 / 0.5);
}
.focus\:border-lime-700\/60:focus {
  border-color: rgb(77 124 15 / 0.6);
}
.focus\:border-lime-700\/70:focus {
  border-color: rgb(77 124 15 / 0.7);
}
.focus\:border-lime-700\/75:focus {
  border-color: rgb(77 124 15 / 0.75);
}
.focus\:border-lime-700\/80:focus {
  border-color: rgb(77 124 15 / 0.8);
}
.focus\:border-lime-700\/90:focus {
  border-color: rgb(77 124 15 / 0.9);
}
.focus\:border-lime-700\/95:focus {
  border-color: rgb(77 124 15 / 0.95);
}
.focus\:border-lime-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.focus\:border-lime-800\/0:focus {
  border-color: rgb(63 98 18 / 0);
}
.focus\:border-lime-800\/10:focus {
  border-color: rgb(63 98 18 / 0.1);
}
.focus\:border-lime-800\/100:focus {
  border-color: rgb(63 98 18 / 1);
}
.focus\:border-lime-800\/20:focus {
  border-color: rgb(63 98 18 / 0.2);
}
.focus\:border-lime-800\/25:focus {
  border-color: rgb(63 98 18 / 0.25);
}
.focus\:border-lime-800\/30:focus {
  border-color: rgb(63 98 18 / 0.3);
}
.focus\:border-lime-800\/40:focus {
  border-color: rgb(63 98 18 / 0.4);
}
.focus\:border-lime-800\/5:focus {
  border-color: rgb(63 98 18 / 0.05);
}
.focus\:border-lime-800\/50:focus {
  border-color: rgb(63 98 18 / 0.5);
}
.focus\:border-lime-800\/60:focus {
  border-color: rgb(63 98 18 / 0.6);
}
.focus\:border-lime-800\/70:focus {
  border-color: rgb(63 98 18 / 0.7);
}
.focus\:border-lime-800\/75:focus {
  border-color: rgb(63 98 18 / 0.75);
}
.focus\:border-lime-800\/80:focus {
  border-color: rgb(63 98 18 / 0.8);
}
.focus\:border-lime-800\/90:focus {
  border-color: rgb(63 98 18 / 0.9);
}
.focus\:border-lime-800\/95:focus {
  border-color: rgb(63 98 18 / 0.95);
}
.focus\:border-lime-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.focus\:border-lime-900\/0:focus {
  border-color: rgb(54 83 20 / 0);
}
.focus\:border-lime-900\/10:focus {
  border-color: rgb(54 83 20 / 0.1);
}
.focus\:border-lime-900\/100:focus {
  border-color: rgb(54 83 20 / 1);
}
.focus\:border-lime-900\/20:focus {
  border-color: rgb(54 83 20 / 0.2);
}
.focus\:border-lime-900\/25:focus {
  border-color: rgb(54 83 20 / 0.25);
}
.focus\:border-lime-900\/30:focus {
  border-color: rgb(54 83 20 / 0.3);
}
.focus\:border-lime-900\/40:focus {
  border-color: rgb(54 83 20 / 0.4);
}
.focus\:border-lime-900\/5:focus {
  border-color: rgb(54 83 20 / 0.05);
}
.focus\:border-lime-900\/50:focus {
  border-color: rgb(54 83 20 / 0.5);
}
.focus\:border-lime-900\/60:focus {
  border-color: rgb(54 83 20 / 0.6);
}
.focus\:border-lime-900\/70:focus {
  border-color: rgb(54 83 20 / 0.7);
}
.focus\:border-lime-900\/75:focus {
  border-color: rgb(54 83 20 / 0.75);
}
.focus\:border-lime-900\/80:focus {
  border-color: rgb(54 83 20 / 0.8);
}
.focus\:border-lime-900\/90:focus {
  border-color: rgb(54 83 20 / 0.9);
}
.focus\:border-lime-900\/95:focus {
  border-color: rgb(54 83 20 / 0.95);
}
.focus\:border-lime-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.focus\:border-lime-950\/0:focus {
  border-color: rgb(26 46 5 / 0);
}
.focus\:border-lime-950\/10:focus {
  border-color: rgb(26 46 5 / 0.1);
}
.focus\:border-lime-950\/100:focus {
  border-color: rgb(26 46 5 / 1);
}
.focus\:border-lime-950\/20:focus {
  border-color: rgb(26 46 5 / 0.2);
}
.focus\:border-lime-950\/25:focus {
  border-color: rgb(26 46 5 / 0.25);
}
.focus\:border-lime-950\/30:focus {
  border-color: rgb(26 46 5 / 0.3);
}
.focus\:border-lime-950\/40:focus {
  border-color: rgb(26 46 5 / 0.4);
}
.focus\:border-lime-950\/5:focus {
  border-color: rgb(26 46 5 / 0.05);
}
.focus\:border-lime-950\/50:focus {
  border-color: rgb(26 46 5 / 0.5);
}
.focus\:border-lime-950\/60:focus {
  border-color: rgb(26 46 5 / 0.6);
}
.focus\:border-lime-950\/70:focus {
  border-color: rgb(26 46 5 / 0.7);
}
.focus\:border-lime-950\/75:focus {
  border-color: rgb(26 46 5 / 0.75);
}
.focus\:border-lime-950\/80:focus {
  border-color: rgb(26 46 5 / 0.8);
}
.focus\:border-lime-950\/90:focus {
  border-color: rgb(26 46 5 / 0.9);
}
.focus\:border-lime-950\/95:focus {
  border-color: rgb(26 46 5 / 0.95);
}
.focus\:border-neutral-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.focus\:border-neutral-100\/0:focus {
  border-color: rgb(245 245 245 / 0);
}
.focus\:border-neutral-100\/10:focus {
  border-color: rgb(245 245 245 / 0.1);
}
.focus\:border-neutral-100\/100:focus {
  border-color: rgb(245 245 245 / 1);
}
.focus\:border-neutral-100\/20:focus {
  border-color: rgb(245 245 245 / 0.2);
}
.focus\:border-neutral-100\/25:focus {
  border-color: rgb(245 245 245 / 0.25);
}
.focus\:border-neutral-100\/30:focus {
  border-color: rgb(245 245 245 / 0.3);
}
.focus\:border-neutral-100\/40:focus {
  border-color: rgb(245 245 245 / 0.4);
}
.focus\:border-neutral-100\/5:focus {
  border-color: rgb(245 245 245 / 0.05);
}
.focus\:border-neutral-100\/50:focus {
  border-color: rgb(245 245 245 / 0.5);
}
.focus\:border-neutral-100\/60:focus {
  border-color: rgb(245 245 245 / 0.6);
}
.focus\:border-neutral-100\/70:focus {
  border-color: rgb(245 245 245 / 0.7);
}
.focus\:border-neutral-100\/75:focus {
  border-color: rgb(245 245 245 / 0.75);
}
.focus\:border-neutral-100\/80:focus {
  border-color: rgb(245 245 245 / 0.8);
}
.focus\:border-neutral-100\/90:focus {
  border-color: rgb(245 245 245 / 0.9);
}
.focus\:border-neutral-100\/95:focus {
  border-color: rgb(245 245 245 / 0.95);
}
.focus\:border-neutral-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.focus\:border-neutral-200\/0:focus {
  border-color: rgb(229 229 229 / 0);
}
.focus\:border-neutral-200\/10:focus {
  border-color: rgb(229 229 229 / 0.1);
}
.focus\:border-neutral-200\/100:focus {
  border-color: rgb(229 229 229 / 1);
}
.focus\:border-neutral-200\/20:focus {
  border-color: rgb(229 229 229 / 0.2);
}
.focus\:border-neutral-200\/25:focus {
  border-color: rgb(229 229 229 / 0.25);
}
.focus\:border-neutral-200\/30:focus {
  border-color: rgb(229 229 229 / 0.3);
}
.focus\:border-neutral-200\/40:focus {
  border-color: rgb(229 229 229 / 0.4);
}
.focus\:border-neutral-200\/5:focus {
  border-color: rgb(229 229 229 / 0.05);
}
.focus\:border-neutral-200\/50:focus {
  border-color: rgb(229 229 229 / 0.5);
}
.focus\:border-neutral-200\/60:focus {
  border-color: rgb(229 229 229 / 0.6);
}
.focus\:border-neutral-200\/70:focus {
  border-color: rgb(229 229 229 / 0.7);
}
.focus\:border-neutral-200\/75:focus {
  border-color: rgb(229 229 229 / 0.75);
}
.focus\:border-neutral-200\/80:focus {
  border-color: rgb(229 229 229 / 0.8);
}
.focus\:border-neutral-200\/90:focus {
  border-color: rgb(229 229 229 / 0.9);
}
.focus\:border-neutral-200\/95:focus {
  border-color: rgb(229 229 229 / 0.95);
}
.focus\:border-neutral-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.focus\:border-neutral-300\/0:focus {
  border-color: rgb(212 212 212 / 0);
}
.focus\:border-neutral-300\/10:focus {
  border-color: rgb(212 212 212 / 0.1);
}
.focus\:border-neutral-300\/100:focus {
  border-color: rgb(212 212 212 / 1);
}
.focus\:border-neutral-300\/20:focus {
  border-color: rgb(212 212 212 / 0.2);
}
.focus\:border-neutral-300\/25:focus {
  border-color: rgb(212 212 212 / 0.25);
}
.focus\:border-neutral-300\/30:focus {
  border-color: rgb(212 212 212 / 0.3);
}
.focus\:border-neutral-300\/40:focus {
  border-color: rgb(212 212 212 / 0.4);
}
.focus\:border-neutral-300\/5:focus {
  border-color: rgb(212 212 212 / 0.05);
}
.focus\:border-neutral-300\/50:focus {
  border-color: rgb(212 212 212 / 0.5);
}
.focus\:border-neutral-300\/60:focus {
  border-color: rgb(212 212 212 / 0.6);
}
.focus\:border-neutral-300\/70:focus {
  border-color: rgb(212 212 212 / 0.7);
}
.focus\:border-neutral-300\/75:focus {
  border-color: rgb(212 212 212 / 0.75);
}
.focus\:border-neutral-300\/80:focus {
  border-color: rgb(212 212 212 / 0.8);
}
.focus\:border-neutral-300\/90:focus {
  border-color: rgb(212 212 212 / 0.9);
}
.focus\:border-neutral-300\/95:focus {
  border-color: rgb(212 212 212 / 0.95);
}
.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.focus\:border-neutral-400\/0:focus {
  border-color: rgb(163 163 163 / 0);
}
.focus\:border-neutral-400\/10:focus {
  border-color: rgb(163 163 163 / 0.1);
}
.focus\:border-neutral-400\/100:focus {
  border-color: rgb(163 163 163 / 1);
}
.focus\:border-neutral-400\/20:focus {
  border-color: rgb(163 163 163 / 0.2);
}
.focus\:border-neutral-400\/25:focus {
  border-color: rgb(163 163 163 / 0.25);
}
.focus\:border-neutral-400\/30:focus {
  border-color: rgb(163 163 163 / 0.3);
}
.focus\:border-neutral-400\/40:focus {
  border-color: rgb(163 163 163 / 0.4);
}
.focus\:border-neutral-400\/5:focus {
  border-color: rgb(163 163 163 / 0.05);
}
.focus\:border-neutral-400\/50:focus {
  border-color: rgb(163 163 163 / 0.5);
}
.focus\:border-neutral-400\/60:focus {
  border-color: rgb(163 163 163 / 0.6);
}
.focus\:border-neutral-400\/70:focus {
  border-color: rgb(163 163 163 / 0.7);
}
.focus\:border-neutral-400\/75:focus {
  border-color: rgb(163 163 163 / 0.75);
}
.focus\:border-neutral-400\/80:focus {
  border-color: rgb(163 163 163 / 0.8);
}
.focus\:border-neutral-400\/90:focus {
  border-color: rgb(163 163 163 / 0.9);
}
.focus\:border-neutral-400\/95:focus {
  border-color: rgb(163 163 163 / 0.95);
}
.focus\:border-neutral-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.focus\:border-neutral-50\/0:focus {
  border-color: rgb(250 250 250 / 0);
}
.focus\:border-neutral-50\/10:focus {
  border-color: rgb(250 250 250 / 0.1);
}
.focus\:border-neutral-50\/100:focus {
  border-color: rgb(250 250 250 / 1);
}
.focus\:border-neutral-50\/20:focus {
  border-color: rgb(250 250 250 / 0.2);
}
.focus\:border-neutral-50\/25:focus {
  border-color: rgb(250 250 250 / 0.25);
}
.focus\:border-neutral-50\/30:focus {
  border-color: rgb(250 250 250 / 0.3);
}
.focus\:border-neutral-50\/40:focus {
  border-color: rgb(250 250 250 / 0.4);
}
.focus\:border-neutral-50\/5:focus {
  border-color: rgb(250 250 250 / 0.05);
}
.focus\:border-neutral-50\/50:focus {
  border-color: rgb(250 250 250 / 0.5);
}
.focus\:border-neutral-50\/60:focus {
  border-color: rgb(250 250 250 / 0.6);
}
.focus\:border-neutral-50\/70:focus {
  border-color: rgb(250 250 250 / 0.7);
}
.focus\:border-neutral-50\/75:focus {
  border-color: rgb(250 250 250 / 0.75);
}
.focus\:border-neutral-50\/80:focus {
  border-color: rgb(250 250 250 / 0.8);
}
.focus\:border-neutral-50\/90:focus {
  border-color: rgb(250 250 250 / 0.9);
}
.focus\:border-neutral-50\/95:focus {
  border-color: rgb(250 250 250 / 0.95);
}
.focus\:border-neutral-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.focus\:border-neutral-500\/0:focus {
  border-color: rgb(115 115 115 / 0);
}
.focus\:border-neutral-500\/10:focus {
  border-color: rgb(115 115 115 / 0.1);
}
.focus\:border-neutral-500\/100:focus {
  border-color: rgb(115 115 115 / 1);
}
.focus\:border-neutral-500\/20:focus {
  border-color: rgb(115 115 115 / 0.2);
}
.focus\:border-neutral-500\/25:focus {
  border-color: rgb(115 115 115 / 0.25);
}
.focus\:border-neutral-500\/30:focus {
  border-color: rgb(115 115 115 / 0.3);
}
.focus\:border-neutral-500\/40:focus {
  border-color: rgb(115 115 115 / 0.4);
}
.focus\:border-neutral-500\/5:focus {
  border-color: rgb(115 115 115 / 0.05);
}
.focus\:border-neutral-500\/50:focus {
  border-color: rgb(115 115 115 / 0.5);
}
.focus\:border-neutral-500\/60:focus {
  border-color: rgb(115 115 115 / 0.6);
}
.focus\:border-neutral-500\/70:focus {
  border-color: rgb(115 115 115 / 0.7);
}
.focus\:border-neutral-500\/75:focus {
  border-color: rgb(115 115 115 / 0.75);
}
.focus\:border-neutral-500\/80:focus {
  border-color: rgb(115 115 115 / 0.8);
}
.focus\:border-neutral-500\/90:focus {
  border-color: rgb(115 115 115 / 0.9);
}
.focus\:border-neutral-500\/95:focus {
  border-color: rgb(115 115 115 / 0.95);
}
.focus\:border-neutral-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.focus\:border-neutral-600\/0:focus {
  border-color: rgb(82 82 82 / 0);
}
.focus\:border-neutral-600\/10:focus {
  border-color: rgb(82 82 82 / 0.1);
}
.focus\:border-neutral-600\/100:focus {
  border-color: rgb(82 82 82 / 1);
}
.focus\:border-neutral-600\/20:focus {
  border-color: rgb(82 82 82 / 0.2);
}
.focus\:border-neutral-600\/25:focus {
  border-color: rgb(82 82 82 / 0.25);
}
.focus\:border-neutral-600\/30:focus {
  border-color: rgb(82 82 82 / 0.3);
}
.focus\:border-neutral-600\/40:focus {
  border-color: rgb(82 82 82 / 0.4);
}
.focus\:border-neutral-600\/5:focus {
  border-color: rgb(82 82 82 / 0.05);
}
.focus\:border-neutral-600\/50:focus {
  border-color: rgb(82 82 82 / 0.5);
}
.focus\:border-neutral-600\/60:focus {
  border-color: rgb(82 82 82 / 0.6);
}
.focus\:border-neutral-600\/70:focus {
  border-color: rgb(82 82 82 / 0.7);
}
.focus\:border-neutral-600\/75:focus {
  border-color: rgb(82 82 82 / 0.75);
}
.focus\:border-neutral-600\/80:focus {
  border-color: rgb(82 82 82 / 0.8);
}
.focus\:border-neutral-600\/90:focus {
  border-color: rgb(82 82 82 / 0.9);
}
.focus\:border-neutral-600\/95:focus {
  border-color: rgb(82 82 82 / 0.95);
}
.focus\:border-neutral-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.focus\:border-neutral-700\/0:focus {
  border-color: rgb(64 64 64 / 0);
}
.focus\:border-neutral-700\/10:focus {
  border-color: rgb(64 64 64 / 0.1);
}
.focus\:border-neutral-700\/100:focus {
  border-color: rgb(64 64 64 / 1);
}
.focus\:border-neutral-700\/20:focus {
  border-color: rgb(64 64 64 / 0.2);
}
.focus\:border-neutral-700\/25:focus {
  border-color: rgb(64 64 64 / 0.25);
}
.focus\:border-neutral-700\/30:focus {
  border-color: rgb(64 64 64 / 0.3);
}
.focus\:border-neutral-700\/40:focus {
  border-color: rgb(64 64 64 / 0.4);
}
.focus\:border-neutral-700\/5:focus {
  border-color: rgb(64 64 64 / 0.05);
}
.focus\:border-neutral-700\/50:focus {
  border-color: rgb(64 64 64 / 0.5);
}
.focus\:border-neutral-700\/60:focus {
  border-color: rgb(64 64 64 / 0.6);
}
.focus\:border-neutral-700\/70:focus {
  border-color: rgb(64 64 64 / 0.7);
}
.focus\:border-neutral-700\/75:focus {
  border-color: rgb(64 64 64 / 0.75);
}
.focus\:border-neutral-700\/80:focus {
  border-color: rgb(64 64 64 / 0.8);
}
.focus\:border-neutral-700\/90:focus {
  border-color: rgb(64 64 64 / 0.9);
}
.focus\:border-neutral-700\/95:focus {
  border-color: rgb(64 64 64 / 0.95);
}
.focus\:border-neutral-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.focus\:border-neutral-800\/0:focus {
  border-color: rgb(38 38 38 / 0);
}
.focus\:border-neutral-800\/10:focus {
  border-color: rgb(38 38 38 / 0.1);
}
.focus\:border-neutral-800\/100:focus {
  border-color: rgb(38 38 38 / 1);
}
.focus\:border-neutral-800\/20:focus {
  border-color: rgb(38 38 38 / 0.2);
}
.focus\:border-neutral-800\/25:focus {
  border-color: rgb(38 38 38 / 0.25);
}
.focus\:border-neutral-800\/30:focus {
  border-color: rgb(38 38 38 / 0.3);
}
.focus\:border-neutral-800\/40:focus {
  border-color: rgb(38 38 38 / 0.4);
}
.focus\:border-neutral-800\/5:focus {
  border-color: rgb(38 38 38 / 0.05);
}
.focus\:border-neutral-800\/50:focus {
  border-color: rgb(38 38 38 / 0.5);
}
.focus\:border-neutral-800\/60:focus {
  border-color: rgb(38 38 38 / 0.6);
}
.focus\:border-neutral-800\/70:focus {
  border-color: rgb(38 38 38 / 0.7);
}
.focus\:border-neutral-800\/75:focus {
  border-color: rgb(38 38 38 / 0.75);
}
.focus\:border-neutral-800\/80:focus {
  border-color: rgb(38 38 38 / 0.8);
}
.focus\:border-neutral-800\/90:focus {
  border-color: rgb(38 38 38 / 0.9);
}
.focus\:border-neutral-800\/95:focus {
  border-color: rgb(38 38 38 / 0.95);
}
.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.focus\:border-neutral-900\/0:focus {
  border-color: rgb(23 23 23 / 0);
}
.focus\:border-neutral-900\/10:focus {
  border-color: rgb(23 23 23 / 0.1);
}
.focus\:border-neutral-900\/100:focus {
  border-color: rgb(23 23 23 / 1);
}
.focus\:border-neutral-900\/20:focus {
  border-color: rgb(23 23 23 / 0.2);
}
.focus\:border-neutral-900\/25:focus {
  border-color: rgb(23 23 23 / 0.25);
}
.focus\:border-neutral-900\/30:focus {
  border-color: rgb(23 23 23 / 0.3);
}
.focus\:border-neutral-900\/40:focus {
  border-color: rgb(23 23 23 / 0.4);
}
.focus\:border-neutral-900\/5:focus {
  border-color: rgb(23 23 23 / 0.05);
}
.focus\:border-neutral-900\/50:focus {
  border-color: rgb(23 23 23 / 0.5);
}
.focus\:border-neutral-900\/60:focus {
  border-color: rgb(23 23 23 / 0.6);
}
.focus\:border-neutral-900\/70:focus {
  border-color: rgb(23 23 23 / 0.7);
}
.focus\:border-neutral-900\/75:focus {
  border-color: rgb(23 23 23 / 0.75);
}
.focus\:border-neutral-900\/80:focus {
  border-color: rgb(23 23 23 / 0.8);
}
.focus\:border-neutral-900\/90:focus {
  border-color: rgb(23 23 23 / 0.9);
}
.focus\:border-neutral-900\/95:focus {
  border-color: rgb(23 23 23 / 0.95);
}
.focus\:border-neutral-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.focus\:border-neutral-950\/0:focus {
  border-color: rgb(10 10 10 / 0);
}
.focus\:border-neutral-950\/10:focus {
  border-color: rgb(10 10 10 / 0.1);
}
.focus\:border-neutral-950\/100:focus {
  border-color: rgb(10 10 10 / 1);
}
.focus\:border-neutral-950\/20:focus {
  border-color: rgb(10 10 10 / 0.2);
}
.focus\:border-neutral-950\/25:focus {
  border-color: rgb(10 10 10 / 0.25);
}
.focus\:border-neutral-950\/30:focus {
  border-color: rgb(10 10 10 / 0.3);
}
.focus\:border-neutral-950\/40:focus {
  border-color: rgb(10 10 10 / 0.4);
}
.focus\:border-neutral-950\/5:focus {
  border-color: rgb(10 10 10 / 0.05);
}
.focus\:border-neutral-950\/50:focus {
  border-color: rgb(10 10 10 / 0.5);
}
.focus\:border-neutral-950\/60:focus {
  border-color: rgb(10 10 10 / 0.6);
}
.focus\:border-neutral-950\/70:focus {
  border-color: rgb(10 10 10 / 0.7);
}
.focus\:border-neutral-950\/75:focus {
  border-color: rgb(10 10 10 / 0.75);
}
.focus\:border-neutral-950\/80:focus {
  border-color: rgb(10 10 10 / 0.8);
}
.focus\:border-neutral-950\/90:focus {
  border-color: rgb(10 10 10 / 0.9);
}
.focus\:border-neutral-950\/95:focus {
  border-color: rgb(10 10 10 / 0.95);
}
.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.focus\:border-orange-100\/0:focus {
  border-color: rgb(255 237 213 / 0);
}
.focus\:border-orange-100\/10:focus {
  border-color: rgb(255 237 213 / 0.1);
}
.focus\:border-orange-100\/100:focus {
  border-color: rgb(255 237 213 / 1);
}
.focus\:border-orange-100\/20:focus {
  border-color: rgb(255 237 213 / 0.2);
}
.focus\:border-orange-100\/25:focus {
  border-color: rgb(255 237 213 / 0.25);
}
.focus\:border-orange-100\/30:focus {
  border-color: rgb(255 237 213 / 0.3);
}
.focus\:border-orange-100\/40:focus {
  border-color: rgb(255 237 213 / 0.4);
}
.focus\:border-orange-100\/5:focus {
  border-color: rgb(255 237 213 / 0.05);
}
.focus\:border-orange-100\/50:focus {
  border-color: rgb(255 237 213 / 0.5);
}
.focus\:border-orange-100\/60:focus {
  border-color: rgb(255 237 213 / 0.6);
}
.focus\:border-orange-100\/70:focus {
  border-color: rgb(255 237 213 / 0.7);
}
.focus\:border-orange-100\/75:focus {
  border-color: rgb(255 237 213 / 0.75);
}
.focus\:border-orange-100\/80:focus {
  border-color: rgb(255 237 213 / 0.8);
}
.focus\:border-orange-100\/90:focus {
  border-color: rgb(255 237 213 / 0.9);
}
.focus\:border-orange-100\/95:focus {
  border-color: rgb(255 237 213 / 0.95);
}
.focus\:border-orange-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.focus\:border-orange-200\/0:focus {
  border-color: rgb(254 215 170 / 0);
}
.focus\:border-orange-200\/10:focus {
  border-color: rgb(254 215 170 / 0.1);
}
.focus\:border-orange-200\/100:focus {
  border-color: rgb(254 215 170 / 1);
}
.focus\:border-orange-200\/20:focus {
  border-color: rgb(254 215 170 / 0.2);
}
.focus\:border-orange-200\/25:focus {
  border-color: rgb(254 215 170 / 0.25);
}
.focus\:border-orange-200\/30:focus {
  border-color: rgb(254 215 170 / 0.3);
}
.focus\:border-orange-200\/40:focus {
  border-color: rgb(254 215 170 / 0.4);
}
.focus\:border-orange-200\/5:focus {
  border-color: rgb(254 215 170 / 0.05);
}
.focus\:border-orange-200\/50:focus {
  border-color: rgb(254 215 170 / 0.5);
}
.focus\:border-orange-200\/60:focus {
  border-color: rgb(254 215 170 / 0.6);
}
.focus\:border-orange-200\/70:focus {
  border-color: rgb(254 215 170 / 0.7);
}
.focus\:border-orange-200\/75:focus {
  border-color: rgb(254 215 170 / 0.75);
}
.focus\:border-orange-200\/80:focus {
  border-color: rgb(254 215 170 / 0.8);
}
.focus\:border-orange-200\/90:focus {
  border-color: rgb(254 215 170 / 0.9);
}
.focus\:border-orange-200\/95:focus {
  border-color: rgb(254 215 170 / 0.95);
}
.focus\:border-orange-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.focus\:border-orange-300\/0:focus {
  border-color: rgb(253 186 116 / 0);
}
.focus\:border-orange-300\/10:focus {
  border-color: rgb(253 186 116 / 0.1);
}
.focus\:border-orange-300\/100:focus {
  border-color: rgb(253 186 116 / 1);
}
.focus\:border-orange-300\/20:focus {
  border-color: rgb(253 186 116 / 0.2);
}
.focus\:border-orange-300\/25:focus {
  border-color: rgb(253 186 116 / 0.25);
}
.focus\:border-orange-300\/30:focus {
  border-color: rgb(253 186 116 / 0.3);
}
.focus\:border-orange-300\/40:focus {
  border-color: rgb(253 186 116 / 0.4);
}
.focus\:border-orange-300\/5:focus {
  border-color: rgb(253 186 116 / 0.05);
}
.focus\:border-orange-300\/50:focus {
  border-color: rgb(253 186 116 / 0.5);
}
.focus\:border-orange-300\/60:focus {
  border-color: rgb(253 186 116 / 0.6);
}
.focus\:border-orange-300\/70:focus {
  border-color: rgb(253 186 116 / 0.7);
}
.focus\:border-orange-300\/75:focus {
  border-color: rgb(253 186 116 / 0.75);
}
.focus\:border-orange-300\/80:focus {
  border-color: rgb(253 186 116 / 0.8);
}
.focus\:border-orange-300\/90:focus {
  border-color: rgb(253 186 116 / 0.9);
}
.focus\:border-orange-300\/95:focus {
  border-color: rgb(253 186 116 / 0.95);
}
.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.focus\:border-orange-400\/0:focus {
  border-color: rgb(251 146 60 / 0);
}
.focus\:border-orange-400\/10:focus {
  border-color: rgb(251 146 60 / 0.1);
}
.focus\:border-orange-400\/100:focus {
  border-color: rgb(251 146 60 / 1);
}
.focus\:border-orange-400\/20:focus {
  border-color: rgb(251 146 60 / 0.2);
}
.focus\:border-orange-400\/25:focus {
  border-color: rgb(251 146 60 / 0.25);
}
.focus\:border-orange-400\/30:focus {
  border-color: rgb(251 146 60 / 0.3);
}
.focus\:border-orange-400\/40:focus {
  border-color: rgb(251 146 60 / 0.4);
}
.focus\:border-orange-400\/5:focus {
  border-color: rgb(251 146 60 / 0.05);
}
.focus\:border-orange-400\/50:focus {
  border-color: rgb(251 146 60 / 0.5);
}
.focus\:border-orange-400\/60:focus {
  border-color: rgb(251 146 60 / 0.6);
}
.focus\:border-orange-400\/70:focus {
  border-color: rgb(251 146 60 / 0.7);
}
.focus\:border-orange-400\/75:focus {
  border-color: rgb(251 146 60 / 0.75);
}
.focus\:border-orange-400\/80:focus {
  border-color: rgb(251 146 60 / 0.8);
}
.focus\:border-orange-400\/90:focus {
  border-color: rgb(251 146 60 / 0.9);
}
.focus\:border-orange-400\/95:focus {
  border-color: rgb(251 146 60 / 0.95);
}
.focus\:border-orange-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.focus\:border-orange-50\/0:focus {
  border-color: rgb(255 247 237 / 0);
}
.focus\:border-orange-50\/10:focus {
  border-color: rgb(255 247 237 / 0.1);
}
.focus\:border-orange-50\/100:focus {
  border-color: rgb(255 247 237 / 1);
}
.focus\:border-orange-50\/20:focus {
  border-color: rgb(255 247 237 / 0.2);
}
.focus\:border-orange-50\/25:focus {
  border-color: rgb(255 247 237 / 0.25);
}
.focus\:border-orange-50\/30:focus {
  border-color: rgb(255 247 237 / 0.3);
}
.focus\:border-orange-50\/40:focus {
  border-color: rgb(255 247 237 / 0.4);
}
.focus\:border-orange-50\/5:focus {
  border-color: rgb(255 247 237 / 0.05);
}
.focus\:border-orange-50\/50:focus {
  border-color: rgb(255 247 237 / 0.5);
}
.focus\:border-orange-50\/60:focus {
  border-color: rgb(255 247 237 / 0.6);
}
.focus\:border-orange-50\/70:focus {
  border-color: rgb(255 247 237 / 0.7);
}
.focus\:border-orange-50\/75:focus {
  border-color: rgb(255 247 237 / 0.75);
}
.focus\:border-orange-50\/80:focus {
  border-color: rgb(255 247 237 / 0.8);
}
.focus\:border-orange-50\/90:focus {
  border-color: rgb(255 247 237 / 0.9);
}
.focus\:border-orange-50\/95:focus {
  border-color: rgb(255 247 237 / 0.95);
}
.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.focus\:border-orange-500\/0:focus {
  border-color: rgb(249 115 22 / 0);
}
.focus\:border-orange-500\/10:focus {
  border-color: rgb(249 115 22 / 0.1);
}
.focus\:border-orange-500\/100:focus {
  border-color: rgb(249 115 22 / 1);
}
.focus\:border-orange-500\/20:focus {
  border-color: rgb(249 115 22 / 0.2);
}
.focus\:border-orange-500\/25:focus {
  border-color: rgb(249 115 22 / 0.25);
}
.focus\:border-orange-500\/30:focus {
  border-color: rgb(249 115 22 / 0.3);
}
.focus\:border-orange-500\/40:focus {
  border-color: rgb(249 115 22 / 0.4);
}
.focus\:border-orange-500\/5:focus {
  border-color: rgb(249 115 22 / 0.05);
}
.focus\:border-orange-500\/50:focus {
  border-color: rgb(249 115 22 / 0.5);
}
.focus\:border-orange-500\/60:focus {
  border-color: rgb(249 115 22 / 0.6);
}
.focus\:border-orange-500\/70:focus {
  border-color: rgb(249 115 22 / 0.7);
}
.focus\:border-orange-500\/75:focus {
  border-color: rgb(249 115 22 / 0.75);
}
.focus\:border-orange-500\/80:focus {
  border-color: rgb(249 115 22 / 0.8);
}
.focus\:border-orange-500\/90:focus {
  border-color: rgb(249 115 22 / 0.9);
}
.focus\:border-orange-500\/95:focus {
  border-color: rgb(249 115 22 / 0.95);
}
.focus\:border-orange-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.focus\:border-orange-600\/0:focus {
  border-color: rgb(234 88 12 / 0);
}
.focus\:border-orange-600\/10:focus {
  border-color: rgb(234 88 12 / 0.1);
}
.focus\:border-orange-600\/100:focus {
  border-color: rgb(234 88 12 / 1);
}
.focus\:border-orange-600\/20:focus {
  border-color: rgb(234 88 12 / 0.2);
}
.focus\:border-orange-600\/25:focus {
  border-color: rgb(234 88 12 / 0.25);
}
.focus\:border-orange-600\/30:focus {
  border-color: rgb(234 88 12 / 0.3);
}
.focus\:border-orange-600\/40:focus {
  border-color: rgb(234 88 12 / 0.4);
}
.focus\:border-orange-600\/5:focus {
  border-color: rgb(234 88 12 / 0.05);
}
.focus\:border-orange-600\/50:focus {
  border-color: rgb(234 88 12 / 0.5);
}
.focus\:border-orange-600\/60:focus {
  border-color: rgb(234 88 12 / 0.6);
}
.focus\:border-orange-600\/70:focus {
  border-color: rgb(234 88 12 / 0.7);
}
.focus\:border-orange-600\/75:focus {
  border-color: rgb(234 88 12 / 0.75);
}
.focus\:border-orange-600\/80:focus {
  border-color: rgb(234 88 12 / 0.8);
}
.focus\:border-orange-600\/90:focus {
  border-color: rgb(234 88 12 / 0.9);
}
.focus\:border-orange-600\/95:focus {
  border-color: rgb(234 88 12 / 0.95);
}
.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.focus\:border-orange-700\/0:focus {
  border-color: rgb(194 65 12 / 0);
}
.focus\:border-orange-700\/10:focus {
  border-color: rgb(194 65 12 / 0.1);
}
.focus\:border-orange-700\/100:focus {
  border-color: rgb(194 65 12 / 1);
}
.focus\:border-orange-700\/20:focus {
  border-color: rgb(194 65 12 / 0.2);
}
.focus\:border-orange-700\/25:focus {
  border-color: rgb(194 65 12 / 0.25);
}
.focus\:border-orange-700\/30:focus {
  border-color: rgb(194 65 12 / 0.3);
}
.focus\:border-orange-700\/40:focus {
  border-color: rgb(194 65 12 / 0.4);
}
.focus\:border-orange-700\/5:focus {
  border-color: rgb(194 65 12 / 0.05);
}
.focus\:border-orange-700\/50:focus {
  border-color: rgb(194 65 12 / 0.5);
}
.focus\:border-orange-700\/60:focus {
  border-color: rgb(194 65 12 / 0.6);
}
.focus\:border-orange-700\/70:focus {
  border-color: rgb(194 65 12 / 0.7);
}
.focus\:border-orange-700\/75:focus {
  border-color: rgb(194 65 12 / 0.75);
}
.focus\:border-orange-700\/80:focus {
  border-color: rgb(194 65 12 / 0.8);
}
.focus\:border-orange-700\/90:focus {
  border-color: rgb(194 65 12 / 0.9);
}
.focus\:border-orange-700\/95:focus {
  border-color: rgb(194 65 12 / 0.95);
}
.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.focus\:border-orange-800\/0:focus {
  border-color: rgb(154 52 18 / 0);
}
.focus\:border-orange-800\/10:focus {
  border-color: rgb(154 52 18 / 0.1);
}
.focus\:border-orange-800\/100:focus {
  border-color: rgb(154 52 18 / 1);
}
.focus\:border-orange-800\/20:focus {
  border-color: rgb(154 52 18 / 0.2);
}
.focus\:border-orange-800\/25:focus {
  border-color: rgb(154 52 18 / 0.25);
}
.focus\:border-orange-800\/30:focus {
  border-color: rgb(154 52 18 / 0.3);
}
.focus\:border-orange-800\/40:focus {
  border-color: rgb(154 52 18 / 0.4);
}
.focus\:border-orange-800\/5:focus {
  border-color: rgb(154 52 18 / 0.05);
}
.focus\:border-orange-800\/50:focus {
  border-color: rgb(154 52 18 / 0.5);
}
.focus\:border-orange-800\/60:focus {
  border-color: rgb(154 52 18 / 0.6);
}
.focus\:border-orange-800\/70:focus {
  border-color: rgb(154 52 18 / 0.7);
}
.focus\:border-orange-800\/75:focus {
  border-color: rgb(154 52 18 / 0.75);
}
.focus\:border-orange-800\/80:focus {
  border-color: rgb(154 52 18 / 0.8);
}
.focus\:border-orange-800\/90:focus {
  border-color: rgb(154 52 18 / 0.9);
}
.focus\:border-orange-800\/95:focus {
  border-color: rgb(154 52 18 / 0.95);
}
.focus\:border-orange-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.focus\:border-orange-900\/0:focus {
  border-color: rgb(124 45 18 / 0);
}
.focus\:border-orange-900\/10:focus {
  border-color: rgb(124 45 18 / 0.1);
}
.focus\:border-orange-900\/100:focus {
  border-color: rgb(124 45 18 / 1);
}
.focus\:border-orange-900\/20:focus {
  border-color: rgb(124 45 18 / 0.2);
}
.focus\:border-orange-900\/25:focus {
  border-color: rgb(124 45 18 / 0.25);
}
.focus\:border-orange-900\/30:focus {
  border-color: rgb(124 45 18 / 0.3);
}
.focus\:border-orange-900\/40:focus {
  border-color: rgb(124 45 18 / 0.4);
}
.focus\:border-orange-900\/5:focus {
  border-color: rgb(124 45 18 / 0.05);
}
.focus\:border-orange-900\/50:focus {
  border-color: rgb(124 45 18 / 0.5);
}
.focus\:border-orange-900\/60:focus {
  border-color: rgb(124 45 18 / 0.6);
}
.focus\:border-orange-900\/70:focus {
  border-color: rgb(124 45 18 / 0.7);
}
.focus\:border-orange-900\/75:focus {
  border-color: rgb(124 45 18 / 0.75);
}
.focus\:border-orange-900\/80:focus {
  border-color: rgb(124 45 18 / 0.8);
}
.focus\:border-orange-900\/90:focus {
  border-color: rgb(124 45 18 / 0.9);
}
.focus\:border-orange-900\/95:focus {
  border-color: rgb(124 45 18 / 0.95);
}
.focus\:border-orange-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.focus\:border-orange-950\/0:focus {
  border-color: rgb(67 20 7 / 0);
}
.focus\:border-orange-950\/10:focus {
  border-color: rgb(67 20 7 / 0.1);
}
.focus\:border-orange-950\/100:focus {
  border-color: rgb(67 20 7 / 1);
}
.focus\:border-orange-950\/20:focus {
  border-color: rgb(67 20 7 / 0.2);
}
.focus\:border-orange-950\/25:focus {
  border-color: rgb(67 20 7 / 0.25);
}
.focus\:border-orange-950\/30:focus {
  border-color: rgb(67 20 7 / 0.3);
}
.focus\:border-orange-950\/40:focus {
  border-color: rgb(67 20 7 / 0.4);
}
.focus\:border-orange-950\/5:focus {
  border-color: rgb(67 20 7 / 0.05);
}
.focus\:border-orange-950\/50:focus {
  border-color: rgb(67 20 7 / 0.5);
}
.focus\:border-orange-950\/60:focus {
  border-color: rgb(67 20 7 / 0.6);
}
.focus\:border-orange-950\/70:focus {
  border-color: rgb(67 20 7 / 0.7);
}
.focus\:border-orange-950\/75:focus {
  border-color: rgb(67 20 7 / 0.75);
}
.focus\:border-orange-950\/80:focus {
  border-color: rgb(67 20 7 / 0.8);
}
.focus\:border-orange-950\/90:focus {
  border-color: rgb(67 20 7 / 0.9);
}
.focus\:border-orange-950\/95:focus {
  border-color: rgb(67 20 7 / 0.95);
}
.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40:focus {
  border-color: rgb(252 231 243 / 0.4);
}
.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\/60:focus {
  border-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(251 207 232 / 0.4);
}
.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\/60:focus {
  border-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(249 168 212 / 0.4);
}
.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\/60:focus {
  border-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(244 114 182 / 0.4);
}
.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\/60:focus {
  border-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(253 242 248 / 0.4);
}
.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\/60:focus {
  border-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(236 72 153 / 0.4);
}
.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\/60:focus {
  border-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(219 39 119 / 0.4);
}
.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\/60:focus {
  border-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(190 24 93 / 0.4);
}
.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\/60:focus {
  border-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(157 23 77 / 0.4);
}
.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\/60:focus {
  border-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(131 24 67 / 0.4);
}
.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\/60:focus {
  border-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(80 7 36 / 0.4);
}
.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\/60:focus {
  border-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.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\/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\/40:focus {
  border-color: rgb(243 232 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(233 213 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(216 180 254 / 0.4);
}
.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\/60:focus {
  border-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(192 132 252 / 0.4);
}
.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\/60:focus {
  border-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(250 245 255 / 0.4);
}
.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\/60:focus {
  border-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(168 85 247 / 0.4);
}
.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\/60:focus {
  border-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(147 51 234 / 0.4);
}
.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\/60:focus {
  border-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(126 34 206 / 0.4);
}
.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\/60:focus {
  border-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(107 33 168 / 0.4);
}
.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\/60:focus {
  border-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(88 28 135 / 0.4);
}
.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\/60:focus {
  border-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(59 7 100 / 0.4);
}
.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\/60:focus {
  border-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(254 226 226 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(254 202 202 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(252 165 165 / 0.4);
}
.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\/60:focus {
  border-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/60:focus {
  border-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(254 242 242 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(239 68 68 / 0.4);
}
.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\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(220 38 38 / 0.4);
}
.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\/60:focus {
  border-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(185 28 28 / 0.4);
}
.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\/60:focus {
  border-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(153 27 27 / 0.4);
}
.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\/60:focus {
  border-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(127 29 29 / 0.4);
}
.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\/60:focus {
  border-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(69 10 10 / 0.4);
}
.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\/60:focus {
  border-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.focus\:border-rose-100\/0:focus {
  border-color: rgb(255 228 230 / 0);
}
.focus\:border-rose-100\/10:focus {
  border-color: rgb(255 228 230 / 0.1);
}
.focus\:border-rose-100\/100:focus {
  border-color: rgb(255 228 230 / 1);
}
.focus\:border-rose-100\/20:focus {
  border-color: rgb(255 228 230 / 0.2);
}
.focus\:border-rose-100\/25:focus {
  border-color: rgb(255 228 230 / 0.25);
}
.focus\:border-rose-100\/30:focus {
  border-color: rgb(255 228 230 / 0.3);
}
.focus\:border-rose-100\/40:focus {
  border-color: rgb(255 228 230 / 0.4);
}
.focus\:border-rose-100\/5:focus {
  border-color: rgb(255 228 230 / 0.05);
}
.focus\:border-rose-100\/50:focus {
  border-color: rgb(255 228 230 / 0.5);
}
.focus\:border-rose-100\/60:focus {
  border-color: rgb(255 228 230 / 0.6);
}
.focus\:border-rose-100\/70:focus {
  border-color: rgb(255 228 230 / 0.7);
}
.focus\:border-rose-100\/75:focus {
  border-color: rgb(255 228 230 / 0.75);
}
.focus\:border-rose-100\/80:focus {
  border-color: rgb(255 228 230 / 0.8);
}
.focus\:border-rose-100\/90:focus {
  border-color: rgb(255 228 230 / 0.9);
}
.focus\:border-rose-100\/95:focus {
  border-color: rgb(255 228 230 / 0.95);
}
.focus\:border-rose-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.focus\:border-rose-200\/0:focus {
  border-color: rgb(254 205 211 / 0);
}
.focus\:border-rose-200\/10:focus {
  border-color: rgb(254 205 211 / 0.1);
}
.focus\:border-rose-200\/100:focus {
  border-color: rgb(254 205 211 / 1);
}
.focus\:border-rose-200\/20:focus {
  border-color: rgb(254 205 211 / 0.2);
}
.focus\:border-rose-200\/25:focus {
  border-color: rgb(254 205 211 / 0.25);
}
.focus\:border-rose-200\/30:focus {
  border-color: rgb(254 205 211 / 0.3);
}
.focus\:border-rose-200\/40:focus {
  border-color: rgb(254 205 211 / 0.4);
}
.focus\:border-rose-200\/5:focus {
  border-color: rgb(254 205 211 / 0.05);
}
.focus\:border-rose-200\/50:focus {
  border-color: rgb(254 205 211 / 0.5);
}
.focus\:border-rose-200\/60:focus {
  border-color: rgb(254 205 211 / 0.6);
}
.focus\:border-rose-200\/70:focus {
  border-color: rgb(254 205 211 / 0.7);
}
.focus\:border-rose-200\/75:focus {
  border-color: rgb(254 205 211 / 0.75);
}
.focus\:border-rose-200\/80:focus {
  border-color: rgb(254 205 211 / 0.8);
}
.focus\:border-rose-200\/90:focus {
  border-color: rgb(254 205 211 / 0.9);
}
.focus\:border-rose-200\/95:focus {
  border-color: rgb(254 205 211 / 0.95);
}
.focus\:border-rose-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.focus\:border-rose-300\/0:focus {
  border-color: rgb(253 164 175 / 0);
}
.focus\:border-rose-300\/10:focus {
  border-color: rgb(253 164 175 / 0.1);
}
.focus\:border-rose-300\/100:focus {
  border-color: rgb(253 164 175 / 1);
}
.focus\:border-rose-300\/20:focus {
  border-color: rgb(253 164 175 / 0.2);
}
.focus\:border-rose-300\/25:focus {
  border-color: rgb(253 164 175 / 0.25);
}
.focus\:border-rose-300\/30:focus {
  border-color: rgb(253 164 175 / 0.3);
}
.focus\:border-rose-300\/40:focus {
  border-color: rgb(253 164 175 / 0.4);
}
.focus\:border-rose-300\/5:focus {
  border-color: rgb(253 164 175 / 0.05);
}
.focus\:border-rose-300\/50:focus {
  border-color: rgb(253 164 175 / 0.5);
}
.focus\:border-rose-300\/60:focus {
  border-color: rgb(253 164 175 / 0.6);
}
.focus\:border-rose-300\/70:focus {
  border-color: rgb(253 164 175 / 0.7);
}
.focus\:border-rose-300\/75:focus {
  border-color: rgb(253 164 175 / 0.75);
}
.focus\:border-rose-300\/80:focus {
  border-color: rgb(253 164 175 / 0.8);
}
.focus\:border-rose-300\/90:focus {
  border-color: rgb(253 164 175 / 0.9);
}
.focus\:border-rose-300\/95:focus {
  border-color: rgb(253 164 175 / 0.95);
}
.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.focus\:border-rose-400\/0:focus {
  border-color: rgb(251 113 133 / 0);
}
.focus\:border-rose-400\/10:focus {
  border-color: rgb(251 113 133 / 0.1);
}
.focus\:border-rose-400\/100:focus {
  border-color: rgb(251 113 133 / 1);
}
.focus\:border-rose-400\/20:focus {
  border-color: rgb(251 113 133 / 0.2);
}
.focus\:border-rose-400\/25:focus {
  border-color: rgb(251 113 133 / 0.25);
}
.focus\:border-rose-400\/30:focus {
  border-color: rgb(251 113 133 / 0.3);
}
.focus\:border-rose-400\/40:focus {
  border-color: rgb(251 113 133 / 0.4);
}
.focus\:border-rose-400\/5:focus {
  border-color: rgb(251 113 133 / 0.05);
}
.focus\:border-rose-400\/50:focus {
  border-color: rgb(251 113 133 / 0.5);
}
.focus\:border-rose-400\/60:focus {
  border-color: rgb(251 113 133 / 0.6);
}
.focus\:border-rose-400\/70:focus {
  border-color: rgb(251 113 133 / 0.7);
}
.focus\:border-rose-400\/75:focus {
  border-color: rgb(251 113 133 / 0.75);
}
.focus\:border-rose-400\/80:focus {
  border-color: rgb(251 113 133 / 0.8);
}
.focus\:border-rose-400\/90:focus {
  border-color: rgb(251 113 133 / 0.9);
}
.focus\:border-rose-400\/95:focus {
  border-color: rgb(251 113 133 / 0.95);
}
.focus\:border-rose-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.focus\:border-rose-50\/0:focus {
  border-color: rgb(255 241 242 / 0);
}
.focus\:border-rose-50\/10:focus {
  border-color: rgb(255 241 242 / 0.1);
}
.focus\:border-rose-50\/100:focus {
  border-color: rgb(255 241 242 / 1);
}
.focus\:border-rose-50\/20:focus {
  border-color: rgb(255 241 242 / 0.2);
}
.focus\:border-rose-50\/25:focus {
  border-color: rgb(255 241 242 / 0.25);
}
.focus\:border-rose-50\/30:focus {
  border-color: rgb(255 241 242 / 0.3);
}
.focus\:border-rose-50\/40:focus {
  border-color: rgb(255 241 242 / 0.4);
}
.focus\:border-rose-50\/5:focus {
  border-color: rgb(255 241 242 / 0.05);
}
.focus\:border-rose-50\/50:focus {
  border-color: rgb(255 241 242 / 0.5);
}
.focus\:border-rose-50\/60:focus {
  border-color: rgb(255 241 242 / 0.6);
}
.focus\:border-rose-50\/70:focus {
  border-color: rgb(255 241 242 / 0.7);
}
.focus\:border-rose-50\/75:focus {
  border-color: rgb(255 241 242 / 0.75);
}
.focus\:border-rose-50\/80:focus {
  border-color: rgb(255 241 242 / 0.8);
}
.focus\:border-rose-50\/90:focus {
  border-color: rgb(255 241 242 / 0.9);
}
.focus\:border-rose-50\/95:focus {
  border-color: rgb(255 241 242 / 0.95);
}
.focus\:border-rose-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.focus\:border-rose-500\/0:focus {
  border-color: rgb(244 63 94 / 0);
}
.focus\:border-rose-500\/10:focus {
  border-color: rgb(244 63 94 / 0.1);
}
.focus\:border-rose-500\/100:focus {
  border-color: rgb(244 63 94 / 1);
}
.focus\:border-rose-500\/20:focus {
  border-color: rgb(244 63 94 / 0.2);
}
.focus\:border-rose-500\/25:focus {
  border-color: rgb(244 63 94 / 0.25);
}
.focus\:border-rose-500\/30:focus {
  border-color: rgb(244 63 94 / 0.3);
}
.focus\:border-rose-500\/40:focus {
  border-color: rgb(244 63 94 / 0.4);
}
.focus\:border-rose-500\/5:focus {
  border-color: rgb(244 63 94 / 0.05);
}
.focus\:border-rose-500\/50:focus {
  border-color: rgb(244 63 94 / 0.5);
}
.focus\:border-rose-500\/60:focus {
  border-color: rgb(244 63 94 / 0.6);
}
.focus\:border-rose-500\/70:focus {
  border-color: rgb(244 63 94 / 0.7);
}
.focus\:border-rose-500\/75:focus {
  border-color: rgb(244 63 94 / 0.75);
}
.focus\:border-rose-500\/80:focus {
  border-color: rgb(244 63 94 / 0.8);
}
.focus\:border-rose-500\/90:focus {
  border-color: rgb(244 63 94 / 0.9);
}
.focus\:border-rose-500\/95:focus {
  border-color: rgb(244 63 94 / 0.95);
}
.focus\:border-rose-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.focus\:border-rose-600\/0:focus {
  border-color: rgb(225 29 72 / 0);
}
.focus\:border-rose-600\/10:focus {
  border-color: rgb(225 29 72 / 0.1);
}
.focus\:border-rose-600\/100:focus {
  border-color: rgb(225 29 72 / 1);
}
.focus\:border-rose-600\/20:focus {
  border-color: rgb(225 29 72 / 0.2);
}
.focus\:border-rose-600\/25:focus {
  border-color: rgb(225 29 72 / 0.25);
}
.focus\:border-rose-600\/30:focus {
  border-color: rgb(225 29 72 / 0.3);
}
.focus\:border-rose-600\/40:focus {
  border-color: rgb(225 29 72 / 0.4);
}
.focus\:border-rose-600\/5:focus {
  border-color: rgb(225 29 72 / 0.05);
}
.focus\:border-rose-600\/50:focus {
  border-color: rgb(225 29 72 / 0.5);
}
.focus\:border-rose-600\/60:focus {
  border-color: rgb(225 29 72 / 0.6);
}
.focus\:border-rose-600\/70:focus {
  border-color: rgb(225 29 72 / 0.7);
}
.focus\:border-rose-600\/75:focus {
  border-color: rgb(225 29 72 / 0.75);
}
.focus\:border-rose-600\/80:focus {
  border-color: rgb(225 29 72 / 0.8);
}
.focus\:border-rose-600\/90:focus {
  border-color: rgb(225 29 72 / 0.9);
}
.focus\:border-rose-600\/95:focus {
  border-color: rgb(225 29 72 / 0.95);
}
.focus\:border-rose-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.focus\:border-rose-700\/0:focus {
  border-color: rgb(190 18 60 / 0);
}
.focus\:border-rose-700\/10:focus {
  border-color: rgb(190 18 60 / 0.1);
}
.focus\:border-rose-700\/100:focus {
  border-color: rgb(190 18 60 / 1);
}
.focus\:border-rose-700\/20:focus {
  border-color: rgb(190 18 60 / 0.2);
}
.focus\:border-rose-700\/25:focus {
  border-color: rgb(190 18 60 / 0.25);
}
.focus\:border-rose-700\/30:focus {
  border-color: rgb(190 18 60 / 0.3);
}
.focus\:border-rose-700\/40:focus {
  border-color: rgb(190 18 60 / 0.4);
}
.focus\:border-rose-700\/5:focus {
  border-color: rgb(190 18 60 / 0.05);
}
.focus\:border-rose-700\/50:focus {
  border-color: rgb(190 18 60 / 0.5);
}
.focus\:border-rose-700\/60:focus {
  border-color: rgb(190 18 60 / 0.6);
}
.focus\:border-rose-700\/70:focus {
  border-color: rgb(190 18 60 / 0.7);
}
.focus\:border-rose-700\/75:focus {
  border-color: rgb(190 18 60 / 0.75);
}
.focus\:border-rose-700\/80:focus {
  border-color: rgb(190 18 60 / 0.8);
}
.focus\:border-rose-700\/90:focus {
  border-color: rgb(190 18 60 / 0.9);
}
.focus\:border-rose-700\/95:focus {
  border-color: rgb(190 18 60 / 0.95);
}
.focus\:border-rose-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.focus\:border-rose-800\/0:focus {
  border-color: rgb(159 18 57 / 0);
}
.focus\:border-rose-800\/10:focus {
  border-color: rgb(159 18 57 / 0.1);
}
.focus\:border-rose-800\/100:focus {
  border-color: rgb(159 18 57 / 1);
}
.focus\:border-rose-800\/20:focus {
  border-color: rgb(159 18 57 / 0.2);
}
.focus\:border-rose-800\/25:focus {
  border-color: rgb(159 18 57 / 0.25);
}
.focus\:border-rose-800\/30:focus {
  border-color: rgb(159 18 57 / 0.3);
}
.focus\:border-rose-800\/40:focus {
  border-color: rgb(159 18 57 / 0.4);
}
.focus\:border-rose-800\/5:focus {
  border-color: rgb(159 18 57 / 0.05);
}
.focus\:border-rose-800\/50:focus {
  border-color: rgb(159 18 57 / 0.5);
}
.focus\:border-rose-800\/60:focus {
  border-color: rgb(159 18 57 / 0.6);
}
.focus\:border-rose-800\/70:focus {
  border-color: rgb(159 18 57 / 0.7);
}
.focus\:border-rose-800\/75:focus {
  border-color: rgb(159 18 57 / 0.75);
}
.focus\:border-rose-800\/80:focus {
  border-color: rgb(159 18 57 / 0.8);
}
.focus\:border-rose-800\/90:focus {
  border-color: rgb(159 18 57 / 0.9);
}
.focus\:border-rose-800\/95:focus {
  border-color: rgb(159 18 57 / 0.95);
}
.focus\:border-rose-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.focus\:border-rose-900\/0:focus {
  border-color: rgb(136 19 55 / 0);
}
.focus\:border-rose-900\/10:focus {
  border-color: rgb(136 19 55 / 0.1);
}
.focus\:border-rose-900\/100:focus {
  border-color: rgb(136 19 55 / 1);
}
.focus\:border-rose-900\/20:focus {
  border-color: rgb(136 19 55 / 0.2);
}
.focus\:border-rose-900\/25:focus {
  border-color: rgb(136 19 55 / 0.25);
}
.focus\:border-rose-900\/30:focus {
  border-color: rgb(136 19 55 / 0.3);
}
.focus\:border-rose-900\/40:focus {
  border-color: rgb(136 19 55 / 0.4);
}
.focus\:border-rose-900\/5:focus {
  border-color: rgb(136 19 55 / 0.05);
}
.focus\:border-rose-900\/50:focus {
  border-color: rgb(136 19 55 / 0.5);
}
.focus\:border-rose-900\/60:focus {
  border-color: rgb(136 19 55 / 0.6);
}
.focus\:border-rose-900\/70:focus {
  border-color: rgb(136 19 55 / 0.7);
}
.focus\:border-rose-900\/75:focus {
  border-color: rgb(136 19 55 / 0.75);
}
.focus\:border-rose-900\/80:focus {
  border-color: rgb(136 19 55 / 0.8);
}
.focus\:border-rose-900\/90:focus {
  border-color: rgb(136 19 55 / 0.9);
}
.focus\:border-rose-900\/95:focus {
  border-color: rgb(136 19 55 / 0.95);
}
.focus\:border-rose-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.focus\:border-rose-950\/0:focus {
  border-color: rgb(76 5 25 / 0);
}
.focus\:border-rose-950\/10:focus {
  border-color: rgb(76 5 25 / 0.1);
}
.focus\:border-rose-950\/100:focus {
  border-color: rgb(76 5 25 / 1);
}
.focus\:border-rose-950\/20:focus {
  border-color: rgb(76 5 25 / 0.2);
}
.focus\:border-rose-950\/25:focus {
  border-color: rgb(76 5 25 / 0.25);
}
.focus\:border-rose-950\/30:focus {
  border-color: rgb(76 5 25 / 0.3);
}
.focus\:border-rose-950\/40:focus {
  border-color: rgb(76 5 25 / 0.4);
}
.focus\:border-rose-950\/5:focus {
  border-color: rgb(76 5 25 / 0.05);
}
.focus\:border-rose-950\/50:focus {
  border-color: rgb(76 5 25 / 0.5);
}
.focus\:border-rose-950\/60:focus {
  border-color: rgb(76 5 25 / 0.6);
}
.focus\:border-rose-950\/70:focus {
  border-color: rgb(76 5 25 / 0.7);
}
.focus\:border-rose-950\/75:focus {
  border-color: rgb(76 5 25 / 0.75);
}
.focus\:border-rose-950\/80:focus {
  border-color: rgb(76 5 25 / 0.8);
}
.focus\:border-rose-950\/90:focus {
  border-color: rgb(76 5 25 / 0.9);
}
.focus\:border-rose-950\/95:focus {
  border-color: rgb(76 5 25 / 0.95);
}
.focus\:border-sky-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.focus\:border-sky-100\/0:focus {
  border-color: rgb(224 242 254 / 0);
}
.focus\:border-sky-100\/10:focus {
  border-color: rgb(224 242 254 / 0.1);
}
.focus\:border-sky-100\/100:focus {
  border-color: rgb(224 242 254 / 1);
}
.focus\:border-sky-100\/20:focus {
  border-color: rgb(224 242 254 / 0.2);
}
.focus\:border-sky-100\/25:focus {
  border-color: rgb(224 242 254 / 0.25);
}
.focus\:border-sky-100\/30:focus {
  border-color: rgb(224 242 254 / 0.3);
}
.focus\:border-sky-100\/40:focus {
  border-color: rgb(224 242 254 / 0.4);
}
.focus\:border-sky-100\/5:focus {
  border-color: rgb(224 242 254 / 0.05);
}
.focus\:border-sky-100\/50:focus {
  border-color: rgb(224 242 254 / 0.5);
}
.focus\:border-sky-100\/60:focus {
  border-color: rgb(224 242 254 / 0.6);
}
.focus\:border-sky-100\/70:focus {
  border-color: rgb(224 242 254 / 0.7);
}
.focus\:border-sky-100\/75:focus {
  border-color: rgb(224 242 254 / 0.75);
}
.focus\:border-sky-100\/80:focus {
  border-color: rgb(224 242 254 / 0.8);
}
.focus\:border-sky-100\/90:focus {
  border-color: rgb(224 242 254 / 0.9);
}
.focus\:border-sky-100\/95:focus {
  border-color: rgb(224 242 254 / 0.95);
}
.focus\:border-sky-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.focus\:border-sky-200\/0:focus {
  border-color: rgb(186 230 253 / 0);
}
.focus\:border-sky-200\/10:focus {
  border-color: rgb(186 230 253 / 0.1);
}
.focus\:border-sky-200\/100:focus {
  border-color: rgb(186 230 253 / 1);
}
.focus\:border-sky-200\/20:focus {
  border-color: rgb(186 230 253 / 0.2);
}
.focus\:border-sky-200\/25:focus {
  border-color: rgb(186 230 253 / 0.25);
}
.focus\:border-sky-200\/30:focus {
  border-color: rgb(186 230 253 / 0.3);
}
.focus\:border-sky-200\/40:focus {
  border-color: rgb(186 230 253 / 0.4);
}
.focus\:border-sky-200\/5:focus {
  border-color: rgb(186 230 253 / 0.05);
}
.focus\:border-sky-200\/50:focus {
  border-color: rgb(186 230 253 / 0.5);
}
.focus\:border-sky-200\/60:focus {
  border-color: rgb(186 230 253 / 0.6);
}
.focus\:border-sky-200\/70:focus {
  border-color: rgb(186 230 253 / 0.7);
}
.focus\:border-sky-200\/75:focus {
  border-color: rgb(186 230 253 / 0.75);
}
.focus\:border-sky-200\/80:focus {
  border-color: rgb(186 230 253 / 0.8);
}
.focus\:border-sky-200\/90:focus {
  border-color: rgb(186 230 253 / 0.9);
}
.focus\:border-sky-200\/95:focus {
  border-color: rgb(186 230 253 / 0.95);
}
.focus\:border-sky-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.focus\:border-sky-300\/0:focus {
  border-color: rgb(125 211 252 / 0);
}
.focus\:border-sky-300\/10:focus {
  border-color: rgb(125 211 252 / 0.1);
}
.focus\:border-sky-300\/100:focus {
  border-color: rgb(125 211 252 / 1);
}
.focus\:border-sky-300\/20:focus {
  border-color: rgb(125 211 252 / 0.2);
}
.focus\:border-sky-300\/25:focus {
  border-color: rgb(125 211 252 / 0.25);
}
.focus\:border-sky-300\/30:focus {
  border-color: rgb(125 211 252 / 0.3);
}
.focus\:border-sky-300\/40:focus {
  border-color: rgb(125 211 252 / 0.4);
}
.focus\:border-sky-300\/5:focus {
  border-color: rgb(125 211 252 / 0.05);
}
.focus\:border-sky-300\/50:focus {
  border-color: rgb(125 211 252 / 0.5);
}
.focus\:border-sky-300\/60:focus {
  border-color: rgb(125 211 252 / 0.6);
}
.focus\:border-sky-300\/70:focus {
  border-color: rgb(125 211 252 / 0.7);
}
.focus\:border-sky-300\/75:focus {
  border-color: rgb(125 211 252 / 0.75);
}
.focus\:border-sky-300\/80:focus {
  border-color: rgb(125 211 252 / 0.8);
}
.focus\:border-sky-300\/90:focus {
  border-color: rgb(125 211 252 / 0.9);
}
.focus\:border-sky-300\/95:focus {
  border-color: rgb(125 211 252 / 0.95);
}
.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.focus\:border-sky-400\/0:focus {
  border-color: rgb(56 189 248 / 0);
}
.focus\:border-sky-400\/10:focus {
  border-color: rgb(56 189 248 / 0.1);
}
.focus\:border-sky-400\/100:focus {
  border-color: rgb(56 189 248 / 1);
}
.focus\:border-sky-400\/20:focus {
  border-color: rgb(56 189 248 / 0.2);
}
.focus\:border-sky-400\/25:focus {
  border-color: rgb(56 189 248 / 0.25);
}
.focus\:border-sky-400\/30:focus {
  border-color: rgb(56 189 248 / 0.3);
}
.focus\:border-sky-400\/40:focus {
  border-color: rgb(56 189 248 / 0.4);
}
.focus\:border-sky-400\/5:focus {
  border-color: rgb(56 189 248 / 0.05);
}
.focus\:border-sky-400\/50:focus {
  border-color: rgb(56 189 248 / 0.5);
}
.focus\:border-sky-400\/60:focus {
  border-color: rgb(56 189 248 / 0.6);
}
.focus\:border-sky-400\/70:focus {
  border-color: rgb(56 189 248 / 0.7);
}
.focus\:border-sky-400\/75:focus {
  border-color: rgb(56 189 248 / 0.75);
}
.focus\:border-sky-400\/80:focus {
  border-color: rgb(56 189 248 / 0.8);
}
.focus\:border-sky-400\/90:focus {
  border-color: rgb(56 189 248 / 0.9);
}
.focus\:border-sky-400\/95:focus {
  border-color: rgb(56 189 248 / 0.95);
}
.focus\:border-sky-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.focus\:border-sky-50\/0:focus {
  border-color: rgb(240 249 255 / 0);
}
.focus\:border-sky-50\/10:focus {
  border-color: rgb(240 249 255 / 0.1);
}
.focus\:border-sky-50\/100:focus {
  border-color: rgb(240 249 255 / 1);
}
.focus\:border-sky-50\/20:focus {
  border-color: rgb(240 249 255 / 0.2);
}
.focus\:border-sky-50\/25:focus {
  border-color: rgb(240 249 255 / 0.25);
}
.focus\:border-sky-50\/30:focus {
  border-color: rgb(240 249 255 / 0.3);
}
.focus\:border-sky-50\/40:focus {
  border-color: rgb(240 249 255 / 0.4);
}
.focus\:border-sky-50\/5:focus {
  border-color: rgb(240 249 255 / 0.05);
}
.focus\:border-sky-50\/50:focus {
  border-color: rgb(240 249 255 / 0.5);
}
.focus\:border-sky-50\/60:focus {
  border-color: rgb(240 249 255 / 0.6);
}
.focus\:border-sky-50\/70:focus {
  border-color: rgb(240 249 255 / 0.7);
}
.focus\:border-sky-50\/75:focus {
  border-color: rgb(240 249 255 / 0.75);
}
.focus\:border-sky-50\/80:focus {
  border-color: rgb(240 249 255 / 0.8);
}
.focus\:border-sky-50\/90:focus {
  border-color: rgb(240 249 255 / 0.9);
}
.focus\:border-sky-50\/95:focus {
  border-color: rgb(240 249 255 / 0.95);
}
.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.focus\:border-sky-500\/0:focus {
  border-color: rgb(14 165 233 / 0);
}
.focus\:border-sky-500\/10:focus {
  border-color: rgb(14 165 233 / 0.1);
}
.focus\:border-sky-500\/100:focus {
  border-color: rgb(14 165 233 / 1);
}
.focus\:border-sky-500\/20:focus {
  border-color: rgb(14 165 233 / 0.2);
}
.focus\:border-sky-500\/25:focus {
  border-color: rgb(14 165 233 / 0.25);
}
.focus\:border-sky-500\/30:focus {
  border-color: rgb(14 165 233 / 0.3);
}
.focus\:border-sky-500\/40:focus {
  border-color: rgb(14 165 233 / 0.4);
}
.focus\:border-sky-500\/5:focus {
  border-color: rgb(14 165 233 / 0.05);
}
.focus\:border-sky-500\/50:focus {
  border-color: rgb(14 165 233 / 0.5);
}
.focus\:border-sky-500\/60:focus {
  border-color: rgb(14 165 233 / 0.6);
}
.focus\:border-sky-500\/70:focus {
  border-color: rgb(14 165 233 / 0.7);
}
.focus\:border-sky-500\/75:focus {
  border-color: rgb(14 165 233 / 0.75);
}
.focus\:border-sky-500\/80:focus {
  border-color: rgb(14 165 233 / 0.8);
}
.focus\:border-sky-500\/90:focus {
  border-color: rgb(14 165 233 / 0.9);
}
.focus\:border-sky-500\/95:focus {
  border-color: rgb(14 165 233 / 0.95);
}
.focus\:border-sky-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.focus\:border-sky-600\/0:focus {
  border-color: rgb(2 132 199 / 0);
}
.focus\:border-sky-600\/10:focus {
  border-color: rgb(2 132 199 / 0.1);
}
.focus\:border-sky-600\/100:focus {
  border-color: rgb(2 132 199 / 1);
}
.focus\:border-sky-600\/20:focus {
  border-color: rgb(2 132 199 / 0.2);
}
.focus\:border-sky-600\/25:focus {
  border-color: rgb(2 132 199 / 0.25);
}
.focus\:border-sky-600\/30:focus {
  border-color: rgb(2 132 199 / 0.3);
}
.focus\:border-sky-600\/40:focus {
  border-color: rgb(2 132 199 / 0.4);
}
.focus\:border-sky-600\/5:focus {
  border-color: rgb(2 132 199 / 0.05);
}
.focus\:border-sky-600\/50:focus {
  border-color: rgb(2 132 199 / 0.5);
}
.focus\:border-sky-600\/60:focus {
  border-color: rgb(2 132 199 / 0.6);
}
.focus\:border-sky-600\/70:focus {
  border-color: rgb(2 132 199 / 0.7);
}
.focus\:border-sky-600\/75:focus {
  border-color: rgb(2 132 199 / 0.75);
}
.focus\:border-sky-600\/80:focus {
  border-color: rgb(2 132 199 / 0.8);
}
.focus\:border-sky-600\/90:focus {
  border-color: rgb(2 132 199 / 0.9);
}
.focus\:border-sky-600\/95:focus {
  border-color: rgb(2 132 199 / 0.95);
}
.focus\:border-sky-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.focus\:border-sky-700\/0:focus {
  border-color: rgb(3 105 161 / 0);
}
.focus\:border-sky-700\/10:focus {
  border-color: rgb(3 105 161 / 0.1);
}
.focus\:border-sky-700\/100:focus {
  border-color: rgb(3 105 161 / 1);
}
.focus\:border-sky-700\/20:focus {
  border-color: rgb(3 105 161 / 0.2);
}
.focus\:border-sky-700\/25:focus {
  border-color: rgb(3 105 161 / 0.25);
}
.focus\:border-sky-700\/30:focus {
  border-color: rgb(3 105 161 / 0.3);
}
.focus\:border-sky-700\/40:focus {
  border-color: rgb(3 105 161 / 0.4);
}
.focus\:border-sky-700\/5:focus {
  border-color: rgb(3 105 161 / 0.05);
}
.focus\:border-sky-700\/50:focus {
  border-color: rgb(3 105 161 / 0.5);
}
.focus\:border-sky-700\/60:focus {
  border-color: rgb(3 105 161 / 0.6);
}
.focus\:border-sky-700\/70:focus {
  border-color: rgb(3 105 161 / 0.7);
}
.focus\:border-sky-700\/75:focus {
  border-color: rgb(3 105 161 / 0.75);
}
.focus\:border-sky-700\/80:focus {
  border-color: rgb(3 105 161 / 0.8);
}
.focus\:border-sky-700\/90:focus {
  border-color: rgb(3 105 161 / 0.9);
}
.focus\:border-sky-700\/95:focus {
  border-color: rgb(3 105 161 / 0.95);
}
.focus\:border-sky-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.focus\:border-sky-800\/0:focus {
  border-color: rgb(7 89 133 / 0);
}
.focus\:border-sky-800\/10:focus {
  border-color: rgb(7 89 133 / 0.1);
}
.focus\:border-sky-800\/100:focus {
  border-color: rgb(7 89 133 / 1);
}
.focus\:border-sky-800\/20:focus {
  border-color: rgb(7 89 133 / 0.2);
}
.focus\:border-sky-800\/25:focus {
  border-color: rgb(7 89 133 / 0.25);
}
.focus\:border-sky-800\/30:focus {
  border-color: rgb(7 89 133 / 0.3);
}
.focus\:border-sky-800\/40:focus {
  border-color: rgb(7 89 133 / 0.4);
}
.focus\:border-sky-800\/5:focus {
  border-color: rgb(7 89 133 / 0.05);
}
.focus\:border-sky-800\/50:focus {
  border-color: rgb(7 89 133 / 0.5);
}
.focus\:border-sky-800\/60:focus {
  border-color: rgb(7 89 133 / 0.6);
}
.focus\:border-sky-800\/70:focus {
  border-color: rgb(7 89 133 / 0.7);
}
.focus\:border-sky-800\/75:focus {
  border-color: rgb(7 89 133 / 0.75);
}
.focus\:border-sky-800\/80:focus {
  border-color: rgb(7 89 133 / 0.8);
}
.focus\:border-sky-800\/90:focus {
  border-color: rgb(7 89 133 / 0.9);
}
.focus\:border-sky-800\/95:focus {
  border-color: rgb(7 89 133 / 0.95);
}
.focus\:border-sky-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.focus\:border-sky-900\/0:focus {
  border-color: rgb(12 74 110 / 0);
}
.focus\:border-sky-900\/10:focus {
  border-color: rgb(12 74 110 / 0.1);
}
.focus\:border-sky-900\/100:focus {
  border-color: rgb(12 74 110 / 1);
}
.focus\:border-sky-900\/20:focus {
  border-color: rgb(12 74 110 / 0.2);
}
.focus\:border-sky-900\/25:focus {
  border-color: rgb(12 74 110 / 0.25);
}
.focus\:border-sky-900\/30:focus {
  border-color: rgb(12 74 110 / 0.3);
}
.focus\:border-sky-900\/40:focus {
  border-color: rgb(12 74 110 / 0.4);
}
.focus\:border-sky-900\/5:focus {
  border-color: rgb(12 74 110 / 0.05);
}
.focus\:border-sky-900\/50:focus {
  border-color: rgb(12 74 110 / 0.5);
}
.focus\:border-sky-900\/60:focus {
  border-color: rgb(12 74 110 / 0.6);
}
.focus\:border-sky-900\/70:focus {
  border-color: rgb(12 74 110 / 0.7);
}
.focus\:border-sky-900\/75:focus {
  border-color: rgb(12 74 110 / 0.75);
}
.focus\:border-sky-900\/80:focus {
  border-color: rgb(12 74 110 / 0.8);
}
.focus\:border-sky-900\/90:focus {
  border-color: rgb(12 74 110 / 0.9);
}
.focus\:border-sky-900\/95:focus {
  border-color: rgb(12 74 110 / 0.95);
}
.focus\:border-sky-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.focus\:border-sky-950\/0:focus {
  border-color: rgb(8 47 73 / 0);
}
.focus\:border-sky-950\/10:focus {
  border-color: rgb(8 47 73 / 0.1);
}
.focus\:border-sky-950\/100:focus {
  border-color: rgb(8 47 73 / 1);
}
.focus\:border-sky-950\/20:focus {
  border-color: rgb(8 47 73 / 0.2);
}
.focus\:border-sky-950\/25:focus {
  border-color: rgb(8 47 73 / 0.25);
}
.focus\:border-sky-950\/30:focus {
  border-color: rgb(8 47 73 / 0.3);
}
.focus\:border-sky-950\/40:focus {
  border-color: rgb(8 47 73 / 0.4);
}
.focus\:border-sky-950\/5:focus {
  border-color: rgb(8 47 73 / 0.05);
}
.focus\:border-sky-950\/50:focus {
  border-color: rgb(8 47 73 / 0.5);
}
.focus\:border-sky-950\/60:focus {
  border-color: rgb(8 47 73 / 0.6);
}
.focus\:border-sky-950\/70:focus {
  border-color: rgb(8 47 73 / 0.7);
}
.focus\:border-sky-950\/75:focus {
  border-color: rgb(8 47 73 / 0.75);
}
.focus\:border-sky-950\/80:focus {
  border-color: rgb(8 47 73 / 0.8);
}
.focus\:border-sky-950\/90:focus {
  border-color: rgb(8 47 73 / 0.9);
}
.focus\:border-sky-950\/95:focus {
  border-color: rgb(8 47 73 / 0.95);
}
.focus\:border-slate-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.focus\:border-slate-100\/0:focus {
  border-color: rgb(241 245 249 / 0);
}
.focus\:border-slate-100\/10:focus {
  border-color: rgb(241 245 249 / 0.1);
}
.focus\:border-slate-100\/100:focus {
  border-color: rgb(241 245 249 / 1);
}
.focus\:border-slate-100\/20:focus {
  border-color: rgb(241 245 249 / 0.2);
}
.focus\:border-slate-100\/25:focus {
  border-color: rgb(241 245 249 / 0.25);
}
.focus\:border-slate-100\/30:focus {
  border-color: rgb(241 245 249 / 0.3);
}
.focus\:border-slate-100\/40:focus {
  border-color: rgb(241 245 249 / 0.4);
}
.focus\:border-slate-100\/5:focus {
  border-color: rgb(241 245 249 / 0.05);
}
.focus\:border-slate-100\/50:focus {
  border-color: rgb(241 245 249 / 0.5);
}
.focus\:border-slate-100\/60:focus {
  border-color: rgb(241 245 249 / 0.6);
}
.focus\:border-slate-100\/70:focus {
  border-color: rgb(241 245 249 / 0.7);
}
.focus\:border-slate-100\/75:focus {
  border-color: rgb(241 245 249 / 0.75);
}
.focus\:border-slate-100\/80:focus {
  border-color: rgb(241 245 249 / 0.8);
}
.focus\:border-slate-100\/90:focus {
  border-color: rgb(241 245 249 / 0.9);
}
.focus\:border-slate-100\/95:focus {
  border-color: rgb(241 245 249 / 0.95);
}
.focus\:border-slate-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.focus\:border-slate-200\/0:focus {
  border-color: rgb(226 232 240 / 0);
}
.focus\:border-slate-200\/10:focus {
  border-color: rgb(226 232 240 / 0.1);
}
.focus\:border-slate-200\/100:focus {
  border-color: rgb(226 232 240 / 1);
}
.focus\:border-slate-200\/20:focus {
  border-color: rgb(226 232 240 / 0.2);
}
.focus\:border-slate-200\/25:focus {
  border-color: rgb(226 232 240 / 0.25);
}
.focus\:border-slate-200\/30:focus {
  border-color: rgb(226 232 240 / 0.3);
}
.focus\:border-slate-200\/40:focus {
  border-color: rgb(226 232 240 / 0.4);
}
.focus\:border-slate-200\/5:focus {
  border-color: rgb(226 232 240 / 0.05);
}
.focus\:border-slate-200\/50:focus {
  border-color: rgb(226 232 240 / 0.5);
}
.focus\:border-slate-200\/60:focus {
  border-color: rgb(226 232 240 / 0.6);
}
.focus\:border-slate-200\/70:focus {
  border-color: rgb(226 232 240 / 0.7);
}
.focus\:border-slate-200\/75:focus {
  border-color: rgb(226 232 240 / 0.75);
}
.focus\:border-slate-200\/80:focus {
  border-color: rgb(226 232 240 / 0.8);
}
.focus\:border-slate-200\/90:focus {
  border-color: rgb(226 232 240 / 0.9);
}
.focus\:border-slate-200\/95:focus {
  border-color: rgb(226 232 240 / 0.95);
}
.focus\:border-slate-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.focus\:border-slate-300\/0:focus {
  border-color: rgb(203 213 225 / 0);
}
.focus\:border-slate-300\/10:focus {
  border-color: rgb(203 213 225 / 0.1);
}
.focus\:border-slate-300\/100:focus {
  border-color: rgb(203 213 225 / 1);
}
.focus\:border-slate-300\/20:focus {
  border-color: rgb(203 213 225 / 0.2);
}
.focus\:border-slate-300\/25:focus {
  border-color: rgb(203 213 225 / 0.25);
}
.focus\:border-slate-300\/30:focus {
  border-color: rgb(203 213 225 / 0.3);
}
.focus\:border-slate-300\/40:focus {
  border-color: rgb(203 213 225 / 0.4);
}
.focus\:border-slate-300\/5:focus {
  border-color: rgb(203 213 225 / 0.05);
}
.focus\:border-slate-300\/50:focus {
  border-color: rgb(203 213 225 / 0.5);
}
.focus\:border-slate-300\/60:focus {
  border-color: rgb(203 213 225 / 0.6);
}
.focus\:border-slate-300\/70:focus {
  border-color: rgb(203 213 225 / 0.7);
}
.focus\:border-slate-300\/75:focus {
  border-color: rgb(203 213 225 / 0.75);
}
.focus\:border-slate-300\/80:focus {
  border-color: rgb(203 213 225 / 0.8);
}
.focus\:border-slate-300\/90:focus {
  border-color: rgb(203 213 225 / 0.9);
}
.focus\:border-slate-300\/95:focus {
  border-color: rgb(203 213 225 / 0.95);
}
.focus\:border-slate-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.focus\:border-slate-400\/0:focus {
  border-color: rgb(148 163 184 / 0);
}
.focus\:border-slate-400\/10:focus {
  border-color: rgb(148 163 184 / 0.1);
}
.focus\:border-slate-400\/100:focus {
  border-color: rgb(148 163 184 / 1);
}
.focus\:border-slate-400\/20:focus {
  border-color: rgb(148 163 184 / 0.2);
}
.focus\:border-slate-400\/25:focus {
  border-color: rgb(148 163 184 / 0.25);
}
.focus\:border-slate-400\/30:focus {
  border-color: rgb(148 163 184 / 0.3);
}
.focus\:border-slate-400\/40:focus {
  border-color: rgb(148 163 184 / 0.4);
}
.focus\:border-slate-400\/5:focus {
  border-color: rgb(148 163 184 / 0.05);
}
.focus\:border-slate-400\/50:focus {
  border-color: rgb(148 163 184 / 0.5);
}
.focus\:border-slate-400\/60:focus {
  border-color: rgb(148 163 184 / 0.6);
}
.focus\:border-slate-400\/70:focus {
  border-color: rgb(148 163 184 / 0.7);
}
.focus\:border-slate-400\/75:focus {
  border-color: rgb(148 163 184 / 0.75);
}
.focus\:border-slate-400\/80:focus {
  border-color: rgb(148 163 184 / 0.8);
}
.focus\:border-slate-400\/90:focus {
  border-color: rgb(148 163 184 / 0.9);
}
.focus\:border-slate-400\/95:focus {
  border-color: rgb(148 163 184 / 0.95);
}
.focus\:border-slate-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.focus\:border-slate-50\/0:focus {
  border-color: rgb(248 250 252 / 0);
}
.focus\:border-slate-50\/10:focus {
  border-color: rgb(248 250 252 / 0.1);
}
.focus\:border-slate-50\/100:focus {
  border-color: rgb(248 250 252 / 1);
}
.focus\:border-slate-50\/20:focus {
  border-color: rgb(248 250 252 / 0.2);
}
.focus\:border-slate-50\/25:focus {
  border-color: rgb(248 250 252 / 0.25);
}
.focus\:border-slate-50\/30:focus {
  border-color: rgb(248 250 252 / 0.3);
}
.focus\:border-slate-50\/40:focus {
  border-color: rgb(248 250 252 / 0.4);
}
.focus\:border-slate-50\/5:focus {
  border-color: rgb(248 250 252 / 0.05);
}
.focus\:border-slate-50\/50:focus {
  border-color: rgb(248 250 252 / 0.5);
}
.focus\:border-slate-50\/60:focus {
  border-color: rgb(248 250 252 / 0.6);
}
.focus\:border-slate-50\/70:focus {
  border-color: rgb(248 250 252 / 0.7);
}
.focus\:border-slate-50\/75:focus {
  border-color: rgb(248 250 252 / 0.75);
}
.focus\:border-slate-50\/80:focus {
  border-color: rgb(248 250 252 / 0.8);
}
.focus\:border-slate-50\/90:focus {
  border-color: rgb(248 250 252 / 0.9);
}
.focus\:border-slate-50\/95:focus {
  border-color: rgb(248 250 252 / 0.95);
}
.focus\:border-slate-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.focus\:border-slate-500\/0:focus {
  border-color: rgb(100 116 139 / 0);
}
.focus\:border-slate-500\/10:focus {
  border-color: rgb(100 116 139 / 0.1);
}
.focus\:border-slate-500\/100:focus {
  border-color: rgb(100 116 139 / 1);
}
.focus\:border-slate-500\/20:focus {
  border-color: rgb(100 116 139 / 0.2);
}
.focus\:border-slate-500\/25:focus {
  border-color: rgb(100 116 139 / 0.25);
}
.focus\:border-slate-500\/30:focus {
  border-color: rgb(100 116 139 / 0.3);
}
.focus\:border-slate-500\/40:focus {
  border-color: rgb(100 116 139 / 0.4);
}
.focus\:border-slate-500\/5:focus {
  border-color: rgb(100 116 139 / 0.05);
}
.focus\:border-slate-500\/50:focus {
  border-color: rgb(100 116 139 / 0.5);
}
.focus\:border-slate-500\/60:focus {
  border-color: rgb(100 116 139 / 0.6);
}
.focus\:border-slate-500\/70:focus {
  border-color: rgb(100 116 139 / 0.7);
}
.focus\:border-slate-500\/75:focus {
  border-color: rgb(100 116 139 / 0.75);
}
.focus\:border-slate-500\/80:focus {
  border-color: rgb(100 116 139 / 0.8);
}
.focus\:border-slate-500\/90:focus {
  border-color: rgb(100 116 139 / 0.9);
}
.focus\:border-slate-500\/95:focus {
  border-color: rgb(100 116 139 / 0.95);
}
.focus\:border-slate-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.focus\:border-slate-600\/0:focus {
  border-color: rgb(71 85 105 / 0);
}
.focus\:border-slate-600\/10:focus {
  border-color: rgb(71 85 105 / 0.1);
}
.focus\:border-slate-600\/100:focus {
  border-color: rgb(71 85 105 / 1);
}
.focus\:border-slate-600\/20:focus {
  border-color: rgb(71 85 105 / 0.2);
}
.focus\:border-slate-600\/25:focus {
  border-color: rgb(71 85 105 / 0.25);
}
.focus\:border-slate-600\/30:focus {
  border-color: rgb(71 85 105 / 0.3);
}
.focus\:border-slate-600\/40:focus {
  border-color: rgb(71 85 105 / 0.4);
}
.focus\:border-slate-600\/5:focus {
  border-color: rgb(71 85 105 / 0.05);
}
.focus\:border-slate-600\/50:focus {
  border-color: rgb(71 85 105 / 0.5);
}
.focus\:border-slate-600\/60:focus {
  border-color: rgb(71 85 105 / 0.6);
}
.focus\:border-slate-600\/70:focus {
  border-color: rgb(71 85 105 / 0.7);
}
.focus\:border-slate-600\/75:focus {
  border-color: rgb(71 85 105 / 0.75);
}
.focus\:border-slate-600\/80:focus {
  border-color: rgb(71 85 105 / 0.8);
}
.focus\:border-slate-600\/90:focus {
  border-color: rgb(71 85 105 / 0.9);
}
.focus\:border-slate-600\/95:focus {
  border-color: rgb(71 85 105 / 0.95);
}
.focus\:border-slate-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.focus\:border-slate-700\/0:focus {
  border-color: rgb(51 65 85 / 0);
}
.focus\:border-slate-700\/10:focus {
  border-color: rgb(51 65 85 / 0.1);
}
.focus\:border-slate-700\/100:focus {
  border-color: rgb(51 65 85 / 1);
}
.focus\:border-slate-700\/20:focus {
  border-color: rgb(51 65 85 / 0.2);
}
.focus\:border-slate-700\/25:focus {
  border-color: rgb(51 65 85 / 0.25);
}
.focus\:border-slate-700\/30:focus {
  border-color: rgb(51 65 85 / 0.3);
}
.focus\:border-slate-700\/40:focus {
  border-color: rgb(51 65 85 / 0.4);
}
.focus\:border-slate-700\/5:focus {
  border-color: rgb(51 65 85 / 0.05);
}
.focus\:border-slate-700\/50:focus {
  border-color: rgb(51 65 85 / 0.5);
}
.focus\:border-slate-700\/60:focus {
  border-color: rgb(51 65 85 / 0.6);
}
.focus\:border-slate-700\/70:focus {
  border-color: rgb(51 65 85 / 0.7);
}
.focus\:border-slate-700\/75:focus {
  border-color: rgb(51 65 85 / 0.75);
}
.focus\:border-slate-700\/80:focus {
  border-color: rgb(51 65 85 / 0.8);
}
.focus\:border-slate-700\/90:focus {
  border-color: rgb(51 65 85 / 0.9);
}
.focus\:border-slate-700\/95:focus {
  border-color: rgb(51 65 85 / 0.95);
}
.focus\:border-slate-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.focus\:border-slate-800\/0:focus {
  border-color: rgb(30 41 59 / 0);
}
.focus\:border-slate-800\/10:focus {
  border-color: rgb(30 41 59 / 0.1);
}
.focus\:border-slate-800\/100:focus {
  border-color: rgb(30 41 59 / 1);
}
.focus\:border-slate-800\/20:focus {
  border-color: rgb(30 41 59 / 0.2);
}
.focus\:border-slate-800\/25:focus {
  border-color: rgb(30 41 59 / 0.25);
}
.focus\:border-slate-800\/30:focus {
  border-color: rgb(30 41 59 / 0.3);
}
.focus\:border-slate-800\/40:focus {
  border-color: rgb(30 41 59 / 0.4);
}
.focus\:border-slate-800\/5:focus {
  border-color: rgb(30 41 59 / 0.05);
}
.focus\:border-slate-800\/50:focus {
  border-color: rgb(30 41 59 / 0.5);
}
.focus\:border-slate-800\/60:focus {
  border-color: rgb(30 41 59 / 0.6);
}
.focus\:border-slate-800\/70:focus {
  border-color: rgb(30 41 59 / 0.7);
}
.focus\:border-slate-800\/75:focus {
  border-color: rgb(30 41 59 / 0.75);
}
.focus\:border-slate-800\/80:focus {
  border-color: rgb(30 41 59 / 0.8);
}
.focus\:border-slate-800\/90:focus {
  border-color: rgb(30 41 59 / 0.9);
}
.focus\:border-slate-800\/95:focus {
  border-color: rgb(30 41 59 / 0.95);
}
.focus\:border-slate-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.focus\:border-slate-900\/0:focus {
  border-color: rgb(15 23 42 / 0);
}
.focus\:border-slate-900\/10:focus {
  border-color: rgb(15 23 42 / 0.1);
}
.focus\:border-slate-900\/100:focus {
  border-color: rgb(15 23 42 / 1);
}
.focus\:border-slate-900\/20:focus {
  border-color: rgb(15 23 42 / 0.2);
}
.focus\:border-slate-900\/25:focus {
  border-color: rgb(15 23 42 / 0.25);
}
.focus\:border-slate-900\/30:focus {
  border-color: rgb(15 23 42 / 0.3);
}
.focus\:border-slate-900\/40:focus {
  border-color: rgb(15 23 42 / 0.4);
}
.focus\:border-slate-900\/5:focus {
  border-color: rgb(15 23 42 / 0.05);
}
.focus\:border-slate-900\/50:focus {
  border-color: rgb(15 23 42 / 0.5);
}
.focus\:border-slate-900\/60:focus {
  border-color: rgb(15 23 42 / 0.6);
}
.focus\:border-slate-900\/70:focus {
  border-color: rgb(15 23 42 / 0.7);
}
.focus\:border-slate-900\/75:focus {
  border-color: rgb(15 23 42 / 0.75);
}
.focus\:border-slate-900\/80:focus {
  border-color: rgb(15 23 42 / 0.8);
}
.focus\:border-slate-900\/90:focus {
  border-color: rgb(15 23 42 / 0.9);
}
.focus\:border-slate-900\/95:focus {
  border-color: rgb(15 23 42 / 0.95);
}
.focus\:border-slate-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.focus\:border-slate-950\/0:focus {
  border-color: rgb(2 6 23 / 0);
}
.focus\:border-slate-950\/10:focus {
  border-color: rgb(2 6 23 / 0.1);
}
.focus\:border-slate-950\/100:focus {
  border-color: rgb(2 6 23 / 1);
}
.focus\:border-slate-950\/20:focus {
  border-color: rgb(2 6 23 / 0.2);
}
.focus\:border-slate-950\/25:focus {
  border-color: rgb(2 6 23 / 0.25);
}
.focus\:border-slate-950\/30:focus {
  border-color: rgb(2 6 23 / 0.3);
}
.focus\:border-slate-950\/40:focus {
  border-color: rgb(2 6 23 / 0.4);
}
.focus\:border-slate-950\/5:focus {
  border-color: rgb(2 6 23 / 0.05);
}
.focus\:border-slate-950\/50:focus {
  border-color: rgb(2 6 23 / 0.5);
}
.focus\:border-slate-950\/60:focus {
  border-color: rgb(2 6 23 / 0.6);
}
.focus\:border-slate-950\/70:focus {
  border-color: rgb(2 6 23 / 0.7);
}
.focus\:border-slate-950\/75:focus {
  border-color: rgb(2 6 23 / 0.75);
}
.focus\:border-slate-950\/80:focus {
  border-color: rgb(2 6 23 / 0.8);
}
.focus\:border-slate-950\/90:focus {
  border-color: rgb(2 6 23 / 0.9);
}
.focus\:border-slate-950\/95:focus {
  border-color: rgb(2 6 23 / 0.95);
}
.focus\:border-stone-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.focus\:border-stone-100\/0:focus {
  border-color: rgb(245 245 244 / 0);
}
.focus\:border-stone-100\/10:focus {
  border-color: rgb(245 245 244 / 0.1);
}
.focus\:border-stone-100\/100:focus {
  border-color: rgb(245 245 244 / 1);
}
.focus\:border-stone-100\/20:focus {
  border-color: rgb(245 245 244 / 0.2);
}
.focus\:border-stone-100\/25:focus {
  border-color: rgb(245 245 244 / 0.25);
}
.focus\:border-stone-100\/30:focus {
  border-color: rgb(245 245 244 / 0.3);
}
.focus\:border-stone-100\/40:focus {
  border-color: rgb(245 245 244 / 0.4);
}
.focus\:border-stone-100\/5:focus {
  border-color: rgb(245 245 244 / 0.05);
}
.focus\:border-stone-100\/50:focus {
  border-color: rgb(245 245 244 / 0.5);
}
.focus\:border-stone-100\/60:focus {
  border-color: rgb(245 245 244 / 0.6);
}
.focus\:border-stone-100\/70:focus {
  border-color: rgb(245 245 244 / 0.7);
}
.focus\:border-stone-100\/75:focus {
  border-color: rgb(245 245 244 / 0.75);
}
.focus\:border-stone-100\/80:focus {
  border-color: rgb(245 245 244 / 0.8);
}
.focus\:border-stone-100\/90:focus {
  border-color: rgb(245 245 244 / 0.9);
}
.focus\:border-stone-100\/95:focus {
  border-color: rgb(245 245 244 / 0.95);
}
.focus\:border-stone-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.focus\:border-stone-200\/0:focus {
  border-color: rgb(231 229 228 / 0);
}
.focus\:border-stone-200\/10:focus {
  border-color: rgb(231 229 228 / 0.1);
}
.focus\:border-stone-200\/100:focus {
  border-color: rgb(231 229 228 / 1);
}
.focus\:border-stone-200\/20:focus {
  border-color: rgb(231 229 228 / 0.2);
}
.focus\:border-stone-200\/25:focus {
  border-color: rgb(231 229 228 / 0.25);
}
.focus\:border-stone-200\/30:focus {
  border-color: rgb(231 229 228 / 0.3);
}
.focus\:border-stone-200\/40:focus {
  border-color: rgb(231 229 228 / 0.4);
}
.focus\:border-stone-200\/5:focus {
  border-color: rgb(231 229 228 / 0.05);
}
.focus\:border-stone-200\/50:focus {
  border-color: rgb(231 229 228 / 0.5);
}
.focus\:border-stone-200\/60:focus {
  border-color: rgb(231 229 228 / 0.6);
}
.focus\:border-stone-200\/70:focus {
  border-color: rgb(231 229 228 / 0.7);
}
.focus\:border-stone-200\/75:focus {
  border-color: rgb(231 229 228 / 0.75);
}
.focus\:border-stone-200\/80:focus {
  border-color: rgb(231 229 228 / 0.8);
}
.focus\:border-stone-200\/90:focus {
  border-color: rgb(231 229 228 / 0.9);
}
.focus\:border-stone-200\/95:focus {
  border-color: rgb(231 229 228 / 0.95);
}
.focus\:border-stone-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.focus\:border-stone-300\/0:focus {
  border-color: rgb(214 211 209 / 0);
}
.focus\:border-stone-300\/10:focus {
  border-color: rgb(214 211 209 / 0.1);
}
.focus\:border-stone-300\/100:focus {
  border-color: rgb(214 211 209 / 1);
}
.focus\:border-stone-300\/20:focus {
  border-color: rgb(214 211 209 / 0.2);
}
.focus\:border-stone-300\/25:focus {
  border-color: rgb(214 211 209 / 0.25);
}
.focus\:border-stone-300\/30:focus {
  border-color: rgb(214 211 209 / 0.3);
}
.focus\:border-stone-300\/40:focus {
  border-color: rgb(214 211 209 / 0.4);
}
.focus\:border-stone-300\/5:focus {
  border-color: rgb(214 211 209 / 0.05);
}
.focus\:border-stone-300\/50:focus {
  border-color: rgb(214 211 209 / 0.5);
}
.focus\:border-stone-300\/60:focus {
  border-color: rgb(214 211 209 / 0.6);
}
.focus\:border-stone-300\/70:focus {
  border-color: rgb(214 211 209 / 0.7);
}
.focus\:border-stone-300\/75:focus {
  border-color: rgb(214 211 209 / 0.75);
}
.focus\:border-stone-300\/80:focus {
  border-color: rgb(214 211 209 / 0.8);
}
.focus\:border-stone-300\/90:focus {
  border-color: rgb(214 211 209 / 0.9);
}
.focus\:border-stone-300\/95:focus {
  border-color: rgb(214 211 209 / 0.95);
}
.focus\:border-stone-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.focus\:border-stone-400\/0:focus {
  border-color: rgb(168 162 158 / 0);
}
.focus\:border-stone-400\/10:focus {
  border-color: rgb(168 162 158 / 0.1);
}
.focus\:border-stone-400\/100:focus {
  border-color: rgb(168 162 158 / 1);
}
.focus\:border-stone-400\/20:focus {
  border-color: rgb(168 162 158 / 0.2);
}
.focus\:border-stone-400\/25:focus {
  border-color: rgb(168 162 158 / 0.25);
}
.focus\:border-stone-400\/30:focus {
  border-color: rgb(168 162 158 / 0.3);
}
.focus\:border-stone-400\/40:focus {
  border-color: rgb(168 162 158 / 0.4);
}
.focus\:border-stone-400\/5:focus {
  border-color: rgb(168 162 158 / 0.05);
}
.focus\:border-stone-400\/50:focus {
  border-color: rgb(168 162 158 / 0.5);
}
.focus\:border-stone-400\/60:focus {
  border-color: rgb(168 162 158 / 0.6);
}
.focus\:border-stone-400\/70:focus {
  border-color: rgb(168 162 158 / 0.7);
}
.focus\:border-stone-400\/75:focus {
  border-color: rgb(168 162 158 / 0.75);
}
.focus\:border-stone-400\/80:focus {
  border-color: rgb(168 162 158 / 0.8);
}
.focus\:border-stone-400\/90:focus {
  border-color: rgb(168 162 158 / 0.9);
}
.focus\:border-stone-400\/95:focus {
  border-color: rgb(168 162 158 / 0.95);
}
.focus\:border-stone-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.focus\:border-stone-50\/0:focus {
  border-color: rgb(250 250 249 / 0);
}
.focus\:border-stone-50\/10:focus {
  border-color: rgb(250 250 249 / 0.1);
}
.focus\:border-stone-50\/100:focus {
  border-color: rgb(250 250 249 / 1);
}
.focus\:border-stone-50\/20:focus {
  border-color: rgb(250 250 249 / 0.2);
}
.focus\:border-stone-50\/25:focus {
  border-color: rgb(250 250 249 / 0.25);
}
.focus\:border-stone-50\/30:focus {
  border-color: rgb(250 250 249 / 0.3);
}
.focus\:border-stone-50\/40:focus {
  border-color: rgb(250 250 249 / 0.4);
}
.focus\:border-stone-50\/5:focus {
  border-color: rgb(250 250 249 / 0.05);
}
.focus\:border-stone-50\/50:focus {
  border-color: rgb(250 250 249 / 0.5);
}
.focus\:border-stone-50\/60:focus {
  border-color: rgb(250 250 249 / 0.6);
}
.focus\:border-stone-50\/70:focus {
  border-color: rgb(250 250 249 / 0.7);
}
.focus\:border-stone-50\/75:focus {
  border-color: rgb(250 250 249 / 0.75);
}
.focus\:border-stone-50\/80:focus {
  border-color: rgb(250 250 249 / 0.8);
}
.focus\:border-stone-50\/90:focus {
  border-color: rgb(250 250 249 / 0.9);
}
.focus\:border-stone-50\/95:focus {
  border-color: rgb(250 250 249 / 0.95);
}
.focus\:border-stone-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.focus\:border-stone-500\/0:focus {
  border-color: rgb(120 113 108 / 0);
}
.focus\:border-stone-500\/10:focus {
  border-color: rgb(120 113 108 / 0.1);
}
.focus\:border-stone-500\/100:focus {
  border-color: rgb(120 113 108 / 1);
}
.focus\:border-stone-500\/20:focus {
  border-color: rgb(120 113 108 / 0.2);
}
.focus\:border-stone-500\/25:focus {
  border-color: rgb(120 113 108 / 0.25);
}
.focus\:border-stone-500\/30:focus {
  border-color: rgb(120 113 108 / 0.3);
}
.focus\:border-stone-500\/40:focus {
  border-color: rgb(120 113 108 / 0.4);
}
.focus\:border-stone-500\/5:focus {
  border-color: rgb(120 113 108 / 0.05);
}
.focus\:border-stone-500\/50:focus {
  border-color: rgb(120 113 108 / 0.5);
}
.focus\:border-stone-500\/60:focus {
  border-color: rgb(120 113 108 / 0.6);
}
.focus\:border-stone-500\/70:focus {
  border-color: rgb(120 113 108 / 0.7);
}
.focus\:border-stone-500\/75:focus {
  border-color: rgb(120 113 108 / 0.75);
}
.focus\:border-stone-500\/80:focus {
  border-color: rgb(120 113 108 / 0.8);
}
.focus\:border-stone-500\/90:focus {
  border-color: rgb(120 113 108 / 0.9);
}
.focus\:border-stone-500\/95:focus {
  border-color: rgb(120 113 108 / 0.95);
}
.focus\:border-stone-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.focus\:border-stone-600\/0:focus {
  border-color: rgb(87 83 78 / 0);
}
.focus\:border-stone-600\/10:focus {
  border-color: rgb(87 83 78 / 0.1);
}
.focus\:border-stone-600\/100:focus {
  border-color: rgb(87 83 78 / 1);
}
.focus\:border-stone-600\/20:focus {
  border-color: rgb(87 83 78 / 0.2);
}
.focus\:border-stone-600\/25:focus {
  border-color: rgb(87 83 78 / 0.25);
}
.focus\:border-stone-600\/30:focus {
  border-color: rgb(87 83 78 / 0.3);
}
.focus\:border-stone-600\/40:focus {
  border-color: rgb(87 83 78 / 0.4);
}
.focus\:border-stone-600\/5:focus {
  border-color: rgb(87 83 78 / 0.05);
}
.focus\:border-stone-600\/50:focus {
  border-color: rgb(87 83 78 / 0.5);
}
.focus\:border-stone-600\/60:focus {
  border-color: rgb(87 83 78 / 0.6);
}
.focus\:border-stone-600\/70:focus {
  border-color: rgb(87 83 78 / 0.7);
}
.focus\:border-stone-600\/75:focus {
  border-color: rgb(87 83 78 / 0.75);
}
.focus\:border-stone-600\/80:focus {
  border-color: rgb(87 83 78 / 0.8);
}
.focus\:border-stone-600\/90:focus {
  border-color: rgb(87 83 78 / 0.9);
}
.focus\:border-stone-600\/95:focus {
  border-color: rgb(87 83 78 / 0.95);
}
.focus\:border-stone-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.focus\:border-stone-700\/0:focus {
  border-color: rgb(68 64 60 / 0);
}
.focus\:border-stone-700\/10:focus {
  border-color: rgb(68 64 60 / 0.1);
}
.focus\:border-stone-700\/100:focus {
  border-color: rgb(68 64 60 / 1);
}
.focus\:border-stone-700\/20:focus {
  border-color: rgb(68 64 60 / 0.2);
}
.focus\:border-stone-700\/25:focus {
  border-color: rgb(68 64 60 / 0.25);
}
.focus\:border-stone-700\/30:focus {
  border-color: rgb(68 64 60 / 0.3);
}
.focus\:border-stone-700\/40:focus {
  border-color: rgb(68 64 60 / 0.4);
}
.focus\:border-stone-700\/5:focus {
  border-color: rgb(68 64 60 / 0.05);
}
.focus\:border-stone-700\/50:focus {
  border-color: rgb(68 64 60 / 0.5);
}
.focus\:border-stone-700\/60:focus {
  border-color: rgb(68 64 60 / 0.6);
}
.focus\:border-stone-700\/70:focus {
  border-color: rgb(68 64 60 / 0.7);
}
.focus\:border-stone-700\/75:focus {
  border-color: rgb(68 64 60 / 0.75);
}
.focus\:border-stone-700\/80:focus {
  border-color: rgb(68 64 60 / 0.8);
}
.focus\:border-stone-700\/90:focus {
  border-color: rgb(68 64 60 / 0.9);
}
.focus\:border-stone-700\/95:focus {
  border-color: rgb(68 64 60 / 0.95);
}
.focus\:border-stone-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.focus\:border-stone-800\/0:focus {
  border-color: rgb(41 37 36 / 0);
}
.focus\:border-stone-800\/10:focus {
  border-color: rgb(41 37 36 / 0.1);
}
.focus\:border-stone-800\/100:focus {
  border-color: rgb(41 37 36 / 1);
}
.focus\:border-stone-800\/20:focus {
  border-color: rgb(41 37 36 / 0.2);
}
.focus\:border-stone-800\/25:focus {
  border-color: rgb(41 37 36 / 0.25);
}
.focus\:border-stone-800\/30:focus {
  border-color: rgb(41 37 36 / 0.3);
}
.focus\:border-stone-800\/40:focus {
  border-color: rgb(41 37 36 / 0.4);
}
.focus\:border-stone-800\/5:focus {
  border-color: rgb(41 37 36 / 0.05);
}
.focus\:border-stone-800\/50:focus {
  border-color: rgb(41 37 36 / 0.5);
}
.focus\:border-stone-800\/60:focus {
  border-color: rgb(41 37 36 / 0.6);
}
.focus\:border-stone-800\/70:focus {
  border-color: rgb(41 37 36 / 0.7);
}
.focus\:border-stone-800\/75:focus {
  border-color: rgb(41 37 36 / 0.75);
}
.focus\:border-stone-800\/80:focus {
  border-color: rgb(41 37 36 / 0.8);
}
.focus\:border-stone-800\/90:focus {
  border-color: rgb(41 37 36 / 0.9);
}
.focus\:border-stone-800\/95:focus {
  border-color: rgb(41 37 36 / 0.95);
}
.focus\:border-stone-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.focus\:border-stone-900\/0:focus {
  border-color: rgb(28 25 23 / 0);
}
.focus\:border-stone-900\/10:focus {
  border-color: rgb(28 25 23 / 0.1);
}
.focus\:border-stone-900\/100:focus {
  border-color: rgb(28 25 23 / 1);
}
.focus\:border-stone-900\/20:focus {
  border-color: rgb(28 25 23 / 0.2);
}
.focus\:border-stone-900\/25:focus {
  border-color: rgb(28 25 23 / 0.25);
}
.focus\:border-stone-900\/30:focus {
  border-color: rgb(28 25 23 / 0.3);
}
.focus\:border-stone-900\/40:focus {
  border-color: rgb(28 25 23 / 0.4);
}
.focus\:border-stone-900\/5:focus {
  border-color: rgb(28 25 23 / 0.05);
}
.focus\:border-stone-900\/50:focus {
  border-color: rgb(28 25 23 / 0.5);
}
.focus\:border-stone-900\/60:focus {
  border-color: rgb(28 25 23 / 0.6);
}
.focus\:border-stone-900\/70:focus {
  border-color: rgb(28 25 23 / 0.7);
}
.focus\:border-stone-900\/75:focus {
  border-color: rgb(28 25 23 / 0.75);
}
.focus\:border-stone-900\/80:focus {
  border-color: rgb(28 25 23 / 0.8);
}
.focus\:border-stone-900\/90:focus {
  border-color: rgb(28 25 23 / 0.9);
}
.focus\:border-stone-900\/95:focus {
  border-color: rgb(28 25 23 / 0.95);
}
.focus\:border-stone-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.focus\:border-stone-950\/0:focus {
  border-color: rgb(12 10 9 / 0);
}
.focus\:border-stone-950\/10:focus {
  border-color: rgb(12 10 9 / 0.1);
}
.focus\:border-stone-950\/100:focus {
  border-color: rgb(12 10 9 / 1);
}
.focus\:border-stone-950\/20:focus {
  border-color: rgb(12 10 9 / 0.2);
}
.focus\:border-stone-950\/25:focus {
  border-color: rgb(12 10 9 / 0.25);
}
.focus\:border-stone-950\/30:focus {
  border-color: rgb(12 10 9 / 0.3);
}
.focus\:border-stone-950\/40:focus {
  border-color: rgb(12 10 9 / 0.4);
}
.focus\:border-stone-950\/5:focus {
  border-color: rgb(12 10 9 / 0.05);
}
.focus\:border-stone-950\/50:focus {
  border-color: rgb(12 10 9 / 0.5);
}
.focus\:border-stone-950\/60:focus {
  border-color: rgb(12 10 9 / 0.6);
}
.focus\:border-stone-950\/70:focus {
  border-color: rgb(12 10 9 / 0.7);
}
.focus\:border-stone-950\/75:focus {
  border-color: rgb(12 10 9 / 0.75);
}
.focus\:border-stone-950\/80:focus {
  border-color: rgb(12 10 9 / 0.8);
}
.focus\:border-stone-950\/90:focus {
  border-color: rgb(12 10 9 / 0.9);
}
.focus\:border-stone-950\/95:focus {
  border-color: rgb(12 10 9 / 0.95);
}
.focus\:border-teal-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.focus\:border-teal-100\/0:focus {
  border-color: rgb(204 251 241 / 0);
}
.focus\:border-teal-100\/10:focus {
  border-color: rgb(204 251 241 / 0.1);
}
.focus\:border-teal-100\/100:focus {
  border-color: rgb(204 251 241 / 1);
}
.focus\:border-teal-100\/20:focus {
  border-color: rgb(204 251 241 / 0.2);
}
.focus\:border-teal-100\/25:focus {
  border-color: rgb(204 251 241 / 0.25);
}
.focus\:border-teal-100\/30:focus {
  border-color: rgb(204 251 241 / 0.3);
}
.focus\:border-teal-100\/40:focus {
  border-color: rgb(204 251 241 / 0.4);
}
.focus\:border-teal-100\/5:focus {
  border-color: rgb(204 251 241 / 0.05);
}
.focus\:border-teal-100\/50:focus {
  border-color: rgb(204 251 241 / 0.5);
}
.focus\:border-teal-100\/60:focus {
  border-color: rgb(204 251 241 / 0.6);
}
.focus\:border-teal-100\/70:focus {
  border-color: rgb(204 251 241 / 0.7);
}
.focus\:border-teal-100\/75:focus {
  border-color: rgb(204 251 241 / 0.75);
}
.focus\:border-teal-100\/80:focus {
  border-color: rgb(204 251 241 / 0.8);
}
.focus\:border-teal-100\/90:focus {
  border-color: rgb(204 251 241 / 0.9);
}
.focus\:border-teal-100\/95:focus {
  border-color: rgb(204 251 241 / 0.95);
}
.focus\:border-teal-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.focus\:border-teal-200\/0:focus {
  border-color: rgb(153 246 228 / 0);
}
.focus\:border-teal-200\/10:focus {
  border-color: rgb(153 246 228 / 0.1);
}
.focus\:border-teal-200\/100:focus {
  border-color: rgb(153 246 228 / 1);
}
.focus\:border-teal-200\/20:focus {
  border-color: rgb(153 246 228 / 0.2);
}
.focus\:border-teal-200\/25:focus {
  border-color: rgb(153 246 228 / 0.25);
}
.focus\:border-teal-200\/30:focus {
  border-color: rgb(153 246 228 / 0.3);
}
.focus\:border-teal-200\/40:focus {
  border-color: rgb(153 246 228 / 0.4);
}
.focus\:border-teal-200\/5:focus {
  border-color: rgb(153 246 228 / 0.05);
}
.focus\:border-teal-200\/50:focus {
  border-color: rgb(153 246 228 / 0.5);
}
.focus\:border-teal-200\/60:focus {
  border-color: rgb(153 246 228 / 0.6);
}
.focus\:border-teal-200\/70:focus {
  border-color: rgb(153 246 228 / 0.7);
}
.focus\:border-teal-200\/75:focus {
  border-color: rgb(153 246 228 / 0.75);
}
.focus\:border-teal-200\/80:focus {
  border-color: rgb(153 246 228 / 0.8);
}
.focus\:border-teal-200\/90:focus {
  border-color: rgb(153 246 228 / 0.9);
}
.focus\:border-teal-200\/95:focus {
  border-color: rgb(153 246 228 / 0.95);
}
.focus\:border-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.focus\:border-teal-300\/0:focus {
  border-color: rgb(94 234 212 / 0);
}
.focus\:border-teal-300\/10:focus {
  border-color: rgb(94 234 212 / 0.1);
}
.focus\:border-teal-300\/100:focus {
  border-color: rgb(94 234 212 / 1);
}
.focus\:border-teal-300\/20:focus {
  border-color: rgb(94 234 212 / 0.2);
}
.focus\:border-teal-300\/25:focus {
  border-color: rgb(94 234 212 / 0.25);
}
.focus\:border-teal-300\/30:focus {
  border-color: rgb(94 234 212 / 0.3);
}
.focus\:border-teal-300\/40:focus {
  border-color: rgb(94 234 212 / 0.4);
}
.focus\:border-teal-300\/5:focus {
  border-color: rgb(94 234 212 / 0.05);
}
.focus\:border-teal-300\/50:focus {
  border-color: rgb(94 234 212 / 0.5);
}
.focus\:border-teal-300\/60:focus {
  border-color: rgb(94 234 212 / 0.6);
}
.focus\:border-teal-300\/70:focus {
  border-color: rgb(94 234 212 / 0.7);
}
.focus\:border-teal-300\/75:focus {
  border-color: rgb(94 234 212 / 0.75);
}
.focus\:border-teal-300\/80:focus {
  border-color: rgb(94 234 212 / 0.8);
}
.focus\:border-teal-300\/90:focus {
  border-color: rgb(94 234 212 / 0.9);
}
.focus\:border-teal-300\/95:focus {
  border-color: rgb(94 234 212 / 0.95);
}
.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.focus\:border-teal-400\/0:focus {
  border-color: rgb(45 212 191 / 0);
}
.focus\:border-teal-400\/10:focus {
  border-color: rgb(45 212 191 / 0.1);
}
.focus\:border-teal-400\/100:focus {
  border-color: rgb(45 212 191 / 1);
}
.focus\:border-teal-400\/20:focus {
  border-color: rgb(45 212 191 / 0.2);
}
.focus\:border-teal-400\/25:focus {
  border-color: rgb(45 212 191 / 0.25);
}
.focus\:border-teal-400\/30:focus {
  border-color: rgb(45 212 191 / 0.3);
}
.focus\:border-teal-400\/40:focus {
  border-color: rgb(45 212 191 / 0.4);
}
.focus\:border-teal-400\/5:focus {
  border-color: rgb(45 212 191 / 0.05);
}
.focus\:border-teal-400\/50:focus {
  border-color: rgb(45 212 191 / 0.5);
}
.focus\:border-teal-400\/60:focus {
  border-color: rgb(45 212 191 / 0.6);
}
.focus\:border-teal-400\/70:focus {
  border-color: rgb(45 212 191 / 0.7);
}
.focus\:border-teal-400\/75:focus {
  border-color: rgb(45 212 191 / 0.75);
}
.focus\:border-teal-400\/80:focus {
  border-color: rgb(45 212 191 / 0.8);
}
.focus\:border-teal-400\/90:focus {
  border-color: rgb(45 212 191 / 0.9);
}
.focus\:border-teal-400\/95:focus {
  border-color: rgb(45 212 191 / 0.95);
}
.focus\:border-teal-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.focus\:border-teal-50\/0:focus {
  border-color: rgb(240 253 250 / 0);
}
.focus\:border-teal-50\/10:focus {
  border-color: rgb(240 253 250 / 0.1);
}
.focus\:border-teal-50\/100:focus {
  border-color: rgb(240 253 250 / 1);
}
.focus\:border-teal-50\/20:focus {
  border-color: rgb(240 253 250 / 0.2);
}
.focus\:border-teal-50\/25:focus {
  border-color: rgb(240 253 250 / 0.25);
}
.focus\:border-teal-50\/30:focus {
  border-color: rgb(240 253 250 / 0.3);
}
.focus\:border-teal-50\/40:focus {
  border-color: rgb(240 253 250 / 0.4);
}
.focus\:border-teal-50\/5:focus {
  border-color: rgb(240 253 250 / 0.05);
}
.focus\:border-teal-50\/50:focus {
  border-color: rgb(240 253 250 / 0.5);
}
.focus\:border-teal-50\/60:focus {
  border-color: rgb(240 253 250 / 0.6);
}
.focus\:border-teal-50\/70:focus {
  border-color: rgb(240 253 250 / 0.7);
}
.focus\:border-teal-50\/75:focus {
  border-color: rgb(240 253 250 / 0.75);
}
.focus\:border-teal-50\/80:focus {
  border-color: rgb(240 253 250 / 0.8);
}
.focus\:border-teal-50\/90:focus {
  border-color: rgb(240 253 250 / 0.9);
}
.focus\:border-teal-50\/95:focus {
  border-color: rgb(240 253 250 / 0.95);
}
.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.focus\:border-teal-500\/0:focus {
  border-color: rgb(20 184 166 / 0);
}
.focus\:border-teal-500\/10:focus {
  border-color: rgb(20 184 166 / 0.1);
}
.focus\:border-teal-500\/100:focus {
  border-color: rgb(20 184 166 / 1);
}
.focus\:border-teal-500\/20:focus {
  border-color: rgb(20 184 166 / 0.2);
}
.focus\:border-teal-500\/25:focus {
  border-color: rgb(20 184 166 / 0.25);
}
.focus\:border-teal-500\/30:focus {
  border-color: rgb(20 184 166 / 0.3);
}
.focus\:border-teal-500\/40:focus {
  border-color: rgb(20 184 166 / 0.4);
}
.focus\:border-teal-500\/5:focus {
  border-color: rgb(20 184 166 / 0.05);
}
.focus\:border-teal-500\/50:focus {
  border-color: rgb(20 184 166 / 0.5);
}
.focus\:border-teal-500\/60:focus {
  border-color: rgb(20 184 166 / 0.6);
}
.focus\:border-teal-500\/70:focus {
  border-color: rgb(20 184 166 / 0.7);
}
.focus\:border-teal-500\/75:focus {
  border-color: rgb(20 184 166 / 0.75);
}
.focus\:border-teal-500\/80:focus {
  border-color: rgb(20 184 166 / 0.8);
}
.focus\:border-teal-500\/90:focus {
  border-color: rgb(20 184 166 / 0.9);
}
.focus\:border-teal-500\/95:focus {
  border-color: rgb(20 184 166 / 0.95);
}
.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.focus\:border-teal-600\/0:focus {
  border-color: rgb(13 148 136 / 0);
}
.focus\:border-teal-600\/10:focus {
  border-color: rgb(13 148 136 / 0.1);
}
.focus\:border-teal-600\/100:focus {
  border-color: rgb(13 148 136 / 1);
}
.focus\:border-teal-600\/20:focus {
  border-color: rgb(13 148 136 / 0.2);
}
.focus\:border-teal-600\/25:focus {
  border-color: rgb(13 148 136 / 0.25);
}
.focus\:border-teal-600\/30:focus {
  border-color: rgb(13 148 136 / 0.3);
}
.focus\:border-teal-600\/40:focus {
  border-color: rgb(13 148 136 / 0.4);
}
.focus\:border-teal-600\/5:focus {
  border-color: rgb(13 148 136 / 0.05);
}
.focus\:border-teal-600\/50:focus {
  border-color: rgb(13 148 136 / 0.5);
}
.focus\:border-teal-600\/60:focus {
  border-color: rgb(13 148 136 / 0.6);
}
.focus\:border-teal-600\/70:focus {
  border-color: rgb(13 148 136 / 0.7);
}
.focus\:border-teal-600\/75:focus {
  border-color: rgb(13 148 136 / 0.75);
}
.focus\:border-teal-600\/80:focus {
  border-color: rgb(13 148 136 / 0.8);
}
.focus\:border-teal-600\/90:focus {
  border-color: rgb(13 148 136 / 0.9);
}
.focus\:border-teal-600\/95:focus {
  border-color: rgb(13 148 136 / 0.95);
}
.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.focus\:border-teal-700\/0:focus {
  border-color: rgb(15 118 110 / 0);
}
.focus\:border-teal-700\/10:focus {
  border-color: rgb(15 118 110 / 0.1);
}
.focus\:border-teal-700\/100:focus {
  border-color: rgb(15 118 110 / 1);
}
.focus\:border-teal-700\/20:focus {
  border-color: rgb(15 118 110 / 0.2);
}
.focus\:border-teal-700\/25:focus {
  border-color: rgb(15 118 110 / 0.25);
}
.focus\:border-teal-700\/30:focus {
  border-color: rgb(15 118 110 / 0.3);
}
.focus\:border-teal-700\/40:focus {
  border-color: rgb(15 118 110 / 0.4);
}
.focus\:border-teal-700\/5:focus {
  border-color: rgb(15 118 110 / 0.05);
}
.focus\:border-teal-700\/50:focus {
  border-color: rgb(15 118 110 / 0.5);
}
.focus\:border-teal-700\/60:focus {
  border-color: rgb(15 118 110 / 0.6);
}
.focus\:border-teal-700\/70:focus {
  border-color: rgb(15 118 110 / 0.7);
}
.focus\:border-teal-700\/75:focus {
  border-color: rgb(15 118 110 / 0.75);
}
.focus\:border-teal-700\/80:focus {
  border-color: rgb(15 118 110 / 0.8);
}
.focus\:border-teal-700\/90:focus {
  border-color: rgb(15 118 110 / 0.9);
}
.focus\:border-teal-700\/95:focus {
  border-color: rgb(15 118 110 / 0.95);
}
.focus\:border-teal-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.focus\:border-teal-800\/0:focus {
  border-color: rgb(17 94 89 / 0);
}
.focus\:border-teal-800\/10:focus {
  border-color: rgb(17 94 89 / 0.1);
}
.focus\:border-teal-800\/100:focus {
  border-color: rgb(17 94 89 / 1);
}
.focus\:border-teal-800\/20:focus {
  border-color: rgb(17 94 89 / 0.2);
}
.focus\:border-teal-800\/25:focus {
  border-color: rgb(17 94 89 / 0.25);
}
.focus\:border-teal-800\/30:focus {
  border-color: rgb(17 94 89 / 0.3);
}
.focus\:border-teal-800\/40:focus {
  border-color: rgb(17 94 89 / 0.4);
}
.focus\:border-teal-800\/5:focus {
  border-color: rgb(17 94 89 / 0.05);
}
.focus\:border-teal-800\/50:focus {
  border-color: rgb(17 94 89 / 0.5);
}
.focus\:border-teal-800\/60:focus {
  border-color: rgb(17 94 89 / 0.6);
}
.focus\:border-teal-800\/70:focus {
  border-color: rgb(17 94 89 / 0.7);
}
.focus\:border-teal-800\/75:focus {
  border-color: rgb(17 94 89 / 0.75);
}
.focus\:border-teal-800\/80:focus {
  border-color: rgb(17 94 89 / 0.8);
}
.focus\:border-teal-800\/90:focus {
  border-color: rgb(17 94 89 / 0.9);
}
.focus\:border-teal-800\/95:focus {
  border-color: rgb(17 94 89 / 0.95);
}
.focus\:border-teal-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.focus\:border-teal-900\/0:focus {
  border-color: rgb(19 78 74 / 0);
}
.focus\:border-teal-900\/10:focus {
  border-color: rgb(19 78 74 / 0.1);
}
.focus\:border-teal-900\/100:focus {
  border-color: rgb(19 78 74 / 1);
}
.focus\:border-teal-900\/20:focus {
  border-color: rgb(19 78 74 / 0.2);
}
.focus\:border-teal-900\/25:focus {
  border-color: rgb(19 78 74 / 0.25);
}
.focus\:border-teal-900\/30:focus {
  border-color: rgb(19 78 74 / 0.3);
}
.focus\:border-teal-900\/40:focus {
  border-color: rgb(19 78 74 / 0.4);
}
.focus\:border-teal-900\/5:focus {
  border-color: rgb(19 78 74 / 0.05);
}
.focus\:border-teal-900\/50:focus {
  border-color: rgb(19 78 74 / 0.5);
}
.focus\:border-teal-900\/60:focus {
  border-color: rgb(19 78 74 / 0.6);
}
.focus\:border-teal-900\/70:focus {
  border-color: rgb(19 78 74 / 0.7);
}
.focus\:border-teal-900\/75:focus {
  border-color: rgb(19 78 74 / 0.75);
}
.focus\:border-teal-900\/80:focus {
  border-color: rgb(19 78 74 / 0.8);
}
.focus\:border-teal-900\/90:focus {
  border-color: rgb(19 78 74 / 0.9);
}
.focus\:border-teal-900\/95:focus {
  border-color: rgb(19 78 74 / 0.95);
}
.focus\:border-teal-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.focus\:border-teal-950\/0:focus {
  border-color: rgb(4 47 46 / 0);
}
.focus\:border-teal-950\/10:focus {
  border-color: rgb(4 47 46 / 0.1);
}
.focus\:border-teal-950\/100:focus {
  border-color: rgb(4 47 46 / 1);
}
.focus\:border-teal-950\/20:focus {
  border-color: rgb(4 47 46 / 0.2);
}
.focus\:border-teal-950\/25:focus {
  border-color: rgb(4 47 46 / 0.25);
}
.focus\:border-teal-950\/30:focus {
  border-color: rgb(4 47 46 / 0.3);
}
.focus\:border-teal-950\/40:focus {
  border-color: rgb(4 47 46 / 0.4);
}
.focus\:border-teal-950\/5:focus {
  border-color: rgb(4 47 46 / 0.05);
}
.focus\:border-teal-950\/50:focus {
  border-color: rgb(4 47 46 / 0.5);
}
.focus\:border-teal-950\/60:focus {
  border-color: rgb(4 47 46 / 0.6);
}
.focus\:border-teal-950\/70:focus {
  border-color: rgb(4 47 46 / 0.7);
}
.focus\:border-teal-950\/75:focus {
  border-color: rgb(4 47 46 / 0.75);
}
.focus\:border-teal-950\/80:focus {
  border-color: rgb(4 47 46 / 0.8);
}
.focus\:border-teal-950\/90:focus {
  border-color: rgb(4 47 46 / 0.9);
}
.focus\:border-teal-950\/95:focus {
  border-color: rgb(4 47 46 / 0.95);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-violet-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.focus\:border-violet-100\/0:focus {
  border-color: rgb(237 233 254 / 0);
}
.focus\:border-violet-100\/10:focus {
  border-color: rgb(237 233 254 / 0.1);
}
.focus\:border-violet-100\/100:focus {
  border-color: rgb(237 233 254 / 1);
}
.focus\:border-violet-100\/20:focus {
  border-color: rgb(237 233 254 / 0.2);
}
.focus\:border-violet-100\/25:focus {
  border-color: rgb(237 233 254 / 0.25);
}
.focus\:border-violet-100\/30:focus {
  border-color: rgb(237 233 254 / 0.3);
}
.focus\:border-violet-100\/40:focus {
  border-color: rgb(237 233 254 / 0.4);
}
.focus\:border-violet-100\/5:focus {
  border-color: rgb(237 233 254 / 0.05);
}
.focus\:border-violet-100\/50:focus {
  border-color: rgb(237 233 254 / 0.5);
}
.focus\:border-violet-100\/60:focus {
  border-color: rgb(237 233 254 / 0.6);
}
.focus\:border-violet-100\/70:focus {
  border-color: rgb(237 233 254 / 0.7);
}
.focus\:border-violet-100\/75:focus {
  border-color: rgb(237 233 254 / 0.75);
}
.focus\:border-violet-100\/80:focus {
  border-color: rgb(237 233 254 / 0.8);
}
.focus\:border-violet-100\/90:focus {
  border-color: rgb(237 233 254 / 0.9);
}
.focus\:border-violet-100\/95:focus {
  border-color: rgb(237 233 254 / 0.95);
}
.focus\:border-violet-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.focus\:border-violet-200\/0:focus {
  border-color: rgb(221 214 254 / 0);
}
.focus\:border-violet-200\/10:focus {
  border-color: rgb(221 214 254 / 0.1);
}
.focus\:border-violet-200\/100:focus {
  border-color: rgb(221 214 254 / 1);
}
.focus\:border-violet-200\/20:focus {
  border-color: rgb(221 214 254 / 0.2);
}
.focus\:border-violet-200\/25:focus {
  border-color: rgb(221 214 254 / 0.25);
}
.focus\:border-violet-200\/30:focus {
  border-color: rgb(221 214 254 / 0.3);
}
.focus\:border-violet-200\/40:focus {
  border-color: rgb(221 214 254 / 0.4);
}
.focus\:border-violet-200\/5:focus {
  border-color: rgb(221 214 254 / 0.05);
}
.focus\:border-violet-200\/50:focus {
  border-color: rgb(221 214 254 / 0.5);
}
.focus\:border-violet-200\/60:focus {
  border-color: rgb(221 214 254 / 0.6);
}
.focus\:border-violet-200\/70:focus {
  border-color: rgb(221 214 254 / 0.7);
}
.focus\:border-violet-200\/75:focus {
  border-color: rgb(221 214 254 / 0.75);
}
.focus\:border-violet-200\/80:focus {
  border-color: rgb(221 214 254 / 0.8);
}
.focus\:border-violet-200\/90:focus {
  border-color: rgb(221 214 254 / 0.9);
}
.focus\:border-violet-200\/95:focus {
  border-color: rgb(221 214 254 / 0.95);
}
.focus\:border-violet-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.focus\:border-violet-300\/0:focus {
  border-color: rgb(196 181 253 / 0);
}
.focus\:border-violet-300\/10:focus {
  border-color: rgb(196 181 253 / 0.1);
}
.focus\:border-violet-300\/100:focus {
  border-color: rgb(196 181 253 / 1);
}
.focus\:border-violet-300\/20:focus {
  border-color: rgb(196 181 253 / 0.2);
}
.focus\:border-violet-300\/25:focus {
  border-color: rgb(196 181 253 / 0.25);
}
.focus\:border-violet-300\/30:focus {
  border-color: rgb(196 181 253 / 0.3);
}
.focus\:border-violet-300\/40:focus {
  border-color: rgb(196 181 253 / 0.4);
}
.focus\:border-violet-300\/5:focus {
  border-color: rgb(196 181 253 / 0.05);
}
.focus\:border-violet-300\/50:focus {
  border-color: rgb(196 181 253 / 0.5);
}
.focus\:border-violet-300\/60:focus {
  border-color: rgb(196 181 253 / 0.6);
}
.focus\:border-violet-300\/70:focus {
  border-color: rgb(196 181 253 / 0.7);
}
.focus\:border-violet-300\/75:focus {
  border-color: rgb(196 181 253 / 0.75);
}
.focus\:border-violet-300\/80:focus {
  border-color: rgb(196 181 253 / 0.8);
}
.focus\:border-violet-300\/90:focus {
  border-color: rgb(196 181 253 / 0.9);
}
.focus\:border-violet-300\/95:focus {
  border-color: rgb(196 181 253 / 0.95);
}
.focus\:border-violet-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.focus\:border-violet-400\/0:focus {
  border-color: rgb(167 139 250 / 0);
}
.focus\:border-violet-400\/10:focus {
  border-color: rgb(167 139 250 / 0.1);
}
.focus\:border-violet-400\/100:focus {
  border-color: rgb(167 139 250 / 1);
}
.focus\:border-violet-400\/20:focus {
  border-color: rgb(167 139 250 / 0.2);
}
.focus\:border-violet-400\/25:focus {
  border-color: rgb(167 139 250 / 0.25);
}
.focus\:border-violet-400\/30:focus {
  border-color: rgb(167 139 250 / 0.3);
}
.focus\:border-violet-400\/40:focus {
  border-color: rgb(167 139 250 / 0.4);
}
.focus\:border-violet-400\/5:focus {
  border-color: rgb(167 139 250 / 0.05);
}
.focus\:border-violet-400\/50:focus {
  border-color: rgb(167 139 250 / 0.5);
}
.focus\:border-violet-400\/60:focus {
  border-color: rgb(167 139 250 / 0.6);
}
.focus\:border-violet-400\/70:focus {
  border-color: rgb(167 139 250 / 0.7);
}
.focus\:border-violet-400\/75:focus {
  border-color: rgb(167 139 250 / 0.75);
}
.focus\:border-violet-400\/80:focus {
  border-color: rgb(167 139 250 / 0.8);
}
.focus\:border-violet-400\/90:focus {
  border-color: rgb(167 139 250 / 0.9);
}
.focus\:border-violet-400\/95:focus {
  border-color: rgb(167 139 250 / 0.95);
}
.focus\:border-violet-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.focus\:border-violet-50\/0:focus {
  border-color: rgb(245 243 255 / 0);
}
.focus\:border-violet-50\/10:focus {
  border-color: rgb(245 243 255 / 0.1);
}
.focus\:border-violet-50\/100:focus {
  border-color: rgb(245 243 255 / 1);
}
.focus\:border-violet-50\/20:focus {
  border-color: rgb(245 243 255 / 0.2);
}
.focus\:border-violet-50\/25:focus {
  border-color: rgb(245 243 255 / 0.25);
}
.focus\:border-violet-50\/30:focus {
  border-color: rgb(245 243 255 / 0.3);
}
.focus\:border-violet-50\/40:focus {
  border-color: rgb(245 243 255 / 0.4);
}
.focus\:border-violet-50\/5:focus {
  border-color: rgb(245 243 255 / 0.05);
}
.focus\:border-violet-50\/50:focus {
  border-color: rgb(245 243 255 / 0.5);
}
.focus\:border-violet-50\/60:focus {
  border-color: rgb(245 243 255 / 0.6);
}
.focus\:border-violet-50\/70:focus {
  border-color: rgb(245 243 255 / 0.7);
}
.focus\:border-violet-50\/75:focus {
  border-color: rgb(245 243 255 / 0.75);
}
.focus\:border-violet-50\/80:focus {
  border-color: rgb(245 243 255 / 0.8);
}
.focus\:border-violet-50\/90:focus {
  border-color: rgb(245 243 255 / 0.9);
}
.focus\:border-violet-50\/95:focus {
  border-color: rgb(245 243 255 / 0.95);
}
.focus\:border-violet-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.focus\:border-violet-500\/0:focus {
  border-color: rgb(139 92 246 / 0);
}
.focus\:border-violet-500\/10:focus {
  border-color: rgb(139 92 246 / 0.1);
}
.focus\:border-violet-500\/100:focus {
  border-color: rgb(139 92 246 / 1);
}
.focus\:border-violet-500\/20:focus {
  border-color: rgb(139 92 246 / 0.2);
}
.focus\:border-violet-500\/25:focus {
  border-color: rgb(139 92 246 / 0.25);
}
.focus\:border-violet-500\/30:focus {
  border-color: rgb(139 92 246 / 0.3);
}
.focus\:border-violet-500\/40:focus {
  border-color: rgb(139 92 246 / 0.4);
}
.focus\:border-violet-500\/5:focus {
  border-color: rgb(139 92 246 / 0.05);
}
.focus\:border-violet-500\/50:focus {
  border-color: rgb(139 92 246 / 0.5);
}
.focus\:border-violet-500\/60:focus {
  border-color: rgb(139 92 246 / 0.6);
}
.focus\:border-violet-500\/70:focus {
  border-color: rgb(139 92 246 / 0.7);
}
.focus\:border-violet-500\/75:focus {
  border-color: rgb(139 92 246 / 0.75);
}
.focus\:border-violet-500\/80:focus {
  border-color: rgb(139 92 246 / 0.8);
}
.focus\:border-violet-500\/90:focus {
  border-color: rgb(139 92 246 / 0.9);
}
.focus\:border-violet-500\/95:focus {
  border-color: rgb(139 92 246 / 0.95);
}
.focus\:border-violet-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.focus\:border-violet-600\/0:focus {
  border-color: rgb(124 58 237 / 0);
}
.focus\:border-violet-600\/10:focus {
  border-color: rgb(124 58 237 / 0.1);
}
.focus\:border-violet-600\/100:focus {
  border-color: rgb(124 58 237 / 1);
}
.focus\:border-violet-600\/20:focus {
  border-color: rgb(124 58 237 / 0.2);
}
.focus\:border-violet-600\/25:focus {
  border-color: rgb(124 58 237 / 0.25);
}
.focus\:border-violet-600\/30:focus {
  border-color: rgb(124 58 237 / 0.3);
}
.focus\:border-violet-600\/40:focus {
  border-color: rgb(124 58 237 / 0.4);
}
.focus\:border-violet-600\/5:focus {
  border-color: rgb(124 58 237 / 0.05);
}
.focus\:border-violet-600\/50:focus {
  border-color: rgb(124 58 237 / 0.5);
}
.focus\:border-violet-600\/60:focus {
  border-color: rgb(124 58 237 / 0.6);
}
.focus\:border-violet-600\/70:focus {
  border-color: rgb(124 58 237 / 0.7);
}
.focus\:border-violet-600\/75:focus {
  border-color: rgb(124 58 237 / 0.75);
}
.focus\:border-violet-600\/80:focus {
  border-color: rgb(124 58 237 / 0.8);
}
.focus\:border-violet-600\/90:focus {
  border-color: rgb(124 58 237 / 0.9);
}
.focus\:border-violet-600\/95:focus {
  border-color: rgb(124 58 237 / 0.95);
}
.focus\:border-violet-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.focus\:border-violet-700\/0:focus {
  border-color: rgb(109 40 217 / 0);
}
.focus\:border-violet-700\/10:focus {
  border-color: rgb(109 40 217 / 0.1);
}
.focus\:border-violet-700\/100:focus {
  border-color: rgb(109 40 217 / 1);
}
.focus\:border-violet-700\/20:focus {
  border-color: rgb(109 40 217 / 0.2);
}
.focus\:border-violet-700\/25:focus {
  border-color: rgb(109 40 217 / 0.25);
}
.focus\:border-violet-700\/30:focus {
  border-color: rgb(109 40 217 / 0.3);
}
.focus\:border-violet-700\/40:focus {
  border-color: rgb(109 40 217 / 0.4);
}
.focus\:border-violet-700\/5:focus {
  border-color: rgb(109 40 217 / 0.05);
}
.focus\:border-violet-700\/50:focus {
  border-color: rgb(109 40 217 / 0.5);
}
.focus\:border-violet-700\/60:focus {
  border-color: rgb(109 40 217 / 0.6);
}
.focus\:border-violet-700\/70:focus {
  border-color: rgb(109 40 217 / 0.7);
}
.focus\:border-violet-700\/75:focus {
  border-color: rgb(109 40 217 / 0.75);
}
.focus\:border-violet-700\/80:focus {
  border-color: rgb(109 40 217 / 0.8);
}
.focus\:border-violet-700\/90:focus {
  border-color: rgb(109 40 217 / 0.9);
}
.focus\:border-violet-700\/95:focus {
  border-color: rgb(109 40 217 / 0.95);
}
.focus\:border-violet-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.focus\:border-violet-800\/0:focus {
  border-color: rgb(91 33 182 / 0);
}
.focus\:border-violet-800\/10:focus {
  border-color: rgb(91 33 182 / 0.1);
}
.focus\:border-violet-800\/100:focus {
  border-color: rgb(91 33 182 / 1);
}
.focus\:border-violet-800\/20:focus {
  border-color: rgb(91 33 182 / 0.2);
}
.focus\:border-violet-800\/25:focus {
  border-color: rgb(91 33 182 / 0.25);
}
.focus\:border-violet-800\/30:focus {
  border-color: rgb(91 33 182 / 0.3);
}
.focus\:border-violet-800\/40:focus {
  border-color: rgb(91 33 182 / 0.4);
}
.focus\:border-violet-800\/5:focus {
  border-color: rgb(91 33 182 / 0.05);
}
.focus\:border-violet-800\/50:focus {
  border-color: rgb(91 33 182 / 0.5);
}
.focus\:border-violet-800\/60:focus {
  border-color: rgb(91 33 182 / 0.6);
}
.focus\:border-violet-800\/70:focus {
  border-color: rgb(91 33 182 / 0.7);
}
.focus\:border-violet-800\/75:focus {
  border-color: rgb(91 33 182 / 0.75);
}
.focus\:border-violet-800\/80:focus {
  border-color: rgb(91 33 182 / 0.8);
}
.focus\:border-violet-800\/90:focus {
  border-color: rgb(91 33 182 / 0.9);
}
.focus\:border-violet-800\/95:focus {
  border-color: rgb(91 33 182 / 0.95);
}
.focus\:border-violet-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.focus\:border-violet-900\/0:focus {
  border-color: rgb(76 29 149 / 0);
}
.focus\:border-violet-900\/10:focus {
  border-color: rgb(76 29 149 / 0.1);
}
.focus\:border-violet-900\/100:focus {
  border-color: rgb(76 29 149 / 1);
}
.focus\:border-violet-900\/20:focus {
  border-color: rgb(76 29 149 / 0.2);
}
.focus\:border-violet-900\/25:focus {
  border-color: rgb(76 29 149 / 0.25);
}
.focus\:border-violet-900\/30:focus {
  border-color: rgb(76 29 149 / 0.3);
}
.focus\:border-violet-900\/40:focus {
  border-color: rgb(76 29 149 / 0.4);
}
.focus\:border-violet-900\/5:focus {
  border-color: rgb(76 29 149 / 0.05);
}
.focus\:border-violet-900\/50:focus {
  border-color: rgb(76 29 149 / 0.5);
}
.focus\:border-violet-900\/60:focus {
  border-color: rgb(76 29 149 / 0.6);
}
.focus\:border-violet-900\/70:focus {
  border-color: rgb(76 29 149 / 0.7);
}
.focus\:border-violet-900\/75:focus {
  border-color: rgb(76 29 149 / 0.75);
}
.focus\:border-violet-900\/80:focus {
  border-color: rgb(76 29 149 / 0.8);
}
.focus\:border-violet-900\/90:focus {
  border-color: rgb(76 29 149 / 0.9);
}
.focus\:border-violet-900\/95:focus {
  border-color: rgb(76 29 149 / 0.95);
}
.focus\:border-violet-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.focus\:border-violet-950\/0:focus {
  border-color: rgb(46 16 101 / 0);
}
.focus\:border-violet-950\/10:focus {
  border-color: rgb(46 16 101 / 0.1);
}
.focus\:border-violet-950\/100:focus {
  border-color: rgb(46 16 101 / 1);
}
.focus\:border-violet-950\/20:focus {
  border-color: rgb(46 16 101 / 0.2);
}
.focus\:border-violet-950\/25:focus {
  border-color: rgb(46 16 101 / 0.25);
}
.focus\:border-violet-950\/30:focus {
  border-color: rgb(46 16 101 / 0.3);
}
.focus\:border-violet-950\/40:focus {
  border-color: rgb(46 16 101 / 0.4);
}
.focus\:border-violet-950\/5:focus {
  border-color: rgb(46 16 101 / 0.05);
}
.focus\:border-violet-950\/50:focus {
  border-color: rgb(46 16 101 / 0.5);
}
.focus\:border-violet-950\/60:focus {
  border-color: rgb(46 16 101 / 0.6);
}
.focus\:border-violet-950\/70:focus {
  border-color: rgb(46 16 101 / 0.7);
}
.focus\:border-violet-950\/75:focus {
  border-color: rgb(46 16 101 / 0.75);
}
.focus\:border-violet-950\/80:focus {
  border-color: rgb(46 16 101 / 0.8);
}
.focus\:border-violet-950\/90:focus {
  border-color: rgb(46 16 101 / 0.9);
}
.focus\:border-violet-950\/95:focus {
  border-color: rgb(46 16 101 / 0.95);
}
.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40:focus {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60:focus {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60:focus {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60:focus {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60:focus {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60:focus {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60:focus {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60:focus {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60:focus {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60:focus {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/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\:border-zinc-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.focus\:border-zinc-100\/0:focus {
  border-color: rgb(244 244 245 / 0);
}
.focus\:border-zinc-100\/10:focus {
  border-color: rgb(244 244 245 / 0.1);
}
.focus\:border-zinc-100\/100:focus {
  border-color: rgb(244 244 245 / 1);
}
.focus\:border-zinc-100\/20:focus {
  border-color: rgb(244 244 245 / 0.2);
}
.focus\:border-zinc-100\/25:focus {
  border-color: rgb(244 244 245 / 0.25);
}
.focus\:border-zinc-100\/30:focus {
  border-color: rgb(244 244 245 / 0.3);
}
.focus\:border-zinc-100\/40:focus {
  border-color: rgb(244 244 245 / 0.4);
}
.focus\:border-zinc-100\/5:focus {
  border-color: rgb(244 244 245 / 0.05);
}
.focus\:border-zinc-100\/50:focus {
  border-color: rgb(244 244 245 / 0.5);
}
.focus\:border-zinc-100\/60:focus {
  border-color: rgb(244 244 245 / 0.6);
}
.focus\:border-zinc-100\/70:focus {
  border-color: rgb(244 244 245 / 0.7);
}
.focus\:border-zinc-100\/75:focus {
  border-color: rgb(244 244 245 / 0.75);
}
.focus\:border-zinc-100\/80:focus {
  border-color: rgb(244 244 245 / 0.8);
}
.focus\:border-zinc-100\/90:focus {
  border-color: rgb(244 244 245 / 0.9);
}
.focus\:border-zinc-100\/95:focus {
  border-color: rgb(244 244 245 / 0.95);
}
.focus\:border-zinc-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.focus\:border-zinc-200\/0:focus {
  border-color: rgb(228 228 231 / 0);
}
.focus\:border-zinc-200\/10:focus {
  border-color: rgb(228 228 231 / 0.1);
}
.focus\:border-zinc-200\/100:focus {
  border-color: rgb(228 228 231 / 1);
}
.focus\:border-zinc-200\/20:focus {
  border-color: rgb(228 228 231 / 0.2);
}
.focus\:border-zinc-200\/25:focus {
  border-color: rgb(228 228 231 / 0.25);
}
.focus\:border-zinc-200\/30:focus {
  border-color: rgb(228 228 231 / 0.3);
}
.focus\:border-zinc-200\/40:focus {
  border-color: rgb(228 228 231 / 0.4);
}
.focus\:border-zinc-200\/5:focus {
  border-color: rgb(228 228 231 / 0.05);
}
.focus\:border-zinc-200\/50:focus {
  border-color: rgb(228 228 231 / 0.5);
}
.focus\:border-zinc-200\/60:focus {
  border-color: rgb(228 228 231 / 0.6);
}
.focus\:border-zinc-200\/70:focus {
  border-color: rgb(228 228 231 / 0.7);
}
.focus\:border-zinc-200\/75:focus {
  border-color: rgb(228 228 231 / 0.75);
}
.focus\:border-zinc-200\/80:focus {
  border-color: rgb(228 228 231 / 0.8);
}
.focus\:border-zinc-200\/90:focus {
  border-color: rgb(228 228 231 / 0.9);
}
.focus\:border-zinc-200\/95:focus {
  border-color: rgb(228 228 231 / 0.95);
}
.focus\:border-zinc-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.focus\:border-zinc-300\/0:focus {
  border-color: rgb(212 212 216 / 0);
}
.focus\:border-zinc-300\/10:focus {
  border-color: rgb(212 212 216 / 0.1);
}
.focus\:border-zinc-300\/100:focus {
  border-color: rgb(212 212 216 / 1);
}
.focus\:border-zinc-300\/20:focus {
  border-color: rgb(212 212 216 / 0.2);
}
.focus\:border-zinc-300\/25:focus {
  border-color: rgb(212 212 216 / 0.25);
}
.focus\:border-zinc-300\/30:focus {
  border-color: rgb(212 212 216 / 0.3);
}
.focus\:border-zinc-300\/40:focus {
  border-color: rgb(212 212 216 / 0.4);
}
.focus\:border-zinc-300\/5:focus {
  border-color: rgb(212 212 216 / 0.05);
}
.focus\:border-zinc-300\/50:focus {
  border-color: rgb(212 212 216 / 0.5);
}
.focus\:border-zinc-300\/60:focus {
  border-color: rgb(212 212 216 / 0.6);
}
.focus\:border-zinc-300\/70:focus {
  border-color: rgb(212 212 216 / 0.7);
}
.focus\:border-zinc-300\/75:focus {
  border-color: rgb(212 212 216 / 0.75);
}
.focus\:border-zinc-300\/80:focus {
  border-color: rgb(212 212 216 / 0.8);
}
.focus\:border-zinc-300\/90:focus {
  border-color: rgb(212 212 216 / 0.9);
}
.focus\:border-zinc-300\/95:focus {
  border-color: rgb(212 212 216 / 0.95);
}
.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.focus\:border-zinc-400\/0:focus {
  border-color: rgb(161 161 170 / 0);
}
.focus\:border-zinc-400\/10:focus {
  border-color: rgb(161 161 170 / 0.1);
}
.focus\:border-zinc-400\/100:focus {
  border-color: rgb(161 161 170 / 1);
}
.focus\:border-zinc-400\/20:focus {
  border-color: rgb(161 161 170 / 0.2);
}
.focus\:border-zinc-400\/25:focus {
  border-color: rgb(161 161 170 / 0.25);
}
.focus\:border-zinc-400\/30:focus {
  border-color: rgb(161 161 170 / 0.3);
}
.focus\:border-zinc-400\/40:focus {
  border-color: rgb(161 161 170 / 0.4);
}
.focus\:border-zinc-400\/5:focus {
  border-color: rgb(161 161 170 / 0.05);
}
.focus\:border-zinc-400\/50:focus {
  border-color: rgb(161 161 170 / 0.5);
}
.focus\:border-zinc-400\/60:focus {
  border-color: rgb(161 161 170 / 0.6);
}
.focus\:border-zinc-400\/70:focus {
  border-color: rgb(161 161 170 / 0.7);
}
.focus\:border-zinc-400\/75:focus {
  border-color: rgb(161 161 170 / 0.75);
}
.focus\:border-zinc-400\/80:focus {
  border-color: rgb(161 161 170 / 0.8);
}
.focus\:border-zinc-400\/90:focus {
  border-color: rgb(161 161 170 / 0.9);
}
.focus\:border-zinc-400\/95:focus {
  border-color: rgb(161 161 170 / 0.95);
}
.focus\:border-zinc-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.focus\:border-zinc-50\/0:focus {
  border-color: rgb(250 250 250 / 0);
}
.focus\:border-zinc-50\/10:focus {
  border-color: rgb(250 250 250 / 0.1);
}
.focus\:border-zinc-50\/100:focus {
  border-color: rgb(250 250 250 / 1);
}
.focus\:border-zinc-50\/20:focus {
  border-color: rgb(250 250 250 / 0.2);
}
.focus\:border-zinc-50\/25:focus {
  border-color: rgb(250 250 250 / 0.25);
}
.focus\:border-zinc-50\/30:focus {
  border-color: rgb(250 250 250 / 0.3);
}
.focus\:border-zinc-50\/40:focus {
  border-color: rgb(250 250 250 / 0.4);
}
.focus\:border-zinc-50\/5:focus {
  border-color: rgb(250 250 250 / 0.05);
}
.focus\:border-zinc-50\/50:focus {
  border-color: rgb(250 250 250 / 0.5);
}
.focus\:border-zinc-50\/60:focus {
  border-color: rgb(250 250 250 / 0.6);
}
.focus\:border-zinc-50\/70:focus {
  border-color: rgb(250 250 250 / 0.7);
}
.focus\:border-zinc-50\/75:focus {
  border-color: rgb(250 250 250 / 0.75);
}
.focus\:border-zinc-50\/80:focus {
  border-color: rgb(250 250 250 / 0.8);
}
.focus\:border-zinc-50\/90:focus {
  border-color: rgb(250 250 250 / 0.9);
}
.focus\:border-zinc-50\/95:focus {
  border-color: rgb(250 250 250 / 0.95);
}
.focus\:border-zinc-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.focus\:border-zinc-500\/0:focus {
  border-color: rgb(113 113 122 / 0);
}
.focus\:border-zinc-500\/10:focus {
  border-color: rgb(113 113 122 / 0.1);
}
.focus\:border-zinc-500\/100:focus {
  border-color: rgb(113 113 122 / 1);
}
.focus\:border-zinc-500\/20:focus {
  border-color: rgb(113 113 122 / 0.2);
}
.focus\:border-zinc-500\/25:focus {
  border-color: rgb(113 113 122 / 0.25);
}
.focus\:border-zinc-500\/30:focus {
  border-color: rgb(113 113 122 / 0.3);
}
.focus\:border-zinc-500\/40:focus {
  border-color: rgb(113 113 122 / 0.4);
}
.focus\:border-zinc-500\/5:focus {
  border-color: rgb(113 113 122 / 0.05);
}
.focus\:border-zinc-500\/50:focus {
  border-color: rgb(113 113 122 / 0.5);
}
.focus\:border-zinc-500\/60:focus {
  border-color: rgb(113 113 122 / 0.6);
}
.focus\:border-zinc-500\/70:focus {
  border-color: rgb(113 113 122 / 0.7);
}
.focus\:border-zinc-500\/75:focus {
  border-color: rgb(113 113 122 / 0.75);
}
.focus\:border-zinc-500\/80:focus {
  border-color: rgb(113 113 122 / 0.8);
}
.focus\:border-zinc-500\/90:focus {
  border-color: rgb(113 113 122 / 0.9);
}
.focus\:border-zinc-500\/95:focus {
  border-color: rgb(113 113 122 / 0.95);
}
.focus\:border-zinc-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.focus\:border-zinc-600\/0:focus {
  border-color: rgb(82 82 91 / 0);
}
.focus\:border-zinc-600\/10:focus {
  border-color: rgb(82 82 91 / 0.1);
}
.focus\:border-zinc-600\/100:focus {
  border-color: rgb(82 82 91 / 1);
}
.focus\:border-zinc-600\/20:focus {
  border-color: rgb(82 82 91 / 0.2);
}
.focus\:border-zinc-600\/25:focus {
  border-color: rgb(82 82 91 / 0.25);
}
.focus\:border-zinc-600\/30:focus {
  border-color: rgb(82 82 91 / 0.3);
}
.focus\:border-zinc-600\/40:focus {
  border-color: rgb(82 82 91 / 0.4);
}
.focus\:border-zinc-600\/5:focus {
  border-color: rgb(82 82 91 / 0.05);
}
.focus\:border-zinc-600\/50:focus {
  border-color: rgb(82 82 91 / 0.5);
}
.focus\:border-zinc-600\/60:focus {
  border-color: rgb(82 82 91 / 0.6);
}
.focus\:border-zinc-600\/70:focus {
  border-color: rgb(82 82 91 / 0.7);
}
.focus\:border-zinc-600\/75:focus {
  border-color: rgb(82 82 91 / 0.75);
}
.focus\:border-zinc-600\/80:focus {
  border-color: rgb(82 82 91 / 0.8);
}
.focus\:border-zinc-600\/90:focus {
  border-color: rgb(82 82 91 / 0.9);
}
.focus\:border-zinc-600\/95:focus {
  border-color: rgb(82 82 91 / 0.95);
}
.focus\:border-zinc-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.focus\:border-zinc-700\/0:focus {
  border-color: rgb(63 63 70 / 0);
}
.focus\:border-zinc-700\/10:focus {
  border-color: rgb(63 63 70 / 0.1);
}
.focus\:border-zinc-700\/100:focus {
  border-color: rgb(63 63 70 / 1);
}
.focus\:border-zinc-700\/20:focus {
  border-color: rgb(63 63 70 / 0.2);
}
.focus\:border-zinc-700\/25:focus {
  border-color: rgb(63 63 70 / 0.25);
}
.focus\:border-zinc-700\/30:focus {
  border-color: rgb(63 63 70 / 0.3);
}
.focus\:border-zinc-700\/40:focus {
  border-color: rgb(63 63 70 / 0.4);
}
.focus\:border-zinc-700\/5:focus {
  border-color: rgb(63 63 70 / 0.05);
}
.focus\:border-zinc-700\/50:focus {
  border-color: rgb(63 63 70 / 0.5);
}
.focus\:border-zinc-700\/60:focus {
  border-color: rgb(63 63 70 / 0.6);
}
.focus\:border-zinc-700\/70:focus {
  border-color: rgb(63 63 70 / 0.7);
}
.focus\:border-zinc-700\/75:focus {
  border-color: rgb(63 63 70 / 0.75);
}
.focus\:border-zinc-700\/80:focus {
  border-color: rgb(63 63 70 / 0.8);
}
.focus\:border-zinc-700\/90:focus {
  border-color: rgb(63 63 70 / 0.9);
}
.focus\:border-zinc-700\/95:focus {
  border-color: rgb(63 63 70 / 0.95);
}
.focus\:border-zinc-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.focus\:border-zinc-800\/0:focus {
  border-color: rgb(39 39 42 / 0);
}
.focus\:border-zinc-800\/10:focus {
  border-color: rgb(39 39 42 / 0.1);
}
.focus\:border-zinc-800\/100:focus {
  border-color: rgb(39 39 42 / 1);
}
.focus\:border-zinc-800\/20:focus {
  border-color: rgb(39 39 42 / 0.2);
}
.focus\:border-zinc-800\/25:focus {
  border-color: rgb(39 39 42 / 0.25);
}
.focus\:border-zinc-800\/30:focus {
  border-color: rgb(39 39 42 / 0.3);
}
.focus\:border-zinc-800\/40:focus {
  border-color: rgb(39 39 42 / 0.4);
}
.focus\:border-zinc-800\/5:focus {
  border-color: rgb(39 39 42 / 0.05);
}
.focus\:border-zinc-800\/50:focus {
  border-color: rgb(39 39 42 / 0.5);
}
.focus\:border-zinc-800\/60:focus {
  border-color: rgb(39 39 42 / 0.6);
}
.focus\:border-zinc-800\/70:focus {
  border-color: rgb(39 39 42 / 0.7);
}
.focus\:border-zinc-800\/75:focus {
  border-color: rgb(39 39 42 / 0.75);
}
.focus\:border-zinc-800\/80:focus {
  border-color: rgb(39 39 42 / 0.8);
}
.focus\:border-zinc-800\/90:focus {
  border-color: rgb(39 39 42 / 0.9);
}
.focus\:border-zinc-800\/95:focus {
  border-color: rgb(39 39 42 / 0.95);
}
.focus\:border-zinc-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.focus\:border-zinc-900\/0:focus {
  border-color: rgb(24 24 27 / 0);
}
.focus\:border-zinc-900\/10:focus {
  border-color: rgb(24 24 27 / 0.1);
}
.focus\:border-zinc-900\/100:focus {
  border-color: rgb(24 24 27 / 1);
}
.focus\:border-zinc-900\/20:focus {
  border-color: rgb(24 24 27 / 0.2);
}
.focus\:border-zinc-900\/25:focus {
  border-color: rgb(24 24 27 / 0.25);
}
.focus\:border-zinc-900\/30:focus {
  border-color: rgb(24 24 27 / 0.3);
}
.focus\:border-zinc-900\/40:focus {
  border-color: rgb(24 24 27 / 0.4);
}
.focus\:border-zinc-900\/5:focus {
  border-color: rgb(24 24 27 / 0.05);
}
.focus\:border-zinc-900\/50:focus {
  border-color: rgb(24 24 27 / 0.5);
}
.focus\:border-zinc-900\/60:focus {
  border-color: rgb(24 24 27 / 0.6);
}
.focus\:border-zinc-900\/70:focus {
  border-color: rgb(24 24 27 / 0.7);
}
.focus\:border-zinc-900\/75:focus {
  border-color: rgb(24 24 27 / 0.75);
}
.focus\:border-zinc-900\/80:focus {
  border-color: rgb(24 24 27 / 0.8);
}
.focus\:border-zinc-900\/90:focus {
  border-color: rgb(24 24 27 / 0.9);
}
.focus\:border-zinc-900\/95:focus {
  border-color: rgb(24 24 27 / 0.95);
}
.focus\:border-zinc-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.focus\:border-zinc-950\/0:focus {
  border-color: rgb(9 9 11 / 0);
}
.focus\:border-zinc-950\/10:focus {
  border-color: rgb(9 9 11 / 0.1);
}
.focus\:border-zinc-950\/100:focus {
  border-color: rgb(9 9 11 / 1);
}
.focus\:border-zinc-950\/20:focus {
  border-color: rgb(9 9 11 / 0.2);
}
.focus\:border-zinc-950\/25:focus {
  border-color: rgb(9 9 11 / 0.25);
}
.focus\:border-zinc-950\/30:focus {
  border-color: rgb(9 9 11 / 0.3);
}
.focus\:border-zinc-950\/40:focus {
  border-color: rgb(9 9 11 / 0.4);
}
.focus\:border-zinc-950\/5:focus {
  border-color: rgb(9 9 11 / 0.05);
}
.focus\:border-zinc-950\/50:focus {
  border-color: rgb(9 9 11 / 0.5);
}
.focus\:border-zinc-950\/60:focus {
  border-color: rgb(9 9 11 / 0.6);
}
.focus\:border-zinc-950\/70:focus {
  border-color: rgb(9 9 11 / 0.7);
}
.focus\:border-zinc-950\/75:focus {
  border-color: rgb(9 9 11 / 0.75);
}
.focus\:border-zinc-950\/80:focus {
  border-color: rgb(9 9 11 / 0.8);
}
.focus\:border-zinc-950\/90:focus {
  border-color: rgb(9 9 11 / 0.9);
}
.focus\:border-zinc-950\/95:focus {
  border-color: rgb(9 9 11 / 0.95);
}
.focus\:bg-amber-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.focus\:bg-amber-100\/0:focus {
  background-color: rgb(254 243 199 / 0);
}
.focus\:bg-amber-100\/10:focus {
  background-color: rgb(254 243 199 / 0.1);
}
.focus\:bg-amber-100\/100:focus {
  background-color: rgb(254 243 199 / 1);
}
.focus\:bg-amber-100\/20:focus {
  background-color: rgb(254 243 199 / 0.2);
}
.focus\:bg-amber-100\/25:focus {
  background-color: rgb(254 243 199 / 0.25);
}
.focus\:bg-amber-100\/30:focus {
  background-color: rgb(254 243 199 / 0.3);
}
.focus\:bg-amber-100\/40:focus {
  background-color: rgb(254 243 199 / 0.4);
}
.focus\:bg-amber-100\/5:focus {
  background-color: rgb(254 243 199 / 0.05);
}
.focus\:bg-amber-100\/50:focus {
  background-color: rgb(254 243 199 / 0.5);
}
.focus\:bg-amber-100\/60:focus {
  background-color: rgb(254 243 199 / 0.6);
}
.focus\:bg-amber-100\/70:focus {
  background-color: rgb(254 243 199 / 0.7);
}
.focus\:bg-amber-100\/75:focus {
  background-color: rgb(254 243 199 / 0.75);
}
.focus\:bg-amber-100\/80:focus {
  background-color: rgb(254 243 199 / 0.8);
}
.focus\:bg-amber-100\/90:focus {
  background-color: rgb(254 243 199 / 0.9);
}
.focus\:bg-amber-100\/95:focus {
  background-color: rgb(254 243 199 / 0.95);
}
.focus\:bg-amber-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.focus\:bg-amber-200\/0:focus {
  background-color: rgb(253 230 138 / 0);
}
.focus\:bg-amber-200\/10:focus {
  background-color: rgb(253 230 138 / 0.1);
}
.focus\:bg-amber-200\/100:focus {
  background-color: rgb(253 230 138 / 1);
}
.focus\:bg-amber-200\/20:focus {
  background-color: rgb(253 230 138 / 0.2);
}
.focus\:bg-amber-200\/25:focus {
  background-color: rgb(253 230 138 / 0.25);
}
.focus\:bg-amber-200\/30:focus {
  background-color: rgb(253 230 138 / 0.3);
}
.focus\:bg-amber-200\/40:focus {
  background-color: rgb(253 230 138 / 0.4);
}
.focus\:bg-amber-200\/5:focus {
  background-color: rgb(253 230 138 / 0.05);
}
.focus\:bg-amber-200\/50:focus {
  background-color: rgb(253 230 138 / 0.5);
}
.focus\:bg-amber-200\/60:focus {
  background-color: rgb(253 230 138 / 0.6);
}
.focus\:bg-amber-200\/70:focus {
  background-color: rgb(253 230 138 / 0.7);
}
.focus\:bg-amber-200\/75:focus {
  background-color: rgb(253 230 138 / 0.75);
}
.focus\:bg-amber-200\/80:focus {
  background-color: rgb(253 230 138 / 0.8);
}
.focus\:bg-amber-200\/90:focus {
  background-color: rgb(253 230 138 / 0.9);
}
.focus\:bg-amber-200\/95:focus {
  background-color: rgb(253 230 138 / 0.95);
}
.focus\:bg-amber-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.focus\:bg-amber-300\/0:focus {
  background-color: rgb(252 211 77 / 0);
}
.focus\:bg-amber-300\/10:focus {
  background-color: rgb(252 211 77 / 0.1);
}
.focus\:bg-amber-300\/100:focus {
  background-color: rgb(252 211 77 / 1);
}
.focus\:bg-amber-300\/20:focus {
  background-color: rgb(252 211 77 / 0.2);
}
.focus\:bg-amber-300\/25:focus {
  background-color: rgb(252 211 77 / 0.25);
}
.focus\:bg-amber-300\/30:focus {
  background-color: rgb(252 211 77 / 0.3);
}
.focus\:bg-amber-300\/40:focus {
  background-color: rgb(252 211 77 / 0.4);
}
.focus\:bg-amber-300\/5:focus {
  background-color: rgb(252 211 77 / 0.05);
}
.focus\:bg-amber-300\/50:focus {
  background-color: rgb(252 211 77 / 0.5);
}
.focus\:bg-amber-300\/60:focus {
  background-color: rgb(252 211 77 / 0.6);
}
.focus\:bg-amber-300\/70:focus {
  background-color: rgb(252 211 77 / 0.7);
}
.focus\:bg-amber-300\/75:focus {
  background-color: rgb(252 211 77 / 0.75);
}
.focus\:bg-amber-300\/80:focus {
  background-color: rgb(252 211 77 / 0.8);
}
.focus\:bg-amber-300\/90:focus {
  background-color: rgb(252 211 77 / 0.9);
}
.focus\:bg-amber-300\/95:focus {
  background-color: rgb(252 211 77 / 0.95);
}
.focus\:bg-amber-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.focus\:bg-amber-400\/0:focus {
  background-color: rgb(251 191 36 / 0);
}
.focus\:bg-amber-400\/10:focus {
  background-color: rgb(251 191 36 / 0.1);
}
.focus\:bg-amber-400\/100:focus {
  background-color: rgb(251 191 36 / 1);
}
.focus\:bg-amber-400\/20:focus {
  background-color: rgb(251 191 36 / 0.2);
}
.focus\:bg-amber-400\/25:focus {
  background-color: rgb(251 191 36 / 0.25);
}
.focus\:bg-amber-400\/30:focus {
  background-color: rgb(251 191 36 / 0.3);
}
.focus\:bg-amber-400\/40:focus {
  background-color: rgb(251 191 36 / 0.4);
}
.focus\:bg-amber-400\/5:focus {
  background-color: rgb(251 191 36 / 0.05);
}
.focus\:bg-amber-400\/50:focus {
  background-color: rgb(251 191 36 / 0.5);
}
.focus\:bg-amber-400\/60:focus {
  background-color: rgb(251 191 36 / 0.6);
}
.focus\:bg-amber-400\/70:focus {
  background-color: rgb(251 191 36 / 0.7);
}
.focus\:bg-amber-400\/75:focus {
  background-color: rgb(251 191 36 / 0.75);
}
.focus\:bg-amber-400\/80:focus {
  background-color: rgb(251 191 36 / 0.8);
}
.focus\:bg-amber-400\/90:focus {
  background-color: rgb(251 191 36 / 0.9);
}
.focus\:bg-amber-400\/95:focus {
  background-color: rgb(251 191 36 / 0.95);
}
.focus\:bg-amber-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.focus\:bg-amber-50\/0:focus {
  background-color: rgb(255 251 235 / 0);
}
.focus\:bg-amber-50\/10:focus {
  background-color: rgb(255 251 235 / 0.1);
}
.focus\:bg-amber-50\/100:focus {
  background-color: rgb(255 251 235 / 1);
}
.focus\:bg-amber-50\/20:focus {
  background-color: rgb(255 251 235 / 0.2);
}
.focus\:bg-amber-50\/25:focus {
  background-color: rgb(255 251 235 / 0.25);
}
.focus\:bg-amber-50\/30:focus {
  background-color: rgb(255 251 235 / 0.3);
}
.focus\:bg-amber-50\/40:focus {
  background-color: rgb(255 251 235 / 0.4);
}
.focus\:bg-amber-50\/5:focus {
  background-color: rgb(255 251 235 / 0.05);
}
.focus\:bg-amber-50\/50:focus {
  background-color: rgb(255 251 235 / 0.5);
}
.focus\:bg-amber-50\/60:focus {
  background-color: rgb(255 251 235 / 0.6);
}
.focus\:bg-amber-50\/70:focus {
  background-color: rgb(255 251 235 / 0.7);
}
.focus\:bg-amber-50\/75:focus {
  background-color: rgb(255 251 235 / 0.75);
}
.focus\:bg-amber-50\/80:focus {
  background-color: rgb(255 251 235 / 0.8);
}
.focus\:bg-amber-50\/90:focus {
  background-color: rgb(255 251 235 / 0.9);
}
.focus\:bg-amber-50\/95:focus {
  background-color: rgb(255 251 235 / 0.95);
}
.focus\:bg-amber-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.focus\:bg-amber-500\/0:focus {
  background-color: rgb(245 158 11 / 0);
}
.focus\:bg-amber-500\/10:focus {
  background-color: rgb(245 158 11 / 0.1);
}
.focus\:bg-amber-500\/100:focus {
  background-color: rgb(245 158 11 / 1);
}
.focus\:bg-amber-500\/20:focus {
  background-color: rgb(245 158 11 / 0.2);
}
.focus\:bg-amber-500\/25:focus {
  background-color: rgb(245 158 11 / 0.25);
}
.focus\:bg-amber-500\/30:focus {
  background-color: rgb(245 158 11 / 0.3);
}
.focus\:bg-amber-500\/40:focus {
  background-color: rgb(245 158 11 / 0.4);
}
.focus\:bg-amber-500\/5:focus {
  background-color: rgb(245 158 11 / 0.05);
}
.focus\:bg-amber-500\/50:focus {
  background-color: rgb(245 158 11 / 0.5);
}
.focus\:bg-amber-500\/60:focus {
  background-color: rgb(245 158 11 / 0.6);
}
.focus\:bg-amber-500\/70:focus {
  background-color: rgb(245 158 11 / 0.7);
}
.focus\:bg-amber-500\/75:focus {
  background-color: rgb(245 158 11 / 0.75);
}
.focus\:bg-amber-500\/80:focus {
  background-color: rgb(245 158 11 / 0.8);
}
.focus\:bg-amber-500\/90:focus {
  background-color: rgb(245 158 11 / 0.9);
}
.focus\:bg-amber-500\/95:focus {
  background-color: rgb(245 158 11 / 0.95);
}
.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.focus\:bg-amber-600\/0:focus {
  background-color: rgb(217 119 6 / 0);
}
.focus\:bg-amber-600\/10:focus {
  background-color: rgb(217 119 6 / 0.1);
}
.focus\:bg-amber-600\/100:focus {
  background-color: rgb(217 119 6 / 1);
}
.focus\:bg-amber-600\/20:focus {
  background-color: rgb(217 119 6 / 0.2);
}
.focus\:bg-amber-600\/25:focus {
  background-color: rgb(217 119 6 / 0.25);
}
.focus\:bg-amber-600\/30:focus {
  background-color: rgb(217 119 6 / 0.3);
}
.focus\:bg-amber-600\/40:focus {
  background-color: rgb(217 119 6 / 0.4);
}
.focus\:bg-amber-600\/5:focus {
  background-color: rgb(217 119 6 / 0.05);
}
.focus\:bg-amber-600\/50:focus {
  background-color: rgb(217 119 6 / 0.5);
}
.focus\:bg-amber-600\/60:focus {
  background-color: rgb(217 119 6 / 0.6);
}
.focus\:bg-amber-600\/70:focus {
  background-color: rgb(217 119 6 / 0.7);
}
.focus\:bg-amber-600\/75:focus {
  background-color: rgb(217 119 6 / 0.75);
}
.focus\:bg-amber-600\/80:focus {
  background-color: rgb(217 119 6 / 0.8);
}
.focus\:bg-amber-600\/90:focus {
  background-color: rgb(217 119 6 / 0.9);
}
.focus\:bg-amber-600\/95:focus {
  background-color: rgb(217 119 6 / 0.95);
}
.focus\:bg-amber-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.focus\:bg-amber-700\/0:focus {
  background-color: rgb(180 83 9 / 0);
}
.focus\:bg-amber-700\/10:focus {
  background-color: rgb(180 83 9 / 0.1);
}
.focus\:bg-amber-700\/100:focus {
  background-color: rgb(180 83 9 / 1);
}
.focus\:bg-amber-700\/20:focus {
  background-color: rgb(180 83 9 / 0.2);
}
.focus\:bg-amber-700\/25:focus {
  background-color: rgb(180 83 9 / 0.25);
}
.focus\:bg-amber-700\/30:focus {
  background-color: rgb(180 83 9 / 0.3);
}
.focus\:bg-amber-700\/40:focus {
  background-color: rgb(180 83 9 / 0.4);
}
.focus\:bg-amber-700\/5:focus {
  background-color: rgb(180 83 9 / 0.05);
}
.focus\:bg-amber-700\/50:focus {
  background-color: rgb(180 83 9 / 0.5);
}
.focus\:bg-amber-700\/60:focus {
  background-color: rgb(180 83 9 / 0.6);
}
.focus\:bg-amber-700\/70:focus {
  background-color: rgb(180 83 9 / 0.7);
}
.focus\:bg-amber-700\/75:focus {
  background-color: rgb(180 83 9 / 0.75);
}
.focus\:bg-amber-700\/80:focus {
  background-color: rgb(180 83 9 / 0.8);
}
.focus\:bg-amber-700\/90:focus {
  background-color: rgb(180 83 9 / 0.9);
}
.focus\:bg-amber-700\/95:focus {
  background-color: rgb(180 83 9 / 0.95);
}
.focus\:bg-amber-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.focus\:bg-amber-800\/0:focus {
  background-color: rgb(146 64 14 / 0);
}
.focus\:bg-amber-800\/10:focus {
  background-color: rgb(146 64 14 / 0.1);
}
.focus\:bg-amber-800\/100:focus {
  background-color: rgb(146 64 14 / 1);
}
.focus\:bg-amber-800\/20:focus {
  background-color: rgb(146 64 14 / 0.2);
}
.focus\:bg-amber-800\/25:focus {
  background-color: rgb(146 64 14 / 0.25);
}
.focus\:bg-amber-800\/30:focus {
  background-color: rgb(146 64 14 / 0.3);
}
.focus\:bg-amber-800\/40:focus {
  background-color: rgb(146 64 14 / 0.4);
}
.focus\:bg-amber-800\/5:focus {
  background-color: rgb(146 64 14 / 0.05);
}
.focus\:bg-amber-800\/50:focus {
  background-color: rgb(146 64 14 / 0.5);
}
.focus\:bg-amber-800\/60:focus {
  background-color: rgb(146 64 14 / 0.6);
}
.focus\:bg-amber-800\/70:focus {
  background-color: rgb(146 64 14 / 0.7);
}
.focus\:bg-amber-800\/75:focus {
  background-color: rgb(146 64 14 / 0.75);
}
.focus\:bg-amber-800\/80:focus {
  background-color: rgb(146 64 14 / 0.8);
}
.focus\:bg-amber-800\/90:focus {
  background-color: rgb(146 64 14 / 0.9);
}
.focus\:bg-amber-800\/95:focus {
  background-color: rgb(146 64 14 / 0.95);
}
.focus\:bg-amber-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.focus\:bg-amber-900\/0:focus {
  background-color: rgb(120 53 15 / 0);
}
.focus\:bg-amber-900\/10:focus {
  background-color: rgb(120 53 15 / 0.1);
}
.focus\:bg-amber-900\/100:focus {
  background-color: rgb(120 53 15 / 1);
}
.focus\:bg-amber-900\/20:focus {
  background-color: rgb(120 53 15 / 0.2);
}
.focus\:bg-amber-900\/25:focus {
  background-color: rgb(120 53 15 / 0.25);
}
.focus\:bg-amber-900\/30:focus {
  background-color: rgb(120 53 15 / 0.3);
}
.focus\:bg-amber-900\/40:focus {
  background-color: rgb(120 53 15 / 0.4);
}
.focus\:bg-amber-900\/5:focus {
  background-color: rgb(120 53 15 / 0.05);
}
.focus\:bg-amber-900\/50:focus {
  background-color: rgb(120 53 15 / 0.5);
}
.focus\:bg-amber-900\/60:focus {
  background-color: rgb(120 53 15 / 0.6);
}
.focus\:bg-amber-900\/70:focus {
  background-color: rgb(120 53 15 / 0.7);
}
.focus\:bg-amber-900\/75:focus {
  background-color: rgb(120 53 15 / 0.75);
}
.focus\:bg-amber-900\/80:focus {
  background-color: rgb(120 53 15 / 0.8);
}
.focus\:bg-amber-900\/90:focus {
  background-color: rgb(120 53 15 / 0.9);
}
.focus\:bg-amber-900\/95:focus {
  background-color: rgb(120 53 15 / 0.95);
}
.focus\:bg-amber-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.focus\:bg-amber-950\/0:focus {
  background-color: rgb(69 26 3 / 0);
}
.focus\:bg-amber-950\/10:focus {
  background-color: rgb(69 26 3 / 0.1);
}
.focus\:bg-amber-950\/100:focus {
  background-color: rgb(69 26 3 / 1);
}
.focus\:bg-amber-950\/20:focus {
  background-color: rgb(69 26 3 / 0.2);
}
.focus\:bg-amber-950\/25:focus {
  background-color: rgb(69 26 3 / 0.25);
}
.focus\:bg-amber-950\/30:focus {
  background-color: rgb(69 26 3 / 0.3);
}
.focus\:bg-amber-950\/40:focus {
  background-color: rgb(69 26 3 / 0.4);
}
.focus\:bg-amber-950\/5:focus {
  background-color: rgb(69 26 3 / 0.05);
}
.focus\:bg-amber-950\/50:focus {
  background-color: rgb(69 26 3 / 0.5);
}
.focus\:bg-amber-950\/60:focus {
  background-color: rgb(69 26 3 / 0.6);
}
.focus\:bg-amber-950\/70:focus {
  background-color: rgb(69 26 3 / 0.7);
}
.focus\:bg-amber-950\/75:focus {
  background-color: rgb(69 26 3 / 0.75);
}
.focus\:bg-amber-950\/80:focus {
  background-color: rgb(69 26 3 / 0.8);
}
.focus\:bg-amber-950\/90:focus {
  background-color: rgb(69 26 3 / 0.9);
}
.focus\:bg-amber-950\/95:focus {
  background-color: rgb(69 26 3 / 0.95);
}
.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.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\/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\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}
.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\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(191 219 254 / 0.4);
}
.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\/60:focus {
  background-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(147 197 253 / 0.4);
}
.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\/60:focus {
  background-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(96 165 250 / 0.4);
}
.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\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(239 246 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}
.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\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(37 99 235 / 0.4);
}
.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\/60:focus {
  background-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}
.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\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(30 64 175 / 0.4);
}
.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\/60:focus {
  background-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(30 58 138 / 0.4);
}
.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\/60:focus {
  background-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(23 37 84 / 0.4);
}
.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\/60:focus {
  background-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-100\/0:focus {
  background-color: rgb(207 250 254 / 0);
}
.focus\:bg-cyan-100\/10:focus {
  background-color: rgb(207 250 254 / 0.1);
}
.focus\:bg-cyan-100\/100:focus {
  background-color: rgb(207 250 254 / 1);
}
.focus\:bg-cyan-100\/20:focus {
  background-color: rgb(207 250 254 / 0.2);
}
.focus\:bg-cyan-100\/25:focus {
  background-color: rgb(207 250 254 / 0.25);
}
.focus\:bg-cyan-100\/30:focus {
  background-color: rgb(207 250 254 / 0.3);
}
.focus\:bg-cyan-100\/40:focus {
  background-color: rgb(207 250 254 / 0.4);
}
.focus\:bg-cyan-100\/5:focus {
  background-color: rgb(207 250 254 / 0.05);
}
.focus\:bg-cyan-100\/50:focus {
  background-color: rgb(207 250 254 / 0.5);
}
.focus\:bg-cyan-100\/60:focus {
  background-color: rgb(207 250 254 / 0.6);
}
.focus\:bg-cyan-100\/70:focus {
  background-color: rgb(207 250 254 / 0.7);
}
.focus\:bg-cyan-100\/75:focus {
  background-color: rgb(207 250 254 / 0.75);
}
.focus\:bg-cyan-100\/80:focus {
  background-color: rgb(207 250 254 / 0.8);
}
.focus\:bg-cyan-100\/90:focus {
  background-color: rgb(207 250 254 / 0.9);
}
.focus\:bg-cyan-100\/95:focus {
  background-color: rgb(207 250 254 / 0.95);
}
.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-200\/0:focus {
  background-color: rgb(165 243 252 / 0);
}
.focus\:bg-cyan-200\/10:focus {
  background-color: rgb(165 243 252 / 0.1);
}
.focus\:bg-cyan-200\/100:focus {
  background-color: rgb(165 243 252 / 1);
}
.focus\:bg-cyan-200\/20:focus {
  background-color: rgb(165 243 252 / 0.2);
}
.focus\:bg-cyan-200\/25:focus {
  background-color: rgb(165 243 252 / 0.25);
}
.focus\:bg-cyan-200\/30:focus {
  background-color: rgb(165 243 252 / 0.3);
}
.focus\:bg-cyan-200\/40:focus {
  background-color: rgb(165 243 252 / 0.4);
}
.focus\:bg-cyan-200\/5:focus {
  background-color: rgb(165 243 252 / 0.05);
}
.focus\:bg-cyan-200\/50:focus {
  background-color: rgb(165 243 252 / 0.5);
}
.focus\:bg-cyan-200\/60:focus {
  background-color: rgb(165 243 252 / 0.6);
}
.focus\:bg-cyan-200\/70:focus {
  background-color: rgb(165 243 252 / 0.7);
}
.focus\:bg-cyan-200\/75:focus {
  background-color: rgb(165 243 252 / 0.75);
}
.focus\:bg-cyan-200\/80:focus {
  background-color: rgb(165 243 252 / 0.8);
}
.focus\:bg-cyan-200\/90:focus {
  background-color: rgb(165 243 252 / 0.9);
}
.focus\:bg-cyan-200\/95:focus {
  background-color: rgb(165 243 252 / 0.95);
}
.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-300\/0:focus {
  background-color: rgb(103 232 249 / 0);
}
.focus\:bg-cyan-300\/10:focus {
  background-color: rgb(103 232 249 / 0.1);
}
.focus\:bg-cyan-300\/100:focus {
  background-color: rgb(103 232 249 / 1);
}
.focus\:bg-cyan-300\/20:focus {
  background-color: rgb(103 232 249 / 0.2);
}
.focus\:bg-cyan-300\/25:focus {
  background-color: rgb(103 232 249 / 0.25);
}
.focus\:bg-cyan-300\/30:focus {
  background-color: rgb(103 232 249 / 0.3);
}
.focus\:bg-cyan-300\/40:focus {
  background-color: rgb(103 232 249 / 0.4);
}
.focus\:bg-cyan-300\/5:focus {
  background-color: rgb(103 232 249 / 0.05);
}
.focus\:bg-cyan-300\/50:focus {
  background-color: rgb(103 232 249 / 0.5);
}
.focus\:bg-cyan-300\/60:focus {
  background-color: rgb(103 232 249 / 0.6);
}
.focus\:bg-cyan-300\/70:focus {
  background-color: rgb(103 232 249 / 0.7);
}
.focus\:bg-cyan-300\/75:focus {
  background-color: rgb(103 232 249 / 0.75);
}
.focus\:bg-cyan-300\/80:focus {
  background-color: rgb(103 232 249 / 0.8);
}
.focus\:bg-cyan-300\/90:focus {
  background-color: rgb(103 232 249 / 0.9);
}
.focus\:bg-cyan-300\/95:focus {
  background-color: rgb(103 232 249 / 0.95);
}
.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-400\/0:focus {
  background-color: rgb(34 211 238 / 0);
}
.focus\:bg-cyan-400\/10:focus {
  background-color: rgb(34 211 238 / 0.1);
}
.focus\:bg-cyan-400\/100:focus {
  background-color: rgb(34 211 238 / 1);
}
.focus\:bg-cyan-400\/20:focus {
  background-color: rgb(34 211 238 / 0.2);
}
.focus\:bg-cyan-400\/25:focus {
  background-color: rgb(34 211 238 / 0.25);
}
.focus\:bg-cyan-400\/30:focus {
  background-color: rgb(34 211 238 / 0.3);
}
.focus\:bg-cyan-400\/40:focus {
  background-color: rgb(34 211 238 / 0.4);
}
.focus\:bg-cyan-400\/5:focus {
  background-color: rgb(34 211 238 / 0.05);
}
.focus\:bg-cyan-400\/50:focus {
  background-color: rgb(34 211 238 / 0.5);
}
.focus\:bg-cyan-400\/60:focus {
  background-color: rgb(34 211 238 / 0.6);
}
.focus\:bg-cyan-400\/70:focus {
  background-color: rgb(34 211 238 / 0.7);
}
.focus\:bg-cyan-400\/75:focus {
  background-color: rgb(34 211 238 / 0.75);
}
.focus\:bg-cyan-400\/80:focus {
  background-color: rgb(34 211 238 / 0.8);
}
.focus\:bg-cyan-400\/90:focus {
  background-color: rgb(34 211 238 / 0.9);
}
.focus\:bg-cyan-400\/95:focus {
  background-color: rgb(34 211 238 / 0.95);
}
.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-50\/0:focus {
  background-color: rgb(236 254 255 / 0);
}
.focus\:bg-cyan-50\/10:focus {
  background-color: rgb(236 254 255 / 0.1);
}
.focus\:bg-cyan-50\/100:focus {
  background-color: rgb(236 254 255 / 1);
}
.focus\:bg-cyan-50\/20:focus {
  background-color: rgb(236 254 255 / 0.2);
}
.focus\:bg-cyan-50\/25:focus {
  background-color: rgb(236 254 255 / 0.25);
}
.focus\:bg-cyan-50\/30:focus {
  background-color: rgb(236 254 255 / 0.3);
}
.focus\:bg-cyan-50\/40:focus {
  background-color: rgb(236 254 255 / 0.4);
}
.focus\:bg-cyan-50\/5:focus {
  background-color: rgb(236 254 255 / 0.05);
}
.focus\:bg-cyan-50\/50:focus {
  background-color: rgb(236 254 255 / 0.5);
}
.focus\:bg-cyan-50\/60:focus {
  background-color: rgb(236 254 255 / 0.6);
}
.focus\:bg-cyan-50\/70:focus {
  background-color: rgb(236 254 255 / 0.7);
}
.focus\:bg-cyan-50\/75:focus {
  background-color: rgb(236 254 255 / 0.75);
}
.focus\:bg-cyan-50\/80:focus {
  background-color: rgb(236 254 255 / 0.8);
}
.focus\:bg-cyan-50\/90:focus {
  background-color: rgb(236 254 255 / 0.9);
}
.focus\:bg-cyan-50\/95:focus {
  background-color: rgb(236 254 255 / 0.95);
}
.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-500\/0:focus {
  background-color: rgb(6 182 212 / 0);
}
.focus\:bg-cyan-500\/10:focus {
  background-color: rgb(6 182 212 / 0.1);
}
.focus\:bg-cyan-500\/100:focus {
  background-color: rgb(6 182 212 / 1);
}
.focus\:bg-cyan-500\/20:focus {
  background-color: rgb(6 182 212 / 0.2);
}
.focus\:bg-cyan-500\/25:focus {
  background-color: rgb(6 182 212 / 0.25);
}
.focus\:bg-cyan-500\/30:focus {
  background-color: rgb(6 182 212 / 0.3);
}
.focus\:bg-cyan-500\/40:focus {
  background-color: rgb(6 182 212 / 0.4);
}
.focus\:bg-cyan-500\/5:focus {
  background-color: rgb(6 182 212 / 0.05);
}
.focus\:bg-cyan-500\/50:focus {
  background-color: rgb(6 182 212 / 0.5);
}
.focus\:bg-cyan-500\/60:focus {
  background-color: rgb(6 182 212 / 0.6);
}
.focus\:bg-cyan-500\/70:focus {
  background-color: rgb(6 182 212 / 0.7);
}
.focus\:bg-cyan-500\/75:focus {
  background-color: rgb(6 182 212 / 0.75);
}
.focus\:bg-cyan-500\/80:focus {
  background-color: rgb(6 182 212 / 0.8);
}
.focus\:bg-cyan-500\/90:focus {
  background-color: rgb(6 182 212 / 0.9);
}
.focus\:bg-cyan-500\/95:focus {
  background-color: rgb(6 182 212 / 0.95);
}
.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-600\/0:focus {
  background-color: rgb(8 145 178 / 0);
}
.focus\:bg-cyan-600\/10:focus {
  background-color: rgb(8 145 178 / 0.1);
}
.focus\:bg-cyan-600\/100:focus {
  background-color: rgb(8 145 178 / 1);
}
.focus\:bg-cyan-600\/20:focus {
  background-color: rgb(8 145 178 / 0.2);
}
.focus\:bg-cyan-600\/25:focus {
  background-color: rgb(8 145 178 / 0.25);
}
.focus\:bg-cyan-600\/30:focus {
  background-color: rgb(8 145 178 / 0.3);
}
.focus\:bg-cyan-600\/40:focus {
  background-color: rgb(8 145 178 / 0.4);
}
.focus\:bg-cyan-600\/5:focus {
  background-color: rgb(8 145 178 / 0.05);
}
.focus\:bg-cyan-600\/50:focus {
  background-color: rgb(8 145 178 / 0.5);
}
.focus\:bg-cyan-600\/60:focus {
  background-color: rgb(8 145 178 / 0.6);
}
.focus\:bg-cyan-600\/70:focus {
  background-color: rgb(8 145 178 / 0.7);
}
.focus\:bg-cyan-600\/75:focus {
  background-color: rgb(8 145 178 / 0.75);
}
.focus\:bg-cyan-600\/80:focus {
  background-color: rgb(8 145 178 / 0.8);
}
.focus\:bg-cyan-600\/90:focus {
  background-color: rgb(8 145 178 / 0.9);
}
.focus\:bg-cyan-600\/95:focus {
  background-color: rgb(8 145 178 / 0.95);
}
.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-700\/0:focus {
  background-color: rgb(14 116 144 / 0);
}
.focus\:bg-cyan-700\/10:focus {
  background-color: rgb(14 116 144 / 0.1);
}
.focus\:bg-cyan-700\/100:focus {
  background-color: rgb(14 116 144 / 1);
}
.focus\:bg-cyan-700\/20:focus {
  background-color: rgb(14 116 144 / 0.2);
}
.focus\:bg-cyan-700\/25:focus {
  background-color: rgb(14 116 144 / 0.25);
}
.focus\:bg-cyan-700\/30:focus {
  background-color: rgb(14 116 144 / 0.3);
}
.focus\:bg-cyan-700\/40:focus {
  background-color: rgb(14 116 144 / 0.4);
}
.focus\:bg-cyan-700\/5:focus {
  background-color: rgb(14 116 144 / 0.05);
}
.focus\:bg-cyan-700\/50:focus {
  background-color: rgb(14 116 144 / 0.5);
}
.focus\:bg-cyan-700\/60:focus {
  background-color: rgb(14 116 144 / 0.6);
}
.focus\:bg-cyan-700\/70:focus {
  background-color: rgb(14 116 144 / 0.7);
}
.focus\:bg-cyan-700\/75:focus {
  background-color: rgb(14 116 144 / 0.75);
}
.focus\:bg-cyan-700\/80:focus {
  background-color: rgb(14 116 144 / 0.8);
}
.focus\:bg-cyan-700\/90:focus {
  background-color: rgb(14 116 144 / 0.9);
}
.focus\:bg-cyan-700\/95:focus {
  background-color: rgb(14 116 144 / 0.95);
}
.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-800\/0:focus {
  background-color: rgb(21 94 117 / 0);
}
.focus\:bg-cyan-800\/10:focus {
  background-color: rgb(21 94 117 / 0.1);
}
.focus\:bg-cyan-800\/100:focus {
  background-color: rgb(21 94 117 / 1);
}
.focus\:bg-cyan-800\/20:focus {
  background-color: rgb(21 94 117 / 0.2);
}
.focus\:bg-cyan-800\/25:focus {
  background-color: rgb(21 94 117 / 0.25);
}
.focus\:bg-cyan-800\/30:focus {
  background-color: rgb(21 94 117 / 0.3);
}
.focus\:bg-cyan-800\/40:focus {
  background-color: rgb(21 94 117 / 0.4);
}
.focus\:bg-cyan-800\/5:focus {
  background-color: rgb(21 94 117 / 0.05);
}
.focus\:bg-cyan-800\/50:focus {
  background-color: rgb(21 94 117 / 0.5);
}
.focus\:bg-cyan-800\/60:focus {
  background-color: rgb(21 94 117 / 0.6);
}
.focus\:bg-cyan-800\/70:focus {
  background-color: rgb(21 94 117 / 0.7);
}
.focus\:bg-cyan-800\/75:focus {
  background-color: rgb(21 94 117 / 0.75);
}
.focus\:bg-cyan-800\/80:focus {
  background-color: rgb(21 94 117 / 0.8);
}
.focus\:bg-cyan-800\/90:focus {
  background-color: rgb(21 94 117 / 0.9);
}
.focus\:bg-cyan-800\/95:focus {
  background-color: rgb(21 94 117 / 0.95);
}
.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-900\/0:focus {
  background-color: rgb(22 78 99 / 0);
}
.focus\:bg-cyan-900\/10:focus {
  background-color: rgb(22 78 99 / 0.1);
}
.focus\:bg-cyan-900\/100:focus {
  background-color: rgb(22 78 99 / 1);
}
.focus\:bg-cyan-900\/20:focus {
  background-color: rgb(22 78 99 / 0.2);
}
.focus\:bg-cyan-900\/25:focus {
  background-color: rgb(22 78 99 / 0.25);
}
.focus\:bg-cyan-900\/30:focus {
  background-color: rgb(22 78 99 / 0.3);
}
.focus\:bg-cyan-900\/40:focus {
  background-color: rgb(22 78 99 / 0.4);
}
.focus\:bg-cyan-900\/5:focus {
  background-color: rgb(22 78 99 / 0.05);
}
.focus\:bg-cyan-900\/50:focus {
  background-color: rgb(22 78 99 / 0.5);
}
.focus\:bg-cyan-900\/60:focus {
  background-color: rgb(22 78 99 / 0.6);
}
.focus\:bg-cyan-900\/70:focus {
  background-color: rgb(22 78 99 / 0.7);
}
.focus\:bg-cyan-900\/75:focus {
  background-color: rgb(22 78 99 / 0.75);
}
.focus\:bg-cyan-900\/80:focus {
  background-color: rgb(22 78 99 / 0.8);
}
.focus\:bg-cyan-900\/90:focus {
  background-color: rgb(22 78 99 / 0.9);
}
.focus\:bg-cyan-900\/95:focus {
  background-color: rgb(22 78 99 / 0.95);
}
.focus\:bg-cyan-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.focus\:bg-cyan-950\/0:focus {
  background-color: rgb(8 51 68 / 0);
}
.focus\:bg-cyan-950\/10:focus {
  background-color: rgb(8 51 68 / 0.1);
}
.focus\:bg-cyan-950\/100:focus {
  background-color: rgb(8 51 68 / 1);
}
.focus\:bg-cyan-950\/20:focus {
  background-color: rgb(8 51 68 / 0.2);
}
.focus\:bg-cyan-950\/25:focus {
  background-color: rgb(8 51 68 / 0.25);
}
.focus\:bg-cyan-950\/30:focus {
  background-color: rgb(8 51 68 / 0.3);
}
.focus\:bg-cyan-950\/40:focus {
  background-color: rgb(8 51 68 / 0.4);
}
.focus\:bg-cyan-950\/5:focus {
  background-color: rgb(8 51 68 / 0.05);
}
.focus\:bg-cyan-950\/50:focus {
  background-color: rgb(8 51 68 / 0.5);
}
.focus\:bg-cyan-950\/60:focus {
  background-color: rgb(8 51 68 / 0.6);
}
.focus\:bg-cyan-950\/70:focus {
  background-color: rgb(8 51 68 / 0.7);
}
.focus\:bg-cyan-950\/75:focus {
  background-color: rgb(8 51 68 / 0.75);
}
.focus\:bg-cyan-950\/80:focus {
  background-color: rgb(8 51 68 / 0.8);
}
.focus\:bg-cyan-950\/90:focus {
  background-color: rgb(8 51 68 / 0.9);
}
.focus\:bg-cyan-950\/95:focus {
  background-color: rgb(8 51 68 / 0.95);
}
.focus\:bg-emerald-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-100\/0:focus {
  background-color: rgb(209 250 229 / 0);
}
.focus\:bg-emerald-100\/10:focus {
  background-color: rgb(209 250 229 / 0.1);
}
.focus\:bg-emerald-100\/100:focus {
  background-color: rgb(209 250 229 / 1);
}
.focus\:bg-emerald-100\/20:focus {
  background-color: rgb(209 250 229 / 0.2);
}
.focus\:bg-emerald-100\/25:focus {
  background-color: rgb(209 250 229 / 0.25);
}
.focus\:bg-emerald-100\/30:focus {
  background-color: rgb(209 250 229 / 0.3);
}
.focus\:bg-emerald-100\/40:focus {
  background-color: rgb(209 250 229 / 0.4);
}
.focus\:bg-emerald-100\/5:focus {
  background-color: rgb(209 250 229 / 0.05);
}
.focus\:bg-emerald-100\/50:focus {
  background-color: rgb(209 250 229 / 0.5);
}
.focus\:bg-emerald-100\/60:focus {
  background-color: rgb(209 250 229 / 0.6);
}
.focus\:bg-emerald-100\/70:focus {
  background-color: rgb(209 250 229 / 0.7);
}
.focus\:bg-emerald-100\/75:focus {
  background-color: rgb(209 250 229 / 0.75);
}
.focus\:bg-emerald-100\/80:focus {
  background-color: rgb(209 250 229 / 0.8);
}
.focus\:bg-emerald-100\/90:focus {
  background-color: rgb(209 250 229 / 0.9);
}
.focus\:bg-emerald-100\/95:focus {
  background-color: rgb(209 250 229 / 0.95);
}
.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-200\/0:focus {
  background-color: rgb(167 243 208 / 0);
}
.focus\:bg-emerald-200\/10:focus {
  background-color: rgb(167 243 208 / 0.1);
}
.focus\:bg-emerald-200\/100:focus {
  background-color: rgb(167 243 208 / 1);
}
.focus\:bg-emerald-200\/20:focus {
  background-color: rgb(167 243 208 / 0.2);
}
.focus\:bg-emerald-200\/25:focus {
  background-color: rgb(167 243 208 / 0.25);
}
.focus\:bg-emerald-200\/30:focus {
  background-color: rgb(167 243 208 / 0.3);
}
.focus\:bg-emerald-200\/40:focus {
  background-color: rgb(167 243 208 / 0.4);
}
.focus\:bg-emerald-200\/5:focus {
  background-color: rgb(167 243 208 / 0.05);
}
.focus\:bg-emerald-200\/50:focus {
  background-color: rgb(167 243 208 / 0.5);
}
.focus\:bg-emerald-200\/60:focus {
  background-color: rgb(167 243 208 / 0.6);
}
.focus\:bg-emerald-200\/70:focus {
  background-color: rgb(167 243 208 / 0.7);
}
.focus\:bg-emerald-200\/75:focus {
  background-color: rgb(167 243 208 / 0.75);
}
.focus\:bg-emerald-200\/80:focus {
  background-color: rgb(167 243 208 / 0.8);
}
.focus\:bg-emerald-200\/90:focus {
  background-color: rgb(167 243 208 / 0.9);
}
.focus\:bg-emerald-200\/95:focus {
  background-color: rgb(167 243 208 / 0.95);
}
.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-300\/0:focus {
  background-color: rgb(110 231 183 / 0);
}
.focus\:bg-emerald-300\/10:focus {
  background-color: rgb(110 231 183 / 0.1);
}
.focus\:bg-emerald-300\/100:focus {
  background-color: rgb(110 231 183 / 1);
}
.focus\:bg-emerald-300\/20:focus {
  background-color: rgb(110 231 183 / 0.2);
}
.focus\:bg-emerald-300\/25:focus {
  background-color: rgb(110 231 183 / 0.25);
}
.focus\:bg-emerald-300\/30:focus {
  background-color: rgb(110 231 183 / 0.3);
}
.focus\:bg-emerald-300\/40:focus {
  background-color: rgb(110 231 183 / 0.4);
}
.focus\:bg-emerald-300\/5:focus {
  background-color: rgb(110 231 183 / 0.05);
}
.focus\:bg-emerald-300\/50:focus {
  background-color: rgb(110 231 183 / 0.5);
}
.focus\:bg-emerald-300\/60:focus {
  background-color: rgb(110 231 183 / 0.6);
}
.focus\:bg-emerald-300\/70:focus {
  background-color: rgb(110 231 183 / 0.7);
}
.focus\:bg-emerald-300\/75:focus {
  background-color: rgb(110 231 183 / 0.75);
}
.focus\:bg-emerald-300\/80:focus {
  background-color: rgb(110 231 183 / 0.8);
}
.focus\:bg-emerald-300\/90:focus {
  background-color: rgb(110 231 183 / 0.9);
}
.focus\:bg-emerald-300\/95:focus {
  background-color: rgb(110 231 183 / 0.95);
}
.focus\:bg-emerald-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-400\/0:focus {
  background-color: rgb(52 211 153 / 0);
}
.focus\:bg-emerald-400\/10:focus {
  background-color: rgb(52 211 153 / 0.1);
}
.focus\:bg-emerald-400\/100:focus {
  background-color: rgb(52 211 153 / 1);
}
.focus\:bg-emerald-400\/20:focus {
  background-color: rgb(52 211 153 / 0.2);
}
.focus\:bg-emerald-400\/25:focus {
  background-color: rgb(52 211 153 / 0.25);
}
.focus\:bg-emerald-400\/30:focus {
  background-color: rgb(52 211 153 / 0.3);
}
.focus\:bg-emerald-400\/40:focus {
  background-color: rgb(52 211 153 / 0.4);
}
.focus\:bg-emerald-400\/5:focus {
  background-color: rgb(52 211 153 / 0.05);
}
.focus\:bg-emerald-400\/50:focus {
  background-color: rgb(52 211 153 / 0.5);
}
.focus\:bg-emerald-400\/60:focus {
  background-color: rgb(52 211 153 / 0.6);
}
.focus\:bg-emerald-400\/70:focus {
  background-color: rgb(52 211 153 / 0.7);
}
.focus\:bg-emerald-400\/75:focus {
  background-color: rgb(52 211 153 / 0.75);
}
.focus\:bg-emerald-400\/80:focus {
  background-color: rgb(52 211 153 / 0.8);
}
.focus\:bg-emerald-400\/90:focus {
  background-color: rgb(52 211 153 / 0.9);
}
.focus\:bg-emerald-400\/95:focus {
  background-color: rgb(52 211 153 / 0.95);
}
.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-50\/0:focus {
  background-color: rgb(236 253 245 / 0);
}
.focus\:bg-emerald-50\/10:focus {
  background-color: rgb(236 253 245 / 0.1);
}
.focus\:bg-emerald-50\/100:focus {
  background-color: rgb(236 253 245 / 1);
}
.focus\:bg-emerald-50\/20:focus {
  background-color: rgb(236 253 245 / 0.2);
}
.focus\:bg-emerald-50\/25:focus {
  background-color: rgb(236 253 245 / 0.25);
}
.focus\:bg-emerald-50\/30:focus {
  background-color: rgb(236 253 245 / 0.3);
}
.focus\:bg-emerald-50\/40:focus {
  background-color: rgb(236 253 245 / 0.4);
}
.focus\:bg-emerald-50\/5:focus {
  background-color: rgb(236 253 245 / 0.05);
}
.focus\:bg-emerald-50\/50:focus {
  background-color: rgb(236 253 245 / 0.5);
}
.focus\:bg-emerald-50\/60:focus {
  background-color: rgb(236 253 245 / 0.6);
}
.focus\:bg-emerald-50\/70:focus {
  background-color: rgb(236 253 245 / 0.7);
}
.focus\:bg-emerald-50\/75:focus {
  background-color: rgb(236 253 245 / 0.75);
}
.focus\:bg-emerald-50\/80:focus {
  background-color: rgb(236 253 245 / 0.8);
}
.focus\:bg-emerald-50\/90:focus {
  background-color: rgb(236 253 245 / 0.9);
}
.focus\:bg-emerald-50\/95:focus {
  background-color: rgb(236 253 245 / 0.95);
}
.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-500\/0:focus {
  background-color: rgb(16 185 129 / 0);
}
.focus\:bg-emerald-500\/10:focus {
  background-color: rgb(16 185 129 / 0.1);
}
.focus\:bg-emerald-500\/100:focus {
  background-color: rgb(16 185 129 / 1);
}
.focus\:bg-emerald-500\/20:focus {
  background-color: rgb(16 185 129 / 0.2);
}
.focus\:bg-emerald-500\/25:focus {
  background-color: rgb(16 185 129 / 0.25);
}
.focus\:bg-emerald-500\/30:focus {
  background-color: rgb(16 185 129 / 0.3);
}
.focus\:bg-emerald-500\/40:focus {
  background-color: rgb(16 185 129 / 0.4);
}
.focus\:bg-emerald-500\/5:focus {
  background-color: rgb(16 185 129 / 0.05);
}
.focus\:bg-emerald-500\/50:focus {
  background-color: rgb(16 185 129 / 0.5);
}
.focus\:bg-emerald-500\/60:focus {
  background-color: rgb(16 185 129 / 0.6);
}
.focus\:bg-emerald-500\/70:focus {
  background-color: rgb(16 185 129 / 0.7);
}
.focus\:bg-emerald-500\/75:focus {
  background-color: rgb(16 185 129 / 0.75);
}
.focus\:bg-emerald-500\/80:focus {
  background-color: rgb(16 185 129 / 0.8);
}
.focus\:bg-emerald-500\/90:focus {
  background-color: rgb(16 185 129 / 0.9);
}
.focus\:bg-emerald-500\/95:focus {
  background-color: rgb(16 185 129 / 0.95);
}
.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-600\/0:focus {
  background-color: rgb(5 150 105 / 0);
}
.focus\:bg-emerald-600\/10:focus {
  background-color: rgb(5 150 105 / 0.1);
}
.focus\:bg-emerald-600\/100:focus {
  background-color: rgb(5 150 105 / 1);
}
.focus\:bg-emerald-600\/20:focus {
  background-color: rgb(5 150 105 / 0.2);
}
.focus\:bg-emerald-600\/25:focus {
  background-color: rgb(5 150 105 / 0.25);
}
.focus\:bg-emerald-600\/30:focus {
  background-color: rgb(5 150 105 / 0.3);
}
.focus\:bg-emerald-600\/40:focus {
  background-color: rgb(5 150 105 / 0.4);
}
.focus\:bg-emerald-600\/5:focus {
  background-color: rgb(5 150 105 / 0.05);
}
.focus\:bg-emerald-600\/50:focus {
  background-color: rgb(5 150 105 / 0.5);
}
.focus\:bg-emerald-600\/60:focus {
  background-color: rgb(5 150 105 / 0.6);
}
.focus\:bg-emerald-600\/70:focus {
  background-color: rgb(5 150 105 / 0.7);
}
.focus\:bg-emerald-600\/75:focus {
  background-color: rgb(5 150 105 / 0.75);
}
.focus\:bg-emerald-600\/80:focus {
  background-color: rgb(5 150 105 / 0.8);
}
.focus\:bg-emerald-600\/90:focus {
  background-color: rgb(5 150 105 / 0.9);
}
.focus\:bg-emerald-600\/95:focus {
  background-color: rgb(5 150 105 / 0.95);
}
.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-700\/0:focus {
  background-color: rgb(4 120 87 / 0);
}
.focus\:bg-emerald-700\/10:focus {
  background-color: rgb(4 120 87 / 0.1);
}
.focus\:bg-emerald-700\/100:focus {
  background-color: rgb(4 120 87 / 1);
}
.focus\:bg-emerald-700\/20:focus {
  background-color: rgb(4 120 87 / 0.2);
}
.focus\:bg-emerald-700\/25:focus {
  background-color: rgb(4 120 87 / 0.25);
}
.focus\:bg-emerald-700\/30:focus {
  background-color: rgb(4 120 87 / 0.3);
}
.focus\:bg-emerald-700\/40:focus {
  background-color: rgb(4 120 87 / 0.4);
}
.focus\:bg-emerald-700\/5:focus {
  background-color: rgb(4 120 87 / 0.05);
}
.focus\:bg-emerald-700\/50:focus {
  background-color: rgb(4 120 87 / 0.5);
}
.focus\:bg-emerald-700\/60:focus {
  background-color: rgb(4 120 87 / 0.6);
}
.focus\:bg-emerald-700\/70:focus {
  background-color: rgb(4 120 87 / 0.7);
}
.focus\:bg-emerald-700\/75:focus {
  background-color: rgb(4 120 87 / 0.75);
}
.focus\:bg-emerald-700\/80:focus {
  background-color: rgb(4 120 87 / 0.8);
}
.focus\:bg-emerald-700\/90:focus {
  background-color: rgb(4 120 87 / 0.9);
}
.focus\:bg-emerald-700\/95:focus {
  background-color: rgb(4 120 87 / 0.95);
}
.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-800\/0:focus {
  background-color: rgb(6 95 70 / 0);
}
.focus\:bg-emerald-800\/10:focus {
  background-color: rgb(6 95 70 / 0.1);
}
.focus\:bg-emerald-800\/100:focus {
  background-color: rgb(6 95 70 / 1);
}
.focus\:bg-emerald-800\/20:focus {
  background-color: rgb(6 95 70 / 0.2);
}
.focus\:bg-emerald-800\/25:focus {
  background-color: rgb(6 95 70 / 0.25);
}
.focus\:bg-emerald-800\/30:focus {
  background-color: rgb(6 95 70 / 0.3);
}
.focus\:bg-emerald-800\/40:focus {
  background-color: rgb(6 95 70 / 0.4);
}
.focus\:bg-emerald-800\/5:focus {
  background-color: rgb(6 95 70 / 0.05);
}
.focus\:bg-emerald-800\/50:focus {
  background-color: rgb(6 95 70 / 0.5);
}
.focus\:bg-emerald-800\/60:focus {
  background-color: rgb(6 95 70 / 0.6);
}
.focus\:bg-emerald-800\/70:focus {
  background-color: rgb(6 95 70 / 0.7);
}
.focus\:bg-emerald-800\/75:focus {
  background-color: rgb(6 95 70 / 0.75);
}
.focus\:bg-emerald-800\/80:focus {
  background-color: rgb(6 95 70 / 0.8);
}
.focus\:bg-emerald-800\/90:focus {
  background-color: rgb(6 95 70 / 0.9);
}
.focus\:bg-emerald-800\/95:focus {
  background-color: rgb(6 95 70 / 0.95);
}
.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-900\/0:focus {
  background-color: rgb(6 78 59 / 0);
}
.focus\:bg-emerald-900\/10:focus {
  background-color: rgb(6 78 59 / 0.1);
}
.focus\:bg-emerald-900\/100:focus {
  background-color: rgb(6 78 59 / 1);
}
.focus\:bg-emerald-900\/20:focus {
  background-color: rgb(6 78 59 / 0.2);
}
.focus\:bg-emerald-900\/25:focus {
  background-color: rgb(6 78 59 / 0.25);
}
.focus\:bg-emerald-900\/30:focus {
  background-color: rgb(6 78 59 / 0.3);
}
.focus\:bg-emerald-900\/40:focus {
  background-color: rgb(6 78 59 / 0.4);
}
.focus\:bg-emerald-900\/5:focus {
  background-color: rgb(6 78 59 / 0.05);
}
.focus\:bg-emerald-900\/50:focus {
  background-color: rgb(6 78 59 / 0.5);
}
.focus\:bg-emerald-900\/60:focus {
  background-color: rgb(6 78 59 / 0.6);
}
.focus\:bg-emerald-900\/70:focus {
  background-color: rgb(6 78 59 / 0.7);
}
.focus\:bg-emerald-900\/75:focus {
  background-color: rgb(6 78 59 / 0.75);
}
.focus\:bg-emerald-900\/80:focus {
  background-color: rgb(6 78 59 / 0.8);
}
.focus\:bg-emerald-900\/90:focus {
  background-color: rgb(6 78 59 / 0.9);
}
.focus\:bg-emerald-900\/95:focus {
  background-color: rgb(6 78 59 / 0.95);
}
.focus\:bg-emerald-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.focus\:bg-emerald-950\/0:focus {
  background-color: rgb(2 44 34 / 0);
}
.focus\:bg-emerald-950\/10:focus {
  background-color: rgb(2 44 34 / 0.1);
}
.focus\:bg-emerald-950\/100:focus {
  background-color: rgb(2 44 34 / 1);
}
.focus\:bg-emerald-950\/20:focus {
  background-color: rgb(2 44 34 / 0.2);
}
.focus\:bg-emerald-950\/25:focus {
  background-color: rgb(2 44 34 / 0.25);
}
.focus\:bg-emerald-950\/30:focus {
  background-color: rgb(2 44 34 / 0.3);
}
.focus\:bg-emerald-950\/40:focus {
  background-color: rgb(2 44 34 / 0.4);
}
.focus\:bg-emerald-950\/5:focus {
  background-color: rgb(2 44 34 / 0.05);
}
.focus\:bg-emerald-950\/50:focus {
  background-color: rgb(2 44 34 / 0.5);
}
.focus\:bg-emerald-950\/60:focus {
  background-color: rgb(2 44 34 / 0.6);
}
.focus\:bg-emerald-950\/70:focus {
  background-color: rgb(2 44 34 / 0.7);
}
.focus\:bg-emerald-950\/75:focus {
  background-color: rgb(2 44 34 / 0.75);
}
.focus\:bg-emerald-950\/80:focus {
  background-color: rgb(2 44 34 / 0.8);
}
.focus\:bg-emerald-950\/90:focus {
  background-color: rgb(2 44 34 / 0.9);
}
.focus\:bg-emerald-950\/95:focus {
  background-color: rgb(2 44 34 / 0.95);
}
.focus\:bg-fuchsia-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-100\/0:focus {
  background-color: rgb(250 232 255 / 0);
}
.focus\:bg-fuchsia-100\/10:focus {
  background-color: rgb(250 232 255 / 0.1);
}
.focus\:bg-fuchsia-100\/100:focus {
  background-color: rgb(250 232 255 / 1);
}
.focus\:bg-fuchsia-100\/20:focus {
  background-color: rgb(250 232 255 / 0.2);
}
.focus\:bg-fuchsia-100\/25:focus {
  background-color: rgb(250 232 255 / 0.25);
}
.focus\:bg-fuchsia-100\/30:focus {
  background-color: rgb(250 232 255 / 0.3);
}
.focus\:bg-fuchsia-100\/40:focus {
  background-color: rgb(250 232 255 / 0.4);
}
.focus\:bg-fuchsia-100\/5:focus {
  background-color: rgb(250 232 255 / 0.05);
}
.focus\:bg-fuchsia-100\/50:focus {
  background-color: rgb(250 232 255 / 0.5);
}
.focus\:bg-fuchsia-100\/60:focus {
  background-color: rgb(250 232 255 / 0.6);
}
.focus\:bg-fuchsia-100\/70:focus {
  background-color: rgb(250 232 255 / 0.7);
}
.focus\:bg-fuchsia-100\/75:focus {
  background-color: rgb(250 232 255 / 0.75);
}
.focus\:bg-fuchsia-100\/80:focus {
  background-color: rgb(250 232 255 / 0.8);
}
.focus\:bg-fuchsia-100\/90:focus {
  background-color: rgb(250 232 255 / 0.9);
}
.focus\:bg-fuchsia-100\/95:focus {
  background-color: rgb(250 232 255 / 0.95);
}
.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-200\/0:focus {
  background-color: rgb(245 208 254 / 0);
}
.focus\:bg-fuchsia-200\/10:focus {
  background-color: rgb(245 208 254 / 0.1);
}
.focus\:bg-fuchsia-200\/100:focus {
  background-color: rgb(245 208 254 / 1);
}
.focus\:bg-fuchsia-200\/20:focus {
  background-color: rgb(245 208 254 / 0.2);
}
.focus\:bg-fuchsia-200\/25:focus {
  background-color: rgb(245 208 254 / 0.25);
}
.focus\:bg-fuchsia-200\/30:focus {
  background-color: rgb(245 208 254 / 0.3);
}
.focus\:bg-fuchsia-200\/40:focus {
  background-color: rgb(245 208 254 / 0.4);
}
.focus\:bg-fuchsia-200\/5:focus {
  background-color: rgb(245 208 254 / 0.05);
}
.focus\:bg-fuchsia-200\/50:focus {
  background-color: rgb(245 208 254 / 0.5);
}
.focus\:bg-fuchsia-200\/60:focus {
  background-color: rgb(245 208 254 / 0.6);
}
.focus\:bg-fuchsia-200\/70:focus {
  background-color: rgb(245 208 254 / 0.7);
}
.focus\:bg-fuchsia-200\/75:focus {
  background-color: rgb(245 208 254 / 0.75);
}
.focus\:bg-fuchsia-200\/80:focus {
  background-color: rgb(245 208 254 / 0.8);
}
.focus\:bg-fuchsia-200\/90:focus {
  background-color: rgb(245 208 254 / 0.9);
}
.focus\:bg-fuchsia-200\/95:focus {
  background-color: rgb(245 208 254 / 0.95);
}
.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-300\/0:focus {
  background-color: rgb(240 171 252 / 0);
}
.focus\:bg-fuchsia-300\/10:focus {
  background-color: rgb(240 171 252 / 0.1);
}
.focus\:bg-fuchsia-300\/100:focus {
  background-color: rgb(240 171 252 / 1);
}
.focus\:bg-fuchsia-300\/20:focus {
  background-color: rgb(240 171 252 / 0.2);
}
.focus\:bg-fuchsia-300\/25:focus {
  background-color: rgb(240 171 252 / 0.25);
}
.focus\:bg-fuchsia-300\/30:focus {
  background-color: rgb(240 171 252 / 0.3);
}
.focus\:bg-fuchsia-300\/40:focus {
  background-color: rgb(240 171 252 / 0.4);
}
.focus\:bg-fuchsia-300\/5:focus {
  background-color: rgb(240 171 252 / 0.05);
}
.focus\:bg-fuchsia-300\/50:focus {
  background-color: rgb(240 171 252 / 0.5);
}
.focus\:bg-fuchsia-300\/60:focus {
  background-color: rgb(240 171 252 / 0.6);
}
.focus\:bg-fuchsia-300\/70:focus {
  background-color: rgb(240 171 252 / 0.7);
}
.focus\:bg-fuchsia-300\/75:focus {
  background-color: rgb(240 171 252 / 0.75);
}
.focus\:bg-fuchsia-300\/80:focus {
  background-color: rgb(240 171 252 / 0.8);
}
.focus\:bg-fuchsia-300\/90:focus {
  background-color: rgb(240 171 252 / 0.9);
}
.focus\:bg-fuchsia-300\/95:focus {
  background-color: rgb(240 171 252 / 0.95);
}
.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-400\/0:focus {
  background-color: rgb(232 121 249 / 0);
}
.focus\:bg-fuchsia-400\/10:focus {
  background-color: rgb(232 121 249 / 0.1);
}
.focus\:bg-fuchsia-400\/100:focus {
  background-color: rgb(232 121 249 / 1);
}
.focus\:bg-fuchsia-400\/20:focus {
  background-color: rgb(232 121 249 / 0.2);
}
.focus\:bg-fuchsia-400\/25:focus {
  background-color: rgb(232 121 249 / 0.25);
}
.focus\:bg-fuchsia-400\/30:focus {
  background-color: rgb(232 121 249 / 0.3);
}
.focus\:bg-fuchsia-400\/40:focus {
  background-color: rgb(232 121 249 / 0.4);
}
.focus\:bg-fuchsia-400\/5:focus {
  background-color: rgb(232 121 249 / 0.05);
}
.focus\:bg-fuchsia-400\/50:focus {
  background-color: rgb(232 121 249 / 0.5);
}
.focus\:bg-fuchsia-400\/60:focus {
  background-color: rgb(232 121 249 / 0.6);
}
.focus\:bg-fuchsia-400\/70:focus {
  background-color: rgb(232 121 249 / 0.7);
}
.focus\:bg-fuchsia-400\/75:focus {
  background-color: rgb(232 121 249 / 0.75);
}
.focus\:bg-fuchsia-400\/80:focus {
  background-color: rgb(232 121 249 / 0.8);
}
.focus\:bg-fuchsia-400\/90:focus {
  background-color: rgb(232 121 249 / 0.9);
}
.focus\:bg-fuchsia-400\/95:focus {
  background-color: rgb(232 121 249 / 0.95);
}
.focus\:bg-fuchsia-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-50\/0:focus {
  background-color: rgb(253 244 255 / 0);
}
.focus\:bg-fuchsia-50\/10:focus {
  background-color: rgb(253 244 255 / 0.1);
}
.focus\:bg-fuchsia-50\/100:focus {
  background-color: rgb(253 244 255 / 1);
}
.focus\:bg-fuchsia-50\/20:focus {
  background-color: rgb(253 244 255 / 0.2);
}
.focus\:bg-fuchsia-50\/25:focus {
  background-color: rgb(253 244 255 / 0.25);
}
.focus\:bg-fuchsia-50\/30:focus {
  background-color: rgb(253 244 255 / 0.3);
}
.focus\:bg-fuchsia-50\/40:focus {
  background-color: rgb(253 244 255 / 0.4);
}
.focus\:bg-fuchsia-50\/5:focus {
  background-color: rgb(253 244 255 / 0.05);
}
.focus\:bg-fuchsia-50\/50:focus {
  background-color: rgb(253 244 255 / 0.5);
}
.focus\:bg-fuchsia-50\/60:focus {
  background-color: rgb(253 244 255 / 0.6);
}
.focus\:bg-fuchsia-50\/70:focus {
  background-color: rgb(253 244 255 / 0.7);
}
.focus\:bg-fuchsia-50\/75:focus {
  background-color: rgb(253 244 255 / 0.75);
}
.focus\:bg-fuchsia-50\/80:focus {
  background-color: rgb(253 244 255 / 0.8);
}
.focus\:bg-fuchsia-50\/90:focus {
  background-color: rgb(253 244 255 / 0.9);
}
.focus\:bg-fuchsia-50\/95:focus {
  background-color: rgb(253 244 255 / 0.95);
}
.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-500\/0:focus {
  background-color: rgb(217 70 239 / 0);
}
.focus\:bg-fuchsia-500\/10:focus {
  background-color: rgb(217 70 239 / 0.1);
}
.focus\:bg-fuchsia-500\/100:focus {
  background-color: rgb(217 70 239 / 1);
}
.focus\:bg-fuchsia-500\/20:focus {
  background-color: rgb(217 70 239 / 0.2);
}
.focus\:bg-fuchsia-500\/25:focus {
  background-color: rgb(217 70 239 / 0.25);
}
.focus\:bg-fuchsia-500\/30:focus {
  background-color: rgb(217 70 239 / 0.3);
}
.focus\:bg-fuchsia-500\/40:focus {
  background-color: rgb(217 70 239 / 0.4);
}
.focus\:bg-fuchsia-500\/5:focus {
  background-color: rgb(217 70 239 / 0.05);
}
.focus\:bg-fuchsia-500\/50:focus {
  background-color: rgb(217 70 239 / 0.5);
}
.focus\:bg-fuchsia-500\/60:focus {
  background-color: rgb(217 70 239 / 0.6);
}
.focus\:bg-fuchsia-500\/70:focus {
  background-color: rgb(217 70 239 / 0.7);
}
.focus\:bg-fuchsia-500\/75:focus {
  background-color: rgb(217 70 239 / 0.75);
}
.focus\:bg-fuchsia-500\/80:focus {
  background-color: rgb(217 70 239 / 0.8);
}
.focus\:bg-fuchsia-500\/90:focus {
  background-color: rgb(217 70 239 / 0.9);
}
.focus\:bg-fuchsia-500\/95:focus {
  background-color: rgb(217 70 239 / 0.95);
}
.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-600\/0:focus {
  background-color: rgb(192 38 211 / 0);
}
.focus\:bg-fuchsia-600\/10:focus {
  background-color: rgb(192 38 211 / 0.1);
}
.focus\:bg-fuchsia-600\/100:focus {
  background-color: rgb(192 38 211 / 1);
}
.focus\:bg-fuchsia-600\/20:focus {
  background-color: rgb(192 38 211 / 0.2);
}
.focus\:bg-fuchsia-600\/25:focus {
  background-color: rgb(192 38 211 / 0.25);
}
.focus\:bg-fuchsia-600\/30:focus {
  background-color: rgb(192 38 211 / 0.3);
}
.focus\:bg-fuchsia-600\/40:focus {
  background-color: rgb(192 38 211 / 0.4);
}
.focus\:bg-fuchsia-600\/5:focus {
  background-color: rgb(192 38 211 / 0.05);
}
.focus\:bg-fuchsia-600\/50:focus {
  background-color: rgb(192 38 211 / 0.5);
}
.focus\:bg-fuchsia-600\/60:focus {
  background-color: rgb(192 38 211 / 0.6);
}
.focus\:bg-fuchsia-600\/70:focus {
  background-color: rgb(192 38 211 / 0.7);
}
.focus\:bg-fuchsia-600\/75:focus {
  background-color: rgb(192 38 211 / 0.75);
}
.focus\:bg-fuchsia-600\/80:focus {
  background-color: rgb(192 38 211 / 0.8);
}
.focus\:bg-fuchsia-600\/90:focus {
  background-color: rgb(192 38 211 / 0.9);
}
.focus\:bg-fuchsia-600\/95:focus {
  background-color: rgb(192 38 211 / 0.95);
}
.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-700\/0:focus {
  background-color: rgb(162 28 175 / 0);
}
.focus\:bg-fuchsia-700\/10:focus {
  background-color: rgb(162 28 175 / 0.1);
}
.focus\:bg-fuchsia-700\/100:focus {
  background-color: rgb(162 28 175 / 1);
}
.focus\:bg-fuchsia-700\/20:focus {
  background-color: rgb(162 28 175 / 0.2);
}
.focus\:bg-fuchsia-700\/25:focus {
  background-color: rgb(162 28 175 / 0.25);
}
.focus\:bg-fuchsia-700\/30:focus {
  background-color: rgb(162 28 175 / 0.3);
}
.focus\:bg-fuchsia-700\/40:focus {
  background-color: rgb(162 28 175 / 0.4);
}
.focus\:bg-fuchsia-700\/5:focus {
  background-color: rgb(162 28 175 / 0.05);
}
.focus\:bg-fuchsia-700\/50:focus {
  background-color: rgb(162 28 175 / 0.5);
}
.focus\:bg-fuchsia-700\/60:focus {
  background-color: rgb(162 28 175 / 0.6);
}
.focus\:bg-fuchsia-700\/70:focus {
  background-color: rgb(162 28 175 / 0.7);
}
.focus\:bg-fuchsia-700\/75:focus {
  background-color: rgb(162 28 175 / 0.75);
}
.focus\:bg-fuchsia-700\/80:focus {
  background-color: rgb(162 28 175 / 0.8);
}
.focus\:bg-fuchsia-700\/90:focus {
  background-color: rgb(162 28 175 / 0.9);
}
.focus\:bg-fuchsia-700\/95:focus {
  background-color: rgb(162 28 175 / 0.95);
}
.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-800\/0:focus {
  background-color: rgb(134 25 143 / 0);
}
.focus\:bg-fuchsia-800\/10:focus {
  background-color: rgb(134 25 143 / 0.1);
}
.focus\:bg-fuchsia-800\/100:focus {
  background-color: rgb(134 25 143 / 1);
}
.focus\:bg-fuchsia-800\/20:focus {
  background-color: rgb(134 25 143 / 0.2);
}
.focus\:bg-fuchsia-800\/25:focus {
  background-color: rgb(134 25 143 / 0.25);
}
.focus\:bg-fuchsia-800\/30:focus {
  background-color: rgb(134 25 143 / 0.3);
}
.focus\:bg-fuchsia-800\/40:focus {
  background-color: rgb(134 25 143 / 0.4);
}
.focus\:bg-fuchsia-800\/5:focus {
  background-color: rgb(134 25 143 / 0.05);
}
.focus\:bg-fuchsia-800\/50:focus {
  background-color: rgb(134 25 143 / 0.5);
}
.focus\:bg-fuchsia-800\/60:focus {
  background-color: rgb(134 25 143 / 0.6);
}
.focus\:bg-fuchsia-800\/70:focus {
  background-color: rgb(134 25 143 / 0.7);
}
.focus\:bg-fuchsia-800\/75:focus {
  background-color: rgb(134 25 143 / 0.75);
}
.focus\:bg-fuchsia-800\/80:focus {
  background-color: rgb(134 25 143 / 0.8);
}
.focus\:bg-fuchsia-800\/90:focus {
  background-color: rgb(134 25 143 / 0.9);
}
.focus\:bg-fuchsia-800\/95:focus {
  background-color: rgb(134 25 143 / 0.95);
}
.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-900\/0:focus {
  background-color: rgb(112 26 117 / 0);
}
.focus\:bg-fuchsia-900\/10:focus {
  background-color: rgb(112 26 117 / 0.1);
}
.focus\:bg-fuchsia-900\/100:focus {
  background-color: rgb(112 26 117 / 1);
}
.focus\:bg-fuchsia-900\/20:focus {
  background-color: rgb(112 26 117 / 0.2);
}
.focus\:bg-fuchsia-900\/25:focus {
  background-color: rgb(112 26 117 / 0.25);
}
.focus\:bg-fuchsia-900\/30:focus {
  background-color: rgb(112 26 117 / 0.3);
}
.focus\:bg-fuchsia-900\/40:focus {
  background-color: rgb(112 26 117 / 0.4);
}
.focus\:bg-fuchsia-900\/5:focus {
  background-color: rgb(112 26 117 / 0.05);
}
.focus\:bg-fuchsia-900\/50:focus {
  background-color: rgb(112 26 117 / 0.5);
}
.focus\:bg-fuchsia-900\/60:focus {
  background-color: rgb(112 26 117 / 0.6);
}
.focus\:bg-fuchsia-900\/70:focus {
  background-color: rgb(112 26 117 / 0.7);
}
.focus\:bg-fuchsia-900\/75:focus {
  background-color: rgb(112 26 117 / 0.75);
}
.focus\:bg-fuchsia-900\/80:focus {
  background-color: rgb(112 26 117 / 0.8);
}
.focus\:bg-fuchsia-900\/90:focus {
  background-color: rgb(112 26 117 / 0.9);
}
.focus\:bg-fuchsia-900\/95:focus {
  background-color: rgb(112 26 117 / 0.95);
}
.focus\:bg-fuchsia-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.focus\:bg-fuchsia-950\/0:focus {
  background-color: rgb(74 4 78 / 0);
}
.focus\:bg-fuchsia-950\/10:focus {
  background-color: rgb(74 4 78 / 0.1);
}
.focus\:bg-fuchsia-950\/100:focus {
  background-color: rgb(74 4 78 / 1);
}
.focus\:bg-fuchsia-950\/20:focus {
  background-color: rgb(74 4 78 / 0.2);
}
.focus\:bg-fuchsia-950\/25:focus {
  background-color: rgb(74 4 78 / 0.25);
}
.focus\:bg-fuchsia-950\/30:focus {
  background-color: rgb(74 4 78 / 0.3);
}
.focus\:bg-fuchsia-950\/40:focus {
  background-color: rgb(74 4 78 / 0.4);
}
.focus\:bg-fuchsia-950\/5:focus {
  background-color: rgb(74 4 78 / 0.05);
}
.focus\:bg-fuchsia-950\/50:focus {
  background-color: rgb(74 4 78 / 0.5);
}
.focus\:bg-fuchsia-950\/60:focus {
  background-color: rgb(74 4 78 / 0.6);
}
.focus\:bg-fuchsia-950\/70:focus {
  background-color: rgb(74 4 78 / 0.7);
}
.focus\:bg-fuchsia-950\/75:focus {
  background-color: rgb(74 4 78 / 0.75);
}
.focus\:bg-fuchsia-950\/80:focus {
  background-color: rgb(74 4 78 / 0.8);
}
.focus\:bg-fuchsia-950\/90:focus {
  background-color: rgb(74 4 78 / 0.9);
}
.focus\:bg-fuchsia-950\/95:focus {
  background-color: rgb(74 4 78 / 0.95);
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.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\/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\/40:focus {
  background-color: rgb(243 244 246 / 0.4);
}
.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\/60:focus {
  background-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(229 231 235 / 0.4);
}
.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\/60:focus {
  background-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(209 213 219 / 0.4);
}
.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\/60:focus {
  background-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(156 163 175 / 0.4);
}
.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\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(249 250 251 / 0.4);
}
.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\/60:focus {
  background-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(107 114 128 / 0.4);
}
.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\/60:focus {
  background-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(75 85 99 / 0.4);
}
.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\/60:focus {
  background-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(55 65 81 / 0.4);
}
.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\/60:focus {
  background-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(31 41 55 / 0.4);
}
.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\/60:focus {
  background-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(17 24 39 / 0.4);
}
.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\/60:focus {
  background-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(3 7 18 / 0.4);
}
.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\/60:focus {
  background-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(220 252 231 / 0.4);
}
.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\/60:focus {
  background-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(187 247 208 / 0.4);
}
.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\/60:focus {
  background-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(134 239 172 / 0.4);
}
.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\/60:focus {
  background-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(74 222 128 / 0.4);
}
.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\/60:focus {
  background-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(240 253 244 / 0.4);
}
.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\/60:focus {
  background-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(34 197 94 / 0.4);
}
.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\/60:focus {
  background-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(22 163 74 / 0.4);
}
.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\/60:focus {
  background-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(21 128 61 / 0.4);
}
.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\/60:focus {
  background-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(22 101 52 / 0.4);
}
.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\/60:focus {
  background-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(20 83 45 / 0.4);
}
.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\/60:focus {
  background-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(5 46 22 / 0.4);
}
.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\/60:focus {
  background-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(224 231 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(199 210 254 / 0.4);
}
.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\/60:focus {
  background-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(165 180 252 / 0.4);
}
.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\/60:focus {
  background-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(129 140 248 / 0.4);
}
.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\/60:focus {
  background-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(238 242 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(99 102 241 / 0.4);
}
.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\/60:focus {
  background-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(79 70 229 / 0.4);
}
.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\/60:focus {
  background-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(67 56 202 / 0.4);
}
.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\/60:focus {
  background-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(55 48 163 / 0.4);
}
.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\/60:focus {
  background-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(49 46 129 / 0.4);
}
.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\/60:focus {
  background-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(30 27 75 / 0.4);
}
.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\/60:focus {
  background-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.focus\:bg-lime-100\/0:focus {
  background-color: rgb(236 252 203 / 0);
}
.focus\:bg-lime-100\/10:focus {
  background-color: rgb(236 252 203 / 0.1);
}
.focus\:bg-lime-100\/100:focus {
  background-color: rgb(236 252 203 / 1);
}
.focus\:bg-lime-100\/20:focus {
  background-color: rgb(236 252 203 / 0.2);
}
.focus\:bg-lime-100\/25:focus {
  background-color: rgb(236 252 203 / 0.25);
}
.focus\:bg-lime-100\/30:focus {
  background-color: rgb(236 252 203 / 0.3);
}
.focus\:bg-lime-100\/40:focus {
  background-color: rgb(236 252 203 / 0.4);
}
.focus\:bg-lime-100\/5:focus {
  background-color: rgb(236 252 203 / 0.05);
}
.focus\:bg-lime-100\/50:focus {
  background-color: rgb(236 252 203 / 0.5);
}
.focus\:bg-lime-100\/60:focus {
  background-color: rgb(236 252 203 / 0.6);
}
.focus\:bg-lime-100\/70:focus {
  background-color: rgb(236 252 203 / 0.7);
}
.focus\:bg-lime-100\/75:focus {
  background-color: rgb(236 252 203 / 0.75);
}
.focus\:bg-lime-100\/80:focus {
  background-color: rgb(236 252 203 / 0.8);
}
.focus\:bg-lime-100\/90:focus {
  background-color: rgb(236 252 203 / 0.9);
}
.focus\:bg-lime-100\/95:focus {
  background-color: rgb(236 252 203 / 0.95);
}
.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.focus\:bg-lime-200\/0:focus {
  background-color: rgb(217 249 157 / 0);
}
.focus\:bg-lime-200\/10:focus {
  background-color: rgb(217 249 157 / 0.1);
}
.focus\:bg-lime-200\/100:focus {
  background-color: rgb(217 249 157 / 1);
}
.focus\:bg-lime-200\/20:focus {
  background-color: rgb(217 249 157 / 0.2);
}
.focus\:bg-lime-200\/25:focus {
  background-color: rgb(217 249 157 / 0.25);
}
.focus\:bg-lime-200\/30:focus {
  background-color: rgb(217 249 157 / 0.3);
}
.focus\:bg-lime-200\/40:focus {
  background-color: rgb(217 249 157 / 0.4);
}
.focus\:bg-lime-200\/5:focus {
  background-color: rgb(217 249 157 / 0.05);
}
.focus\:bg-lime-200\/50:focus {
  background-color: rgb(217 249 157 / 0.5);
}
.focus\:bg-lime-200\/60:focus {
  background-color: rgb(217 249 157 / 0.6);
}
.focus\:bg-lime-200\/70:focus {
  background-color: rgb(217 249 157 / 0.7);
}
.focus\:bg-lime-200\/75:focus {
  background-color: rgb(217 249 157 / 0.75);
}
.focus\:bg-lime-200\/80:focus {
  background-color: rgb(217 249 157 / 0.8);
}
.focus\:bg-lime-200\/90:focus {
  background-color: rgb(217 249 157 / 0.9);
}
.focus\:bg-lime-200\/95:focus {
  background-color: rgb(217 249 157 / 0.95);
}
.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.focus\:bg-lime-300\/0:focus {
  background-color: rgb(190 242 100 / 0);
}
.focus\:bg-lime-300\/10:focus {
  background-color: rgb(190 242 100 / 0.1);
}
.focus\:bg-lime-300\/100:focus {
  background-color: rgb(190 242 100 / 1);
}
.focus\:bg-lime-300\/20:focus {
  background-color: rgb(190 242 100 / 0.2);
}
.focus\:bg-lime-300\/25:focus {
  background-color: rgb(190 242 100 / 0.25);
}
.focus\:bg-lime-300\/30:focus {
  background-color: rgb(190 242 100 / 0.3);
}
.focus\:bg-lime-300\/40:focus {
  background-color: rgb(190 242 100 / 0.4);
}
.focus\:bg-lime-300\/5:focus {
  background-color: rgb(190 242 100 / 0.05);
}
.focus\:bg-lime-300\/50:focus {
  background-color: rgb(190 242 100 / 0.5);
}
.focus\:bg-lime-300\/60:focus {
  background-color: rgb(190 242 100 / 0.6);
}
.focus\:bg-lime-300\/70:focus {
  background-color: rgb(190 242 100 / 0.7);
}
.focus\:bg-lime-300\/75:focus {
  background-color: rgb(190 242 100 / 0.75);
}
.focus\:bg-lime-300\/80:focus {
  background-color: rgb(190 242 100 / 0.8);
}
.focus\:bg-lime-300\/90:focus {
  background-color: rgb(190 242 100 / 0.9);
}
.focus\:bg-lime-300\/95:focus {
  background-color: rgb(190 242 100 / 0.95);
}
.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.focus\:bg-lime-400\/0:focus {
  background-color: rgb(163 230 53 / 0);
}
.focus\:bg-lime-400\/10:focus {
  background-color: rgb(163 230 53 / 0.1);
}
.focus\:bg-lime-400\/100:focus {
  background-color: rgb(163 230 53 / 1);
}
.focus\:bg-lime-400\/20:focus {
  background-color: rgb(163 230 53 / 0.2);
}
.focus\:bg-lime-400\/25:focus {
  background-color: rgb(163 230 53 / 0.25);
}
.focus\:bg-lime-400\/30:focus {
  background-color: rgb(163 230 53 / 0.3);
}
.focus\:bg-lime-400\/40:focus {
  background-color: rgb(163 230 53 / 0.4);
}
.focus\:bg-lime-400\/5:focus {
  background-color: rgb(163 230 53 / 0.05);
}
.focus\:bg-lime-400\/50:focus {
  background-color: rgb(163 230 53 / 0.5);
}
.focus\:bg-lime-400\/60:focus {
  background-color: rgb(163 230 53 / 0.6);
}
.focus\:bg-lime-400\/70:focus {
  background-color: rgb(163 230 53 / 0.7);
}
.focus\:bg-lime-400\/75:focus {
  background-color: rgb(163 230 53 / 0.75);
}
.focus\:bg-lime-400\/80:focus {
  background-color: rgb(163 230 53 / 0.8);
}
.focus\:bg-lime-400\/90:focus {
  background-color: rgb(163 230 53 / 0.9);
}
.focus\:bg-lime-400\/95:focus {
  background-color: rgb(163 230 53 / 0.95);
}
.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.focus\:bg-lime-50\/0:focus {
  background-color: rgb(247 254 231 / 0);
}
.focus\:bg-lime-50\/10:focus {
  background-color: rgb(247 254 231 / 0.1);
}
.focus\:bg-lime-50\/100:focus {
  background-color: rgb(247 254 231 / 1);
}
.focus\:bg-lime-50\/20:focus {
  background-color: rgb(247 254 231 / 0.2);
}
.focus\:bg-lime-50\/25:focus {
  background-color: rgb(247 254 231 / 0.25);
}
.focus\:bg-lime-50\/30:focus {
  background-color: rgb(247 254 231 / 0.3);
}
.focus\:bg-lime-50\/40:focus {
  background-color: rgb(247 254 231 / 0.4);
}
.focus\:bg-lime-50\/5:focus {
  background-color: rgb(247 254 231 / 0.05);
}
.focus\:bg-lime-50\/50:focus {
  background-color: rgb(247 254 231 / 0.5);
}
.focus\:bg-lime-50\/60:focus {
  background-color: rgb(247 254 231 / 0.6);
}
.focus\:bg-lime-50\/70:focus {
  background-color: rgb(247 254 231 / 0.7);
}
.focus\:bg-lime-50\/75:focus {
  background-color: rgb(247 254 231 / 0.75);
}
.focus\:bg-lime-50\/80:focus {
  background-color: rgb(247 254 231 / 0.8);
}
.focus\:bg-lime-50\/90:focus {
  background-color: rgb(247 254 231 / 0.9);
}
.focus\:bg-lime-50\/95:focus {
  background-color: rgb(247 254 231 / 0.95);
}
.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.focus\:bg-lime-500\/0:focus {
  background-color: rgb(132 204 22 / 0);
}
.focus\:bg-lime-500\/10:focus {
  background-color: rgb(132 204 22 / 0.1);
}
.focus\:bg-lime-500\/100:focus {
  background-color: rgb(132 204 22 / 1);
}
.focus\:bg-lime-500\/20:focus {
  background-color: rgb(132 204 22 / 0.2);
}
.focus\:bg-lime-500\/25:focus {
  background-color: rgb(132 204 22 / 0.25);
}
.focus\:bg-lime-500\/30:focus {
  background-color: rgb(132 204 22 / 0.3);
}
.focus\:bg-lime-500\/40:focus {
  background-color: rgb(132 204 22 / 0.4);
}
.focus\:bg-lime-500\/5:focus {
  background-color: rgb(132 204 22 / 0.05);
}
.focus\:bg-lime-500\/50:focus {
  background-color: rgb(132 204 22 / 0.5);
}
.focus\:bg-lime-500\/60:focus {
  background-color: rgb(132 204 22 / 0.6);
}
.focus\:bg-lime-500\/70:focus {
  background-color: rgb(132 204 22 / 0.7);
}
.focus\:bg-lime-500\/75:focus {
  background-color: rgb(132 204 22 / 0.75);
}
.focus\:bg-lime-500\/80:focus {
  background-color: rgb(132 204 22 / 0.8);
}
.focus\:bg-lime-500\/90:focus {
  background-color: rgb(132 204 22 / 0.9);
}
.focus\:bg-lime-500\/95:focus {
  background-color: rgb(132 204 22 / 0.95);
}
.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.focus\:bg-lime-600\/0:focus {
  background-color: rgb(101 163 13 / 0);
}
.focus\:bg-lime-600\/10:focus {
  background-color: rgb(101 163 13 / 0.1);
}
.focus\:bg-lime-600\/100:focus {
  background-color: rgb(101 163 13 / 1);
}
.focus\:bg-lime-600\/20:focus {
  background-color: rgb(101 163 13 / 0.2);
}
.focus\:bg-lime-600\/25:focus {
  background-color: rgb(101 163 13 / 0.25);
}
.focus\:bg-lime-600\/30:focus {
  background-color: rgb(101 163 13 / 0.3);
}
.focus\:bg-lime-600\/40:focus {
  background-color: rgb(101 163 13 / 0.4);
}
.focus\:bg-lime-600\/5:focus {
  background-color: rgb(101 163 13 / 0.05);
}
.focus\:bg-lime-600\/50:focus {
  background-color: rgb(101 163 13 / 0.5);
}
.focus\:bg-lime-600\/60:focus {
  background-color: rgb(101 163 13 / 0.6);
}
.focus\:bg-lime-600\/70:focus {
  background-color: rgb(101 163 13 / 0.7);
}
.focus\:bg-lime-600\/75:focus {
  background-color: rgb(101 163 13 / 0.75);
}
.focus\:bg-lime-600\/80:focus {
  background-color: rgb(101 163 13 / 0.8);
}
.focus\:bg-lime-600\/90:focus {
  background-color: rgb(101 163 13 / 0.9);
}
.focus\:bg-lime-600\/95:focus {
  background-color: rgb(101 163 13 / 0.95);
}
.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.focus\:bg-lime-700\/0:focus {
  background-color: rgb(77 124 15 / 0);
}
.focus\:bg-lime-700\/10:focus {
  background-color: rgb(77 124 15 / 0.1);
}
.focus\:bg-lime-700\/100:focus {
  background-color: rgb(77 124 15 / 1);
}
.focus\:bg-lime-700\/20:focus {
  background-color: rgb(77 124 15 / 0.2);
}
.focus\:bg-lime-700\/25:focus {
  background-color: rgb(77 124 15 / 0.25);
}
.focus\:bg-lime-700\/30:focus {
  background-color: rgb(77 124 15 / 0.3);
}
.focus\:bg-lime-700\/40:focus {
  background-color: rgb(77 124 15 / 0.4);
}
.focus\:bg-lime-700\/5:focus {
  background-color: rgb(77 124 15 / 0.05);
}
.focus\:bg-lime-700\/50:focus {
  background-color: rgb(77 124 15 / 0.5);
}
.focus\:bg-lime-700\/60:focus {
  background-color: rgb(77 124 15 / 0.6);
}
.focus\:bg-lime-700\/70:focus {
  background-color: rgb(77 124 15 / 0.7);
}
.focus\:bg-lime-700\/75:focus {
  background-color: rgb(77 124 15 / 0.75);
}
.focus\:bg-lime-700\/80:focus {
  background-color: rgb(77 124 15 / 0.8);
}
.focus\:bg-lime-700\/90:focus {
  background-color: rgb(77 124 15 / 0.9);
}
.focus\:bg-lime-700\/95:focus {
  background-color: rgb(77 124 15 / 0.95);
}
.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.focus\:bg-lime-800\/0:focus {
  background-color: rgb(63 98 18 / 0);
}
.focus\:bg-lime-800\/10:focus {
  background-color: rgb(63 98 18 / 0.1);
}
.focus\:bg-lime-800\/100:focus {
  background-color: rgb(63 98 18 / 1);
}
.focus\:bg-lime-800\/20:focus {
  background-color: rgb(63 98 18 / 0.2);
}
.focus\:bg-lime-800\/25:focus {
  background-color: rgb(63 98 18 / 0.25);
}
.focus\:bg-lime-800\/30:focus {
  background-color: rgb(63 98 18 / 0.3);
}
.focus\:bg-lime-800\/40:focus {
  background-color: rgb(63 98 18 / 0.4);
}
.focus\:bg-lime-800\/5:focus {
  background-color: rgb(63 98 18 / 0.05);
}
.focus\:bg-lime-800\/50:focus {
  background-color: rgb(63 98 18 / 0.5);
}
.focus\:bg-lime-800\/60:focus {
  background-color: rgb(63 98 18 / 0.6);
}
.focus\:bg-lime-800\/70:focus {
  background-color: rgb(63 98 18 / 0.7);
}
.focus\:bg-lime-800\/75:focus {
  background-color: rgb(63 98 18 / 0.75);
}
.focus\:bg-lime-800\/80:focus {
  background-color: rgb(63 98 18 / 0.8);
}
.focus\:bg-lime-800\/90:focus {
  background-color: rgb(63 98 18 / 0.9);
}
.focus\:bg-lime-800\/95:focus {
  background-color: rgb(63 98 18 / 0.95);
}
.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.focus\:bg-lime-900\/0:focus {
  background-color: rgb(54 83 20 / 0);
}
.focus\:bg-lime-900\/10:focus {
  background-color: rgb(54 83 20 / 0.1);
}
.focus\:bg-lime-900\/100:focus {
  background-color: rgb(54 83 20 / 1);
}
.focus\:bg-lime-900\/20:focus {
  background-color: rgb(54 83 20 / 0.2);
}
.focus\:bg-lime-900\/25:focus {
  background-color: rgb(54 83 20 / 0.25);
}
.focus\:bg-lime-900\/30:focus {
  background-color: rgb(54 83 20 / 0.3);
}
.focus\:bg-lime-900\/40:focus {
  background-color: rgb(54 83 20 / 0.4);
}
.focus\:bg-lime-900\/5:focus {
  background-color: rgb(54 83 20 / 0.05);
}
.focus\:bg-lime-900\/50:focus {
  background-color: rgb(54 83 20 / 0.5);
}
.focus\:bg-lime-900\/60:focus {
  background-color: rgb(54 83 20 / 0.6);
}
.focus\:bg-lime-900\/70:focus {
  background-color: rgb(54 83 20 / 0.7);
}
.focus\:bg-lime-900\/75:focus {
  background-color: rgb(54 83 20 / 0.75);
}
.focus\:bg-lime-900\/80:focus {
  background-color: rgb(54 83 20 / 0.8);
}
.focus\:bg-lime-900\/90:focus {
  background-color: rgb(54 83 20 / 0.9);
}
.focus\:bg-lime-900\/95:focus {
  background-color: rgb(54 83 20 / 0.95);
}
.focus\:bg-lime-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.focus\:bg-lime-950\/0:focus {
  background-color: rgb(26 46 5 / 0);
}
.focus\:bg-lime-950\/10:focus {
  background-color: rgb(26 46 5 / 0.1);
}
.focus\:bg-lime-950\/100:focus {
  background-color: rgb(26 46 5 / 1);
}
.focus\:bg-lime-950\/20:focus {
  background-color: rgb(26 46 5 / 0.2);
}
.focus\:bg-lime-950\/25:focus {
  background-color: rgb(26 46 5 / 0.25);
}
.focus\:bg-lime-950\/30:focus {
  background-color: rgb(26 46 5 / 0.3);
}
.focus\:bg-lime-950\/40:focus {
  background-color: rgb(26 46 5 / 0.4);
}
.focus\:bg-lime-950\/5:focus {
  background-color: rgb(26 46 5 / 0.05);
}
.focus\:bg-lime-950\/50:focus {
  background-color: rgb(26 46 5 / 0.5);
}
.focus\:bg-lime-950\/60:focus {
  background-color: rgb(26 46 5 / 0.6);
}
.focus\:bg-lime-950\/70:focus {
  background-color: rgb(26 46 5 / 0.7);
}
.focus\:bg-lime-950\/75:focus {
  background-color: rgb(26 46 5 / 0.75);
}
.focus\:bg-lime-950\/80:focus {
  background-color: rgb(26 46 5 / 0.8);
}
.focus\:bg-lime-950\/90:focus {
  background-color: rgb(26 46 5 / 0.9);
}
.focus\:bg-lime-950\/95:focus {
  background-color: rgb(26 46 5 / 0.95);
}
.focus\:bg-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-100\/0:focus {
  background-color: rgb(245 245 245 / 0);
}
.focus\:bg-neutral-100\/10:focus {
  background-color: rgb(245 245 245 / 0.1);
}
.focus\:bg-neutral-100\/100:focus {
  background-color: rgb(245 245 245 / 1);
}
.focus\:bg-neutral-100\/20:focus {
  background-color: rgb(245 245 245 / 0.2);
}
.focus\:bg-neutral-100\/25:focus {
  background-color: rgb(245 245 245 / 0.25);
}
.focus\:bg-neutral-100\/30:focus {
  background-color: rgb(245 245 245 / 0.3);
}
.focus\:bg-neutral-100\/40:focus {
  background-color: rgb(245 245 245 / 0.4);
}
.focus\:bg-neutral-100\/5:focus {
  background-color: rgb(245 245 245 / 0.05);
}
.focus\:bg-neutral-100\/50:focus {
  background-color: rgb(245 245 245 / 0.5);
}
.focus\:bg-neutral-100\/60:focus {
  background-color: rgb(245 245 245 / 0.6);
}
.focus\:bg-neutral-100\/70:focus {
  background-color: rgb(245 245 245 / 0.7);
}
.focus\:bg-neutral-100\/75:focus {
  background-color: rgb(245 245 245 / 0.75);
}
.focus\:bg-neutral-100\/80:focus {
  background-color: rgb(245 245 245 / 0.8);
}
.focus\:bg-neutral-100\/90:focus {
  background-color: rgb(245 245 245 / 0.9);
}
.focus\:bg-neutral-100\/95:focus {
  background-color: rgb(245 245 245 / 0.95);
}
.focus\:bg-neutral-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-200\/0:focus {
  background-color: rgb(229 229 229 / 0);
}
.focus\:bg-neutral-200\/10:focus {
  background-color: rgb(229 229 229 / 0.1);
}
.focus\:bg-neutral-200\/100:focus {
  background-color: rgb(229 229 229 / 1);
}
.focus\:bg-neutral-200\/20:focus {
  background-color: rgb(229 229 229 / 0.2);
}
.focus\:bg-neutral-200\/25:focus {
  background-color: rgb(229 229 229 / 0.25);
}
.focus\:bg-neutral-200\/30:focus {
  background-color: rgb(229 229 229 / 0.3);
}
.focus\:bg-neutral-200\/40:focus {
  background-color: rgb(229 229 229 / 0.4);
}
.focus\:bg-neutral-200\/5:focus {
  background-color: rgb(229 229 229 / 0.05);
}
.focus\:bg-neutral-200\/50:focus {
  background-color: rgb(229 229 229 / 0.5);
}
.focus\:bg-neutral-200\/60:focus {
  background-color: rgb(229 229 229 / 0.6);
}
.focus\:bg-neutral-200\/70:focus {
  background-color: rgb(229 229 229 / 0.7);
}
.focus\:bg-neutral-200\/75:focus {
  background-color: rgb(229 229 229 / 0.75);
}
.focus\:bg-neutral-200\/80:focus {
  background-color: rgb(229 229 229 / 0.8);
}
.focus\:bg-neutral-200\/90:focus {
  background-color: rgb(229 229 229 / 0.9);
}
.focus\:bg-neutral-200\/95:focus {
  background-color: rgb(229 229 229 / 0.95);
}
.focus\:bg-neutral-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-300\/0:focus {
  background-color: rgb(212 212 212 / 0);
}
.focus\:bg-neutral-300\/10:focus {
  background-color: rgb(212 212 212 / 0.1);
}
.focus\:bg-neutral-300\/100:focus {
  background-color: rgb(212 212 212 / 1);
}
.focus\:bg-neutral-300\/20:focus {
  background-color: rgb(212 212 212 / 0.2);
}
.focus\:bg-neutral-300\/25:focus {
  background-color: rgb(212 212 212 / 0.25);
}
.focus\:bg-neutral-300\/30:focus {
  background-color: rgb(212 212 212 / 0.3);
}
.focus\:bg-neutral-300\/40:focus {
  background-color: rgb(212 212 212 / 0.4);
}
.focus\:bg-neutral-300\/5:focus {
  background-color: rgb(212 212 212 / 0.05);
}
.focus\:bg-neutral-300\/50:focus {
  background-color: rgb(212 212 212 / 0.5);
}
.focus\:bg-neutral-300\/60:focus {
  background-color: rgb(212 212 212 / 0.6);
}
.focus\:bg-neutral-300\/70:focus {
  background-color: rgb(212 212 212 / 0.7);
}
.focus\:bg-neutral-300\/75:focus {
  background-color: rgb(212 212 212 / 0.75);
}
.focus\:bg-neutral-300\/80:focus {
  background-color: rgb(212 212 212 / 0.8);
}
.focus\:bg-neutral-300\/90:focus {
  background-color: rgb(212 212 212 / 0.9);
}
.focus\:bg-neutral-300\/95:focus {
  background-color: rgb(212 212 212 / 0.95);
}
.focus\:bg-neutral-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-400\/0:focus {
  background-color: rgb(163 163 163 / 0);
}
.focus\:bg-neutral-400\/10:focus {
  background-color: rgb(163 163 163 / 0.1);
}
.focus\:bg-neutral-400\/100:focus {
  background-color: rgb(163 163 163 / 1);
}
.focus\:bg-neutral-400\/20:focus {
  background-color: rgb(163 163 163 / 0.2);
}
.focus\:bg-neutral-400\/25:focus {
  background-color: rgb(163 163 163 / 0.25);
}
.focus\:bg-neutral-400\/30:focus {
  background-color: rgb(163 163 163 / 0.3);
}
.focus\:bg-neutral-400\/40:focus {
  background-color: rgb(163 163 163 / 0.4);
}
.focus\:bg-neutral-400\/5:focus {
  background-color: rgb(163 163 163 / 0.05);
}
.focus\:bg-neutral-400\/50:focus {
  background-color: rgb(163 163 163 / 0.5);
}
.focus\:bg-neutral-400\/60:focus {
  background-color: rgb(163 163 163 / 0.6);
}
.focus\:bg-neutral-400\/70:focus {
  background-color: rgb(163 163 163 / 0.7);
}
.focus\:bg-neutral-400\/75:focus {
  background-color: rgb(163 163 163 / 0.75);
}
.focus\:bg-neutral-400\/80:focus {
  background-color: rgb(163 163 163 / 0.8);
}
.focus\:bg-neutral-400\/90:focus {
  background-color: rgb(163 163 163 / 0.9);
}
.focus\:bg-neutral-400\/95:focus {
  background-color: rgb(163 163 163 / 0.95);
}
.focus\:bg-neutral-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-50\/0:focus {
  background-color: rgb(250 250 250 / 0);
}
.focus\:bg-neutral-50\/10:focus {
  background-color: rgb(250 250 250 / 0.1);
}
.focus\:bg-neutral-50\/100:focus {
  background-color: rgb(250 250 250 / 1);
}
.focus\:bg-neutral-50\/20:focus {
  background-color: rgb(250 250 250 / 0.2);
}
.focus\:bg-neutral-50\/25:focus {
  background-color: rgb(250 250 250 / 0.25);
}
.focus\:bg-neutral-50\/30:focus {
  background-color: rgb(250 250 250 / 0.3);
}
.focus\:bg-neutral-50\/40:focus {
  background-color: rgb(250 250 250 / 0.4);
}
.focus\:bg-neutral-50\/5:focus {
  background-color: rgb(250 250 250 / 0.05);
}
.focus\:bg-neutral-50\/50:focus {
  background-color: rgb(250 250 250 / 0.5);
}
.focus\:bg-neutral-50\/60:focus {
  background-color: rgb(250 250 250 / 0.6);
}
.focus\:bg-neutral-50\/70:focus {
  background-color: rgb(250 250 250 / 0.7);
}
.focus\:bg-neutral-50\/75:focus {
  background-color: rgb(250 250 250 / 0.75);
}
.focus\:bg-neutral-50\/80:focus {
  background-color: rgb(250 250 250 / 0.8);
}
.focus\:bg-neutral-50\/90:focus {
  background-color: rgb(250 250 250 / 0.9);
}
.focus\:bg-neutral-50\/95:focus {
  background-color: rgb(250 250 250 / 0.95);
}
.focus\:bg-neutral-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-500\/0:focus {
  background-color: rgb(115 115 115 / 0);
}
.focus\:bg-neutral-500\/10:focus {
  background-color: rgb(115 115 115 / 0.1);
}
.focus\:bg-neutral-500\/100:focus {
  background-color: rgb(115 115 115 / 1);
}
.focus\:bg-neutral-500\/20:focus {
  background-color: rgb(115 115 115 / 0.2);
}
.focus\:bg-neutral-500\/25:focus {
  background-color: rgb(115 115 115 / 0.25);
}
.focus\:bg-neutral-500\/30:focus {
  background-color: rgb(115 115 115 / 0.3);
}
.focus\:bg-neutral-500\/40:focus {
  background-color: rgb(115 115 115 / 0.4);
}
.focus\:bg-neutral-500\/5:focus {
  background-color: rgb(115 115 115 / 0.05);
}
.focus\:bg-neutral-500\/50:focus {
  background-color: rgb(115 115 115 / 0.5);
}
.focus\:bg-neutral-500\/60:focus {
  background-color: rgb(115 115 115 / 0.6);
}
.focus\:bg-neutral-500\/70:focus {
  background-color: rgb(115 115 115 / 0.7);
}
.focus\:bg-neutral-500\/75:focus {
  background-color: rgb(115 115 115 / 0.75);
}
.focus\:bg-neutral-500\/80:focus {
  background-color: rgb(115 115 115 / 0.8);
}
.focus\:bg-neutral-500\/90:focus {
  background-color: rgb(115 115 115 / 0.9);
}
.focus\:bg-neutral-500\/95:focus {
  background-color: rgb(115 115 115 / 0.95);
}
.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-600\/0:focus {
  background-color: rgb(82 82 82 / 0);
}
.focus\:bg-neutral-600\/10:focus {
  background-color: rgb(82 82 82 / 0.1);
}
.focus\:bg-neutral-600\/100:focus {
  background-color: rgb(82 82 82 / 1);
}
.focus\:bg-neutral-600\/20:focus {
  background-color: rgb(82 82 82 / 0.2);
}
.focus\:bg-neutral-600\/25:focus {
  background-color: rgb(82 82 82 / 0.25);
}
.focus\:bg-neutral-600\/30:focus {
  background-color: rgb(82 82 82 / 0.3);
}
.focus\:bg-neutral-600\/40:focus {
  background-color: rgb(82 82 82 / 0.4);
}
.focus\:bg-neutral-600\/5:focus {
  background-color: rgb(82 82 82 / 0.05);
}
.focus\:bg-neutral-600\/50:focus {
  background-color: rgb(82 82 82 / 0.5);
}
.focus\:bg-neutral-600\/60:focus {
  background-color: rgb(82 82 82 / 0.6);
}
.focus\:bg-neutral-600\/70:focus {
  background-color: rgb(82 82 82 / 0.7);
}
.focus\:bg-neutral-600\/75:focus {
  background-color: rgb(82 82 82 / 0.75);
}
.focus\:bg-neutral-600\/80:focus {
  background-color: rgb(82 82 82 / 0.8);
}
.focus\:bg-neutral-600\/90:focus {
  background-color: rgb(82 82 82 / 0.9);
}
.focus\:bg-neutral-600\/95:focus {
  background-color: rgb(82 82 82 / 0.95);
}
.focus\:bg-neutral-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-700\/0:focus {
  background-color: rgb(64 64 64 / 0);
}
.focus\:bg-neutral-700\/10:focus {
  background-color: rgb(64 64 64 / 0.1);
}
.focus\:bg-neutral-700\/100:focus {
  background-color: rgb(64 64 64 / 1);
}
.focus\:bg-neutral-700\/20:focus {
  background-color: rgb(64 64 64 / 0.2);
}
.focus\:bg-neutral-700\/25:focus {
  background-color: rgb(64 64 64 / 0.25);
}
.focus\:bg-neutral-700\/30:focus {
  background-color: rgb(64 64 64 / 0.3);
}
.focus\:bg-neutral-700\/40:focus {
  background-color: rgb(64 64 64 / 0.4);
}
.focus\:bg-neutral-700\/5:focus {
  background-color: rgb(64 64 64 / 0.05);
}
.focus\:bg-neutral-700\/50:focus {
  background-color: rgb(64 64 64 / 0.5);
}
.focus\:bg-neutral-700\/60:focus {
  background-color: rgb(64 64 64 / 0.6);
}
.focus\:bg-neutral-700\/70:focus {
  background-color: rgb(64 64 64 / 0.7);
}
.focus\:bg-neutral-700\/75:focus {
  background-color: rgb(64 64 64 / 0.75);
}
.focus\:bg-neutral-700\/80:focus {
  background-color: rgb(64 64 64 / 0.8);
}
.focus\:bg-neutral-700\/90:focus {
  background-color: rgb(64 64 64 / 0.9);
}
.focus\:bg-neutral-700\/95:focus {
  background-color: rgb(64 64 64 / 0.95);
}
.focus\:bg-neutral-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-800\/0:focus {
  background-color: rgb(38 38 38 / 0);
}
.focus\:bg-neutral-800\/10:focus {
  background-color: rgb(38 38 38 / 0.1);
}
.focus\:bg-neutral-800\/100:focus {
  background-color: rgb(38 38 38 / 1);
}
.focus\:bg-neutral-800\/20:focus {
  background-color: rgb(38 38 38 / 0.2);
}
.focus\:bg-neutral-800\/25:focus {
  background-color: rgb(38 38 38 / 0.25);
}
.focus\:bg-neutral-800\/30:focus {
  background-color: rgb(38 38 38 / 0.3);
}
.focus\:bg-neutral-800\/40:focus {
  background-color: rgb(38 38 38 / 0.4);
}
.focus\:bg-neutral-800\/5:focus {
  background-color: rgb(38 38 38 / 0.05);
}
.focus\:bg-neutral-800\/50:focus {
  background-color: rgb(38 38 38 / 0.5);
}
.focus\:bg-neutral-800\/60:focus {
  background-color: rgb(38 38 38 / 0.6);
}
.focus\:bg-neutral-800\/70:focus {
  background-color: rgb(38 38 38 / 0.7);
}
.focus\:bg-neutral-800\/75:focus {
  background-color: rgb(38 38 38 / 0.75);
}
.focus\:bg-neutral-800\/80:focus {
  background-color: rgb(38 38 38 / 0.8);
}
.focus\:bg-neutral-800\/90:focus {
  background-color: rgb(38 38 38 / 0.9);
}
.focus\:bg-neutral-800\/95:focus {
  background-color: rgb(38 38 38 / 0.95);
}
.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-900\/0:focus {
  background-color: rgb(23 23 23 / 0);
}
.focus\:bg-neutral-900\/10:focus {
  background-color: rgb(23 23 23 / 0.1);
}
.focus\:bg-neutral-900\/100:focus {
  background-color: rgb(23 23 23 / 1);
}
.focus\:bg-neutral-900\/20:focus {
  background-color: rgb(23 23 23 / 0.2);
}
.focus\:bg-neutral-900\/25:focus {
  background-color: rgb(23 23 23 / 0.25);
}
.focus\:bg-neutral-900\/30:focus {
  background-color: rgb(23 23 23 / 0.3);
}
.focus\:bg-neutral-900\/40:focus {
  background-color: rgb(23 23 23 / 0.4);
}
.focus\:bg-neutral-900\/5:focus {
  background-color: rgb(23 23 23 / 0.05);
}
.focus\:bg-neutral-900\/50:focus {
  background-color: rgb(23 23 23 / 0.5);
}
.focus\:bg-neutral-900\/60:focus {
  background-color: rgb(23 23 23 / 0.6);
}
.focus\:bg-neutral-900\/70:focus {
  background-color: rgb(23 23 23 / 0.7);
}
.focus\:bg-neutral-900\/75:focus {
  background-color: rgb(23 23 23 / 0.75);
}
.focus\:bg-neutral-900\/80:focus {
  background-color: rgb(23 23 23 / 0.8);
}
.focus\:bg-neutral-900\/90:focus {
  background-color: rgb(23 23 23 / 0.9);
}
.focus\:bg-neutral-900\/95:focus {
  background-color: rgb(23 23 23 / 0.95);
}
.focus\:bg-neutral-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-950\/0:focus {
  background-color: rgb(10 10 10 / 0);
}
.focus\:bg-neutral-950\/10:focus {
  background-color: rgb(10 10 10 / 0.1);
}
.focus\:bg-neutral-950\/100:focus {
  background-color: rgb(10 10 10 / 1);
}
.focus\:bg-neutral-950\/20:focus {
  background-color: rgb(10 10 10 / 0.2);
}
.focus\:bg-neutral-950\/25:focus {
  background-color: rgb(10 10 10 / 0.25);
}
.focus\:bg-neutral-950\/30:focus {
  background-color: rgb(10 10 10 / 0.3);
}
.focus\:bg-neutral-950\/40:focus {
  background-color: rgb(10 10 10 / 0.4);
}
.focus\:bg-neutral-950\/5:focus {
  background-color: rgb(10 10 10 / 0.05);
}
.focus\:bg-neutral-950\/50:focus {
  background-color: rgb(10 10 10 / 0.5);
}
.focus\:bg-neutral-950\/60:focus {
  background-color: rgb(10 10 10 / 0.6);
}
.focus\:bg-neutral-950\/70:focus {
  background-color: rgb(10 10 10 / 0.7);
}
.focus\:bg-neutral-950\/75:focus {
  background-color: rgb(10 10 10 / 0.75);
}
.focus\:bg-neutral-950\/80:focus {
  background-color: rgb(10 10 10 / 0.8);
}
.focus\:bg-neutral-950\/90:focus {
  background-color: rgb(10 10 10 / 0.9);
}
.focus\:bg-neutral-950\/95:focus {
  background-color: rgb(10 10 10 / 0.95);
}
.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.focus\:bg-orange-100\/0:focus {
  background-color: rgb(255 237 213 / 0);
}
.focus\:bg-orange-100\/10:focus {
  background-color: rgb(255 237 213 / 0.1);
}
.focus\:bg-orange-100\/100:focus {
  background-color: rgb(255 237 213 / 1);
}
.focus\:bg-orange-100\/20:focus {
  background-color: rgb(255 237 213 / 0.2);
}
.focus\:bg-orange-100\/25:focus {
  background-color: rgb(255 237 213 / 0.25);
}
.focus\:bg-orange-100\/30:focus {
  background-color: rgb(255 237 213 / 0.3);
}
.focus\:bg-orange-100\/40:focus {
  background-color: rgb(255 237 213 / 0.4);
}
.focus\:bg-orange-100\/5:focus {
  background-color: rgb(255 237 213 / 0.05);
}
.focus\:bg-orange-100\/50:focus {
  background-color: rgb(255 237 213 / 0.5);
}
.focus\:bg-orange-100\/60:focus {
  background-color: rgb(255 237 213 / 0.6);
}
.focus\:bg-orange-100\/70:focus {
  background-color: rgb(255 237 213 / 0.7);
}
.focus\:bg-orange-100\/75:focus {
  background-color: rgb(255 237 213 / 0.75);
}
.focus\:bg-orange-100\/80:focus {
  background-color: rgb(255 237 213 / 0.8);
}
.focus\:bg-orange-100\/90:focus {
  background-color: rgb(255 237 213 / 0.9);
}
.focus\:bg-orange-100\/95:focus {
  background-color: rgb(255 237 213 / 0.95);
}
.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.focus\:bg-orange-200\/0:focus {
  background-color: rgb(254 215 170 / 0);
}
.focus\:bg-orange-200\/10:focus {
  background-color: rgb(254 215 170 / 0.1);
}
.focus\:bg-orange-200\/100:focus {
  background-color: rgb(254 215 170 / 1);
}
.focus\:bg-orange-200\/20:focus {
  background-color: rgb(254 215 170 / 0.2);
}
.focus\:bg-orange-200\/25:focus {
  background-color: rgb(254 215 170 / 0.25);
}
.focus\:bg-orange-200\/30:focus {
  background-color: rgb(254 215 170 / 0.3);
}
.focus\:bg-orange-200\/40:focus {
  background-color: rgb(254 215 170 / 0.4);
}
.focus\:bg-orange-200\/5:focus {
  background-color: rgb(254 215 170 / 0.05);
}
.focus\:bg-orange-200\/50:focus {
  background-color: rgb(254 215 170 / 0.5);
}
.focus\:bg-orange-200\/60:focus {
  background-color: rgb(254 215 170 / 0.6);
}
.focus\:bg-orange-200\/70:focus {
  background-color: rgb(254 215 170 / 0.7);
}
.focus\:bg-orange-200\/75:focus {
  background-color: rgb(254 215 170 / 0.75);
}
.focus\:bg-orange-200\/80:focus {
  background-color: rgb(254 215 170 / 0.8);
}
.focus\:bg-orange-200\/90:focus {
  background-color: rgb(254 215 170 / 0.9);
}
.focus\:bg-orange-200\/95:focus {
  background-color: rgb(254 215 170 / 0.95);
}
.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.focus\:bg-orange-300\/0:focus {
  background-color: rgb(253 186 116 / 0);
}
.focus\:bg-orange-300\/10:focus {
  background-color: rgb(253 186 116 / 0.1);
}
.focus\:bg-orange-300\/100:focus {
  background-color: rgb(253 186 116 / 1);
}
.focus\:bg-orange-300\/20:focus {
  background-color: rgb(253 186 116 / 0.2);
}
.focus\:bg-orange-300\/25:focus {
  background-color: rgb(253 186 116 / 0.25);
}
.focus\:bg-orange-300\/30:focus {
  background-color: rgb(253 186 116 / 0.3);
}
.focus\:bg-orange-300\/40:focus {
  background-color: rgb(253 186 116 / 0.4);
}
.focus\:bg-orange-300\/5:focus {
  background-color: rgb(253 186 116 / 0.05);
}
.focus\:bg-orange-300\/50:focus {
  background-color: rgb(253 186 116 / 0.5);
}
.focus\:bg-orange-300\/60:focus {
  background-color: rgb(253 186 116 / 0.6);
}
.focus\:bg-orange-300\/70:focus {
  background-color: rgb(253 186 116 / 0.7);
}
.focus\:bg-orange-300\/75:focus {
  background-color: rgb(253 186 116 / 0.75);
}
.focus\:bg-orange-300\/80:focus {
  background-color: rgb(253 186 116 / 0.8);
}
.focus\:bg-orange-300\/90:focus {
  background-color: rgb(253 186 116 / 0.9);
}
.focus\:bg-orange-300\/95:focus {
  background-color: rgb(253 186 116 / 0.95);
}
.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.focus\:bg-orange-400\/0:focus {
  background-color: rgb(251 146 60 / 0);
}
.focus\:bg-orange-400\/10:focus {
  background-color: rgb(251 146 60 / 0.1);
}
.focus\:bg-orange-400\/100:focus {
  background-color: rgb(251 146 60 / 1);
}
.focus\:bg-orange-400\/20:focus {
  background-color: rgb(251 146 60 / 0.2);
}
.focus\:bg-orange-400\/25:focus {
  background-color: rgb(251 146 60 / 0.25);
}
.focus\:bg-orange-400\/30:focus {
  background-color: rgb(251 146 60 / 0.3);
}
.focus\:bg-orange-400\/40:focus {
  background-color: rgb(251 146 60 / 0.4);
}
.focus\:bg-orange-400\/5:focus {
  background-color: rgb(251 146 60 / 0.05);
}
.focus\:bg-orange-400\/50:focus {
  background-color: rgb(251 146 60 / 0.5);
}
.focus\:bg-orange-400\/60:focus {
  background-color: rgb(251 146 60 / 0.6);
}
.focus\:bg-orange-400\/70:focus {
  background-color: rgb(251 146 60 / 0.7);
}
.focus\:bg-orange-400\/75:focus {
  background-color: rgb(251 146 60 / 0.75);
}
.focus\:bg-orange-400\/80:focus {
  background-color: rgb(251 146 60 / 0.8);
}
.focus\:bg-orange-400\/90:focus {
  background-color: rgb(251 146 60 / 0.9);
}
.focus\:bg-orange-400\/95:focus {
  background-color: rgb(251 146 60 / 0.95);
}
.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.focus\:bg-orange-50\/0:focus {
  background-color: rgb(255 247 237 / 0);
}
.focus\:bg-orange-50\/10:focus {
  background-color: rgb(255 247 237 / 0.1);
}
.focus\:bg-orange-50\/100:focus {
  background-color: rgb(255 247 237 / 1);
}
.focus\:bg-orange-50\/20:focus {
  background-color: rgb(255 247 237 / 0.2);
}
.focus\:bg-orange-50\/25:focus {
  background-color: rgb(255 247 237 / 0.25);
}
.focus\:bg-orange-50\/30:focus {
  background-color: rgb(255 247 237 / 0.3);
}
.focus\:bg-orange-50\/40:focus {
  background-color: rgb(255 247 237 / 0.4);
}
.focus\:bg-orange-50\/5:focus {
  background-color: rgb(255 247 237 / 0.05);
}
.focus\:bg-orange-50\/50:focus {
  background-color: rgb(255 247 237 / 0.5);
}
.focus\:bg-orange-50\/60:focus {
  background-color: rgb(255 247 237 / 0.6);
}
.focus\:bg-orange-50\/70:focus {
  background-color: rgb(255 247 237 / 0.7);
}
.focus\:bg-orange-50\/75:focus {
  background-color: rgb(255 247 237 / 0.75);
}
.focus\:bg-orange-50\/80:focus {
  background-color: rgb(255 247 237 / 0.8);
}
.focus\:bg-orange-50\/90:focus {
  background-color: rgb(255 247 237 / 0.9);
}
.focus\:bg-orange-50\/95:focus {
  background-color: rgb(255 247 237 / 0.95);
}
.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.focus\:bg-orange-500\/0:focus {
  background-color: rgb(249 115 22 / 0);
}
.focus\:bg-orange-500\/10:focus {
  background-color: rgb(249 115 22 / 0.1);
}
.focus\:bg-orange-500\/100:focus {
  background-color: rgb(249 115 22 / 1);
}
.focus\:bg-orange-500\/20:focus {
  background-color: rgb(249 115 22 / 0.2);
}
.focus\:bg-orange-500\/25:focus {
  background-color: rgb(249 115 22 / 0.25);
}
.focus\:bg-orange-500\/30:focus {
  background-color: rgb(249 115 22 / 0.3);
}
.focus\:bg-orange-500\/40:focus {
  background-color: rgb(249 115 22 / 0.4);
}
.focus\:bg-orange-500\/5:focus {
  background-color: rgb(249 115 22 / 0.05);
}
.focus\:bg-orange-500\/50:focus {
  background-color: rgb(249 115 22 / 0.5);
}
.focus\:bg-orange-500\/60:focus {
  background-color: rgb(249 115 22 / 0.6);
}
.focus\:bg-orange-500\/70:focus {
  background-color: rgb(249 115 22 / 0.7);
}
.focus\:bg-orange-500\/75:focus {
  background-color: rgb(249 115 22 / 0.75);
}
.focus\:bg-orange-500\/80:focus {
  background-color: rgb(249 115 22 / 0.8);
}
.focus\:bg-orange-500\/90:focus {
  background-color: rgb(249 115 22 / 0.9);
}
.focus\:bg-orange-500\/95:focus {
  background-color: rgb(249 115 22 / 0.95);
}
.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.focus\:bg-orange-600\/0:focus {
  background-color: rgb(234 88 12 / 0);
}
.focus\:bg-orange-600\/10:focus {
  background-color: rgb(234 88 12 / 0.1);
}
.focus\:bg-orange-600\/100:focus {
  background-color: rgb(234 88 12 / 1);
}
.focus\:bg-orange-600\/20:focus {
  background-color: rgb(234 88 12 / 0.2);
}
.focus\:bg-orange-600\/25:focus {
  background-color: rgb(234 88 12 / 0.25);
}
.focus\:bg-orange-600\/30:focus {
  background-color: rgb(234 88 12 / 0.3);
}
.focus\:bg-orange-600\/40:focus {
  background-color: rgb(234 88 12 / 0.4);
}
.focus\:bg-orange-600\/5:focus {
  background-color: rgb(234 88 12 / 0.05);
}
.focus\:bg-orange-600\/50:focus {
  background-color: rgb(234 88 12 / 0.5);
}
.focus\:bg-orange-600\/60:focus {
  background-color: rgb(234 88 12 / 0.6);
}
.focus\:bg-orange-600\/70:focus {
  background-color: rgb(234 88 12 / 0.7);
}
.focus\:bg-orange-600\/75:focus {
  background-color: rgb(234 88 12 / 0.75);
}
.focus\:bg-orange-600\/80:focus {
  background-color: rgb(234 88 12 / 0.8);
}
.focus\:bg-orange-600\/90:focus {
  background-color: rgb(234 88 12 / 0.9);
}
.focus\:bg-orange-600\/95:focus {
  background-color: rgb(234 88 12 / 0.95);
}
.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.focus\:bg-orange-700\/0:focus {
  background-color: rgb(194 65 12 / 0);
}
.focus\:bg-orange-700\/10:focus {
  background-color: rgb(194 65 12 / 0.1);
}
.focus\:bg-orange-700\/100:focus {
  background-color: rgb(194 65 12 / 1);
}
.focus\:bg-orange-700\/20:focus {
  background-color: rgb(194 65 12 / 0.2);
}
.focus\:bg-orange-700\/25:focus {
  background-color: rgb(194 65 12 / 0.25);
}
.focus\:bg-orange-700\/30:focus {
  background-color: rgb(194 65 12 / 0.3);
}
.focus\:bg-orange-700\/40:focus {
  background-color: rgb(194 65 12 / 0.4);
}
.focus\:bg-orange-700\/5:focus {
  background-color: rgb(194 65 12 / 0.05);
}
.focus\:bg-orange-700\/50:focus {
  background-color: rgb(194 65 12 / 0.5);
}
.focus\:bg-orange-700\/60:focus {
  background-color: rgb(194 65 12 / 0.6);
}
.focus\:bg-orange-700\/70:focus {
  background-color: rgb(194 65 12 / 0.7);
}
.focus\:bg-orange-700\/75:focus {
  background-color: rgb(194 65 12 / 0.75);
}
.focus\:bg-orange-700\/80:focus {
  background-color: rgb(194 65 12 / 0.8);
}
.focus\:bg-orange-700\/90:focus {
  background-color: rgb(194 65 12 / 0.9);
}
.focus\:bg-orange-700\/95:focus {
  background-color: rgb(194 65 12 / 0.95);
}
.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.focus\:bg-orange-800\/0:focus {
  background-color: rgb(154 52 18 / 0);
}
.focus\:bg-orange-800\/10:focus {
  background-color: rgb(154 52 18 / 0.1);
}
.focus\:bg-orange-800\/100:focus {
  background-color: rgb(154 52 18 / 1);
}
.focus\:bg-orange-800\/20:focus {
  background-color: rgb(154 52 18 / 0.2);
}
.focus\:bg-orange-800\/25:focus {
  background-color: rgb(154 52 18 / 0.25);
}
.focus\:bg-orange-800\/30:focus {
  background-color: rgb(154 52 18 / 0.3);
}
.focus\:bg-orange-800\/40:focus {
  background-color: rgb(154 52 18 / 0.4);
}
.focus\:bg-orange-800\/5:focus {
  background-color: rgb(154 52 18 / 0.05);
}
.focus\:bg-orange-800\/50:focus {
  background-color: rgb(154 52 18 / 0.5);
}
.focus\:bg-orange-800\/60:focus {
  background-color: rgb(154 52 18 / 0.6);
}
.focus\:bg-orange-800\/70:focus {
  background-color: rgb(154 52 18 / 0.7);
}
.focus\:bg-orange-800\/75:focus {
  background-color: rgb(154 52 18 / 0.75);
}
.focus\:bg-orange-800\/80:focus {
  background-color: rgb(154 52 18 / 0.8);
}
.focus\:bg-orange-800\/90:focus {
  background-color: rgb(154 52 18 / 0.9);
}
.focus\:bg-orange-800\/95:focus {
  background-color: rgb(154 52 18 / 0.95);
}
.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.focus\:bg-orange-900\/0:focus {
  background-color: rgb(124 45 18 / 0);
}
.focus\:bg-orange-900\/10:focus {
  background-color: rgb(124 45 18 / 0.1);
}
.focus\:bg-orange-900\/100:focus {
  background-color: rgb(124 45 18 / 1);
}
.focus\:bg-orange-900\/20:focus {
  background-color: rgb(124 45 18 / 0.2);
}
.focus\:bg-orange-900\/25:focus {
  background-color: rgb(124 45 18 / 0.25);
}
.focus\:bg-orange-900\/30:focus {
  background-color: rgb(124 45 18 / 0.3);
}
.focus\:bg-orange-900\/40:focus {
  background-color: rgb(124 45 18 / 0.4);
}
.focus\:bg-orange-900\/5:focus {
  background-color: rgb(124 45 18 / 0.05);
}
.focus\:bg-orange-900\/50:focus {
  background-color: rgb(124 45 18 / 0.5);
}
.focus\:bg-orange-900\/60:focus {
  background-color: rgb(124 45 18 / 0.6);
}
.focus\:bg-orange-900\/70:focus {
  background-color: rgb(124 45 18 / 0.7);
}
.focus\:bg-orange-900\/75:focus {
  background-color: rgb(124 45 18 / 0.75);
}
.focus\:bg-orange-900\/80:focus {
  background-color: rgb(124 45 18 / 0.8);
}
.focus\:bg-orange-900\/90:focus {
  background-color: rgb(124 45 18 / 0.9);
}
.focus\:bg-orange-900\/95:focus {
  background-color: rgb(124 45 18 / 0.95);
}
.focus\:bg-orange-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.focus\:bg-orange-950\/0:focus {
  background-color: rgb(67 20 7 / 0);
}
.focus\:bg-orange-950\/10:focus {
  background-color: rgb(67 20 7 / 0.1);
}
.focus\:bg-orange-950\/100:focus {
  background-color: rgb(67 20 7 / 1);
}
.focus\:bg-orange-950\/20:focus {
  background-color: rgb(67 20 7 / 0.2);
}
.focus\:bg-orange-950\/25:focus {
  background-color: rgb(67 20 7 / 0.25);
}
.focus\:bg-orange-950\/30:focus {
  background-color: rgb(67 20 7 / 0.3);
}
.focus\:bg-orange-950\/40:focus {
  background-color: rgb(67 20 7 / 0.4);
}
.focus\:bg-orange-950\/5:focus {
  background-color: rgb(67 20 7 / 0.05);
}
.focus\:bg-orange-950\/50:focus {
  background-color: rgb(67 20 7 / 0.5);
}
.focus\:bg-orange-950\/60:focus {
  background-color: rgb(67 20 7 / 0.6);
}
.focus\:bg-orange-950\/70:focus {
  background-color: rgb(67 20 7 / 0.7);
}
.focus\:bg-orange-950\/75:focus {
  background-color: rgb(67 20 7 / 0.75);
}
.focus\:bg-orange-950\/80:focus {
  background-color: rgb(67 20 7 / 0.8);
}
.focus\:bg-orange-950\/90:focus {
  background-color: rgb(67 20 7 / 0.9);
}
.focus\:bg-orange-950\/95:focus {
  background-color: rgb(67 20 7 / 0.95);
}
.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.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\/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\/40:focus {
  background-color: rgb(252 231 243 / 0.4);
}
.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\/60:focus {
  background-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(251 207 232 / 0.4);
}
.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\/60:focus {
  background-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(249 168 212 / 0.4);
}
.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\/60:focus {
  background-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(244 114 182 / 0.4);
}
.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\/60:focus {
  background-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(253 242 248 / 0.4);
}
.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\/60:focus {
  background-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(236 72 153 / 0.4);
}
.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\/60:focus {
  background-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(219 39 119 / 0.4);
}
.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\/60:focus {
  background-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(190 24 93 / 0.4);
}
.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\/60:focus {
  background-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(157 23 77 / 0.4);
}
.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\/60:focus {
  background-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(131 24 67 / 0.4);
}
.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\/60:focus {
  background-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(80 7 36 / 0.4);
}
.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\/60:focus {
  background-color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(243 232 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(233 213 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(216 180 254 / 0.4);
}
.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\/60:focus {
  background-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(192 132 252 / 0.4);
}
.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\/60:focus {
  background-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(250 245 255 / 0.4);
}
.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\/60:focus {
  background-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(168 85 247 / 0.4);
}
.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\/60:focus {
  background-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(147 51 234 / 0.4);
}
.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\/60:focus {
  background-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(126 34 206 / 0.4);
}
.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\/60:focus {
  background-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(107 33 168 / 0.4);
}
.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\/60:focus {
  background-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(88 28 135 / 0.4);
}
.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\/60:focus {
  background-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(59 7 100 / 0.4);
}
.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\/60:focus {
  background-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(254 202 202 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(252 165 165 / 0.4);
}
.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\/60:focus {
  background-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(248 113 113 / 0.4);
}
.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\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(254 242 242 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}
.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\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(220 38 38 / 0.4);
}
.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\/60:focus {
  background-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}
.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\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(153 27 27 / 0.4);
}
.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\/60:focus {
  background-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(127 29 29 / 0.4);
}
.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\/60:focus {
  background-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(69 10 10 / 0.4);
}
.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\/60:focus {
  background-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.focus\:bg-rose-100\/0:focus {
  background-color: rgb(255 228 230 / 0);
}
.focus\:bg-rose-100\/10:focus {
  background-color: rgb(255 228 230 / 0.1);
}
.focus\:bg-rose-100\/100:focus {
  background-color: rgb(255 228 230 / 1);
}
.focus\:bg-rose-100\/20:focus {
  background-color: rgb(255 228 230 / 0.2);
}
.focus\:bg-rose-100\/25:focus {
  background-color: rgb(255 228 230 / 0.25);
}
.focus\:bg-rose-100\/30:focus {
  background-color: rgb(255 228 230 / 0.3);
}
.focus\:bg-rose-100\/40:focus {
  background-color: rgb(255 228 230 / 0.4);
}
.focus\:bg-rose-100\/5:focus {
  background-color: rgb(255 228 230 / 0.05);
}
.focus\:bg-rose-100\/50:focus {
  background-color: rgb(255 228 230 / 0.5);
}
.focus\:bg-rose-100\/60:focus {
  background-color: rgb(255 228 230 / 0.6);
}
.focus\:bg-rose-100\/70:focus {
  background-color: rgb(255 228 230 / 0.7);
}
.focus\:bg-rose-100\/75:focus {
  background-color: rgb(255 228 230 / 0.75);
}
.focus\:bg-rose-100\/80:focus {
  background-color: rgb(255 228 230 / 0.8);
}
.focus\:bg-rose-100\/90:focus {
  background-color: rgb(255 228 230 / 0.9);
}
.focus\:bg-rose-100\/95:focus {
  background-color: rgb(255 228 230 / 0.95);
}
.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.focus\:bg-rose-200\/0:focus {
  background-color: rgb(254 205 211 / 0);
}
.focus\:bg-rose-200\/10:focus {
  background-color: rgb(254 205 211 / 0.1);
}
.focus\:bg-rose-200\/100:focus {
  background-color: rgb(254 205 211 / 1);
}
.focus\:bg-rose-200\/20:focus {
  background-color: rgb(254 205 211 / 0.2);
}
.focus\:bg-rose-200\/25:focus {
  background-color: rgb(254 205 211 / 0.25);
}
.focus\:bg-rose-200\/30:focus {
  background-color: rgb(254 205 211 / 0.3);
}
.focus\:bg-rose-200\/40:focus {
  background-color: rgb(254 205 211 / 0.4);
}
.focus\:bg-rose-200\/5:focus {
  background-color: rgb(254 205 211 / 0.05);
}
.focus\:bg-rose-200\/50:focus {
  background-color: rgb(254 205 211 / 0.5);
}
.focus\:bg-rose-200\/60:focus {
  background-color: rgb(254 205 211 / 0.6);
}
.focus\:bg-rose-200\/70:focus {
  background-color: rgb(254 205 211 / 0.7);
}
.focus\:bg-rose-200\/75:focus {
  background-color: rgb(254 205 211 / 0.75);
}
.focus\:bg-rose-200\/80:focus {
  background-color: rgb(254 205 211 / 0.8);
}
.focus\:bg-rose-200\/90:focus {
  background-color: rgb(254 205 211 / 0.9);
}
.focus\:bg-rose-200\/95:focus {
  background-color: rgb(254 205 211 / 0.95);
}
.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.focus\:bg-rose-300\/0:focus {
  background-color: rgb(253 164 175 / 0);
}
.focus\:bg-rose-300\/10:focus {
  background-color: rgb(253 164 175 / 0.1);
}
.focus\:bg-rose-300\/100:focus {
  background-color: rgb(253 164 175 / 1);
}
.focus\:bg-rose-300\/20:focus {
  background-color: rgb(253 164 175 / 0.2);
}
.focus\:bg-rose-300\/25:focus {
  background-color: rgb(253 164 175 / 0.25);
}
.focus\:bg-rose-300\/30:focus {
  background-color: rgb(253 164 175 / 0.3);
}
.focus\:bg-rose-300\/40:focus {
  background-color: rgb(253 164 175 / 0.4);
}
.focus\:bg-rose-300\/5:focus {
  background-color: rgb(253 164 175 / 0.05);
}
.focus\:bg-rose-300\/50:focus {
  background-color: rgb(253 164 175 / 0.5);
}
.focus\:bg-rose-300\/60:focus {
  background-color: rgb(253 164 175 / 0.6);
}
.focus\:bg-rose-300\/70:focus {
  background-color: rgb(253 164 175 / 0.7);
}
.focus\:bg-rose-300\/75:focus {
  background-color: rgb(253 164 175 / 0.75);
}
.focus\:bg-rose-300\/80:focus {
  background-color: rgb(253 164 175 / 0.8);
}
.focus\:bg-rose-300\/90:focus {
  background-color: rgb(253 164 175 / 0.9);
}
.focus\:bg-rose-300\/95:focus {
  background-color: rgb(253 164 175 / 0.95);
}
.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.focus\:bg-rose-400\/0:focus {
  background-color: rgb(251 113 133 / 0);
}
.focus\:bg-rose-400\/10:focus {
  background-color: rgb(251 113 133 / 0.1);
}
.focus\:bg-rose-400\/100:focus {
  background-color: rgb(251 113 133 / 1);
}
.focus\:bg-rose-400\/20:focus {
  background-color: rgb(251 113 133 / 0.2);
}
.focus\:bg-rose-400\/25:focus {
  background-color: rgb(251 113 133 / 0.25);
}
.focus\:bg-rose-400\/30:focus {
  background-color: rgb(251 113 133 / 0.3);
}
.focus\:bg-rose-400\/40:focus {
  background-color: rgb(251 113 133 / 0.4);
}
.focus\:bg-rose-400\/5:focus {
  background-color: rgb(251 113 133 / 0.05);
}
.focus\:bg-rose-400\/50:focus {
  background-color: rgb(251 113 133 / 0.5);
}
.focus\:bg-rose-400\/60:focus {
  background-color: rgb(251 113 133 / 0.6);
}
.focus\:bg-rose-400\/70:focus {
  background-color: rgb(251 113 133 / 0.7);
}
.focus\:bg-rose-400\/75:focus {
  background-color: rgb(251 113 133 / 0.75);
}
.focus\:bg-rose-400\/80:focus {
  background-color: rgb(251 113 133 / 0.8);
}
.focus\:bg-rose-400\/90:focus {
  background-color: rgb(251 113 133 / 0.9);
}
.focus\:bg-rose-400\/95:focus {
  background-color: rgb(251 113 133 / 0.95);
}
.focus\:bg-rose-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.focus\:bg-rose-50\/0:focus {
  background-color: rgb(255 241 242 / 0);
}
.focus\:bg-rose-50\/10:focus {
  background-color: rgb(255 241 242 / 0.1);
}
.focus\:bg-rose-50\/100:focus {
  background-color: rgb(255 241 242 / 1);
}
.focus\:bg-rose-50\/20:focus {
  background-color: rgb(255 241 242 / 0.2);
}
.focus\:bg-rose-50\/25:focus {
  background-color: rgb(255 241 242 / 0.25);
}
.focus\:bg-rose-50\/30:focus {
  background-color: rgb(255 241 242 / 0.3);
}
.focus\:bg-rose-50\/40:focus {
  background-color: rgb(255 241 242 / 0.4);
}
.focus\:bg-rose-50\/5:focus {
  background-color: rgb(255 241 242 / 0.05);
}
.focus\:bg-rose-50\/50:focus {
  background-color: rgb(255 241 242 / 0.5);
}
.focus\:bg-rose-50\/60:focus {
  background-color: rgb(255 241 242 / 0.6);
}
.focus\:bg-rose-50\/70:focus {
  background-color: rgb(255 241 242 / 0.7);
}
.focus\:bg-rose-50\/75:focus {
  background-color: rgb(255 241 242 / 0.75);
}
.focus\:bg-rose-50\/80:focus {
  background-color: rgb(255 241 242 / 0.8);
}
.focus\:bg-rose-50\/90:focus {
  background-color: rgb(255 241 242 / 0.9);
}
.focus\:bg-rose-50\/95:focus {
  background-color: rgb(255 241 242 / 0.95);
}
.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.focus\:bg-rose-500\/0:focus {
  background-color: rgb(244 63 94 / 0);
}
.focus\:bg-rose-500\/10:focus {
  background-color: rgb(244 63 94 / 0.1);
}
.focus\:bg-rose-500\/100:focus {
  background-color: rgb(244 63 94 / 1);
}
.focus\:bg-rose-500\/20:focus {
  background-color: rgb(244 63 94 / 0.2);
}
.focus\:bg-rose-500\/25:focus {
  background-color: rgb(244 63 94 / 0.25);
}
.focus\:bg-rose-500\/30:focus {
  background-color: rgb(244 63 94 / 0.3);
}
.focus\:bg-rose-500\/40:focus {
  background-color: rgb(244 63 94 / 0.4);
}
.focus\:bg-rose-500\/5:focus {
  background-color: rgb(244 63 94 / 0.05);
}
.focus\:bg-rose-500\/50:focus {
  background-color: rgb(244 63 94 / 0.5);
}
.focus\:bg-rose-500\/60:focus {
  background-color: rgb(244 63 94 / 0.6);
}
.focus\:bg-rose-500\/70:focus {
  background-color: rgb(244 63 94 / 0.7);
}
.focus\:bg-rose-500\/75:focus {
  background-color: rgb(244 63 94 / 0.75);
}
.focus\:bg-rose-500\/80:focus {
  background-color: rgb(244 63 94 / 0.8);
}
.focus\:bg-rose-500\/90:focus {
  background-color: rgb(244 63 94 / 0.9);
}
.focus\:bg-rose-500\/95:focus {
  background-color: rgb(244 63 94 / 0.95);
}
.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.focus\:bg-rose-600\/0:focus {
  background-color: rgb(225 29 72 / 0);
}
.focus\:bg-rose-600\/10:focus {
  background-color: rgb(225 29 72 / 0.1);
}
.focus\:bg-rose-600\/100:focus {
  background-color: rgb(225 29 72 / 1);
}
.focus\:bg-rose-600\/20:focus {
  background-color: rgb(225 29 72 / 0.2);
}
.focus\:bg-rose-600\/25:focus {
  background-color: rgb(225 29 72 / 0.25);
}
.focus\:bg-rose-600\/30:focus {
  background-color: rgb(225 29 72 / 0.3);
}
.focus\:bg-rose-600\/40:focus {
  background-color: rgb(225 29 72 / 0.4);
}
.focus\:bg-rose-600\/5:focus {
  background-color: rgb(225 29 72 / 0.05);
}
.focus\:bg-rose-600\/50:focus {
  background-color: rgb(225 29 72 / 0.5);
}
.focus\:bg-rose-600\/60:focus {
  background-color: rgb(225 29 72 / 0.6);
}
.focus\:bg-rose-600\/70:focus {
  background-color: rgb(225 29 72 / 0.7);
}
.focus\:bg-rose-600\/75:focus {
  background-color: rgb(225 29 72 / 0.75);
}
.focus\:bg-rose-600\/80:focus {
  background-color: rgb(225 29 72 / 0.8);
}
.focus\:bg-rose-600\/90:focus {
  background-color: rgb(225 29 72 / 0.9);
}
.focus\:bg-rose-600\/95:focus {
  background-color: rgb(225 29 72 / 0.95);
}
.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.focus\:bg-rose-700\/0:focus {
  background-color: rgb(190 18 60 / 0);
}
.focus\:bg-rose-700\/10:focus {
  background-color: rgb(190 18 60 / 0.1);
}
.focus\:bg-rose-700\/100:focus {
  background-color: rgb(190 18 60 / 1);
}
.focus\:bg-rose-700\/20:focus {
  background-color: rgb(190 18 60 / 0.2);
}
.focus\:bg-rose-700\/25:focus {
  background-color: rgb(190 18 60 / 0.25);
}
.focus\:bg-rose-700\/30:focus {
  background-color: rgb(190 18 60 / 0.3);
}
.focus\:bg-rose-700\/40:focus {
  background-color: rgb(190 18 60 / 0.4);
}
.focus\:bg-rose-700\/5:focus {
  background-color: rgb(190 18 60 / 0.05);
}
.focus\:bg-rose-700\/50:focus {
  background-color: rgb(190 18 60 / 0.5);
}
.focus\:bg-rose-700\/60:focus {
  background-color: rgb(190 18 60 / 0.6);
}
.focus\:bg-rose-700\/70:focus {
  background-color: rgb(190 18 60 / 0.7);
}
.focus\:bg-rose-700\/75:focus {
  background-color: rgb(190 18 60 / 0.75);
}
.focus\:bg-rose-700\/80:focus {
  background-color: rgb(190 18 60 / 0.8);
}
.focus\:bg-rose-700\/90:focus {
  background-color: rgb(190 18 60 / 0.9);
}
.focus\:bg-rose-700\/95:focus {
  background-color: rgb(190 18 60 / 0.95);
}
.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.focus\:bg-rose-800\/0:focus {
  background-color: rgb(159 18 57 / 0);
}
.focus\:bg-rose-800\/10:focus {
  background-color: rgb(159 18 57 / 0.1);
}
.focus\:bg-rose-800\/100:focus {
  background-color: rgb(159 18 57 / 1);
}
.focus\:bg-rose-800\/20:focus {
  background-color: rgb(159 18 57 / 0.2);
}
.focus\:bg-rose-800\/25:focus {
  background-color: rgb(159 18 57 / 0.25);
}
.focus\:bg-rose-800\/30:focus {
  background-color: rgb(159 18 57 / 0.3);
}
.focus\:bg-rose-800\/40:focus {
  background-color: rgb(159 18 57 / 0.4);
}
.focus\:bg-rose-800\/5:focus {
  background-color: rgb(159 18 57 / 0.05);
}
.focus\:bg-rose-800\/50:focus {
  background-color: rgb(159 18 57 / 0.5);
}
.focus\:bg-rose-800\/60:focus {
  background-color: rgb(159 18 57 / 0.6);
}
.focus\:bg-rose-800\/70:focus {
  background-color: rgb(159 18 57 / 0.7);
}
.focus\:bg-rose-800\/75:focus {
  background-color: rgb(159 18 57 / 0.75);
}
.focus\:bg-rose-800\/80:focus {
  background-color: rgb(159 18 57 / 0.8);
}
.focus\:bg-rose-800\/90:focus {
  background-color: rgb(159 18 57 / 0.9);
}
.focus\:bg-rose-800\/95:focus {
  background-color: rgb(159 18 57 / 0.95);
}
.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.focus\:bg-rose-900\/0:focus {
  background-color: rgb(136 19 55 / 0);
}
.focus\:bg-rose-900\/10:focus {
  background-color: rgb(136 19 55 / 0.1);
}
.focus\:bg-rose-900\/100:focus {
  background-color: rgb(136 19 55 / 1);
}
.focus\:bg-rose-900\/20:focus {
  background-color: rgb(136 19 55 / 0.2);
}
.focus\:bg-rose-900\/25:focus {
  background-color: rgb(136 19 55 / 0.25);
}
.focus\:bg-rose-900\/30:focus {
  background-color: rgb(136 19 55 / 0.3);
}
.focus\:bg-rose-900\/40:focus {
  background-color: rgb(136 19 55 / 0.4);
}
.focus\:bg-rose-900\/5:focus {
  background-color: rgb(136 19 55 / 0.05);
}
.focus\:bg-rose-900\/50:focus {
  background-color: rgb(136 19 55 / 0.5);
}
.focus\:bg-rose-900\/60:focus {
  background-color: rgb(136 19 55 / 0.6);
}
.focus\:bg-rose-900\/70:focus {
  background-color: rgb(136 19 55 / 0.7);
}
.focus\:bg-rose-900\/75:focus {
  background-color: rgb(136 19 55 / 0.75);
}
.focus\:bg-rose-900\/80:focus {
  background-color: rgb(136 19 55 / 0.8);
}
.focus\:bg-rose-900\/90:focus {
  background-color: rgb(136 19 55 / 0.9);
}
.focus\:bg-rose-900\/95:focus {
  background-color: rgb(136 19 55 / 0.95);
}
.focus\:bg-rose-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.focus\:bg-rose-950\/0:focus {
  background-color: rgb(76 5 25 / 0);
}
.focus\:bg-rose-950\/10:focus {
  background-color: rgb(76 5 25 / 0.1);
}
.focus\:bg-rose-950\/100:focus {
  background-color: rgb(76 5 25 / 1);
}
.focus\:bg-rose-950\/20:focus {
  background-color: rgb(76 5 25 / 0.2);
}
.focus\:bg-rose-950\/25:focus {
  background-color: rgb(76 5 25 / 0.25);
}
.focus\:bg-rose-950\/30:focus {
  background-color: rgb(76 5 25 / 0.3);
}
.focus\:bg-rose-950\/40:focus {
  background-color: rgb(76 5 25 / 0.4);
}
.focus\:bg-rose-950\/5:focus {
  background-color: rgb(76 5 25 / 0.05);
}
.focus\:bg-rose-950\/50:focus {
  background-color: rgb(76 5 25 / 0.5);
}
.focus\:bg-rose-950\/60:focus {
  background-color: rgb(76 5 25 / 0.6);
}
.focus\:bg-rose-950\/70:focus {
  background-color: rgb(76 5 25 / 0.7);
}
.focus\:bg-rose-950\/75:focus {
  background-color: rgb(76 5 25 / 0.75);
}
.focus\:bg-rose-950\/80:focus {
  background-color: rgb(76 5 25 / 0.8);
}
.focus\:bg-rose-950\/90:focus {
  background-color: rgb(76 5 25 / 0.9);
}
.focus\:bg-rose-950\/95:focus {
  background-color: rgb(76 5 25 / 0.95);
}
.focus\:bg-sky-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.focus\:bg-sky-100\/0:focus {
  background-color: rgb(224 242 254 / 0);
}
.focus\:bg-sky-100\/10:focus {
  background-color: rgb(224 242 254 / 0.1);
}
.focus\:bg-sky-100\/100:focus {
  background-color: rgb(224 242 254 / 1);
}
.focus\:bg-sky-100\/20:focus {
  background-color: rgb(224 242 254 / 0.2);
}
.focus\:bg-sky-100\/25:focus {
  background-color: rgb(224 242 254 / 0.25);
}
.focus\:bg-sky-100\/30:focus {
  background-color: rgb(224 242 254 / 0.3);
}
.focus\:bg-sky-100\/40:focus {
  background-color: rgb(224 242 254 / 0.4);
}
.focus\:bg-sky-100\/5:focus {
  background-color: rgb(224 242 254 / 0.05);
}
.focus\:bg-sky-100\/50:focus {
  background-color: rgb(224 242 254 / 0.5);
}
.focus\:bg-sky-100\/60:focus {
  background-color: rgb(224 242 254 / 0.6);
}
.focus\:bg-sky-100\/70:focus {
  background-color: rgb(224 242 254 / 0.7);
}
.focus\:bg-sky-100\/75:focus {
  background-color: rgb(224 242 254 / 0.75);
}
.focus\:bg-sky-100\/80:focus {
  background-color: rgb(224 242 254 / 0.8);
}
.focus\:bg-sky-100\/90:focus {
  background-color: rgb(224 242 254 / 0.9);
}
.focus\:bg-sky-100\/95:focus {
  background-color: rgb(224 242 254 / 0.95);
}
.focus\:bg-sky-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.focus\:bg-sky-200\/0:focus {
  background-color: rgb(186 230 253 / 0);
}
.focus\:bg-sky-200\/10:focus {
  background-color: rgb(186 230 253 / 0.1);
}
.focus\:bg-sky-200\/100:focus {
  background-color: rgb(186 230 253 / 1);
}
.focus\:bg-sky-200\/20:focus {
  background-color: rgb(186 230 253 / 0.2);
}
.focus\:bg-sky-200\/25:focus {
  background-color: rgb(186 230 253 / 0.25);
}
.focus\:bg-sky-200\/30:focus {
  background-color: rgb(186 230 253 / 0.3);
}
.focus\:bg-sky-200\/40:focus {
  background-color: rgb(186 230 253 / 0.4);
}
.focus\:bg-sky-200\/5:focus {
  background-color: rgb(186 230 253 / 0.05);
}
.focus\:bg-sky-200\/50:focus {
  background-color: rgb(186 230 253 / 0.5);
}
.focus\:bg-sky-200\/60:focus {
  background-color: rgb(186 230 253 / 0.6);
}
.focus\:bg-sky-200\/70:focus {
  background-color: rgb(186 230 253 / 0.7);
}
.focus\:bg-sky-200\/75:focus {
  background-color: rgb(186 230 253 / 0.75);
}
.focus\:bg-sky-200\/80:focus {
  background-color: rgb(186 230 253 / 0.8);
}
.focus\:bg-sky-200\/90:focus {
  background-color: rgb(186 230 253 / 0.9);
}
.focus\:bg-sky-200\/95:focus {
  background-color: rgb(186 230 253 / 0.95);
}
.focus\:bg-sky-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.focus\:bg-sky-300\/0:focus {
  background-color: rgb(125 211 252 / 0);
}
.focus\:bg-sky-300\/10:focus {
  background-color: rgb(125 211 252 / 0.1);
}
.focus\:bg-sky-300\/100:focus {
  background-color: rgb(125 211 252 / 1);
}
.focus\:bg-sky-300\/20:focus {
  background-color: rgb(125 211 252 / 0.2);
}
.focus\:bg-sky-300\/25:focus {
  background-color: rgb(125 211 252 / 0.25);
}
.focus\:bg-sky-300\/30:focus {
  background-color: rgb(125 211 252 / 0.3);
}
.focus\:bg-sky-300\/40:focus {
  background-color: rgb(125 211 252 / 0.4);
}
.focus\:bg-sky-300\/5:focus {
  background-color: rgb(125 211 252 / 0.05);
}
.focus\:bg-sky-300\/50:focus {
  background-color: rgb(125 211 252 / 0.5);
}
.focus\:bg-sky-300\/60:focus {
  background-color: rgb(125 211 252 / 0.6);
}
.focus\:bg-sky-300\/70:focus {
  background-color: rgb(125 211 252 / 0.7);
}
.focus\:bg-sky-300\/75:focus {
  background-color: rgb(125 211 252 / 0.75);
}
.focus\:bg-sky-300\/80:focus {
  background-color: rgb(125 211 252 / 0.8);
}
.focus\:bg-sky-300\/90:focus {
  background-color: rgb(125 211 252 / 0.9);
}
.focus\:bg-sky-300\/95:focus {
  background-color: rgb(125 211 252 / 0.95);
}
.focus\:bg-sky-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.focus\:bg-sky-400\/0:focus {
  background-color: rgb(56 189 248 / 0);
}
.focus\:bg-sky-400\/10:focus {
  background-color: rgb(56 189 248 / 0.1);
}
.focus\:bg-sky-400\/100:focus {
  background-color: rgb(56 189 248 / 1);
}
.focus\:bg-sky-400\/20:focus {
  background-color: rgb(56 189 248 / 0.2);
}
.focus\:bg-sky-400\/25:focus {
  background-color: rgb(56 189 248 / 0.25);
}
.focus\:bg-sky-400\/30:focus {
  background-color: rgb(56 189 248 / 0.3);
}
.focus\:bg-sky-400\/40:focus {
  background-color: rgb(56 189 248 / 0.4);
}
.focus\:bg-sky-400\/5:focus {
  background-color: rgb(56 189 248 / 0.05);
}
.focus\:bg-sky-400\/50:focus {
  background-color: rgb(56 189 248 / 0.5);
}
.focus\:bg-sky-400\/60:focus {
  background-color: rgb(56 189 248 / 0.6);
}
.focus\:bg-sky-400\/70:focus {
  background-color: rgb(56 189 248 / 0.7);
}
.focus\:bg-sky-400\/75:focus {
  background-color: rgb(56 189 248 / 0.75);
}
.focus\:bg-sky-400\/80:focus {
  background-color: rgb(56 189 248 / 0.8);
}
.focus\:bg-sky-400\/90:focus {
  background-color: rgb(56 189 248 / 0.9);
}
.focus\:bg-sky-400\/95:focus {
  background-color: rgb(56 189 248 / 0.95);
}
.focus\:bg-sky-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.focus\:bg-sky-50\/0:focus {
  background-color: rgb(240 249 255 / 0);
}
.focus\:bg-sky-50\/10:focus {
  background-color: rgb(240 249 255 / 0.1);
}
.focus\:bg-sky-50\/100:focus {
  background-color: rgb(240 249 255 / 1);
}
.focus\:bg-sky-50\/20:focus {
  background-color: rgb(240 249 255 / 0.2);
}
.focus\:bg-sky-50\/25:focus {
  background-color: rgb(240 249 255 / 0.25);
}
.focus\:bg-sky-50\/30:focus {
  background-color: rgb(240 249 255 / 0.3);
}
.focus\:bg-sky-50\/40:focus {
  background-color: rgb(240 249 255 / 0.4);
}
.focus\:bg-sky-50\/5:focus {
  background-color: rgb(240 249 255 / 0.05);
}
.focus\:bg-sky-50\/50:focus {
  background-color: rgb(240 249 255 / 0.5);
}
.focus\:bg-sky-50\/60:focus {
  background-color: rgb(240 249 255 / 0.6);
}
.focus\:bg-sky-50\/70:focus {
  background-color: rgb(240 249 255 / 0.7);
}
.focus\:bg-sky-50\/75:focus {
  background-color: rgb(240 249 255 / 0.75);
}
.focus\:bg-sky-50\/80:focus {
  background-color: rgb(240 249 255 / 0.8);
}
.focus\:bg-sky-50\/90:focus {
  background-color: rgb(240 249 255 / 0.9);
}
.focus\:bg-sky-50\/95:focus {
  background-color: rgb(240 249 255 / 0.95);
}
.focus\:bg-sky-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.focus\:bg-sky-500\/0:focus {
  background-color: rgb(14 165 233 / 0);
}
.focus\:bg-sky-500\/10:focus {
  background-color: rgb(14 165 233 / 0.1);
}
.focus\:bg-sky-500\/100:focus {
  background-color: rgb(14 165 233 / 1);
}
.focus\:bg-sky-500\/20:focus {
  background-color: rgb(14 165 233 / 0.2);
}
.focus\:bg-sky-500\/25:focus {
  background-color: rgb(14 165 233 / 0.25);
}
.focus\:bg-sky-500\/30:focus {
  background-color: rgb(14 165 233 / 0.3);
}
.focus\:bg-sky-500\/40:focus {
  background-color: rgb(14 165 233 / 0.4);
}
.focus\:bg-sky-500\/5:focus {
  background-color: rgb(14 165 233 / 0.05);
}
.focus\:bg-sky-500\/50:focus {
  background-color: rgb(14 165 233 / 0.5);
}
.focus\:bg-sky-500\/60:focus {
  background-color: rgb(14 165 233 / 0.6);
}
.focus\:bg-sky-500\/70:focus {
  background-color: rgb(14 165 233 / 0.7);
}
.focus\:bg-sky-500\/75:focus {
  background-color: rgb(14 165 233 / 0.75);
}
.focus\:bg-sky-500\/80:focus {
  background-color: rgb(14 165 233 / 0.8);
}
.focus\:bg-sky-500\/90:focus {
  background-color: rgb(14 165 233 / 0.9);
}
.focus\:bg-sky-500\/95:focus {
  background-color: rgb(14 165 233 / 0.95);
}
.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.focus\:bg-sky-600\/0:focus {
  background-color: rgb(2 132 199 / 0);
}
.focus\:bg-sky-600\/10:focus {
  background-color: rgb(2 132 199 / 0.1);
}
.focus\:bg-sky-600\/100:focus {
  background-color: rgb(2 132 199 / 1);
}
.focus\:bg-sky-600\/20:focus {
  background-color: rgb(2 132 199 / 0.2);
}
.focus\:bg-sky-600\/25:focus {
  background-color: rgb(2 132 199 / 0.25);
}
.focus\:bg-sky-600\/30:focus {
  background-color: rgb(2 132 199 / 0.3);
}
.focus\:bg-sky-600\/40:focus {
  background-color: rgb(2 132 199 / 0.4);
}
.focus\:bg-sky-600\/5:focus {
  background-color: rgb(2 132 199 / 0.05);
}
.focus\:bg-sky-600\/50:focus {
  background-color: rgb(2 132 199 / 0.5);
}
.focus\:bg-sky-600\/60:focus {
  background-color: rgb(2 132 199 / 0.6);
}
.focus\:bg-sky-600\/70:focus {
  background-color: rgb(2 132 199 / 0.7);
}
.focus\:bg-sky-600\/75:focus {
  background-color: rgb(2 132 199 / 0.75);
}
.focus\:bg-sky-600\/80:focus {
  background-color: rgb(2 132 199 / 0.8);
}
.focus\:bg-sky-600\/90:focus {
  background-color: rgb(2 132 199 / 0.9);
}
.focus\:bg-sky-600\/95:focus {
  background-color: rgb(2 132 199 / 0.95);
}
.focus\:bg-sky-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.focus\:bg-sky-700\/0:focus {
  background-color: rgb(3 105 161 / 0);
}
.focus\:bg-sky-700\/10:focus {
  background-color: rgb(3 105 161 / 0.1);
}
.focus\:bg-sky-700\/100:focus {
  background-color: rgb(3 105 161 / 1);
}
.focus\:bg-sky-700\/20:focus {
  background-color: rgb(3 105 161 / 0.2);
}
.focus\:bg-sky-700\/25:focus {
  background-color: rgb(3 105 161 / 0.25);
}
.focus\:bg-sky-700\/30:focus {
  background-color: rgb(3 105 161 / 0.3);
}
.focus\:bg-sky-700\/40:focus {
  background-color: rgb(3 105 161 / 0.4);
}
.focus\:bg-sky-700\/5:focus {
  background-color: rgb(3 105 161 / 0.05);
}
.focus\:bg-sky-700\/50:focus {
  background-color: rgb(3 105 161 / 0.5);
}
.focus\:bg-sky-700\/60:focus {
  background-color: rgb(3 105 161 / 0.6);
}
.focus\:bg-sky-700\/70:focus {
  background-color: rgb(3 105 161 / 0.7);
}
.focus\:bg-sky-700\/75:focus {
  background-color: rgb(3 105 161 / 0.75);
}
.focus\:bg-sky-700\/80:focus {
  background-color: rgb(3 105 161 / 0.8);
}
.focus\:bg-sky-700\/90:focus {
  background-color: rgb(3 105 161 / 0.9);
}
.focus\:bg-sky-700\/95:focus {
  background-color: rgb(3 105 161 / 0.95);
}
.focus\:bg-sky-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.focus\:bg-sky-800\/0:focus {
  background-color: rgb(7 89 133 / 0);
}
.focus\:bg-sky-800\/10:focus {
  background-color: rgb(7 89 133 / 0.1);
}
.focus\:bg-sky-800\/100:focus {
  background-color: rgb(7 89 133 / 1);
}
.focus\:bg-sky-800\/20:focus {
  background-color: rgb(7 89 133 / 0.2);
}
.focus\:bg-sky-800\/25:focus {
  background-color: rgb(7 89 133 / 0.25);
}
.focus\:bg-sky-800\/30:focus {
  background-color: rgb(7 89 133 / 0.3);
}
.focus\:bg-sky-800\/40:focus {
  background-color: rgb(7 89 133 / 0.4);
}
.focus\:bg-sky-800\/5:focus {
  background-color: rgb(7 89 133 / 0.05);
}
.focus\:bg-sky-800\/50:focus {
  background-color: rgb(7 89 133 / 0.5);
}
.focus\:bg-sky-800\/60:focus {
  background-color: rgb(7 89 133 / 0.6);
}
.focus\:bg-sky-800\/70:focus {
  background-color: rgb(7 89 133 / 0.7);
}
.focus\:bg-sky-800\/75:focus {
  background-color: rgb(7 89 133 / 0.75);
}
.focus\:bg-sky-800\/80:focus {
  background-color: rgb(7 89 133 / 0.8);
}
.focus\:bg-sky-800\/90:focus {
  background-color: rgb(7 89 133 / 0.9);
}
.focus\:bg-sky-800\/95:focus {
  background-color: rgb(7 89 133 / 0.95);
}
.focus\:bg-sky-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.focus\:bg-sky-900\/0:focus {
  background-color: rgb(12 74 110 / 0);
}
.focus\:bg-sky-900\/10:focus {
  background-color: rgb(12 74 110 / 0.1);
}
.focus\:bg-sky-900\/100:focus {
  background-color: rgb(12 74 110 / 1);
}
.focus\:bg-sky-900\/20:focus {
  background-color: rgb(12 74 110 / 0.2);
}
.focus\:bg-sky-900\/25:focus {
  background-color: rgb(12 74 110 / 0.25);
}
.focus\:bg-sky-900\/30:focus {
  background-color: rgb(12 74 110 / 0.3);
}
.focus\:bg-sky-900\/40:focus {
  background-color: rgb(12 74 110 / 0.4);
}
.focus\:bg-sky-900\/5:focus {
  background-color: rgb(12 74 110 / 0.05);
}
.focus\:bg-sky-900\/50:focus {
  background-color: rgb(12 74 110 / 0.5);
}
.focus\:bg-sky-900\/60:focus {
  background-color: rgb(12 74 110 / 0.6);
}
.focus\:bg-sky-900\/70:focus {
  background-color: rgb(12 74 110 / 0.7);
}
.focus\:bg-sky-900\/75:focus {
  background-color: rgb(12 74 110 / 0.75);
}
.focus\:bg-sky-900\/80:focus {
  background-color: rgb(12 74 110 / 0.8);
}
.focus\:bg-sky-900\/90:focus {
  background-color: rgb(12 74 110 / 0.9);
}
.focus\:bg-sky-900\/95:focus {
  background-color: rgb(12 74 110 / 0.95);
}
.focus\:bg-sky-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.focus\:bg-sky-950\/0:focus {
  background-color: rgb(8 47 73 / 0);
}
.focus\:bg-sky-950\/10:focus {
  background-color: rgb(8 47 73 / 0.1);
}
.focus\:bg-sky-950\/100:focus {
  background-color: rgb(8 47 73 / 1);
}
.focus\:bg-sky-950\/20:focus {
  background-color: rgb(8 47 73 / 0.2);
}
.focus\:bg-sky-950\/25:focus {
  background-color: rgb(8 47 73 / 0.25);
}
.focus\:bg-sky-950\/30:focus {
  background-color: rgb(8 47 73 / 0.3);
}
.focus\:bg-sky-950\/40:focus {
  background-color: rgb(8 47 73 / 0.4);
}
.focus\:bg-sky-950\/5:focus {
  background-color: rgb(8 47 73 / 0.05);
}
.focus\:bg-sky-950\/50:focus {
  background-color: rgb(8 47 73 / 0.5);
}
.focus\:bg-sky-950\/60:focus {
  background-color: rgb(8 47 73 / 0.6);
}
.focus\:bg-sky-950\/70:focus {
  background-color: rgb(8 47 73 / 0.7);
}
.focus\:bg-sky-950\/75:focus {
  background-color: rgb(8 47 73 / 0.75);
}
.focus\:bg-sky-950\/80:focus {
  background-color: rgb(8 47 73 / 0.8);
}
.focus\:bg-sky-950\/90:focus {
  background-color: rgb(8 47 73 / 0.9);
}
.focus\:bg-sky-950\/95:focus {
  background-color: rgb(8 47 73 / 0.95);
}
.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.focus\:bg-slate-100\/0:focus {
  background-color: rgb(241 245 249 / 0);
}
.focus\:bg-slate-100\/10:focus {
  background-color: rgb(241 245 249 / 0.1);
}
.focus\:bg-slate-100\/100:focus {
  background-color: rgb(241 245 249 / 1);
}
.focus\:bg-slate-100\/20:focus {
  background-color: rgb(241 245 249 / 0.2);
}
.focus\:bg-slate-100\/25:focus {
  background-color: rgb(241 245 249 / 0.25);
}
.focus\:bg-slate-100\/30:focus {
  background-color: rgb(241 245 249 / 0.3);
}
.focus\:bg-slate-100\/40:focus {
  background-color: rgb(241 245 249 / 0.4);
}
.focus\:bg-slate-100\/5:focus {
  background-color: rgb(241 245 249 / 0.05);
}
.focus\:bg-slate-100\/50:focus {
  background-color: rgb(241 245 249 / 0.5);
}
.focus\:bg-slate-100\/60:focus {
  background-color: rgb(241 245 249 / 0.6);
}
.focus\:bg-slate-100\/70:focus {
  background-color: rgb(241 245 249 / 0.7);
}
.focus\:bg-slate-100\/75:focus {
  background-color: rgb(241 245 249 / 0.75);
}
.focus\:bg-slate-100\/80:focus {
  background-color: rgb(241 245 249 / 0.8);
}
.focus\:bg-slate-100\/90:focus {
  background-color: rgb(241 245 249 / 0.9);
}
.focus\:bg-slate-100\/95:focus {
  background-color: rgb(241 245 249 / 0.95);
}
.focus\:bg-slate-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.focus\:bg-slate-200\/0:focus {
  background-color: rgb(226 232 240 / 0);
}
.focus\:bg-slate-200\/10:focus {
  background-color: rgb(226 232 240 / 0.1);
}
.focus\:bg-slate-200\/100:focus {
  background-color: rgb(226 232 240 / 1);
}
.focus\:bg-slate-200\/20:focus {
  background-color: rgb(226 232 240 / 0.2);
}
.focus\:bg-slate-200\/25:focus {
  background-color: rgb(226 232 240 / 0.25);
}
.focus\:bg-slate-200\/30:focus {
  background-color: rgb(226 232 240 / 0.3);
}
.focus\:bg-slate-200\/40:focus {
  background-color: rgb(226 232 240 / 0.4);
}
.focus\:bg-slate-200\/5:focus {
  background-color: rgb(226 232 240 / 0.05);
}
.focus\:bg-slate-200\/50:focus {
  background-color: rgb(226 232 240 / 0.5);
}
.focus\:bg-slate-200\/60:focus {
  background-color: rgb(226 232 240 / 0.6);
}
.focus\:bg-slate-200\/70:focus {
  background-color: rgb(226 232 240 / 0.7);
}
.focus\:bg-slate-200\/75:focus {
  background-color: rgb(226 232 240 / 0.75);
}
.focus\:bg-slate-200\/80:focus {
  background-color: rgb(226 232 240 / 0.8);
}
.focus\:bg-slate-200\/90:focus {
  background-color: rgb(226 232 240 / 0.9);
}
.focus\:bg-slate-200\/95:focus {
  background-color: rgb(226 232 240 / 0.95);
}
.focus\:bg-slate-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.focus\:bg-slate-300\/0:focus {
  background-color: rgb(203 213 225 / 0);
}
.focus\:bg-slate-300\/10:focus {
  background-color: rgb(203 213 225 / 0.1);
}
.focus\:bg-slate-300\/100:focus {
  background-color: rgb(203 213 225 / 1);
}
.focus\:bg-slate-300\/20:focus {
  background-color: rgb(203 213 225 / 0.2);
}
.focus\:bg-slate-300\/25:focus {
  background-color: rgb(203 213 225 / 0.25);
}
.focus\:bg-slate-300\/30:focus {
  background-color: rgb(203 213 225 / 0.3);
}
.focus\:bg-slate-300\/40:focus {
  background-color: rgb(203 213 225 / 0.4);
}
.focus\:bg-slate-300\/5:focus {
  background-color: rgb(203 213 225 / 0.05);
}
.focus\:bg-slate-300\/50:focus {
  background-color: rgb(203 213 225 / 0.5);
}
.focus\:bg-slate-300\/60:focus {
  background-color: rgb(203 213 225 / 0.6);
}
.focus\:bg-slate-300\/70:focus {
  background-color: rgb(203 213 225 / 0.7);
}
.focus\:bg-slate-300\/75:focus {
  background-color: rgb(203 213 225 / 0.75);
}
.focus\:bg-slate-300\/80:focus {
  background-color: rgb(203 213 225 / 0.8);
}
.focus\:bg-slate-300\/90:focus {
  background-color: rgb(203 213 225 / 0.9);
}
.focus\:bg-slate-300\/95:focus {
  background-color: rgb(203 213 225 / 0.95);
}
.focus\:bg-slate-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.focus\:bg-slate-400\/0:focus {
  background-color: rgb(148 163 184 / 0);
}
.focus\:bg-slate-400\/10:focus {
  background-color: rgb(148 163 184 / 0.1);
}
.focus\:bg-slate-400\/100:focus {
  background-color: rgb(148 163 184 / 1);
}
.focus\:bg-slate-400\/20:focus {
  background-color: rgb(148 163 184 / 0.2);
}
.focus\:bg-slate-400\/25:focus {
  background-color: rgb(148 163 184 / 0.25);
}
.focus\:bg-slate-400\/30:focus {
  background-color: rgb(148 163 184 / 0.3);
}
.focus\:bg-slate-400\/40:focus {
  background-color: rgb(148 163 184 / 0.4);
}
.focus\:bg-slate-400\/5:focus {
  background-color: rgb(148 163 184 / 0.05);
}
.focus\:bg-slate-400\/50:focus {
  background-color: rgb(148 163 184 / 0.5);
}
.focus\:bg-slate-400\/60:focus {
  background-color: rgb(148 163 184 / 0.6);
}
.focus\:bg-slate-400\/70:focus {
  background-color: rgb(148 163 184 / 0.7);
}
.focus\:bg-slate-400\/75:focus {
  background-color: rgb(148 163 184 / 0.75);
}
.focus\:bg-slate-400\/80:focus {
  background-color: rgb(148 163 184 / 0.8);
}
.focus\:bg-slate-400\/90:focus {
  background-color: rgb(148 163 184 / 0.9);
}
.focus\:bg-slate-400\/95:focus {
  background-color: rgb(148 163 184 / 0.95);
}
.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.focus\:bg-slate-50\/0:focus {
  background-color: rgb(248 250 252 / 0);
}
.focus\:bg-slate-50\/10:focus {
  background-color: rgb(248 250 252 / 0.1);
}
.focus\:bg-slate-50\/100:focus {
  background-color: rgb(248 250 252 / 1);
}
.focus\:bg-slate-50\/20:focus {
  background-color: rgb(248 250 252 / 0.2);
}
.focus\:bg-slate-50\/25:focus {
  background-color: rgb(248 250 252 / 0.25);
}
.focus\:bg-slate-50\/30:focus {
  background-color: rgb(248 250 252 / 0.3);
}
.focus\:bg-slate-50\/40:focus {
  background-color: rgb(248 250 252 / 0.4);
}
.focus\:bg-slate-50\/5:focus {
  background-color: rgb(248 250 252 / 0.05);
}
.focus\:bg-slate-50\/50:focus {
  background-color: rgb(248 250 252 / 0.5);
}
.focus\:bg-slate-50\/60:focus {
  background-color: rgb(248 250 252 / 0.6);
}
.focus\:bg-slate-50\/70:focus {
  background-color: rgb(248 250 252 / 0.7);
}
.focus\:bg-slate-50\/75:focus {
  background-color: rgb(248 250 252 / 0.75);
}
.focus\:bg-slate-50\/80:focus {
  background-color: rgb(248 250 252 / 0.8);
}
.focus\:bg-slate-50\/90:focus {
  background-color: rgb(248 250 252 / 0.9);
}
.focus\:bg-slate-50\/95:focus {
  background-color: rgb(248 250 252 / 0.95);
}
.focus\:bg-slate-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.focus\:bg-slate-500\/0:focus {
  background-color: rgb(100 116 139 / 0);
}
.focus\:bg-slate-500\/10:focus {
  background-color: rgb(100 116 139 / 0.1);
}
.focus\:bg-slate-500\/100:focus {
  background-color: rgb(100 116 139 / 1);
}
.focus\:bg-slate-500\/20:focus {
  background-color: rgb(100 116 139 / 0.2);
}
.focus\:bg-slate-500\/25:focus {
  background-color: rgb(100 116 139 / 0.25);
}
.focus\:bg-slate-500\/30:focus {
  background-color: rgb(100 116 139 / 0.3);
}
.focus\:bg-slate-500\/40:focus {
  background-color: rgb(100 116 139 / 0.4);
}
.focus\:bg-slate-500\/5:focus {
  background-color: rgb(100 116 139 / 0.05);
}
.focus\:bg-slate-500\/50:focus {
  background-color: rgb(100 116 139 / 0.5);
}
.focus\:bg-slate-500\/60:focus {
  background-color: rgb(100 116 139 / 0.6);
}
.focus\:bg-slate-500\/70:focus {
  background-color: rgb(100 116 139 / 0.7);
}
.focus\:bg-slate-500\/75:focus {
  background-color: rgb(100 116 139 / 0.75);
}
.focus\:bg-slate-500\/80:focus {
  background-color: rgb(100 116 139 / 0.8);
}
.focus\:bg-slate-500\/90:focus {
  background-color: rgb(100 116 139 / 0.9);
}
.focus\:bg-slate-500\/95:focus {
  background-color: rgb(100 116 139 / 0.95);
}
.focus\:bg-slate-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.focus\:bg-slate-600\/0:focus {
  background-color: rgb(71 85 105 / 0);
}
.focus\:bg-slate-600\/10:focus {
  background-color: rgb(71 85 105 / 0.1);
}
.focus\:bg-slate-600\/100:focus {
  background-color: rgb(71 85 105 / 1);
}
.focus\:bg-slate-600\/20:focus {
  background-color: rgb(71 85 105 / 0.2);
}
.focus\:bg-slate-600\/25:focus {
  background-color: rgb(71 85 105 / 0.25);
}
.focus\:bg-slate-600\/30:focus {
  background-color: rgb(71 85 105 / 0.3);
}
.focus\:bg-slate-600\/40:focus {
  background-color: rgb(71 85 105 / 0.4);
}
.focus\:bg-slate-600\/5:focus {
  background-color: rgb(71 85 105 / 0.05);
}
.focus\:bg-slate-600\/50:focus {
  background-color: rgb(71 85 105 / 0.5);
}
.focus\:bg-slate-600\/60:focus {
  background-color: rgb(71 85 105 / 0.6);
}
.focus\:bg-slate-600\/70:focus {
  background-color: rgb(71 85 105 / 0.7);
}
.focus\:bg-slate-600\/75:focus {
  background-color: rgb(71 85 105 / 0.75);
}
.focus\:bg-slate-600\/80:focus {
  background-color: rgb(71 85 105 / 0.8);
}
.focus\:bg-slate-600\/90:focus {
  background-color: rgb(71 85 105 / 0.9);
}
.focus\:bg-slate-600\/95:focus {
  background-color: rgb(71 85 105 / 0.95);
}
.focus\:bg-slate-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.focus\:bg-slate-700\/0:focus {
  background-color: rgb(51 65 85 / 0);
}
.focus\:bg-slate-700\/10:focus {
  background-color: rgb(51 65 85 / 0.1);
}
.focus\:bg-slate-700\/100:focus {
  background-color: rgb(51 65 85 / 1);
}
.focus\:bg-slate-700\/20:focus {
  background-color: rgb(51 65 85 / 0.2);
}
.focus\:bg-slate-700\/25:focus {
  background-color: rgb(51 65 85 / 0.25);
}
.focus\:bg-slate-700\/30:focus {
  background-color: rgb(51 65 85 / 0.3);
}
.focus\:bg-slate-700\/40:focus {
  background-color: rgb(51 65 85 / 0.4);
}
.focus\:bg-slate-700\/5:focus {
  background-color: rgb(51 65 85 / 0.05);
}
.focus\:bg-slate-700\/50:focus {
  background-color: rgb(51 65 85 / 0.5);
}
.focus\:bg-slate-700\/60:focus {
  background-color: rgb(51 65 85 / 0.6);
}
.focus\:bg-slate-700\/70:focus {
  background-color: rgb(51 65 85 / 0.7);
}
.focus\:bg-slate-700\/75:focus {
  background-color: rgb(51 65 85 / 0.75);
}
.focus\:bg-slate-700\/80:focus {
  background-color: rgb(51 65 85 / 0.8);
}
.focus\:bg-slate-700\/90:focus {
  background-color: rgb(51 65 85 / 0.9);
}
.focus\:bg-slate-700\/95:focus {
  background-color: rgb(51 65 85 / 0.95);
}
.focus\:bg-slate-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.focus\:bg-slate-800\/0:focus {
  background-color: rgb(30 41 59 / 0);
}
.focus\:bg-slate-800\/10:focus {
  background-color: rgb(30 41 59 / 0.1);
}
.focus\:bg-slate-800\/100:focus {
  background-color: rgb(30 41 59 / 1);
}
.focus\:bg-slate-800\/20:focus {
  background-color: rgb(30 41 59 / 0.2);
}
.focus\:bg-slate-800\/25:focus {
  background-color: rgb(30 41 59 / 0.25);
}
.focus\:bg-slate-800\/30:focus {
  background-color: rgb(30 41 59 / 0.3);
}
.focus\:bg-slate-800\/40:focus {
  background-color: rgb(30 41 59 / 0.4);
}
.focus\:bg-slate-800\/5:focus {
  background-color: rgb(30 41 59 / 0.05);
}
.focus\:bg-slate-800\/50:focus {
  background-color: rgb(30 41 59 / 0.5);
}
.focus\:bg-slate-800\/60:focus {
  background-color: rgb(30 41 59 / 0.6);
}
.focus\:bg-slate-800\/70:focus {
  background-color: rgb(30 41 59 / 0.7);
}
.focus\:bg-slate-800\/75:focus {
  background-color: rgb(30 41 59 / 0.75);
}
.focus\:bg-slate-800\/80:focus {
  background-color: rgb(30 41 59 / 0.8);
}
.focus\:bg-slate-800\/90:focus {
  background-color: rgb(30 41 59 / 0.9);
}
.focus\:bg-slate-800\/95:focus {
  background-color: rgb(30 41 59 / 0.95);
}
.focus\:bg-slate-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.focus\:bg-slate-900\/0:focus {
  background-color: rgb(15 23 42 / 0);
}
.focus\:bg-slate-900\/10:focus {
  background-color: rgb(15 23 42 / 0.1);
}
.focus\:bg-slate-900\/100:focus {
  background-color: rgb(15 23 42 / 1);
}
.focus\:bg-slate-900\/20:focus {
  background-color: rgb(15 23 42 / 0.2);
}
.focus\:bg-slate-900\/25:focus {
  background-color: rgb(15 23 42 / 0.25);
}
.focus\:bg-slate-900\/30:focus {
  background-color: rgb(15 23 42 / 0.3);
}
.focus\:bg-slate-900\/40:focus {
  background-color: rgb(15 23 42 / 0.4);
}
.focus\:bg-slate-900\/5:focus {
  background-color: rgb(15 23 42 / 0.05);
}
.focus\:bg-slate-900\/50:focus {
  background-color: rgb(15 23 42 / 0.5);
}
.focus\:bg-slate-900\/60:focus {
  background-color: rgb(15 23 42 / 0.6);
}
.focus\:bg-slate-900\/70:focus {
  background-color: rgb(15 23 42 / 0.7);
}
.focus\:bg-slate-900\/75:focus {
  background-color: rgb(15 23 42 / 0.75);
}
.focus\:bg-slate-900\/80:focus {
  background-color: rgb(15 23 42 / 0.8);
}
.focus\:bg-slate-900\/90:focus {
  background-color: rgb(15 23 42 / 0.9);
}
.focus\:bg-slate-900\/95:focus {
  background-color: rgb(15 23 42 / 0.95);
}
.focus\:bg-slate-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.focus\:bg-slate-950\/0:focus {
  background-color: rgb(2 6 23 / 0);
}
.focus\:bg-slate-950\/10:focus {
  background-color: rgb(2 6 23 / 0.1);
}
.focus\:bg-slate-950\/100:focus {
  background-color: rgb(2 6 23 / 1);
}
.focus\:bg-slate-950\/20:focus {
  background-color: rgb(2 6 23 / 0.2);
}
.focus\:bg-slate-950\/25:focus {
  background-color: rgb(2 6 23 / 0.25);
}
.focus\:bg-slate-950\/30:focus {
  background-color: rgb(2 6 23 / 0.3);
}
.focus\:bg-slate-950\/40:focus {
  background-color: rgb(2 6 23 / 0.4);
}
.focus\:bg-slate-950\/5:focus {
  background-color: rgb(2 6 23 / 0.05);
}
.focus\:bg-slate-950\/50:focus {
  background-color: rgb(2 6 23 / 0.5);
}
.focus\:bg-slate-950\/60:focus {
  background-color: rgb(2 6 23 / 0.6);
}
.focus\:bg-slate-950\/70:focus {
  background-color: rgb(2 6 23 / 0.7);
}
.focus\:bg-slate-950\/75:focus {
  background-color: rgb(2 6 23 / 0.75);
}
.focus\:bg-slate-950\/80:focus {
  background-color: rgb(2 6 23 / 0.8);
}
.focus\:bg-slate-950\/90:focus {
  background-color: rgb(2 6 23 / 0.9);
}
.focus\:bg-slate-950\/95:focus {
  background-color: rgb(2 6 23 / 0.95);
}
.focus\:bg-stone-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.focus\:bg-stone-100\/0:focus {
  background-color: rgb(245 245 244 / 0);
}
.focus\:bg-stone-100\/10:focus {
  background-color: rgb(245 245 244 / 0.1);
}
.focus\:bg-stone-100\/100:focus {
  background-color: rgb(245 245 244 / 1);
}
.focus\:bg-stone-100\/20:focus {
  background-color: rgb(245 245 244 / 0.2);
}
.focus\:bg-stone-100\/25:focus {
  background-color: rgb(245 245 244 / 0.25);
}
.focus\:bg-stone-100\/30:focus {
  background-color: rgb(245 245 244 / 0.3);
}
.focus\:bg-stone-100\/40:focus {
  background-color: rgb(245 245 244 / 0.4);
}
.focus\:bg-stone-100\/5:focus {
  background-color: rgb(245 245 244 / 0.05);
}
.focus\:bg-stone-100\/50:focus {
  background-color: rgb(245 245 244 / 0.5);
}
.focus\:bg-stone-100\/60:focus {
  background-color: rgb(245 245 244 / 0.6);
}
.focus\:bg-stone-100\/70:focus {
  background-color: rgb(245 245 244 / 0.7);
}
.focus\:bg-stone-100\/75:focus {
  background-color: rgb(245 245 244 / 0.75);
}
.focus\:bg-stone-100\/80:focus {
  background-color: rgb(245 245 244 / 0.8);
}
.focus\:bg-stone-100\/90:focus {
  background-color: rgb(245 245 244 / 0.9);
}
.focus\:bg-stone-100\/95:focus {
  background-color: rgb(245 245 244 / 0.95);
}
.focus\:bg-stone-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.focus\:bg-stone-200\/0:focus {
  background-color: rgb(231 229 228 / 0);
}
.focus\:bg-stone-200\/10:focus {
  background-color: rgb(231 229 228 / 0.1);
}
.focus\:bg-stone-200\/100:focus {
  background-color: rgb(231 229 228 / 1);
}
.focus\:bg-stone-200\/20:focus {
  background-color: rgb(231 229 228 / 0.2);
}
.focus\:bg-stone-200\/25:focus {
  background-color: rgb(231 229 228 / 0.25);
}
.focus\:bg-stone-200\/30:focus {
  background-color: rgb(231 229 228 / 0.3);
}
.focus\:bg-stone-200\/40:focus {
  background-color: rgb(231 229 228 / 0.4);
}
.focus\:bg-stone-200\/5:focus {
  background-color: rgb(231 229 228 / 0.05);
}
.focus\:bg-stone-200\/50:focus {
  background-color: rgb(231 229 228 / 0.5);
}
.focus\:bg-stone-200\/60:focus {
  background-color: rgb(231 229 228 / 0.6);
}
.focus\:bg-stone-200\/70:focus {
  background-color: rgb(231 229 228 / 0.7);
}
.focus\:bg-stone-200\/75:focus {
  background-color: rgb(231 229 228 / 0.75);
}
.focus\:bg-stone-200\/80:focus {
  background-color: rgb(231 229 228 / 0.8);
}
.focus\:bg-stone-200\/90:focus {
  background-color: rgb(231 229 228 / 0.9);
}
.focus\:bg-stone-200\/95:focus {
  background-color: rgb(231 229 228 / 0.95);
}
.focus\:bg-stone-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.focus\:bg-stone-300\/0:focus {
  background-color: rgb(214 211 209 / 0);
}
.focus\:bg-stone-300\/10:focus {
  background-color: rgb(214 211 209 / 0.1);
}
.focus\:bg-stone-300\/100:focus {
  background-color: rgb(214 211 209 / 1);
}
.focus\:bg-stone-300\/20:focus {
  background-color: rgb(214 211 209 / 0.2);
}
.focus\:bg-stone-300\/25:focus {
  background-color: rgb(214 211 209 / 0.25);
}
.focus\:bg-stone-300\/30:focus {
  background-color: rgb(214 211 209 / 0.3);
}
.focus\:bg-stone-300\/40:focus {
  background-color: rgb(214 211 209 / 0.4);
}
.focus\:bg-stone-300\/5:focus {
  background-color: rgb(214 211 209 / 0.05);
}
.focus\:bg-stone-300\/50:focus {
  background-color: rgb(214 211 209 / 0.5);
}
.focus\:bg-stone-300\/60:focus {
  background-color: rgb(214 211 209 / 0.6);
}
.focus\:bg-stone-300\/70:focus {
  background-color: rgb(214 211 209 / 0.7);
}
.focus\:bg-stone-300\/75:focus {
  background-color: rgb(214 211 209 / 0.75);
}
.focus\:bg-stone-300\/80:focus {
  background-color: rgb(214 211 209 / 0.8);
}
.focus\:bg-stone-300\/90:focus {
  background-color: rgb(214 211 209 / 0.9);
}
.focus\:bg-stone-300\/95:focus {
  background-color: rgb(214 211 209 / 0.95);
}
.focus\:bg-stone-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.focus\:bg-stone-400\/0:focus {
  background-color: rgb(168 162 158 / 0);
}
.focus\:bg-stone-400\/10:focus {
  background-color: rgb(168 162 158 / 0.1);
}
.focus\:bg-stone-400\/100:focus {
  background-color: rgb(168 162 158 / 1);
}
.focus\:bg-stone-400\/20:focus {
  background-color: rgb(168 162 158 / 0.2);
}
.focus\:bg-stone-400\/25:focus {
  background-color: rgb(168 162 158 / 0.25);
}
.focus\:bg-stone-400\/30:focus {
  background-color: rgb(168 162 158 / 0.3);
}
.focus\:bg-stone-400\/40:focus {
  background-color: rgb(168 162 158 / 0.4);
}
.focus\:bg-stone-400\/5:focus {
  background-color: rgb(168 162 158 / 0.05);
}
.focus\:bg-stone-400\/50:focus {
  background-color: rgb(168 162 158 / 0.5);
}
.focus\:bg-stone-400\/60:focus {
  background-color: rgb(168 162 158 / 0.6);
}
.focus\:bg-stone-400\/70:focus {
  background-color: rgb(168 162 158 / 0.7);
}
.focus\:bg-stone-400\/75:focus {
  background-color: rgb(168 162 158 / 0.75);
}
.focus\:bg-stone-400\/80:focus {
  background-color: rgb(168 162 158 / 0.8);
}
.focus\:bg-stone-400\/90:focus {
  background-color: rgb(168 162 158 / 0.9);
}
.focus\:bg-stone-400\/95:focus {
  background-color: rgb(168 162 158 / 0.95);
}
.focus\:bg-stone-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.focus\:bg-stone-50\/0:focus {
  background-color: rgb(250 250 249 / 0);
}
.focus\:bg-stone-50\/10:focus {
  background-color: rgb(250 250 249 / 0.1);
}
.focus\:bg-stone-50\/100:focus {
  background-color: rgb(250 250 249 / 1);
}
.focus\:bg-stone-50\/20:focus {
  background-color: rgb(250 250 249 / 0.2);
}
.focus\:bg-stone-50\/25:focus {
  background-color: rgb(250 250 249 / 0.25);
}
.focus\:bg-stone-50\/30:focus {
  background-color: rgb(250 250 249 / 0.3);
}
.focus\:bg-stone-50\/40:focus {
  background-color: rgb(250 250 249 / 0.4);
}
.focus\:bg-stone-50\/5:focus {
  background-color: rgb(250 250 249 / 0.05);
}
.focus\:bg-stone-50\/50:focus {
  background-color: rgb(250 250 249 / 0.5);
}
.focus\:bg-stone-50\/60:focus {
  background-color: rgb(250 250 249 / 0.6);
}
.focus\:bg-stone-50\/70:focus {
  background-color: rgb(250 250 249 / 0.7);
}
.focus\:bg-stone-50\/75:focus {
  background-color: rgb(250 250 249 / 0.75);
}
.focus\:bg-stone-50\/80:focus {
  background-color: rgb(250 250 249 / 0.8);
}
.focus\:bg-stone-50\/90:focus {
  background-color: rgb(250 250 249 / 0.9);
}
.focus\:bg-stone-50\/95:focus {
  background-color: rgb(250 250 249 / 0.95);
}
.focus\:bg-stone-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.focus\:bg-stone-500\/0:focus {
  background-color: rgb(120 113 108 / 0);
}
.focus\:bg-stone-500\/10:focus {
  background-color: rgb(120 113 108 / 0.1);
}
.focus\:bg-stone-500\/100:focus {
  background-color: rgb(120 113 108 / 1);
}
.focus\:bg-stone-500\/20:focus {
  background-color: rgb(120 113 108 / 0.2);
}
.focus\:bg-stone-500\/25:focus {
  background-color: rgb(120 113 108 / 0.25);
}
.focus\:bg-stone-500\/30:focus {
  background-color: rgb(120 113 108 / 0.3);
}
.focus\:bg-stone-500\/40:focus {
  background-color: rgb(120 113 108 / 0.4);
}
.focus\:bg-stone-500\/5:focus {
  background-color: rgb(120 113 108 / 0.05);
}
.focus\:bg-stone-500\/50:focus {
  background-color: rgb(120 113 108 / 0.5);
}
.focus\:bg-stone-500\/60:focus {
  background-color: rgb(120 113 108 / 0.6);
}
.focus\:bg-stone-500\/70:focus {
  background-color: rgb(120 113 108 / 0.7);
}
.focus\:bg-stone-500\/75:focus {
  background-color: rgb(120 113 108 / 0.75);
}
.focus\:bg-stone-500\/80:focus {
  background-color: rgb(120 113 108 / 0.8);
}
.focus\:bg-stone-500\/90:focus {
  background-color: rgb(120 113 108 / 0.9);
}
.focus\:bg-stone-500\/95:focus {
  background-color: rgb(120 113 108 / 0.95);
}
.focus\:bg-stone-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.focus\:bg-stone-600\/0:focus {
  background-color: rgb(87 83 78 / 0);
}
.focus\:bg-stone-600\/10:focus {
  background-color: rgb(87 83 78 / 0.1);
}
.focus\:bg-stone-600\/100:focus {
  background-color: rgb(87 83 78 / 1);
}
.focus\:bg-stone-600\/20:focus {
  background-color: rgb(87 83 78 / 0.2);
}
.focus\:bg-stone-600\/25:focus {
  background-color: rgb(87 83 78 / 0.25);
}
.focus\:bg-stone-600\/30:focus {
  background-color: rgb(87 83 78 / 0.3);
}
.focus\:bg-stone-600\/40:focus {
  background-color: rgb(87 83 78 / 0.4);
}
.focus\:bg-stone-600\/5:focus {
  background-color: rgb(87 83 78 / 0.05);
}
.focus\:bg-stone-600\/50:focus {
  background-color: rgb(87 83 78 / 0.5);
}
.focus\:bg-stone-600\/60:focus {
  background-color: rgb(87 83 78 / 0.6);
}
.focus\:bg-stone-600\/70:focus {
  background-color: rgb(87 83 78 / 0.7);
}
.focus\:bg-stone-600\/75:focus {
  background-color: rgb(87 83 78 / 0.75);
}
.focus\:bg-stone-600\/80:focus {
  background-color: rgb(87 83 78 / 0.8);
}
.focus\:bg-stone-600\/90:focus {
  background-color: rgb(87 83 78 / 0.9);
}
.focus\:bg-stone-600\/95:focus {
  background-color: rgb(87 83 78 / 0.95);
}
.focus\:bg-stone-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.focus\:bg-stone-700\/0:focus {
  background-color: rgb(68 64 60 / 0);
}
.focus\:bg-stone-700\/10:focus {
  background-color: rgb(68 64 60 / 0.1);
}
.focus\:bg-stone-700\/100:focus {
  background-color: rgb(68 64 60 / 1);
}
.focus\:bg-stone-700\/20:focus {
  background-color: rgb(68 64 60 / 0.2);
}
.focus\:bg-stone-700\/25:focus {
  background-color: rgb(68 64 60 / 0.25);
}
.focus\:bg-stone-700\/30:focus {
  background-color: rgb(68 64 60 / 0.3);
}
.focus\:bg-stone-700\/40:focus {
  background-color: rgb(68 64 60 / 0.4);
}
.focus\:bg-stone-700\/5:focus {
  background-color: rgb(68 64 60 / 0.05);
}
.focus\:bg-stone-700\/50:focus {
  background-color: rgb(68 64 60 / 0.5);
}
.focus\:bg-stone-700\/60:focus {
  background-color: rgb(68 64 60 / 0.6);
}
.focus\:bg-stone-700\/70:focus {
  background-color: rgb(68 64 60 / 0.7);
}
.focus\:bg-stone-700\/75:focus {
  background-color: rgb(68 64 60 / 0.75);
}
.focus\:bg-stone-700\/80:focus {
  background-color: rgb(68 64 60 / 0.8);
}
.focus\:bg-stone-700\/90:focus {
  background-color: rgb(68 64 60 / 0.9);
}
.focus\:bg-stone-700\/95:focus {
  background-color: rgb(68 64 60 / 0.95);
}
.focus\:bg-stone-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.focus\:bg-stone-800\/0:focus {
  background-color: rgb(41 37 36 / 0);
}
.focus\:bg-stone-800\/10:focus {
  background-color: rgb(41 37 36 / 0.1);
}
.focus\:bg-stone-800\/100:focus {
  background-color: rgb(41 37 36 / 1);
}
.focus\:bg-stone-800\/20:focus {
  background-color: rgb(41 37 36 / 0.2);
}
.focus\:bg-stone-800\/25:focus {
  background-color: rgb(41 37 36 / 0.25);
}
.focus\:bg-stone-800\/30:focus {
  background-color: rgb(41 37 36 / 0.3);
}
.focus\:bg-stone-800\/40:focus {
  background-color: rgb(41 37 36 / 0.4);
}
.focus\:bg-stone-800\/5:focus {
  background-color: rgb(41 37 36 / 0.05);
}
.focus\:bg-stone-800\/50:focus {
  background-color: rgb(41 37 36 / 0.5);
}
.focus\:bg-stone-800\/60:focus {
  background-color: rgb(41 37 36 / 0.6);
}
.focus\:bg-stone-800\/70:focus {
  background-color: rgb(41 37 36 / 0.7);
}
.focus\:bg-stone-800\/75:focus {
  background-color: rgb(41 37 36 / 0.75);
}
.focus\:bg-stone-800\/80:focus {
  background-color: rgb(41 37 36 / 0.8);
}
.focus\:bg-stone-800\/90:focus {
  background-color: rgb(41 37 36 / 0.9);
}
.focus\:bg-stone-800\/95:focus {
  background-color: rgb(41 37 36 / 0.95);
}
.focus\:bg-stone-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.focus\:bg-stone-900\/0:focus {
  background-color: rgb(28 25 23 / 0);
}
.focus\:bg-stone-900\/10:focus {
  background-color: rgb(28 25 23 / 0.1);
}
.focus\:bg-stone-900\/100:focus {
  background-color: rgb(28 25 23 / 1);
}
.focus\:bg-stone-900\/20:focus {
  background-color: rgb(28 25 23 / 0.2);
}
.focus\:bg-stone-900\/25:focus {
  background-color: rgb(28 25 23 / 0.25);
}
.focus\:bg-stone-900\/30:focus {
  background-color: rgb(28 25 23 / 0.3);
}
.focus\:bg-stone-900\/40:focus {
  background-color: rgb(28 25 23 / 0.4);
}
.focus\:bg-stone-900\/5:focus {
  background-color: rgb(28 25 23 / 0.05);
}
.focus\:bg-stone-900\/50:focus {
  background-color: rgb(28 25 23 / 0.5);
}
.focus\:bg-stone-900\/60:focus {
  background-color: rgb(28 25 23 / 0.6);
}
.focus\:bg-stone-900\/70:focus {
  background-color: rgb(28 25 23 / 0.7);
}
.focus\:bg-stone-900\/75:focus {
  background-color: rgb(28 25 23 / 0.75);
}
.focus\:bg-stone-900\/80:focus {
  background-color: rgb(28 25 23 / 0.8);
}
.focus\:bg-stone-900\/90:focus {
  background-color: rgb(28 25 23 / 0.9);
}
.focus\:bg-stone-900\/95:focus {
  background-color: rgb(28 25 23 / 0.95);
}
.focus\:bg-stone-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.focus\:bg-stone-950\/0:focus {
  background-color: rgb(12 10 9 / 0);
}
.focus\:bg-stone-950\/10:focus {
  background-color: rgb(12 10 9 / 0.1);
}
.focus\:bg-stone-950\/100:focus {
  background-color: rgb(12 10 9 / 1);
}
.focus\:bg-stone-950\/20:focus {
  background-color: rgb(12 10 9 / 0.2);
}
.focus\:bg-stone-950\/25:focus {
  background-color: rgb(12 10 9 / 0.25);
}
.focus\:bg-stone-950\/30:focus {
  background-color: rgb(12 10 9 / 0.3);
}
.focus\:bg-stone-950\/40:focus {
  background-color: rgb(12 10 9 / 0.4);
}
.focus\:bg-stone-950\/5:focus {
  background-color: rgb(12 10 9 / 0.05);
}
.focus\:bg-stone-950\/50:focus {
  background-color: rgb(12 10 9 / 0.5);
}
.focus\:bg-stone-950\/60:focus {
  background-color: rgb(12 10 9 / 0.6);
}
.focus\:bg-stone-950\/70:focus {
  background-color: rgb(12 10 9 / 0.7);
}
.focus\:bg-stone-950\/75:focus {
  background-color: rgb(12 10 9 / 0.75);
}
.focus\:bg-stone-950\/80:focus {
  background-color: rgb(12 10 9 / 0.8);
}
.focus\:bg-stone-950\/90:focus {
  background-color: rgb(12 10 9 / 0.9);
}
.focus\:bg-stone-950\/95:focus {
  background-color: rgb(12 10 9 / 0.95);
}
.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.focus\:bg-teal-100\/0:focus {
  background-color: rgb(204 251 241 / 0);
}
.focus\:bg-teal-100\/10:focus {
  background-color: rgb(204 251 241 / 0.1);
}
.focus\:bg-teal-100\/100:focus {
  background-color: rgb(204 251 241 / 1);
}
.focus\:bg-teal-100\/20:focus {
  background-color: rgb(204 251 241 / 0.2);
}
.focus\:bg-teal-100\/25:focus {
  background-color: rgb(204 251 241 / 0.25);
}
.focus\:bg-teal-100\/30:focus {
  background-color: rgb(204 251 241 / 0.3);
}
.focus\:bg-teal-100\/40:focus {
  background-color: rgb(204 251 241 / 0.4);
}
.focus\:bg-teal-100\/5:focus {
  background-color: rgb(204 251 241 / 0.05);
}
.focus\:bg-teal-100\/50:focus {
  background-color: rgb(204 251 241 / 0.5);
}
.focus\:bg-teal-100\/60:focus {
  background-color: rgb(204 251 241 / 0.6);
}
.focus\:bg-teal-100\/70:focus {
  background-color: rgb(204 251 241 / 0.7);
}
.focus\:bg-teal-100\/75:focus {
  background-color: rgb(204 251 241 / 0.75);
}
.focus\:bg-teal-100\/80:focus {
  background-color: rgb(204 251 241 / 0.8);
}
.focus\:bg-teal-100\/90:focus {
  background-color: rgb(204 251 241 / 0.9);
}
.focus\:bg-teal-100\/95:focus {
  background-color: rgb(204 251 241 / 0.95);
}
.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.focus\:bg-teal-200\/0:focus {
  background-color: rgb(153 246 228 / 0);
}
.focus\:bg-teal-200\/10:focus {
  background-color: rgb(153 246 228 / 0.1);
}
.focus\:bg-teal-200\/100:focus {
  background-color: rgb(153 246 228 / 1);
}
.focus\:bg-teal-200\/20:focus {
  background-color: rgb(153 246 228 / 0.2);
}
.focus\:bg-teal-200\/25:focus {
  background-color: rgb(153 246 228 / 0.25);
}
.focus\:bg-teal-200\/30:focus {
  background-color: rgb(153 246 228 / 0.3);
}
.focus\:bg-teal-200\/40:focus {
  background-color: rgb(153 246 228 / 0.4);
}
.focus\:bg-teal-200\/5:focus {
  background-color: rgb(153 246 228 / 0.05);
}
.focus\:bg-teal-200\/50:focus {
  background-color: rgb(153 246 228 / 0.5);
}
.focus\:bg-teal-200\/60:focus {
  background-color: rgb(153 246 228 / 0.6);
}
.focus\:bg-teal-200\/70:focus {
  background-color: rgb(153 246 228 / 0.7);
}
.focus\:bg-teal-200\/75:focus {
  background-color: rgb(153 246 228 / 0.75);
}
.focus\:bg-teal-200\/80:focus {
  background-color: rgb(153 246 228 / 0.8);
}
.focus\:bg-teal-200\/90:focus {
  background-color: rgb(153 246 228 / 0.9);
}
.focus\:bg-teal-200\/95:focus {
  background-color: rgb(153 246 228 / 0.95);
}
.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.focus\:bg-teal-300\/0:focus {
  background-color: rgb(94 234 212 / 0);
}
.focus\:bg-teal-300\/10:focus {
  background-color: rgb(94 234 212 / 0.1);
}
.focus\:bg-teal-300\/100:focus {
  background-color: rgb(94 234 212 / 1);
}
.focus\:bg-teal-300\/20:focus {
  background-color: rgb(94 234 212 / 0.2);
}
.focus\:bg-teal-300\/25:focus {
  background-color: rgb(94 234 212 / 0.25);
}
.focus\:bg-teal-300\/30:focus {
  background-color: rgb(94 234 212 / 0.3);
}
.focus\:bg-teal-300\/40:focus {
  background-color: rgb(94 234 212 / 0.4);
}
.focus\:bg-teal-300\/5:focus {
  background-color: rgb(94 234 212 / 0.05);
}
.focus\:bg-teal-300\/50:focus {
  background-color: rgb(94 234 212 / 0.5);
}
.focus\:bg-teal-300\/60:focus {
  background-color: rgb(94 234 212 / 0.6);
}
.focus\:bg-teal-300\/70:focus {
  background-color: rgb(94 234 212 / 0.7);
}
.focus\:bg-teal-300\/75:focus {
  background-color: rgb(94 234 212 / 0.75);
}
.focus\:bg-teal-300\/80:focus {
  background-color: rgb(94 234 212 / 0.8);
}
.focus\:bg-teal-300\/90:focus {
  background-color: rgb(94 234 212 / 0.9);
}
.focus\:bg-teal-300\/95:focus {
  background-color: rgb(94 234 212 / 0.95);
}
.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.focus\:bg-teal-400\/0:focus {
  background-color: rgb(45 212 191 / 0);
}
.focus\:bg-teal-400\/10:focus {
  background-color: rgb(45 212 191 / 0.1);
}
.focus\:bg-teal-400\/100:focus {
  background-color: rgb(45 212 191 / 1);
}
.focus\:bg-teal-400\/20:focus {
  background-color: rgb(45 212 191 / 0.2);
}
.focus\:bg-teal-400\/25:focus {
  background-color: rgb(45 212 191 / 0.25);
}
.focus\:bg-teal-400\/30:focus {
  background-color: rgb(45 212 191 / 0.3);
}
.focus\:bg-teal-400\/40:focus {
  background-color: rgb(45 212 191 / 0.4);
}
.focus\:bg-teal-400\/5:focus {
  background-color: rgb(45 212 191 / 0.05);
}
.focus\:bg-teal-400\/50:focus {
  background-color: rgb(45 212 191 / 0.5);
}
.focus\:bg-teal-400\/60:focus {
  background-color: rgb(45 212 191 / 0.6);
}
.focus\:bg-teal-400\/70:focus {
  background-color: rgb(45 212 191 / 0.7);
}
.focus\:bg-teal-400\/75:focus {
  background-color: rgb(45 212 191 / 0.75);
}
.focus\:bg-teal-400\/80:focus {
  background-color: rgb(45 212 191 / 0.8);
}
.focus\:bg-teal-400\/90:focus {
  background-color: rgb(45 212 191 / 0.9);
}
.focus\:bg-teal-400\/95:focus {
  background-color: rgb(45 212 191 / 0.95);
}
.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.focus\:bg-teal-50\/0:focus {
  background-color: rgb(240 253 250 / 0);
}
.focus\:bg-teal-50\/10:focus {
  background-color: rgb(240 253 250 / 0.1);
}
.focus\:bg-teal-50\/100:focus {
  background-color: rgb(240 253 250 / 1);
}
.focus\:bg-teal-50\/20:focus {
  background-color: rgb(240 253 250 / 0.2);
}
.focus\:bg-teal-50\/25:focus {
  background-color: rgb(240 253 250 / 0.25);
}
.focus\:bg-teal-50\/30:focus {
  background-color: rgb(240 253 250 / 0.3);
}
.focus\:bg-teal-50\/40:focus {
  background-color: rgb(240 253 250 / 0.4);
}
.focus\:bg-teal-50\/5:focus {
  background-color: rgb(240 253 250 / 0.05);
}
.focus\:bg-teal-50\/50:focus {
  background-color: rgb(240 253 250 / 0.5);
}
.focus\:bg-teal-50\/60:focus {
  background-color: rgb(240 253 250 / 0.6);
}
.focus\:bg-teal-50\/70:focus {
  background-color: rgb(240 253 250 / 0.7);
}
.focus\:bg-teal-50\/75:focus {
  background-color: rgb(240 253 250 / 0.75);
}
.focus\:bg-teal-50\/80:focus {
  background-color: rgb(240 253 250 / 0.8);
}
.focus\:bg-teal-50\/90:focus {
  background-color: rgb(240 253 250 / 0.9);
}
.focus\:bg-teal-50\/95:focus {
  background-color: rgb(240 253 250 / 0.95);
}
.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.focus\:bg-teal-500\/0:focus {
  background-color: rgb(20 184 166 / 0);
}
.focus\:bg-teal-500\/10:focus {
  background-color: rgb(20 184 166 / 0.1);
}
.focus\:bg-teal-500\/100:focus {
  background-color: rgb(20 184 166 / 1);
}
.focus\:bg-teal-500\/20:focus {
  background-color: rgb(20 184 166 / 0.2);
}
.focus\:bg-teal-500\/25:focus {
  background-color: rgb(20 184 166 / 0.25);
}
.focus\:bg-teal-500\/30:focus {
  background-color: rgb(20 184 166 / 0.3);
}
.focus\:bg-teal-500\/40:focus {
  background-color: rgb(20 184 166 / 0.4);
}
.focus\:bg-teal-500\/5:focus {
  background-color: rgb(20 184 166 / 0.05);
}
.focus\:bg-teal-500\/50:focus {
  background-color: rgb(20 184 166 / 0.5);
}
.focus\:bg-teal-500\/60:focus {
  background-color: rgb(20 184 166 / 0.6);
}
.focus\:bg-teal-500\/70:focus {
  background-color: rgb(20 184 166 / 0.7);
}
.focus\:bg-teal-500\/75:focus {
  background-color: rgb(20 184 166 / 0.75);
}
.focus\:bg-teal-500\/80:focus {
  background-color: rgb(20 184 166 / 0.8);
}
.focus\:bg-teal-500\/90:focus {
  background-color: rgb(20 184 166 / 0.9);
}
.focus\:bg-teal-500\/95:focus {
  background-color: rgb(20 184 166 / 0.95);
}
.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.focus\:bg-teal-600\/0:focus {
  background-color: rgb(13 148 136 / 0);
}
.focus\:bg-teal-600\/10:focus {
  background-color: rgb(13 148 136 / 0.1);
}
.focus\:bg-teal-600\/100:focus {
  background-color: rgb(13 148 136 / 1);
}
.focus\:bg-teal-600\/20:focus {
  background-color: rgb(13 148 136 / 0.2);
}
.focus\:bg-teal-600\/25:focus {
  background-color: rgb(13 148 136 / 0.25);
}
.focus\:bg-teal-600\/30:focus {
  background-color: rgb(13 148 136 / 0.3);
}
.focus\:bg-teal-600\/40:focus {
  background-color: rgb(13 148 136 / 0.4);
}
.focus\:bg-teal-600\/5:focus {
  background-color: rgb(13 148 136 / 0.05);
}
.focus\:bg-teal-600\/50:focus {
  background-color: rgb(13 148 136 / 0.5);
}
.focus\:bg-teal-600\/60:focus {
  background-color: rgb(13 148 136 / 0.6);
}
.focus\:bg-teal-600\/70:focus {
  background-color: rgb(13 148 136 / 0.7);
}
.focus\:bg-teal-600\/75:focus {
  background-color: rgb(13 148 136 / 0.75);
}
.focus\:bg-teal-600\/80:focus {
  background-color: rgb(13 148 136 / 0.8);
}
.focus\:bg-teal-600\/90:focus {
  background-color: rgb(13 148 136 / 0.9);
}
.focus\:bg-teal-600\/95:focus {
  background-color: rgb(13 148 136 / 0.95);
}
.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.focus\:bg-teal-700\/0:focus {
  background-color: rgb(15 118 110 / 0);
}
.focus\:bg-teal-700\/10:focus {
  background-color: rgb(15 118 110 / 0.1);
}
.focus\:bg-teal-700\/100:focus {
  background-color: rgb(15 118 110 / 1);
}
.focus\:bg-teal-700\/20:focus {
  background-color: rgb(15 118 110 / 0.2);
}
.focus\:bg-teal-700\/25:focus {
  background-color: rgb(15 118 110 / 0.25);
}
.focus\:bg-teal-700\/30:focus {
  background-color: rgb(15 118 110 / 0.3);
}
.focus\:bg-teal-700\/40:focus {
  background-color: rgb(15 118 110 / 0.4);
}
.focus\:bg-teal-700\/5:focus {
  background-color: rgb(15 118 110 / 0.05);
}
.focus\:bg-teal-700\/50:focus {
  background-color: rgb(15 118 110 / 0.5);
}
.focus\:bg-teal-700\/60:focus {
  background-color: rgb(15 118 110 / 0.6);
}
.focus\:bg-teal-700\/70:focus {
  background-color: rgb(15 118 110 / 0.7);
}
.focus\:bg-teal-700\/75:focus {
  background-color: rgb(15 118 110 / 0.75);
}
.focus\:bg-teal-700\/80:focus {
  background-color: rgb(15 118 110 / 0.8);
}
.focus\:bg-teal-700\/90:focus {
  background-color: rgb(15 118 110 / 0.9);
}
.focus\:bg-teal-700\/95:focus {
  background-color: rgb(15 118 110 / 0.95);
}
.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.focus\:bg-teal-800\/0:focus {
  background-color: rgb(17 94 89 / 0);
}
.focus\:bg-teal-800\/10:focus {
  background-color: rgb(17 94 89 / 0.1);
}
.focus\:bg-teal-800\/100:focus {
  background-color: rgb(17 94 89 / 1);
}
.focus\:bg-teal-800\/20:focus {
  background-color: rgb(17 94 89 / 0.2);
}
.focus\:bg-teal-800\/25:focus {
  background-color: rgb(17 94 89 / 0.25);
}
.focus\:bg-teal-800\/30:focus {
  background-color: rgb(17 94 89 / 0.3);
}
.focus\:bg-teal-800\/40:focus {
  background-color: rgb(17 94 89 / 0.4);
}
.focus\:bg-teal-800\/5:focus {
  background-color: rgb(17 94 89 / 0.05);
}
.focus\:bg-teal-800\/50:focus {
  background-color: rgb(17 94 89 / 0.5);
}
.focus\:bg-teal-800\/60:focus {
  background-color: rgb(17 94 89 / 0.6);
}
.focus\:bg-teal-800\/70:focus {
  background-color: rgb(17 94 89 / 0.7);
}
.focus\:bg-teal-800\/75:focus {
  background-color: rgb(17 94 89 / 0.75);
}
.focus\:bg-teal-800\/80:focus {
  background-color: rgb(17 94 89 / 0.8);
}
.focus\:bg-teal-800\/90:focus {
  background-color: rgb(17 94 89 / 0.9);
}
.focus\:bg-teal-800\/95:focus {
  background-color: rgb(17 94 89 / 0.95);
}
.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.focus\:bg-teal-900\/0:focus {
  background-color: rgb(19 78 74 / 0);
}
.focus\:bg-teal-900\/10:focus {
  background-color: rgb(19 78 74 / 0.1);
}
.focus\:bg-teal-900\/100:focus {
  background-color: rgb(19 78 74 / 1);
}
.focus\:bg-teal-900\/20:focus {
  background-color: rgb(19 78 74 / 0.2);
}
.focus\:bg-teal-900\/25:focus {
  background-color: rgb(19 78 74 / 0.25);
}
.focus\:bg-teal-900\/30:focus {
  background-color: rgb(19 78 74 / 0.3);
}
.focus\:bg-teal-900\/40:focus {
  background-color: rgb(19 78 74 / 0.4);
}
.focus\:bg-teal-900\/5:focus {
  background-color: rgb(19 78 74 / 0.05);
}
.focus\:bg-teal-900\/50:focus {
  background-color: rgb(19 78 74 / 0.5);
}
.focus\:bg-teal-900\/60:focus {
  background-color: rgb(19 78 74 / 0.6);
}
.focus\:bg-teal-900\/70:focus {
  background-color: rgb(19 78 74 / 0.7);
}
.focus\:bg-teal-900\/75:focus {
  background-color: rgb(19 78 74 / 0.75);
}
.focus\:bg-teal-900\/80:focus {
  background-color: rgb(19 78 74 / 0.8);
}
.focus\:bg-teal-900\/90:focus {
  background-color: rgb(19 78 74 / 0.9);
}
.focus\:bg-teal-900\/95:focus {
  background-color: rgb(19 78 74 / 0.95);
}
.focus\:bg-teal-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.focus\:bg-teal-950\/0:focus {
  background-color: rgb(4 47 46 / 0);
}
.focus\:bg-teal-950\/10:focus {
  background-color: rgb(4 47 46 / 0.1);
}
.focus\:bg-teal-950\/100:focus {
  background-color: rgb(4 47 46 / 1);
}
.focus\:bg-teal-950\/20:focus {
  background-color: rgb(4 47 46 / 0.2);
}
.focus\:bg-teal-950\/25:focus {
  background-color: rgb(4 47 46 / 0.25);
}
.focus\:bg-teal-950\/30:focus {
  background-color: rgb(4 47 46 / 0.3);
}
.focus\:bg-teal-950\/40:focus {
  background-color: rgb(4 47 46 / 0.4);
}
.focus\:bg-teal-950\/5:focus {
  background-color: rgb(4 47 46 / 0.05);
}
.focus\:bg-teal-950\/50:focus {
  background-color: rgb(4 47 46 / 0.5);
}
.focus\:bg-teal-950\/60:focus {
  background-color: rgb(4 47 46 / 0.6);
}
.focus\:bg-teal-950\/70:focus {
  background-color: rgb(4 47 46 / 0.7);
}
.focus\:bg-teal-950\/75:focus {
  background-color: rgb(4 47 46 / 0.75);
}
.focus\:bg-teal-950\/80:focus {
  background-color: rgb(4 47 46 / 0.8);
}
.focus\:bg-teal-950\/90:focus {
  background-color: rgb(4 47 46 / 0.9);
}
.focus\:bg-teal-950\/95:focus {
  background-color: rgb(4 47 46 / 0.95);
}
.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.focus\:bg-violet-100\/0:focus {
  background-color: rgb(237 233 254 / 0);
}
.focus\:bg-violet-100\/10:focus {
  background-color: rgb(237 233 254 / 0.1);
}
.focus\:bg-violet-100\/100:focus {
  background-color: rgb(237 233 254 / 1);
}
.focus\:bg-violet-100\/20:focus {
  background-color: rgb(237 233 254 / 0.2);
}
.focus\:bg-violet-100\/25:focus {
  background-color: rgb(237 233 254 / 0.25);
}
.focus\:bg-violet-100\/30:focus {
  background-color: rgb(237 233 254 / 0.3);
}
.focus\:bg-violet-100\/40:focus {
  background-color: rgb(237 233 254 / 0.4);
}
.focus\:bg-violet-100\/5:focus {
  background-color: rgb(237 233 254 / 0.05);
}
.focus\:bg-violet-100\/50:focus {
  background-color: rgb(237 233 254 / 0.5);
}
.focus\:bg-violet-100\/60:focus {
  background-color: rgb(237 233 254 / 0.6);
}
.focus\:bg-violet-100\/70:focus {
  background-color: rgb(237 233 254 / 0.7);
}
.focus\:bg-violet-100\/75:focus {
  background-color: rgb(237 233 254 / 0.75);
}
.focus\:bg-violet-100\/80:focus {
  background-color: rgb(237 233 254 / 0.8);
}
.focus\:bg-violet-100\/90:focus {
  background-color: rgb(237 233 254 / 0.9);
}
.focus\:bg-violet-100\/95:focus {
  background-color: rgb(237 233 254 / 0.95);
}
.focus\:bg-violet-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.focus\:bg-violet-200\/0:focus {
  background-color: rgb(221 214 254 / 0);
}
.focus\:bg-violet-200\/10:focus {
  background-color: rgb(221 214 254 / 0.1);
}
.focus\:bg-violet-200\/100:focus {
  background-color: rgb(221 214 254 / 1);
}
.focus\:bg-violet-200\/20:focus {
  background-color: rgb(221 214 254 / 0.2);
}
.focus\:bg-violet-200\/25:focus {
  background-color: rgb(221 214 254 / 0.25);
}
.focus\:bg-violet-200\/30:focus {
  background-color: rgb(221 214 254 / 0.3);
}
.focus\:bg-violet-200\/40:focus {
  background-color: rgb(221 214 254 / 0.4);
}
.focus\:bg-violet-200\/5:focus {
  background-color: rgb(221 214 254 / 0.05);
}
.focus\:bg-violet-200\/50:focus {
  background-color: rgb(221 214 254 / 0.5);
}
.focus\:bg-violet-200\/60:focus {
  background-color: rgb(221 214 254 / 0.6);
}
.focus\:bg-violet-200\/70:focus {
  background-color: rgb(221 214 254 / 0.7);
}
.focus\:bg-violet-200\/75:focus {
  background-color: rgb(221 214 254 / 0.75);
}
.focus\:bg-violet-200\/80:focus {
  background-color: rgb(221 214 254 / 0.8);
}
.focus\:bg-violet-200\/90:focus {
  background-color: rgb(221 214 254 / 0.9);
}
.focus\:bg-violet-200\/95:focus {
  background-color: rgb(221 214 254 / 0.95);
}
.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.focus\:bg-violet-300\/0:focus {
  background-color: rgb(196 181 253 / 0);
}
.focus\:bg-violet-300\/10:focus {
  background-color: rgb(196 181 253 / 0.1);
}
.focus\:bg-violet-300\/100:focus {
  background-color: rgb(196 181 253 / 1);
}
.focus\:bg-violet-300\/20:focus {
  background-color: rgb(196 181 253 / 0.2);
}
.focus\:bg-violet-300\/25:focus {
  background-color: rgb(196 181 253 / 0.25);
}
.focus\:bg-violet-300\/30:focus {
  background-color: rgb(196 181 253 / 0.3);
}
.focus\:bg-violet-300\/40:focus {
  background-color: rgb(196 181 253 / 0.4);
}
.focus\:bg-violet-300\/5:focus {
  background-color: rgb(196 181 253 / 0.05);
}
.focus\:bg-violet-300\/50:focus {
  background-color: rgb(196 181 253 / 0.5);
}
.focus\:bg-violet-300\/60:focus {
  background-color: rgb(196 181 253 / 0.6);
}
.focus\:bg-violet-300\/70:focus {
  background-color: rgb(196 181 253 / 0.7);
}
.focus\:bg-violet-300\/75:focus {
  background-color: rgb(196 181 253 / 0.75);
}
.focus\:bg-violet-300\/80:focus {
  background-color: rgb(196 181 253 / 0.8);
}
.focus\:bg-violet-300\/90:focus {
  background-color: rgb(196 181 253 / 0.9);
}
.focus\:bg-violet-300\/95:focus {
  background-color: rgb(196 181 253 / 0.95);
}
.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.focus\:bg-violet-400\/0:focus {
  background-color: rgb(167 139 250 / 0);
}
.focus\:bg-violet-400\/10:focus {
  background-color: rgb(167 139 250 / 0.1);
}
.focus\:bg-violet-400\/100:focus {
  background-color: rgb(167 139 250 / 1);
}
.focus\:bg-violet-400\/20:focus {
  background-color: rgb(167 139 250 / 0.2);
}
.focus\:bg-violet-400\/25:focus {
  background-color: rgb(167 139 250 / 0.25);
}
.focus\:bg-violet-400\/30:focus {
  background-color: rgb(167 139 250 / 0.3);
}
.focus\:bg-violet-400\/40:focus {
  background-color: rgb(167 139 250 / 0.4);
}
.focus\:bg-violet-400\/5:focus {
  background-color: rgb(167 139 250 / 0.05);
}
.focus\:bg-violet-400\/50:focus {
  background-color: rgb(167 139 250 / 0.5);
}
.focus\:bg-violet-400\/60:focus {
  background-color: rgb(167 139 250 / 0.6);
}
.focus\:bg-violet-400\/70:focus {
  background-color: rgb(167 139 250 / 0.7);
}
.focus\:bg-violet-400\/75:focus {
  background-color: rgb(167 139 250 / 0.75);
}
.focus\:bg-violet-400\/80:focus {
  background-color: rgb(167 139 250 / 0.8);
}
.focus\:bg-violet-400\/90:focus {
  background-color: rgb(167 139 250 / 0.9);
}
.focus\:bg-violet-400\/95:focus {
  background-color: rgb(167 139 250 / 0.95);
}
.focus\:bg-violet-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.focus\:bg-violet-50\/0:focus {
  background-color: rgb(245 243 255 / 0);
}
.focus\:bg-violet-50\/10:focus {
  background-color: rgb(245 243 255 / 0.1);
}
.focus\:bg-violet-50\/100:focus {
  background-color: rgb(245 243 255 / 1);
}
.focus\:bg-violet-50\/20:focus {
  background-color: rgb(245 243 255 / 0.2);
}
.focus\:bg-violet-50\/25:focus {
  background-color: rgb(245 243 255 / 0.25);
}
.focus\:bg-violet-50\/30:focus {
  background-color: rgb(245 243 255 / 0.3);
}
.focus\:bg-violet-50\/40:focus {
  background-color: rgb(245 243 255 / 0.4);
}
.focus\:bg-violet-50\/5:focus {
  background-color: rgb(245 243 255 / 0.05);
}
.focus\:bg-violet-50\/50:focus {
  background-color: rgb(245 243 255 / 0.5);
}
.focus\:bg-violet-50\/60:focus {
  background-color: rgb(245 243 255 / 0.6);
}
.focus\:bg-violet-50\/70:focus {
  background-color: rgb(245 243 255 / 0.7);
}
.focus\:bg-violet-50\/75:focus {
  background-color: rgb(245 243 255 / 0.75);
}
.focus\:bg-violet-50\/80:focus {
  background-color: rgb(245 243 255 / 0.8);
}
.focus\:bg-violet-50\/90:focus {
  background-color: rgb(245 243 255 / 0.9);
}
.focus\:bg-violet-50\/95:focus {
  background-color: rgb(245 243 255 / 0.95);
}
.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.focus\:bg-violet-500\/0:focus {
  background-color: rgb(139 92 246 / 0);
}
.focus\:bg-violet-500\/10:focus {
  background-color: rgb(139 92 246 / 0.1);
}
.focus\:bg-violet-500\/100:focus {
  background-color: rgb(139 92 246 / 1);
}
.focus\:bg-violet-500\/20:focus {
  background-color: rgb(139 92 246 / 0.2);
}
.focus\:bg-violet-500\/25:focus {
  background-color: rgb(139 92 246 / 0.25);
}
.focus\:bg-violet-500\/30:focus {
  background-color: rgb(139 92 246 / 0.3);
}
.focus\:bg-violet-500\/40:focus {
  background-color: rgb(139 92 246 / 0.4);
}
.focus\:bg-violet-500\/5:focus {
  background-color: rgb(139 92 246 / 0.05);
}
.focus\:bg-violet-500\/50:focus {
  background-color: rgb(139 92 246 / 0.5);
}
.focus\:bg-violet-500\/60:focus {
  background-color: rgb(139 92 246 / 0.6);
}
.focus\:bg-violet-500\/70:focus {
  background-color: rgb(139 92 246 / 0.7);
}
.focus\:bg-violet-500\/75:focus {
  background-color: rgb(139 92 246 / 0.75);
}
.focus\:bg-violet-500\/80:focus {
  background-color: rgb(139 92 246 / 0.8);
}
.focus\:bg-violet-500\/90:focus {
  background-color: rgb(139 92 246 / 0.9);
}
.focus\:bg-violet-500\/95:focus {
  background-color: rgb(139 92 246 / 0.95);
}
.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.focus\:bg-violet-600\/0:focus {
  background-color: rgb(124 58 237 / 0);
}
.focus\:bg-violet-600\/10:focus {
  background-color: rgb(124 58 237 / 0.1);
}
.focus\:bg-violet-600\/100:focus {
  background-color: rgb(124 58 237 / 1);
}
.focus\:bg-violet-600\/20:focus {
  background-color: rgb(124 58 237 / 0.2);
}
.focus\:bg-violet-600\/25:focus {
  background-color: rgb(124 58 237 / 0.25);
}
.focus\:bg-violet-600\/30:focus {
  background-color: rgb(124 58 237 / 0.3);
}
.focus\:bg-violet-600\/40:focus {
  background-color: rgb(124 58 237 / 0.4);
}
.focus\:bg-violet-600\/5:focus {
  background-color: rgb(124 58 237 / 0.05);
}
.focus\:bg-violet-600\/50:focus {
  background-color: rgb(124 58 237 / 0.5);
}
.focus\:bg-violet-600\/60:focus {
  background-color: rgb(124 58 237 / 0.6);
}
.focus\:bg-violet-600\/70:focus {
  background-color: rgb(124 58 237 / 0.7);
}
.focus\:bg-violet-600\/75:focus {
  background-color: rgb(124 58 237 / 0.75);
}
.focus\:bg-violet-600\/80:focus {
  background-color: rgb(124 58 237 / 0.8);
}
.focus\:bg-violet-600\/90:focus {
  background-color: rgb(124 58 237 / 0.9);
}
.focus\:bg-violet-600\/95:focus {
  background-color: rgb(124 58 237 / 0.95);
}
.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.focus\:bg-violet-700\/0:focus {
  background-color: rgb(109 40 217 / 0);
}
.focus\:bg-violet-700\/10:focus {
  background-color: rgb(109 40 217 / 0.1);
}
.focus\:bg-violet-700\/100:focus {
  background-color: rgb(109 40 217 / 1);
}
.focus\:bg-violet-700\/20:focus {
  background-color: rgb(109 40 217 / 0.2);
}
.focus\:bg-violet-700\/25:focus {
  background-color: rgb(109 40 217 / 0.25);
}
.focus\:bg-violet-700\/30:focus {
  background-color: rgb(109 40 217 / 0.3);
}
.focus\:bg-violet-700\/40:focus {
  background-color: rgb(109 40 217 / 0.4);
}
.focus\:bg-violet-700\/5:focus {
  background-color: rgb(109 40 217 / 0.05);
}
.focus\:bg-violet-700\/50:focus {
  background-color: rgb(109 40 217 / 0.5);
}
.focus\:bg-violet-700\/60:focus {
  background-color: rgb(109 40 217 / 0.6);
}
.focus\:bg-violet-700\/70:focus {
  background-color: rgb(109 40 217 / 0.7);
}
.focus\:bg-violet-700\/75:focus {
  background-color: rgb(109 40 217 / 0.75);
}
.focus\:bg-violet-700\/80:focus {
  background-color: rgb(109 40 217 / 0.8);
}
.focus\:bg-violet-700\/90:focus {
  background-color: rgb(109 40 217 / 0.9);
}
.focus\:bg-violet-700\/95:focus {
  background-color: rgb(109 40 217 / 0.95);
}
.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.focus\:bg-violet-800\/0:focus {
  background-color: rgb(91 33 182 / 0);
}
.focus\:bg-violet-800\/10:focus {
  background-color: rgb(91 33 182 / 0.1);
}
.focus\:bg-violet-800\/100:focus {
  background-color: rgb(91 33 182 / 1);
}
.focus\:bg-violet-800\/20:focus {
  background-color: rgb(91 33 182 / 0.2);
}
.focus\:bg-violet-800\/25:focus {
  background-color: rgb(91 33 182 / 0.25);
}
.focus\:bg-violet-800\/30:focus {
  background-color: rgb(91 33 182 / 0.3);
}
.focus\:bg-violet-800\/40:focus {
  background-color: rgb(91 33 182 / 0.4);
}
.focus\:bg-violet-800\/5:focus {
  background-color: rgb(91 33 182 / 0.05);
}
.focus\:bg-violet-800\/50:focus {
  background-color: rgb(91 33 182 / 0.5);
}
.focus\:bg-violet-800\/60:focus {
  background-color: rgb(91 33 182 / 0.6);
}
.focus\:bg-violet-800\/70:focus {
  background-color: rgb(91 33 182 / 0.7);
}
.focus\:bg-violet-800\/75:focus {
  background-color: rgb(91 33 182 / 0.75);
}
.focus\:bg-violet-800\/80:focus {
  background-color: rgb(91 33 182 / 0.8);
}
.focus\:bg-violet-800\/90:focus {
  background-color: rgb(91 33 182 / 0.9);
}
.focus\:bg-violet-800\/95:focus {
  background-color: rgb(91 33 182 / 0.95);
}
.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.focus\:bg-violet-900\/0:focus {
  background-color: rgb(76 29 149 / 0);
}
.focus\:bg-violet-900\/10:focus {
  background-color: rgb(76 29 149 / 0.1);
}
.focus\:bg-violet-900\/100:focus {
  background-color: rgb(76 29 149 / 1);
}
.focus\:bg-violet-900\/20:focus {
  background-color: rgb(76 29 149 / 0.2);
}
.focus\:bg-violet-900\/25:focus {
  background-color: rgb(76 29 149 / 0.25);
}
.focus\:bg-violet-900\/30:focus {
  background-color: rgb(76 29 149 / 0.3);
}
.focus\:bg-violet-900\/40:focus {
  background-color: rgb(76 29 149 / 0.4);
}
.focus\:bg-violet-900\/5:focus {
  background-color: rgb(76 29 149 / 0.05);
}
.focus\:bg-violet-900\/50:focus {
  background-color: rgb(76 29 149 / 0.5);
}
.focus\:bg-violet-900\/60:focus {
  background-color: rgb(76 29 149 / 0.6);
}
.focus\:bg-violet-900\/70:focus {
  background-color: rgb(76 29 149 / 0.7);
}
.focus\:bg-violet-900\/75:focus {
  background-color: rgb(76 29 149 / 0.75);
}
.focus\:bg-violet-900\/80:focus {
  background-color: rgb(76 29 149 / 0.8);
}
.focus\:bg-violet-900\/90:focus {
  background-color: rgb(76 29 149 / 0.9);
}
.focus\:bg-violet-900\/95:focus {
  background-color: rgb(76 29 149 / 0.95);
}
.focus\:bg-violet-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.focus\:bg-violet-950\/0:focus {
  background-color: rgb(46 16 101 / 0);
}
.focus\:bg-violet-950\/10:focus {
  background-color: rgb(46 16 101 / 0.1);
}
.focus\:bg-violet-950\/100:focus {
  background-color: rgb(46 16 101 / 1);
}
.focus\:bg-violet-950\/20:focus {
  background-color: rgb(46 16 101 / 0.2);
}
.focus\:bg-violet-950\/25:focus {
  background-color: rgb(46 16 101 / 0.25);
}
.focus\:bg-violet-950\/30:focus {
  background-color: rgb(46 16 101 / 0.3);
}
.focus\:bg-violet-950\/40:focus {
  background-color: rgb(46 16 101 / 0.4);
}
.focus\:bg-violet-950\/5:focus {
  background-color: rgb(46 16 101 / 0.05);
}
.focus\:bg-violet-950\/50:focus {
  background-color: rgb(46 16 101 / 0.5);
}
.focus\:bg-violet-950\/60:focus {
  background-color: rgb(46 16 101 / 0.6);
}
.focus\:bg-violet-950\/70:focus {
  background-color: rgb(46 16 101 / 0.7);
}
.focus\:bg-violet-950\/75:focus {
  background-color: rgb(46 16 101 / 0.75);
}
.focus\:bg-violet-950\/80:focus {
  background-color: rgb(46 16 101 / 0.8);
}
.focus\:bg-violet-950\/90:focus {
  background-color: rgb(46 16 101 / 0.9);
}
.focus\:bg-violet-950\/95:focus {
  background-color: rgb(46 16 101 / 0.95);
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.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\/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\/40:focus {
  background-color: rgb(254 249 195 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(254 240 138 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(253 224 71 / 0.4);
}
.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\/60:focus {
  background-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(250 204 21 / 0.4);
}
.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\/60:focus {
  background-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(254 252 232 / 0.4);
}
.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\/60:focus {
  background-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(234 179 8 / 0.4);
}
.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\/60:focus {
  background-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(202 138 4 / 0.4);
}
.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\/60:focus {
  background-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(161 98 7 / 0.4);
}
.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\/60:focus {
  background-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(133 77 14 / 0.4);
}
.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\/60:focus {
  background-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(113 63 18 / 0.4);
}
.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\/60:focus {
  background-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  background-color: rgb(66 32 6 / 0.4);
}
.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\/60:focus {
  background-color: rgb(66 32 6 / 0.6);
}
.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\/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\:bg-zinc-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-100\/0:focus {
  background-color: rgb(244 244 245 / 0);
}
.focus\:bg-zinc-100\/10:focus {
  background-color: rgb(244 244 245 / 0.1);
}
.focus\:bg-zinc-100\/100:focus {
  background-color: rgb(244 244 245 / 1);
}
.focus\:bg-zinc-100\/20:focus {
  background-color: rgb(244 244 245 / 0.2);
}
.focus\:bg-zinc-100\/25:focus {
  background-color: rgb(244 244 245 / 0.25);
}
.focus\:bg-zinc-100\/30:focus {
  background-color: rgb(244 244 245 / 0.3);
}
.focus\:bg-zinc-100\/40:focus {
  background-color: rgb(244 244 245 / 0.4);
}
.focus\:bg-zinc-100\/5:focus {
  background-color: rgb(244 244 245 / 0.05);
}
.focus\:bg-zinc-100\/50:focus {
  background-color: rgb(244 244 245 / 0.5);
}
.focus\:bg-zinc-100\/60:focus {
  background-color: rgb(244 244 245 / 0.6);
}
.focus\:bg-zinc-100\/70:focus {
  background-color: rgb(244 244 245 / 0.7);
}
.focus\:bg-zinc-100\/75:focus {
  background-color: rgb(244 244 245 / 0.75);
}
.focus\:bg-zinc-100\/80:focus {
  background-color: rgb(244 244 245 / 0.8);
}
.focus\:bg-zinc-100\/90:focus {
  background-color: rgb(244 244 245 / 0.9);
}
.focus\:bg-zinc-100\/95:focus {
  background-color: rgb(244 244 245 / 0.95);
}
.focus\:bg-zinc-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-200\/0:focus {
  background-color: rgb(228 228 231 / 0);
}
.focus\:bg-zinc-200\/10:focus {
  background-color: rgb(228 228 231 / 0.1);
}
.focus\:bg-zinc-200\/100:focus {
  background-color: rgb(228 228 231 / 1);
}
.focus\:bg-zinc-200\/20:focus {
  background-color: rgb(228 228 231 / 0.2);
}
.focus\:bg-zinc-200\/25:focus {
  background-color: rgb(228 228 231 / 0.25);
}
.focus\:bg-zinc-200\/30:focus {
  background-color: rgb(228 228 231 / 0.3);
}
.focus\:bg-zinc-200\/40:focus {
  background-color: rgb(228 228 231 / 0.4);
}
.focus\:bg-zinc-200\/5:focus {
  background-color: rgb(228 228 231 / 0.05);
}
.focus\:bg-zinc-200\/50:focus {
  background-color: rgb(228 228 231 / 0.5);
}
.focus\:bg-zinc-200\/60:focus {
  background-color: rgb(228 228 231 / 0.6);
}
.focus\:bg-zinc-200\/70:focus {
  background-color: rgb(228 228 231 / 0.7);
}
.focus\:bg-zinc-200\/75:focus {
  background-color: rgb(228 228 231 / 0.75);
}
.focus\:bg-zinc-200\/80:focus {
  background-color: rgb(228 228 231 / 0.8);
}
.focus\:bg-zinc-200\/90:focus {
  background-color: rgb(228 228 231 / 0.9);
}
.focus\:bg-zinc-200\/95:focus {
  background-color: rgb(228 228 231 / 0.95);
}
.focus\:bg-zinc-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-300\/0:focus {
  background-color: rgb(212 212 216 / 0);
}
.focus\:bg-zinc-300\/10:focus {
  background-color: rgb(212 212 216 / 0.1);
}
.focus\:bg-zinc-300\/100:focus {
  background-color: rgb(212 212 216 / 1);
}
.focus\:bg-zinc-300\/20:focus {
  background-color: rgb(212 212 216 / 0.2);
}
.focus\:bg-zinc-300\/25:focus {
  background-color: rgb(212 212 216 / 0.25);
}
.focus\:bg-zinc-300\/30:focus {
  background-color: rgb(212 212 216 / 0.3);
}
.focus\:bg-zinc-300\/40:focus {
  background-color: rgb(212 212 216 / 0.4);
}
.focus\:bg-zinc-300\/5:focus {
  background-color: rgb(212 212 216 / 0.05);
}
.focus\:bg-zinc-300\/50:focus {
  background-color: rgb(212 212 216 / 0.5);
}
.focus\:bg-zinc-300\/60:focus {
  background-color: rgb(212 212 216 / 0.6);
}
.focus\:bg-zinc-300\/70:focus {
  background-color: rgb(212 212 216 / 0.7);
}
.focus\:bg-zinc-300\/75:focus {
  background-color: rgb(212 212 216 / 0.75);
}
.focus\:bg-zinc-300\/80:focus {
  background-color: rgb(212 212 216 / 0.8);
}
.focus\:bg-zinc-300\/90:focus {
  background-color: rgb(212 212 216 / 0.9);
}
.focus\:bg-zinc-300\/95:focus {
  background-color: rgb(212 212 216 / 0.95);
}
.focus\:bg-zinc-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-400\/0:focus {
  background-color: rgb(161 161 170 / 0);
}
.focus\:bg-zinc-400\/10:focus {
  background-color: rgb(161 161 170 / 0.1);
}
.focus\:bg-zinc-400\/100:focus {
  background-color: rgb(161 161 170 / 1);
}
.focus\:bg-zinc-400\/20:focus {
  background-color: rgb(161 161 170 / 0.2);
}
.focus\:bg-zinc-400\/25:focus {
  background-color: rgb(161 161 170 / 0.25);
}
.focus\:bg-zinc-400\/30:focus {
  background-color: rgb(161 161 170 / 0.3);
}
.focus\:bg-zinc-400\/40:focus {
  background-color: rgb(161 161 170 / 0.4);
}
.focus\:bg-zinc-400\/5:focus {
  background-color: rgb(161 161 170 / 0.05);
}
.focus\:bg-zinc-400\/50:focus {
  background-color: rgb(161 161 170 / 0.5);
}
.focus\:bg-zinc-400\/60:focus {
  background-color: rgb(161 161 170 / 0.6);
}
.focus\:bg-zinc-400\/70:focus {
  background-color: rgb(161 161 170 / 0.7);
}
.focus\:bg-zinc-400\/75:focus {
  background-color: rgb(161 161 170 / 0.75);
}
.focus\:bg-zinc-400\/80:focus {
  background-color: rgb(161 161 170 / 0.8);
}
.focus\:bg-zinc-400\/90:focus {
  background-color: rgb(161 161 170 / 0.9);
}
.focus\:bg-zinc-400\/95:focus {
  background-color: rgb(161 161 170 / 0.95);
}
.focus\:bg-zinc-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-50\/0:focus {
  background-color: rgb(250 250 250 / 0);
}
.focus\:bg-zinc-50\/10:focus {
  background-color: rgb(250 250 250 / 0.1);
}
.focus\:bg-zinc-50\/100:focus {
  background-color: rgb(250 250 250 / 1);
}
.focus\:bg-zinc-50\/20:focus {
  background-color: rgb(250 250 250 / 0.2);
}
.focus\:bg-zinc-50\/25:focus {
  background-color: rgb(250 250 250 / 0.25);
}
.focus\:bg-zinc-50\/30:focus {
  background-color: rgb(250 250 250 / 0.3);
}
.focus\:bg-zinc-50\/40:focus {
  background-color: rgb(250 250 250 / 0.4);
}
.focus\:bg-zinc-50\/5:focus {
  background-color: rgb(250 250 250 / 0.05);
}
.focus\:bg-zinc-50\/50:focus {
  background-color: rgb(250 250 250 / 0.5);
}
.focus\:bg-zinc-50\/60:focus {
  background-color: rgb(250 250 250 / 0.6);
}
.focus\:bg-zinc-50\/70:focus {
  background-color: rgb(250 250 250 / 0.7);
}
.focus\:bg-zinc-50\/75:focus {
  background-color: rgb(250 250 250 / 0.75);
}
.focus\:bg-zinc-50\/80:focus {
  background-color: rgb(250 250 250 / 0.8);
}
.focus\:bg-zinc-50\/90:focus {
  background-color: rgb(250 250 250 / 0.9);
}
.focus\:bg-zinc-50\/95:focus {
  background-color: rgb(250 250 250 / 0.95);
}
.focus\:bg-zinc-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-500\/0:focus {
  background-color: rgb(113 113 122 / 0);
}
.focus\:bg-zinc-500\/10:focus {
  background-color: rgb(113 113 122 / 0.1);
}
.focus\:bg-zinc-500\/100:focus {
  background-color: rgb(113 113 122 / 1);
}
.focus\:bg-zinc-500\/20:focus {
  background-color: rgb(113 113 122 / 0.2);
}
.focus\:bg-zinc-500\/25:focus {
  background-color: rgb(113 113 122 / 0.25);
}
.focus\:bg-zinc-500\/30:focus {
  background-color: rgb(113 113 122 / 0.3);
}
.focus\:bg-zinc-500\/40:focus {
  background-color: rgb(113 113 122 / 0.4);
}
.focus\:bg-zinc-500\/5:focus {
  background-color: rgb(113 113 122 / 0.05);
}
.focus\:bg-zinc-500\/50:focus {
  background-color: rgb(113 113 122 / 0.5);
}
.focus\:bg-zinc-500\/60:focus {
  background-color: rgb(113 113 122 / 0.6);
}
.focus\:bg-zinc-500\/70:focus {
  background-color: rgb(113 113 122 / 0.7);
}
.focus\:bg-zinc-500\/75:focus {
  background-color: rgb(113 113 122 / 0.75);
}
.focus\:bg-zinc-500\/80:focus {
  background-color: rgb(113 113 122 / 0.8);
}
.focus\:bg-zinc-500\/90:focus {
  background-color: rgb(113 113 122 / 0.9);
}
.focus\:bg-zinc-500\/95:focus {
  background-color: rgb(113 113 122 / 0.95);
}
.focus\:bg-zinc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-600\/0:focus {
  background-color: rgb(82 82 91 / 0);
}
.focus\:bg-zinc-600\/10:focus {
  background-color: rgb(82 82 91 / 0.1);
}
.focus\:bg-zinc-600\/100:focus {
  background-color: rgb(82 82 91 / 1);
}
.focus\:bg-zinc-600\/20:focus {
  background-color: rgb(82 82 91 / 0.2);
}
.focus\:bg-zinc-600\/25:focus {
  background-color: rgb(82 82 91 / 0.25);
}
.focus\:bg-zinc-600\/30:focus {
  background-color: rgb(82 82 91 / 0.3);
}
.focus\:bg-zinc-600\/40:focus {
  background-color: rgb(82 82 91 / 0.4);
}
.focus\:bg-zinc-600\/5:focus {
  background-color: rgb(82 82 91 / 0.05);
}
.focus\:bg-zinc-600\/50:focus {
  background-color: rgb(82 82 91 / 0.5);
}
.focus\:bg-zinc-600\/60:focus {
  background-color: rgb(82 82 91 / 0.6);
}
.focus\:bg-zinc-600\/70:focus {
  background-color: rgb(82 82 91 / 0.7);
}
.focus\:bg-zinc-600\/75:focus {
  background-color: rgb(82 82 91 / 0.75);
}
.focus\:bg-zinc-600\/80:focus {
  background-color: rgb(82 82 91 / 0.8);
}
.focus\:bg-zinc-600\/90:focus {
  background-color: rgb(82 82 91 / 0.9);
}
.focus\:bg-zinc-600\/95:focus {
  background-color: rgb(82 82 91 / 0.95);
}
.focus\:bg-zinc-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-700\/0:focus {
  background-color: rgb(63 63 70 / 0);
}
.focus\:bg-zinc-700\/10:focus {
  background-color: rgb(63 63 70 / 0.1);
}
.focus\:bg-zinc-700\/100:focus {
  background-color: rgb(63 63 70 / 1);
}
.focus\:bg-zinc-700\/20:focus {
  background-color: rgb(63 63 70 / 0.2);
}
.focus\:bg-zinc-700\/25:focus {
  background-color: rgb(63 63 70 / 0.25);
}
.focus\:bg-zinc-700\/30:focus {
  background-color: rgb(63 63 70 / 0.3);
}
.focus\:bg-zinc-700\/40:focus {
  background-color: rgb(63 63 70 / 0.4);
}
.focus\:bg-zinc-700\/5:focus {
  background-color: rgb(63 63 70 / 0.05);
}
.focus\:bg-zinc-700\/50:focus {
  background-color: rgb(63 63 70 / 0.5);
}
.focus\:bg-zinc-700\/60:focus {
  background-color: rgb(63 63 70 / 0.6);
}
.focus\:bg-zinc-700\/70:focus {
  background-color: rgb(63 63 70 / 0.7);
}
.focus\:bg-zinc-700\/75:focus {
  background-color: rgb(63 63 70 / 0.75);
}
.focus\:bg-zinc-700\/80:focus {
  background-color: rgb(63 63 70 / 0.8);
}
.focus\:bg-zinc-700\/90:focus {
  background-color: rgb(63 63 70 / 0.9);
}
.focus\:bg-zinc-700\/95:focus {
  background-color: rgb(63 63 70 / 0.95);
}
.focus\:bg-zinc-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-800\/0:focus {
  background-color: rgb(39 39 42 / 0);
}
.focus\:bg-zinc-800\/10:focus {
  background-color: rgb(39 39 42 / 0.1);
}
.focus\:bg-zinc-800\/100:focus {
  background-color: rgb(39 39 42 / 1);
}
.focus\:bg-zinc-800\/20:focus {
  background-color: rgb(39 39 42 / 0.2);
}
.focus\:bg-zinc-800\/25:focus {
  background-color: rgb(39 39 42 / 0.25);
}
.focus\:bg-zinc-800\/30:focus {
  background-color: rgb(39 39 42 / 0.3);
}
.focus\:bg-zinc-800\/40:focus {
  background-color: rgb(39 39 42 / 0.4);
}
.focus\:bg-zinc-800\/5:focus {
  background-color: rgb(39 39 42 / 0.05);
}
.focus\:bg-zinc-800\/50:focus {
  background-color: rgb(39 39 42 / 0.5);
}
.focus\:bg-zinc-800\/60:focus {
  background-color: rgb(39 39 42 / 0.6);
}
.focus\:bg-zinc-800\/70:focus {
  background-color: rgb(39 39 42 / 0.7);
}
.focus\:bg-zinc-800\/75:focus {
  background-color: rgb(39 39 42 / 0.75);
}
.focus\:bg-zinc-800\/80:focus {
  background-color: rgb(39 39 42 / 0.8);
}
.focus\:bg-zinc-800\/90:focus {
  background-color: rgb(39 39 42 / 0.9);
}
.focus\:bg-zinc-800\/95:focus {
  background-color: rgb(39 39 42 / 0.95);
}
.focus\:bg-zinc-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-900\/0:focus {
  background-color: rgb(24 24 27 / 0);
}
.focus\:bg-zinc-900\/10:focus {
  background-color: rgb(24 24 27 / 0.1);
}
.focus\:bg-zinc-900\/100:focus {
  background-color: rgb(24 24 27 / 1);
}
.focus\:bg-zinc-900\/20:focus {
  background-color: rgb(24 24 27 / 0.2);
}
.focus\:bg-zinc-900\/25:focus {
  background-color: rgb(24 24 27 / 0.25);
}
.focus\:bg-zinc-900\/30:focus {
  background-color: rgb(24 24 27 / 0.3);
}
.focus\:bg-zinc-900\/40:focus {
  background-color: rgb(24 24 27 / 0.4);
}
.focus\:bg-zinc-900\/5:focus {
  background-color: rgb(24 24 27 / 0.05);
}
.focus\:bg-zinc-900\/50:focus {
  background-color: rgb(24 24 27 / 0.5);
}
.focus\:bg-zinc-900\/60:focus {
  background-color: rgb(24 24 27 / 0.6);
}
.focus\:bg-zinc-900\/70:focus {
  background-color: rgb(24 24 27 / 0.7);
}
.focus\:bg-zinc-900\/75:focus {
  background-color: rgb(24 24 27 / 0.75);
}
.focus\:bg-zinc-900\/80:focus {
  background-color: rgb(24 24 27 / 0.8);
}
.focus\:bg-zinc-900\/90:focus {
  background-color: rgb(24 24 27 / 0.9);
}
.focus\:bg-zinc-900\/95:focus {
  background-color: rgb(24 24 27 / 0.95);
}
.focus\:bg-zinc-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.focus\:bg-zinc-950\/0:focus {
  background-color: rgb(9 9 11 / 0);
}
.focus\:bg-zinc-950\/10:focus {
  background-color: rgb(9 9 11 / 0.1);
}
.focus\:bg-zinc-950\/100:focus {
  background-color: rgb(9 9 11 / 1);
}
.focus\:bg-zinc-950\/20:focus {
  background-color: rgb(9 9 11 / 0.2);
}
.focus\:bg-zinc-950\/25:focus {
  background-color: rgb(9 9 11 / 0.25);
}
.focus\:bg-zinc-950\/30:focus {
  background-color: rgb(9 9 11 / 0.3);
}
.focus\:bg-zinc-950\/40:focus {
  background-color: rgb(9 9 11 / 0.4);
}
.focus\:bg-zinc-950\/5:focus {
  background-color: rgb(9 9 11 / 0.05);
}
.focus\:bg-zinc-950\/50:focus {
  background-color: rgb(9 9 11 / 0.5);
}
.focus\:bg-zinc-950\/60:focus {
  background-color: rgb(9 9 11 / 0.6);
}
.focus\:bg-zinc-950\/70:focus {
  background-color: rgb(9 9 11 / 0.7);
}
.focus\:bg-zinc-950\/75:focus {
  background-color: rgb(9 9 11 / 0.75);
}
.focus\:bg-zinc-950\/80:focus {
  background-color: rgb(9 9 11 / 0.8);
}
.focus\:bg-zinc-950\/90:focus {
  background-color: rgb(9 9 11 / 0.9);
}
.focus\:bg-zinc-950\/95:focus {
  background-color: rgb(9 9 11 / 0.95);
}
.focus\:text-amber-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.focus\:text-amber-100\/0:focus {
  color: rgb(254 243 199 / 0);
}
.focus\:text-amber-100\/10:focus {
  color: rgb(254 243 199 / 0.1);
}
.focus\:text-amber-100\/100:focus {
  color: rgb(254 243 199 / 1);
}
.focus\:text-amber-100\/20:focus {
  color: rgb(254 243 199 / 0.2);
}
.focus\:text-amber-100\/25:focus {
  color: rgb(254 243 199 / 0.25);
}
.focus\:text-amber-100\/30:focus {
  color: rgb(254 243 199 / 0.3);
}
.focus\:text-amber-100\/40:focus {
  color: rgb(254 243 199 / 0.4);
}
.focus\:text-amber-100\/5:focus {
  color: rgb(254 243 199 / 0.05);
}
.focus\:text-amber-100\/50:focus {
  color: rgb(254 243 199 / 0.5);
}
.focus\:text-amber-100\/60:focus {
  color: rgb(254 243 199 / 0.6);
}
.focus\:text-amber-100\/70:focus {
  color: rgb(254 243 199 / 0.7);
}
.focus\:text-amber-100\/75:focus {
  color: rgb(254 243 199 / 0.75);
}
.focus\:text-amber-100\/80:focus {
  color: rgb(254 243 199 / 0.8);
}
.focus\:text-amber-100\/90:focus {
  color: rgb(254 243 199 / 0.9);
}
.focus\:text-amber-100\/95:focus {
  color: rgb(254 243 199 / 0.95);
}
.focus\:text-amber-200:focus {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.focus\:text-amber-200\/0:focus {
  color: rgb(253 230 138 / 0);
}
.focus\:text-amber-200\/10:focus {
  color: rgb(253 230 138 / 0.1);
}
.focus\:text-amber-200\/100:focus {
  color: rgb(253 230 138 / 1);
}
.focus\:text-amber-200\/20:focus {
  color: rgb(253 230 138 / 0.2);
}
.focus\:text-amber-200\/25:focus {
  color: rgb(253 230 138 / 0.25);
}
.focus\:text-amber-200\/30:focus {
  color: rgb(253 230 138 / 0.3);
}
.focus\:text-amber-200\/40:focus {
  color: rgb(253 230 138 / 0.4);
}
.focus\:text-amber-200\/5:focus {
  color: rgb(253 230 138 / 0.05);
}
.focus\:text-amber-200\/50:focus {
  color: rgb(253 230 138 / 0.5);
}
.focus\:text-amber-200\/60:focus {
  color: rgb(253 230 138 / 0.6);
}
.focus\:text-amber-200\/70:focus {
  color: rgb(253 230 138 / 0.7);
}
.focus\:text-amber-200\/75:focus {
  color: rgb(253 230 138 / 0.75);
}
.focus\:text-amber-200\/80:focus {
  color: rgb(253 230 138 / 0.8);
}
.focus\:text-amber-200\/90:focus {
  color: rgb(253 230 138 / 0.9);
}
.focus\:text-amber-200\/95:focus {
  color: rgb(253 230 138 / 0.95);
}
.focus\:text-amber-300:focus {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.focus\:text-amber-300\/0:focus {
  color: rgb(252 211 77 / 0);
}
.focus\:text-amber-300\/10:focus {
  color: rgb(252 211 77 / 0.1);
}
.focus\:text-amber-300\/100:focus {
  color: rgb(252 211 77 / 1);
}
.focus\:text-amber-300\/20:focus {
  color: rgb(252 211 77 / 0.2);
}
.focus\:text-amber-300\/25:focus {
  color: rgb(252 211 77 / 0.25);
}
.focus\:text-amber-300\/30:focus {
  color: rgb(252 211 77 / 0.3);
}
.focus\:text-amber-300\/40:focus {
  color: rgb(252 211 77 / 0.4);
}
.focus\:text-amber-300\/5:focus {
  color: rgb(252 211 77 / 0.05);
}
.focus\:text-amber-300\/50:focus {
  color: rgb(252 211 77 / 0.5);
}
.focus\:text-amber-300\/60:focus {
  color: rgb(252 211 77 / 0.6);
}
.focus\:text-amber-300\/70:focus {
  color: rgb(252 211 77 / 0.7);
}
.focus\:text-amber-300\/75:focus {
  color: rgb(252 211 77 / 0.75);
}
.focus\:text-amber-300\/80:focus {
  color: rgb(252 211 77 / 0.8);
}
.focus\:text-amber-300\/90:focus {
  color: rgb(252 211 77 / 0.9);
}
.focus\:text-amber-300\/95:focus {
  color: rgb(252 211 77 / 0.95);
}
.focus\:text-amber-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.focus\:text-amber-400\/0:focus {
  color: rgb(251 191 36 / 0);
}
.focus\:text-amber-400\/10:focus {
  color: rgb(251 191 36 / 0.1);
}
.focus\:text-amber-400\/100:focus {
  color: rgb(251 191 36 / 1);
}
.focus\:text-amber-400\/20:focus {
  color: rgb(251 191 36 / 0.2);
}
.focus\:text-amber-400\/25:focus {
  color: rgb(251 191 36 / 0.25);
}
.focus\:text-amber-400\/30:focus {
  color: rgb(251 191 36 / 0.3);
}
.focus\:text-amber-400\/40:focus {
  color: rgb(251 191 36 / 0.4);
}
.focus\:text-amber-400\/5:focus {
  color: rgb(251 191 36 / 0.05);
}
.focus\:text-amber-400\/50:focus {
  color: rgb(251 191 36 / 0.5);
}
.focus\:text-amber-400\/60:focus {
  color: rgb(251 191 36 / 0.6);
}
.focus\:text-amber-400\/70:focus {
  color: rgb(251 191 36 / 0.7);
}
.focus\:text-amber-400\/75:focus {
  color: rgb(251 191 36 / 0.75);
}
.focus\:text-amber-400\/80:focus {
  color: rgb(251 191 36 / 0.8);
}
.focus\:text-amber-400\/90:focus {
  color: rgb(251 191 36 / 0.9);
}
.focus\:text-amber-400\/95:focus {
  color: rgb(251 191 36 / 0.95);
}
.focus\:text-amber-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.focus\:text-amber-50\/0:focus {
  color: rgb(255 251 235 / 0);
}
.focus\:text-amber-50\/10:focus {
  color: rgb(255 251 235 / 0.1);
}
.focus\:text-amber-50\/100:focus {
  color: rgb(255 251 235 / 1);
}
.focus\:text-amber-50\/20:focus {
  color: rgb(255 251 235 / 0.2);
}
.focus\:text-amber-50\/25:focus {
  color: rgb(255 251 235 / 0.25);
}
.focus\:text-amber-50\/30:focus {
  color: rgb(255 251 235 / 0.3);
}
.focus\:text-amber-50\/40:focus {
  color: rgb(255 251 235 / 0.4);
}
.focus\:text-amber-50\/5:focus {
  color: rgb(255 251 235 / 0.05);
}
.focus\:text-amber-50\/50:focus {
  color: rgb(255 251 235 / 0.5);
}
.focus\:text-amber-50\/60:focus {
  color: rgb(255 251 235 / 0.6);
}
.focus\:text-amber-50\/70:focus {
  color: rgb(255 251 235 / 0.7);
}
.focus\:text-amber-50\/75:focus {
  color: rgb(255 251 235 / 0.75);
}
.focus\:text-amber-50\/80:focus {
  color: rgb(255 251 235 / 0.8);
}
.focus\:text-amber-50\/90:focus {
  color: rgb(255 251 235 / 0.9);
}
.focus\:text-amber-50\/95:focus {
  color: rgb(255 251 235 / 0.95);
}
.focus\:text-amber-500:focus {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.focus\:text-amber-500\/0:focus {
  color: rgb(245 158 11 / 0);
}
.focus\:text-amber-500\/10:focus {
  color: rgb(245 158 11 / 0.1);
}
.focus\:text-amber-500\/100:focus {
  color: rgb(245 158 11 / 1);
}
.focus\:text-amber-500\/20:focus {
  color: rgb(245 158 11 / 0.2);
}
.focus\:text-amber-500\/25:focus {
  color: rgb(245 158 11 / 0.25);
}
.focus\:text-amber-500\/30:focus {
  color: rgb(245 158 11 / 0.3);
}
.focus\:text-amber-500\/40:focus {
  color: rgb(245 158 11 / 0.4);
}
.focus\:text-amber-500\/5:focus {
  color: rgb(245 158 11 / 0.05);
}
.focus\:text-amber-500\/50:focus {
  color: rgb(245 158 11 / 0.5);
}
.focus\:text-amber-500\/60:focus {
  color: rgb(245 158 11 / 0.6);
}
.focus\:text-amber-500\/70:focus {
  color: rgb(245 158 11 / 0.7);
}
.focus\:text-amber-500\/75:focus {
  color: rgb(245 158 11 / 0.75);
}
.focus\:text-amber-500\/80:focus {
  color: rgb(245 158 11 / 0.8);
}
.focus\:text-amber-500\/90:focus {
  color: rgb(245 158 11 / 0.9);
}
.focus\:text-amber-500\/95:focus {
  color: rgb(245 158 11 / 0.95);
}
.focus\:text-amber-600:focus {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.focus\:text-amber-600\/0:focus {
  color: rgb(217 119 6 / 0);
}
.focus\:text-amber-600\/10:focus {
  color: rgb(217 119 6 / 0.1);
}
.focus\:text-amber-600\/100:focus {
  color: rgb(217 119 6 / 1);
}
.focus\:text-amber-600\/20:focus {
  color: rgb(217 119 6 / 0.2);
}
.focus\:text-amber-600\/25:focus {
  color: rgb(217 119 6 / 0.25);
}
.focus\:text-amber-600\/30:focus {
  color: rgb(217 119 6 / 0.3);
}
.focus\:text-amber-600\/40:focus {
  color: rgb(217 119 6 / 0.4);
}
.focus\:text-amber-600\/5:focus {
  color: rgb(217 119 6 / 0.05);
}
.focus\:text-amber-600\/50:focus {
  color: rgb(217 119 6 / 0.5);
}
.focus\:text-amber-600\/60:focus {
  color: rgb(217 119 6 / 0.6);
}
.focus\:text-amber-600\/70:focus {
  color: rgb(217 119 6 / 0.7);
}
.focus\:text-amber-600\/75:focus {
  color: rgb(217 119 6 / 0.75);
}
.focus\:text-amber-600\/80:focus {
  color: rgb(217 119 6 / 0.8);
}
.focus\:text-amber-600\/90:focus {
  color: rgb(217 119 6 / 0.9);
}
.focus\:text-amber-600\/95:focus {
  color: rgb(217 119 6 / 0.95);
}
.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.focus\:text-amber-700\/0:focus {
  color: rgb(180 83 9 / 0);
}
.focus\:text-amber-700\/10:focus {
  color: rgb(180 83 9 / 0.1);
}
.focus\:text-amber-700\/100:focus {
  color: rgb(180 83 9 / 1);
}
.focus\:text-amber-700\/20:focus {
  color: rgb(180 83 9 / 0.2);
}
.focus\:text-amber-700\/25:focus {
  color: rgb(180 83 9 / 0.25);
}
.focus\:text-amber-700\/30:focus {
  color: rgb(180 83 9 / 0.3);
}
.focus\:text-amber-700\/40:focus {
  color: rgb(180 83 9 / 0.4);
}
.focus\:text-amber-700\/5:focus {
  color: rgb(180 83 9 / 0.05);
}
.focus\:text-amber-700\/50:focus {
  color: rgb(180 83 9 / 0.5);
}
.focus\:text-amber-700\/60:focus {
  color: rgb(180 83 9 / 0.6);
}
.focus\:text-amber-700\/70:focus {
  color: rgb(180 83 9 / 0.7);
}
.focus\:text-amber-700\/75:focus {
  color: rgb(180 83 9 / 0.75);
}
.focus\:text-amber-700\/80:focus {
  color: rgb(180 83 9 / 0.8);
}
.focus\:text-amber-700\/90:focus {
  color: rgb(180 83 9 / 0.9);
}
.focus\:text-amber-700\/95:focus {
  color: rgb(180 83 9 / 0.95);
}
.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.focus\:text-amber-800\/0:focus {
  color: rgb(146 64 14 / 0);
}
.focus\:text-amber-800\/10:focus {
  color: rgb(146 64 14 / 0.1);
}
.focus\:text-amber-800\/100:focus {
  color: rgb(146 64 14 / 1);
}
.focus\:text-amber-800\/20:focus {
  color: rgb(146 64 14 / 0.2);
}
.focus\:text-amber-800\/25:focus {
  color: rgb(146 64 14 / 0.25);
}
.focus\:text-amber-800\/30:focus {
  color: rgb(146 64 14 / 0.3);
}
.focus\:text-amber-800\/40:focus {
  color: rgb(146 64 14 / 0.4);
}
.focus\:text-amber-800\/5:focus {
  color: rgb(146 64 14 / 0.05);
}
.focus\:text-amber-800\/50:focus {
  color: rgb(146 64 14 / 0.5);
}
.focus\:text-amber-800\/60:focus {
  color: rgb(146 64 14 / 0.6);
}
.focus\:text-amber-800\/70:focus {
  color: rgb(146 64 14 / 0.7);
}
.focus\:text-amber-800\/75:focus {
  color: rgb(146 64 14 / 0.75);
}
.focus\:text-amber-800\/80:focus {
  color: rgb(146 64 14 / 0.8);
}
.focus\:text-amber-800\/90:focus {
  color: rgb(146 64 14 / 0.9);
}
.focus\:text-amber-800\/95:focus {
  color: rgb(146 64 14 / 0.95);
}
.focus\:text-amber-900:focus {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.focus\:text-amber-900\/0:focus {
  color: rgb(120 53 15 / 0);
}
.focus\:text-amber-900\/10:focus {
  color: rgb(120 53 15 / 0.1);
}
.focus\:text-amber-900\/100:focus {
  color: rgb(120 53 15 / 1);
}
.focus\:text-amber-900\/20:focus {
  color: rgb(120 53 15 / 0.2);
}
.focus\:text-amber-900\/25:focus {
  color: rgb(120 53 15 / 0.25);
}
.focus\:text-amber-900\/30:focus {
  color: rgb(120 53 15 / 0.3);
}
.focus\:text-amber-900\/40:focus {
  color: rgb(120 53 15 / 0.4);
}
.focus\:text-amber-900\/5:focus {
  color: rgb(120 53 15 / 0.05);
}
.focus\:text-amber-900\/50:focus {
  color: rgb(120 53 15 / 0.5);
}
.focus\:text-amber-900\/60:focus {
  color: rgb(120 53 15 / 0.6);
}
.focus\:text-amber-900\/70:focus {
  color: rgb(120 53 15 / 0.7);
}
.focus\:text-amber-900\/75:focus {
  color: rgb(120 53 15 / 0.75);
}
.focus\:text-amber-900\/80:focus {
  color: rgb(120 53 15 / 0.8);
}
.focus\:text-amber-900\/90:focus {
  color: rgb(120 53 15 / 0.9);
}
.focus\:text-amber-900\/95:focus {
  color: rgb(120 53 15 / 0.95);
}
.focus\:text-amber-950:focus {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.focus\:text-amber-950\/0:focus {
  color: rgb(69 26 3 / 0);
}
.focus\:text-amber-950\/10:focus {
  color: rgb(69 26 3 / 0.1);
}
.focus\:text-amber-950\/100:focus {
  color: rgb(69 26 3 / 1);
}
.focus\:text-amber-950\/20:focus {
  color: rgb(69 26 3 / 0.2);
}
.focus\:text-amber-950\/25:focus {
  color: rgb(69 26 3 / 0.25);
}
.focus\:text-amber-950\/30:focus {
  color: rgb(69 26 3 / 0.3);
}
.focus\:text-amber-950\/40:focus {
  color: rgb(69 26 3 / 0.4);
}
.focus\:text-amber-950\/5:focus {
  color: rgb(69 26 3 / 0.05);
}
.focus\:text-amber-950\/50:focus {
  color: rgb(69 26 3 / 0.5);
}
.focus\:text-amber-950\/60:focus {
  color: rgb(69 26 3 / 0.6);
}
.focus\:text-amber-950\/70:focus {
  color: rgb(69 26 3 / 0.7);
}
.focus\:text-amber-950\/75:focus {
  color: rgb(69 26 3 / 0.75);
}
.focus\:text-amber-950\/80:focus {
  color: rgb(69 26 3 / 0.8);
}
.focus\:text-amber-950\/90:focus {
  color: rgb(69 26 3 / 0.9);
}
.focus\:text-amber-950\/95:focus {
  color: rgb(69 26 3 / 0.95);
}
.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.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\/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\/40:focus {
  color: rgb(219 234 254 / 0.4);
}
.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\/60:focus {
  color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(191 219 254 / 0.4);
}
.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\/60:focus {
  color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(147 197 253 / 0.4);
}
.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\/60:focus {
  color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(96 165 250 / 0.4);
}
.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\/60:focus {
  color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(239 246 255 / 0.4);
}
.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\/60:focus {
  color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(59 130 246 / 0.4);
}
.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\/60:focus {
  color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(37 99 235 / 0.4);
}
.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\/60:focus {
  color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(29 78 216 / 0.4);
}
.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\/60:focus {
  color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(30 64 175 / 0.4);
}
.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\/60:focus {
  color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(30 58 138 / 0.4);
}
.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\/60:focus {
  color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(23 37 84 / 0.4);
}
.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\/60:focus {
  color: rgb(23 37 84 / 0.6);
}
.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\/90:focus {
  color: rgb(23 37 84 / 0.9);
}
.focus\:text-blue-950\/95:focus {
  color: rgb(23 37 84 / 0.95);
}
.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.focus\:text-cyan-100\/0:focus {
  color: rgb(207 250 254 / 0);
}
.focus\:text-cyan-100\/10:focus {
  color: rgb(207 250 254 / 0.1);
}
.focus\:text-cyan-100\/100:focus {
  color: rgb(207 250 254 / 1);
}
.focus\:text-cyan-100\/20:focus {
  color: rgb(207 250 254 / 0.2);
}
.focus\:text-cyan-100\/25:focus {
  color: rgb(207 250 254 / 0.25);
}
.focus\:text-cyan-100\/30:focus {
  color: rgb(207 250 254 / 0.3);
}
.focus\:text-cyan-100\/40:focus {
  color: rgb(207 250 254 / 0.4);
}
.focus\:text-cyan-100\/5:focus {
  color: rgb(207 250 254 / 0.05);
}
.focus\:text-cyan-100\/50:focus {
  color: rgb(207 250 254 / 0.5);
}
.focus\:text-cyan-100\/60:focus {
  color: rgb(207 250 254 / 0.6);
}
.focus\:text-cyan-100\/70:focus {
  color: rgb(207 250 254 / 0.7);
}
.focus\:text-cyan-100\/75:focus {
  color: rgb(207 250 254 / 0.75);
}
.focus\:text-cyan-100\/80:focus {
  color: rgb(207 250 254 / 0.8);
}
.focus\:text-cyan-100\/90:focus {
  color: rgb(207 250 254 / 0.9);
}
.focus\:text-cyan-100\/95:focus {
  color: rgb(207 250 254 / 0.95);
}
.focus\:text-cyan-200:focus {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.focus\:text-cyan-200\/0:focus {
  color: rgb(165 243 252 / 0);
}
.focus\:text-cyan-200\/10:focus {
  color: rgb(165 243 252 / 0.1);
}
.focus\:text-cyan-200\/100:focus {
  color: rgb(165 243 252 / 1);
}
.focus\:text-cyan-200\/20:focus {
  color: rgb(165 243 252 / 0.2);
}
.focus\:text-cyan-200\/25:focus {
  color: rgb(165 243 252 / 0.25);
}
.focus\:text-cyan-200\/30:focus {
  color: rgb(165 243 252 / 0.3);
}
.focus\:text-cyan-200\/40:focus {
  color: rgb(165 243 252 / 0.4);
}
.focus\:text-cyan-200\/5:focus {
  color: rgb(165 243 252 / 0.05);
}
.focus\:text-cyan-200\/50:focus {
  color: rgb(165 243 252 / 0.5);
}
.focus\:text-cyan-200\/60:focus {
  color: rgb(165 243 252 / 0.6);
}
.focus\:text-cyan-200\/70:focus {
  color: rgb(165 243 252 / 0.7);
}
.focus\:text-cyan-200\/75:focus {
  color: rgb(165 243 252 / 0.75);
}
.focus\:text-cyan-200\/80:focus {
  color: rgb(165 243 252 / 0.8);
}
.focus\:text-cyan-200\/90:focus {
  color: rgb(165 243 252 / 0.9);
}
.focus\:text-cyan-200\/95:focus {
  color: rgb(165 243 252 / 0.95);
}
.focus\:text-cyan-300:focus {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.focus\:text-cyan-300\/0:focus {
  color: rgb(103 232 249 / 0);
}
.focus\:text-cyan-300\/10:focus {
  color: rgb(103 232 249 / 0.1);
}
.focus\:text-cyan-300\/100:focus {
  color: rgb(103 232 249 / 1);
}
.focus\:text-cyan-300\/20:focus {
  color: rgb(103 232 249 / 0.2);
}
.focus\:text-cyan-300\/25:focus {
  color: rgb(103 232 249 / 0.25);
}
.focus\:text-cyan-300\/30:focus {
  color: rgb(103 232 249 / 0.3);
}
.focus\:text-cyan-300\/40:focus {
  color: rgb(103 232 249 / 0.4);
}
.focus\:text-cyan-300\/5:focus {
  color: rgb(103 232 249 / 0.05);
}
.focus\:text-cyan-300\/50:focus {
  color: rgb(103 232 249 / 0.5);
}
.focus\:text-cyan-300\/60:focus {
  color: rgb(103 232 249 / 0.6);
}
.focus\:text-cyan-300\/70:focus {
  color: rgb(103 232 249 / 0.7);
}
.focus\:text-cyan-300\/75:focus {
  color: rgb(103 232 249 / 0.75);
}
.focus\:text-cyan-300\/80:focus {
  color: rgb(103 232 249 / 0.8);
}
.focus\:text-cyan-300\/90:focus {
  color: rgb(103 232 249 / 0.9);
}
.focus\:text-cyan-300\/95:focus {
  color: rgb(103 232 249 / 0.95);
}
.focus\:text-cyan-400:focus {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.focus\:text-cyan-400\/0:focus {
  color: rgb(34 211 238 / 0);
}
.focus\:text-cyan-400\/10:focus {
  color: rgb(34 211 238 / 0.1);
}
.focus\:text-cyan-400\/100:focus {
  color: rgb(34 211 238 / 1);
}
.focus\:text-cyan-400\/20:focus {
  color: rgb(34 211 238 / 0.2);
}
.focus\:text-cyan-400\/25:focus {
  color: rgb(34 211 238 / 0.25);
}
.focus\:text-cyan-400\/30:focus {
  color: rgb(34 211 238 / 0.3);
}
.focus\:text-cyan-400\/40:focus {
  color: rgb(34 211 238 / 0.4);
}
.focus\:text-cyan-400\/5:focus {
  color: rgb(34 211 238 / 0.05);
}
.focus\:text-cyan-400\/50:focus {
  color: rgb(34 211 238 / 0.5);
}
.focus\:text-cyan-400\/60:focus {
  color: rgb(34 211 238 / 0.6);
}
.focus\:text-cyan-400\/70:focus {
  color: rgb(34 211 238 / 0.7);
}
.focus\:text-cyan-400\/75:focus {
  color: rgb(34 211 238 / 0.75);
}
.focus\:text-cyan-400\/80:focus {
  color: rgb(34 211 238 / 0.8);
}
.focus\:text-cyan-400\/90:focus {
  color: rgb(34 211 238 / 0.9);
}
.focus\:text-cyan-400\/95:focus {
  color: rgb(34 211 238 / 0.95);
}
.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.focus\:text-cyan-50\/0:focus {
  color: rgb(236 254 255 / 0);
}
.focus\:text-cyan-50\/10:focus {
  color: rgb(236 254 255 / 0.1);
}
.focus\:text-cyan-50\/100:focus {
  color: rgb(236 254 255 / 1);
}
.focus\:text-cyan-50\/20:focus {
  color: rgb(236 254 255 / 0.2);
}
.focus\:text-cyan-50\/25:focus {
  color: rgb(236 254 255 / 0.25);
}
.focus\:text-cyan-50\/30:focus {
  color: rgb(236 254 255 / 0.3);
}
.focus\:text-cyan-50\/40:focus {
  color: rgb(236 254 255 / 0.4);
}
.focus\:text-cyan-50\/5:focus {
  color: rgb(236 254 255 / 0.05);
}
.focus\:text-cyan-50\/50:focus {
  color: rgb(236 254 255 / 0.5);
}
.focus\:text-cyan-50\/60:focus {
  color: rgb(236 254 255 / 0.6);
}
.focus\:text-cyan-50\/70:focus {
  color: rgb(236 254 255 / 0.7);
}
.focus\:text-cyan-50\/75:focus {
  color: rgb(236 254 255 / 0.75);
}
.focus\:text-cyan-50\/80:focus {
  color: rgb(236 254 255 / 0.8);
}
.focus\:text-cyan-50\/90:focus {
  color: rgb(236 254 255 / 0.9);
}
.focus\:text-cyan-50\/95:focus {
  color: rgb(236 254 255 / 0.95);
}
.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.focus\:text-cyan-500\/0:focus {
  color: rgb(6 182 212 / 0);
}
.focus\:text-cyan-500\/10:focus {
  color: rgb(6 182 212 / 0.1);
}
.focus\:text-cyan-500\/100:focus {
  color: rgb(6 182 212 / 1);
}
.focus\:text-cyan-500\/20:focus {
  color: rgb(6 182 212 / 0.2);
}
.focus\:text-cyan-500\/25:focus {
  color: rgb(6 182 212 / 0.25);
}
.focus\:text-cyan-500\/30:focus {
  color: rgb(6 182 212 / 0.3);
}
.focus\:text-cyan-500\/40:focus {
  color: rgb(6 182 212 / 0.4);
}
.focus\:text-cyan-500\/5:focus {
  color: rgb(6 182 212 / 0.05);
}
.focus\:text-cyan-500\/50:focus {
  color: rgb(6 182 212 / 0.5);
}
.focus\:text-cyan-500\/60:focus {
  color: rgb(6 182 212 / 0.6);
}
.focus\:text-cyan-500\/70:focus {
  color: rgb(6 182 212 / 0.7);
}
.focus\:text-cyan-500\/75:focus {
  color: rgb(6 182 212 / 0.75);
}
.focus\:text-cyan-500\/80:focus {
  color: rgb(6 182 212 / 0.8);
}
.focus\:text-cyan-500\/90:focus {
  color: rgb(6 182 212 / 0.9);
}
.focus\:text-cyan-500\/95:focus {
  color: rgb(6 182 212 / 0.95);
}
.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.focus\:text-cyan-600\/0:focus {
  color: rgb(8 145 178 / 0);
}
.focus\:text-cyan-600\/10:focus {
  color: rgb(8 145 178 / 0.1);
}
.focus\:text-cyan-600\/100:focus {
  color: rgb(8 145 178 / 1);
}
.focus\:text-cyan-600\/20:focus {
  color: rgb(8 145 178 / 0.2);
}
.focus\:text-cyan-600\/25:focus {
  color: rgb(8 145 178 / 0.25);
}
.focus\:text-cyan-600\/30:focus {
  color: rgb(8 145 178 / 0.3);
}
.focus\:text-cyan-600\/40:focus {
  color: rgb(8 145 178 / 0.4);
}
.focus\:text-cyan-600\/5:focus {
  color: rgb(8 145 178 / 0.05);
}
.focus\:text-cyan-600\/50:focus {
  color: rgb(8 145 178 / 0.5);
}
.focus\:text-cyan-600\/60:focus {
  color: rgb(8 145 178 / 0.6);
}
.focus\:text-cyan-600\/70:focus {
  color: rgb(8 145 178 / 0.7);
}
.focus\:text-cyan-600\/75:focus {
  color: rgb(8 145 178 / 0.75);
}
.focus\:text-cyan-600\/80:focus {
  color: rgb(8 145 178 / 0.8);
}
.focus\:text-cyan-600\/90:focus {
  color: rgb(8 145 178 / 0.9);
}
.focus\:text-cyan-600\/95:focus {
  color: rgb(8 145 178 / 0.95);
}
.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.focus\:text-cyan-700\/0:focus {
  color: rgb(14 116 144 / 0);
}
.focus\:text-cyan-700\/10:focus {
  color: rgb(14 116 144 / 0.1);
}
.focus\:text-cyan-700\/100:focus {
  color: rgb(14 116 144 / 1);
}
.focus\:text-cyan-700\/20:focus {
  color: rgb(14 116 144 / 0.2);
}
.focus\:text-cyan-700\/25:focus {
  color: rgb(14 116 144 / 0.25);
}
.focus\:text-cyan-700\/30:focus {
  color: rgb(14 116 144 / 0.3);
}
.focus\:text-cyan-700\/40:focus {
  color: rgb(14 116 144 / 0.4);
}
.focus\:text-cyan-700\/5:focus {
  color: rgb(14 116 144 / 0.05);
}
.focus\:text-cyan-700\/50:focus {
  color: rgb(14 116 144 / 0.5);
}
.focus\:text-cyan-700\/60:focus {
  color: rgb(14 116 144 / 0.6);
}
.focus\:text-cyan-700\/70:focus {
  color: rgb(14 116 144 / 0.7);
}
.focus\:text-cyan-700\/75:focus {
  color: rgb(14 116 144 / 0.75);
}
.focus\:text-cyan-700\/80:focus {
  color: rgb(14 116 144 / 0.8);
}
.focus\:text-cyan-700\/90:focus {
  color: rgb(14 116 144 / 0.9);
}
.focus\:text-cyan-700\/95:focus {
  color: rgb(14 116 144 / 0.95);
}
.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.focus\:text-cyan-800\/0:focus {
  color: rgb(21 94 117 / 0);
}
.focus\:text-cyan-800\/10:focus {
  color: rgb(21 94 117 / 0.1);
}
.focus\:text-cyan-800\/100:focus {
  color: rgb(21 94 117 / 1);
}
.focus\:text-cyan-800\/20:focus {
  color: rgb(21 94 117 / 0.2);
}
.focus\:text-cyan-800\/25:focus {
  color: rgb(21 94 117 / 0.25);
}
.focus\:text-cyan-800\/30:focus {
  color: rgb(21 94 117 / 0.3);
}
.focus\:text-cyan-800\/40:focus {
  color: rgb(21 94 117 / 0.4);
}
.focus\:text-cyan-800\/5:focus {
  color: rgb(21 94 117 / 0.05);
}
.focus\:text-cyan-800\/50:focus {
  color: rgb(21 94 117 / 0.5);
}
.focus\:text-cyan-800\/60:focus {
  color: rgb(21 94 117 / 0.6);
}
.focus\:text-cyan-800\/70:focus {
  color: rgb(21 94 117 / 0.7);
}
.focus\:text-cyan-800\/75:focus {
  color: rgb(21 94 117 / 0.75);
}
.focus\:text-cyan-800\/80:focus {
  color: rgb(21 94 117 / 0.8);
}
.focus\:text-cyan-800\/90:focus {
  color: rgb(21 94 117 / 0.9);
}
.focus\:text-cyan-800\/95:focus {
  color: rgb(21 94 117 / 0.95);
}
.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.focus\:text-cyan-900\/0:focus {
  color: rgb(22 78 99 / 0);
}
.focus\:text-cyan-900\/10:focus {
  color: rgb(22 78 99 / 0.1);
}
.focus\:text-cyan-900\/100:focus {
  color: rgb(22 78 99 / 1);
}
.focus\:text-cyan-900\/20:focus {
  color: rgb(22 78 99 / 0.2);
}
.focus\:text-cyan-900\/25:focus {
  color: rgb(22 78 99 / 0.25);
}
.focus\:text-cyan-900\/30:focus {
  color: rgb(22 78 99 / 0.3);
}
.focus\:text-cyan-900\/40:focus {
  color: rgb(22 78 99 / 0.4);
}
.focus\:text-cyan-900\/5:focus {
  color: rgb(22 78 99 / 0.05);
}
.focus\:text-cyan-900\/50:focus {
  color: rgb(22 78 99 / 0.5);
}
.focus\:text-cyan-900\/60:focus {
  color: rgb(22 78 99 / 0.6);
}
.focus\:text-cyan-900\/70:focus {
  color: rgb(22 78 99 / 0.7);
}
.focus\:text-cyan-900\/75:focus {
  color: rgb(22 78 99 / 0.75);
}
.focus\:text-cyan-900\/80:focus {
  color: rgb(22 78 99 / 0.8);
}
.focus\:text-cyan-900\/90:focus {
  color: rgb(22 78 99 / 0.9);
}
.focus\:text-cyan-900\/95:focus {
  color: rgb(22 78 99 / 0.95);
}
.focus\:text-cyan-950:focus {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.focus\:text-cyan-950\/0:focus {
  color: rgb(8 51 68 / 0);
}
.focus\:text-cyan-950\/10:focus {
  color: rgb(8 51 68 / 0.1);
}
.focus\:text-cyan-950\/100:focus {
  color: rgb(8 51 68 / 1);
}
.focus\:text-cyan-950\/20:focus {
  color: rgb(8 51 68 / 0.2);
}
.focus\:text-cyan-950\/25:focus {
  color: rgb(8 51 68 / 0.25);
}
.focus\:text-cyan-950\/30:focus {
  color: rgb(8 51 68 / 0.3);
}
.focus\:text-cyan-950\/40:focus {
  color: rgb(8 51 68 / 0.4);
}
.focus\:text-cyan-950\/5:focus {
  color: rgb(8 51 68 / 0.05);
}
.focus\:text-cyan-950\/50:focus {
  color: rgb(8 51 68 / 0.5);
}
.focus\:text-cyan-950\/60:focus {
  color: rgb(8 51 68 / 0.6);
}
.focus\:text-cyan-950\/70:focus {
  color: rgb(8 51 68 / 0.7);
}
.focus\:text-cyan-950\/75:focus {
  color: rgb(8 51 68 / 0.75);
}
.focus\:text-cyan-950\/80:focus {
  color: rgb(8 51 68 / 0.8);
}
.focus\:text-cyan-950\/90:focus {
  color: rgb(8 51 68 / 0.9);
}
.focus\:text-cyan-950\/95:focus {
  color: rgb(8 51 68 / 0.95);
}
.focus\:text-emerald-100:focus {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.focus\:text-emerald-100\/0:focus {
  color: rgb(209 250 229 / 0);
}
.focus\:text-emerald-100\/10:focus {
  color: rgb(209 250 229 / 0.1);
}
.focus\:text-emerald-100\/100:focus {
  color: rgb(209 250 229 / 1);
}
.focus\:text-emerald-100\/20:focus {
  color: rgb(209 250 229 / 0.2);
}
.focus\:text-emerald-100\/25:focus {
  color: rgb(209 250 229 / 0.25);
}
.focus\:text-emerald-100\/30:focus {
  color: rgb(209 250 229 / 0.3);
}
.focus\:text-emerald-100\/40:focus {
  color: rgb(209 250 229 / 0.4);
}
.focus\:text-emerald-100\/5:focus {
  color: rgb(209 250 229 / 0.05);
}
.focus\:text-emerald-100\/50:focus {
  color: rgb(209 250 229 / 0.5);
}
.focus\:text-emerald-100\/60:focus {
  color: rgb(209 250 229 / 0.6);
}
.focus\:text-emerald-100\/70:focus {
  color: rgb(209 250 229 / 0.7);
}
.focus\:text-emerald-100\/75:focus {
  color: rgb(209 250 229 / 0.75);
}
.focus\:text-emerald-100\/80:focus {
  color: rgb(209 250 229 / 0.8);
}
.focus\:text-emerald-100\/90:focus {
  color: rgb(209 250 229 / 0.9);
}
.focus\:text-emerald-100\/95:focus {
  color: rgb(209 250 229 / 0.95);
}
.focus\:text-emerald-200:focus {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.focus\:text-emerald-200\/0:focus {
  color: rgb(167 243 208 / 0);
}
.focus\:text-emerald-200\/10:focus {
  color: rgb(167 243 208 / 0.1);
}
.focus\:text-emerald-200\/100:focus {
  color: rgb(167 243 208 / 1);
}
.focus\:text-emerald-200\/20:focus {
  color: rgb(167 243 208 / 0.2);
}
.focus\:text-emerald-200\/25:focus {
  color: rgb(167 243 208 / 0.25);
}
.focus\:text-emerald-200\/30:focus {
  color: rgb(167 243 208 / 0.3);
}
.focus\:text-emerald-200\/40:focus {
  color: rgb(167 243 208 / 0.4);
}
.focus\:text-emerald-200\/5:focus {
  color: rgb(167 243 208 / 0.05);
}
.focus\:text-emerald-200\/50:focus {
  color: rgb(167 243 208 / 0.5);
}
.focus\:text-emerald-200\/60:focus {
  color: rgb(167 243 208 / 0.6);
}
.focus\:text-emerald-200\/70:focus {
  color: rgb(167 243 208 / 0.7);
}
.focus\:text-emerald-200\/75:focus {
  color: rgb(167 243 208 / 0.75);
}
.focus\:text-emerald-200\/80:focus {
  color: rgb(167 243 208 / 0.8);
}
.focus\:text-emerald-200\/90:focus {
  color: rgb(167 243 208 / 0.9);
}
.focus\:text-emerald-200\/95:focus {
  color: rgb(167 243 208 / 0.95);
}
.focus\:text-emerald-300:focus {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.focus\:text-emerald-300\/0:focus {
  color: rgb(110 231 183 / 0);
}
.focus\:text-emerald-300\/10:focus {
  color: rgb(110 231 183 / 0.1);
}
.focus\:text-emerald-300\/100:focus {
  color: rgb(110 231 183 / 1);
}
.focus\:text-emerald-300\/20:focus {
  color: rgb(110 231 183 / 0.2);
}
.focus\:text-emerald-300\/25:focus {
  color: rgb(110 231 183 / 0.25);
}
.focus\:text-emerald-300\/30:focus {
  color: rgb(110 231 183 / 0.3);
}
.focus\:text-emerald-300\/40:focus {
  color: rgb(110 231 183 / 0.4);
}
.focus\:text-emerald-300\/5:focus {
  color: rgb(110 231 183 / 0.05);
}
.focus\:text-emerald-300\/50:focus {
  color: rgb(110 231 183 / 0.5);
}
.focus\:text-emerald-300\/60:focus {
  color: rgb(110 231 183 / 0.6);
}
.focus\:text-emerald-300\/70:focus {
  color: rgb(110 231 183 / 0.7);
}
.focus\:text-emerald-300\/75:focus {
  color: rgb(110 231 183 / 0.75);
}
.focus\:text-emerald-300\/80:focus {
  color: rgb(110 231 183 / 0.8);
}
.focus\:text-emerald-300\/90:focus {
  color: rgb(110 231 183 / 0.9);
}
.focus\:text-emerald-300\/95:focus {
  color: rgb(110 231 183 / 0.95);
}
.focus\:text-emerald-400:focus {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.focus\:text-emerald-400\/0:focus {
  color: rgb(52 211 153 / 0);
}
.focus\:text-emerald-400\/10:focus {
  color: rgb(52 211 153 / 0.1);
}
.focus\:text-emerald-400\/100:focus {
  color: rgb(52 211 153 / 1);
}
.focus\:text-emerald-400\/20:focus {
  color: rgb(52 211 153 / 0.2);
}
.focus\:text-emerald-400\/25:focus {
  color: rgb(52 211 153 / 0.25);
}
.focus\:text-emerald-400\/30:focus {
  color: rgb(52 211 153 / 0.3);
}
.focus\:text-emerald-400\/40:focus {
  color: rgb(52 211 153 / 0.4);
}
.focus\:text-emerald-400\/5:focus {
  color: rgb(52 211 153 / 0.05);
}
.focus\:text-emerald-400\/50:focus {
  color: rgb(52 211 153 / 0.5);
}
.focus\:text-emerald-400\/60:focus {
  color: rgb(52 211 153 / 0.6);
}
.focus\:text-emerald-400\/70:focus {
  color: rgb(52 211 153 / 0.7);
}
.focus\:text-emerald-400\/75:focus {
  color: rgb(52 211 153 / 0.75);
}
.focus\:text-emerald-400\/80:focus {
  color: rgb(52 211 153 / 0.8);
}
.focus\:text-emerald-400\/90:focus {
  color: rgb(52 211 153 / 0.9);
}
.focus\:text-emerald-400\/95:focus {
  color: rgb(52 211 153 / 0.95);
}
.focus\:text-emerald-50:focus {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.focus\:text-emerald-50\/0:focus {
  color: rgb(236 253 245 / 0);
}
.focus\:text-emerald-50\/10:focus {
  color: rgb(236 253 245 / 0.1);
}
.focus\:text-emerald-50\/100:focus {
  color: rgb(236 253 245 / 1);
}
.focus\:text-emerald-50\/20:focus {
  color: rgb(236 253 245 / 0.2);
}
.focus\:text-emerald-50\/25:focus {
  color: rgb(236 253 245 / 0.25);
}
.focus\:text-emerald-50\/30:focus {
  color: rgb(236 253 245 / 0.3);
}
.focus\:text-emerald-50\/40:focus {
  color: rgb(236 253 245 / 0.4);
}
.focus\:text-emerald-50\/5:focus {
  color: rgb(236 253 245 / 0.05);
}
.focus\:text-emerald-50\/50:focus {
  color: rgb(236 253 245 / 0.5);
}
.focus\:text-emerald-50\/60:focus {
  color: rgb(236 253 245 / 0.6);
}
.focus\:text-emerald-50\/70:focus {
  color: rgb(236 253 245 / 0.7);
}
.focus\:text-emerald-50\/75:focus {
  color: rgb(236 253 245 / 0.75);
}
.focus\:text-emerald-50\/80:focus {
  color: rgb(236 253 245 / 0.8);
}
.focus\:text-emerald-50\/90:focus {
  color: rgb(236 253 245 / 0.9);
}
.focus\:text-emerald-50\/95:focus {
  color: rgb(236 253 245 / 0.95);
}
.focus\:text-emerald-500:focus {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.focus\:text-emerald-500\/0:focus {
  color: rgb(16 185 129 / 0);
}
.focus\:text-emerald-500\/10:focus {
  color: rgb(16 185 129 / 0.1);
}
.focus\:text-emerald-500\/100:focus {
  color: rgb(16 185 129 / 1);
}
.focus\:text-emerald-500\/20:focus {
  color: rgb(16 185 129 / 0.2);
}
.focus\:text-emerald-500\/25:focus {
  color: rgb(16 185 129 / 0.25);
}
.focus\:text-emerald-500\/30:focus {
  color: rgb(16 185 129 / 0.3);
}
.focus\:text-emerald-500\/40:focus {
  color: rgb(16 185 129 / 0.4);
}
.focus\:text-emerald-500\/5:focus {
  color: rgb(16 185 129 / 0.05);
}
.focus\:text-emerald-500\/50:focus {
  color: rgb(16 185 129 / 0.5);
}
.focus\:text-emerald-500\/60:focus {
  color: rgb(16 185 129 / 0.6);
}
.focus\:text-emerald-500\/70:focus {
  color: rgb(16 185 129 / 0.7);
}
.focus\:text-emerald-500\/75:focus {
  color: rgb(16 185 129 / 0.75);
}
.focus\:text-emerald-500\/80:focus {
  color: rgb(16 185 129 / 0.8);
}
.focus\:text-emerald-500\/90:focus {
  color: rgb(16 185 129 / 0.9);
}
.focus\:text-emerald-500\/95:focus {
  color: rgb(16 185 129 / 0.95);
}
.focus\:text-emerald-600:focus {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.focus\:text-emerald-600\/0:focus {
  color: rgb(5 150 105 / 0);
}
.focus\:text-emerald-600\/10:focus {
  color: rgb(5 150 105 / 0.1);
}
.focus\:text-emerald-600\/100:focus {
  color: rgb(5 150 105 / 1);
}
.focus\:text-emerald-600\/20:focus {
  color: rgb(5 150 105 / 0.2);
}
.focus\:text-emerald-600\/25:focus {
  color: rgb(5 150 105 / 0.25);
}
.focus\:text-emerald-600\/30:focus {
  color: rgb(5 150 105 / 0.3);
}
.focus\:text-emerald-600\/40:focus {
  color: rgb(5 150 105 / 0.4);
}
.focus\:text-emerald-600\/5:focus {
  color: rgb(5 150 105 / 0.05);
}
.focus\:text-emerald-600\/50:focus {
  color: rgb(5 150 105 / 0.5);
}
.focus\:text-emerald-600\/60:focus {
  color: rgb(5 150 105 / 0.6);
}
.focus\:text-emerald-600\/70:focus {
  color: rgb(5 150 105 / 0.7);
}
.focus\:text-emerald-600\/75:focus {
  color: rgb(5 150 105 / 0.75);
}
.focus\:text-emerald-600\/80:focus {
  color: rgb(5 150 105 / 0.8);
}
.focus\:text-emerald-600\/90:focus {
  color: rgb(5 150 105 / 0.9);
}
.focus\:text-emerald-600\/95:focus {
  color: rgb(5 150 105 / 0.95);
}
.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.focus\:text-emerald-700\/0:focus {
  color: rgb(4 120 87 / 0);
}
.focus\:text-emerald-700\/10:focus {
  color: rgb(4 120 87 / 0.1);
}
.focus\:text-emerald-700\/100:focus {
  color: rgb(4 120 87 / 1);
}
.focus\:text-emerald-700\/20:focus {
  color: rgb(4 120 87 / 0.2);
}
.focus\:text-emerald-700\/25:focus {
  color: rgb(4 120 87 / 0.25);
}
.focus\:text-emerald-700\/30:focus {
  color: rgb(4 120 87 / 0.3);
}
.focus\:text-emerald-700\/40:focus {
  color: rgb(4 120 87 / 0.4);
}
.focus\:text-emerald-700\/5:focus {
  color: rgb(4 120 87 / 0.05);
}
.focus\:text-emerald-700\/50:focus {
  color: rgb(4 120 87 / 0.5);
}
.focus\:text-emerald-700\/60:focus {
  color: rgb(4 120 87 / 0.6);
}
.focus\:text-emerald-700\/70:focus {
  color: rgb(4 120 87 / 0.7);
}
.focus\:text-emerald-700\/75:focus {
  color: rgb(4 120 87 / 0.75);
}
.focus\:text-emerald-700\/80:focus {
  color: rgb(4 120 87 / 0.8);
}
.focus\:text-emerald-700\/90:focus {
  color: rgb(4 120 87 / 0.9);
}
.focus\:text-emerald-700\/95:focus {
  color: rgb(4 120 87 / 0.95);
}
.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.focus\:text-emerald-800\/0:focus {
  color: rgb(6 95 70 / 0);
}
.focus\:text-emerald-800\/10:focus {
  color: rgb(6 95 70 / 0.1);
}
.focus\:text-emerald-800\/100:focus {
  color: rgb(6 95 70 / 1);
}
.focus\:text-emerald-800\/20:focus {
  color: rgb(6 95 70 / 0.2);
}
.focus\:text-emerald-800\/25:focus {
  color: rgb(6 95 70 / 0.25);
}
.focus\:text-emerald-800\/30:focus {
  color: rgb(6 95 70 / 0.3);
}
.focus\:text-emerald-800\/40:focus {
  color: rgb(6 95 70 / 0.4);
}
.focus\:text-emerald-800\/5:focus {
  color: rgb(6 95 70 / 0.05);
}
.focus\:text-emerald-800\/50:focus {
  color: rgb(6 95 70 / 0.5);
}
.focus\:text-emerald-800\/60:focus {
  color: rgb(6 95 70 / 0.6);
}
.focus\:text-emerald-800\/70:focus {
  color: rgb(6 95 70 / 0.7);
}
.focus\:text-emerald-800\/75:focus {
  color: rgb(6 95 70 / 0.75);
}
.focus\:text-emerald-800\/80:focus {
  color: rgb(6 95 70 / 0.8);
}
.focus\:text-emerald-800\/90:focus {
  color: rgb(6 95 70 / 0.9);
}
.focus\:text-emerald-800\/95:focus {
  color: rgb(6 95 70 / 0.95);
}
.focus\:text-emerald-900:focus {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.focus\:text-emerald-900\/0:focus {
  color: rgb(6 78 59 / 0);
}
.focus\:text-emerald-900\/10:focus {
  color: rgb(6 78 59 / 0.1);
}
.focus\:text-emerald-900\/100:focus {
  color: rgb(6 78 59 / 1);
}
.focus\:text-emerald-900\/20:focus {
  color: rgb(6 78 59 / 0.2);
}
.focus\:text-emerald-900\/25:focus {
  color: rgb(6 78 59 / 0.25);
}
.focus\:text-emerald-900\/30:focus {
  color: rgb(6 78 59 / 0.3);
}
.focus\:text-emerald-900\/40:focus {
  color: rgb(6 78 59 / 0.4);
}
.focus\:text-emerald-900\/5:focus {
  color: rgb(6 78 59 / 0.05);
}
.focus\:text-emerald-900\/50:focus {
  color: rgb(6 78 59 / 0.5);
}
.focus\:text-emerald-900\/60:focus {
  color: rgb(6 78 59 / 0.6);
}
.focus\:text-emerald-900\/70:focus {
  color: rgb(6 78 59 / 0.7);
}
.focus\:text-emerald-900\/75:focus {
  color: rgb(6 78 59 / 0.75);
}
.focus\:text-emerald-900\/80:focus {
  color: rgb(6 78 59 / 0.8);
}
.focus\:text-emerald-900\/90:focus {
  color: rgb(6 78 59 / 0.9);
}
.focus\:text-emerald-900\/95:focus {
  color: rgb(6 78 59 / 0.95);
}
.focus\:text-emerald-950:focus {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.focus\:text-emerald-950\/0:focus {
  color: rgb(2 44 34 / 0);
}
.focus\:text-emerald-950\/10:focus {
  color: rgb(2 44 34 / 0.1);
}
.focus\:text-emerald-950\/100:focus {
  color: rgb(2 44 34 / 1);
}
.focus\:text-emerald-950\/20:focus {
  color: rgb(2 44 34 / 0.2);
}
.focus\:text-emerald-950\/25:focus {
  color: rgb(2 44 34 / 0.25);
}
.focus\:text-emerald-950\/30:focus {
  color: rgb(2 44 34 / 0.3);
}
.focus\:text-emerald-950\/40:focus {
  color: rgb(2 44 34 / 0.4);
}
.focus\:text-emerald-950\/5:focus {
  color: rgb(2 44 34 / 0.05);
}
.focus\:text-emerald-950\/50:focus {
  color: rgb(2 44 34 / 0.5);
}
.focus\:text-emerald-950\/60:focus {
  color: rgb(2 44 34 / 0.6);
}
.focus\:text-emerald-950\/70:focus {
  color: rgb(2 44 34 / 0.7);
}
.focus\:text-emerald-950\/75:focus {
  color: rgb(2 44 34 / 0.75);
}
.focus\:text-emerald-950\/80:focus {
  color: rgb(2 44 34 / 0.8);
}
.focus\:text-emerald-950\/90:focus {
  color: rgb(2 44 34 / 0.9);
}
.focus\:text-emerald-950\/95:focus {
  color: rgb(2 44 34 / 0.95);
}
.focus\:text-fuchsia-100:focus {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-100\/0:focus {
  color: rgb(250 232 255 / 0);
}
.focus\:text-fuchsia-100\/10:focus {
  color: rgb(250 232 255 / 0.1);
}
.focus\:text-fuchsia-100\/100:focus {
  color: rgb(250 232 255 / 1);
}
.focus\:text-fuchsia-100\/20:focus {
  color: rgb(250 232 255 / 0.2);
}
.focus\:text-fuchsia-100\/25:focus {
  color: rgb(250 232 255 / 0.25);
}
.focus\:text-fuchsia-100\/30:focus {
  color: rgb(250 232 255 / 0.3);
}
.focus\:text-fuchsia-100\/40:focus {
  color: rgb(250 232 255 / 0.4);
}
.focus\:text-fuchsia-100\/5:focus {
  color: rgb(250 232 255 / 0.05);
}
.focus\:text-fuchsia-100\/50:focus {
  color: rgb(250 232 255 / 0.5);
}
.focus\:text-fuchsia-100\/60:focus {
  color: rgb(250 232 255 / 0.6);
}
.focus\:text-fuchsia-100\/70:focus {
  color: rgb(250 232 255 / 0.7);
}
.focus\:text-fuchsia-100\/75:focus {
  color: rgb(250 232 255 / 0.75);
}
.focus\:text-fuchsia-100\/80:focus {
  color: rgb(250 232 255 / 0.8);
}
.focus\:text-fuchsia-100\/90:focus {
  color: rgb(250 232 255 / 0.9);
}
.focus\:text-fuchsia-100\/95:focus {
  color: rgb(250 232 255 / 0.95);
}
.focus\:text-fuchsia-200:focus {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-200\/0:focus {
  color: rgb(245 208 254 / 0);
}
.focus\:text-fuchsia-200\/10:focus {
  color: rgb(245 208 254 / 0.1);
}
.focus\:text-fuchsia-200\/100:focus {
  color: rgb(245 208 254 / 1);
}
.focus\:text-fuchsia-200\/20:focus {
  color: rgb(245 208 254 / 0.2);
}
.focus\:text-fuchsia-200\/25:focus {
  color: rgb(245 208 254 / 0.25);
}
.focus\:text-fuchsia-200\/30:focus {
  color: rgb(245 208 254 / 0.3);
}
.focus\:text-fuchsia-200\/40:focus {
  color: rgb(245 208 254 / 0.4);
}
.focus\:text-fuchsia-200\/5:focus {
  color: rgb(245 208 254 / 0.05);
}
.focus\:text-fuchsia-200\/50:focus {
  color: rgb(245 208 254 / 0.5);
}
.focus\:text-fuchsia-200\/60:focus {
  color: rgb(245 208 254 / 0.6);
}
.focus\:text-fuchsia-200\/70:focus {
  color: rgb(245 208 254 / 0.7);
}
.focus\:text-fuchsia-200\/75:focus {
  color: rgb(245 208 254 / 0.75);
}
.focus\:text-fuchsia-200\/80:focus {
  color: rgb(245 208 254 / 0.8);
}
.focus\:text-fuchsia-200\/90:focus {
  color: rgb(245 208 254 / 0.9);
}
.focus\:text-fuchsia-200\/95:focus {
  color: rgb(245 208 254 / 0.95);
}
.focus\:text-fuchsia-300:focus {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-300\/0:focus {
  color: rgb(240 171 252 / 0);
}
.focus\:text-fuchsia-300\/10:focus {
  color: rgb(240 171 252 / 0.1);
}
.focus\:text-fuchsia-300\/100:focus {
  color: rgb(240 171 252 / 1);
}
.focus\:text-fuchsia-300\/20:focus {
  color: rgb(240 171 252 / 0.2);
}
.focus\:text-fuchsia-300\/25:focus {
  color: rgb(240 171 252 / 0.25);
}
.focus\:text-fuchsia-300\/30:focus {
  color: rgb(240 171 252 / 0.3);
}
.focus\:text-fuchsia-300\/40:focus {
  color: rgb(240 171 252 / 0.4);
}
.focus\:text-fuchsia-300\/5:focus {
  color: rgb(240 171 252 / 0.05);
}
.focus\:text-fuchsia-300\/50:focus {
  color: rgb(240 171 252 / 0.5);
}
.focus\:text-fuchsia-300\/60:focus {
  color: rgb(240 171 252 / 0.6);
}
.focus\:text-fuchsia-300\/70:focus {
  color: rgb(240 171 252 / 0.7);
}
.focus\:text-fuchsia-300\/75:focus {
  color: rgb(240 171 252 / 0.75);
}
.focus\:text-fuchsia-300\/80:focus {
  color: rgb(240 171 252 / 0.8);
}
.focus\:text-fuchsia-300\/90:focus {
  color: rgb(240 171 252 / 0.9);
}
.focus\:text-fuchsia-300\/95:focus {
  color: rgb(240 171 252 / 0.95);
}
.focus\:text-fuchsia-400:focus {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-400\/0:focus {
  color: rgb(232 121 249 / 0);
}
.focus\:text-fuchsia-400\/10:focus {
  color: rgb(232 121 249 / 0.1);
}
.focus\:text-fuchsia-400\/100:focus {
  color: rgb(232 121 249 / 1);
}
.focus\:text-fuchsia-400\/20:focus {
  color: rgb(232 121 249 / 0.2);
}
.focus\:text-fuchsia-400\/25:focus {
  color: rgb(232 121 249 / 0.25);
}
.focus\:text-fuchsia-400\/30:focus {
  color: rgb(232 121 249 / 0.3);
}
.focus\:text-fuchsia-400\/40:focus {
  color: rgb(232 121 249 / 0.4);
}
.focus\:text-fuchsia-400\/5:focus {
  color: rgb(232 121 249 / 0.05);
}
.focus\:text-fuchsia-400\/50:focus {
  color: rgb(232 121 249 / 0.5);
}
.focus\:text-fuchsia-400\/60:focus {
  color: rgb(232 121 249 / 0.6);
}
.focus\:text-fuchsia-400\/70:focus {
  color: rgb(232 121 249 / 0.7);
}
.focus\:text-fuchsia-400\/75:focus {
  color: rgb(232 121 249 / 0.75);
}
.focus\:text-fuchsia-400\/80:focus {
  color: rgb(232 121 249 / 0.8);
}
.focus\:text-fuchsia-400\/90:focus {
  color: rgb(232 121 249 / 0.9);
}
.focus\:text-fuchsia-400\/95:focus {
  color: rgb(232 121 249 / 0.95);
}
.focus\:text-fuchsia-50:focus {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-50\/0:focus {
  color: rgb(253 244 255 / 0);
}
.focus\:text-fuchsia-50\/10:focus {
  color: rgb(253 244 255 / 0.1);
}
.focus\:text-fuchsia-50\/100:focus {
  color: rgb(253 244 255 / 1);
}
.focus\:text-fuchsia-50\/20:focus {
  color: rgb(253 244 255 / 0.2);
}
.focus\:text-fuchsia-50\/25:focus {
  color: rgb(253 244 255 / 0.25);
}
.focus\:text-fuchsia-50\/30:focus {
  color: rgb(253 244 255 / 0.3);
}
.focus\:text-fuchsia-50\/40:focus {
  color: rgb(253 244 255 / 0.4);
}
.focus\:text-fuchsia-50\/5:focus {
  color: rgb(253 244 255 / 0.05);
}
.focus\:text-fuchsia-50\/50:focus {
  color: rgb(253 244 255 / 0.5);
}
.focus\:text-fuchsia-50\/60:focus {
  color: rgb(253 244 255 / 0.6);
}
.focus\:text-fuchsia-50\/70:focus {
  color: rgb(253 244 255 / 0.7);
}
.focus\:text-fuchsia-50\/75:focus {
  color: rgb(253 244 255 / 0.75);
}
.focus\:text-fuchsia-50\/80:focus {
  color: rgb(253 244 255 / 0.8);
}
.focus\:text-fuchsia-50\/90:focus {
  color: rgb(253 244 255 / 0.9);
}
.focus\:text-fuchsia-50\/95:focus {
  color: rgb(253 244 255 / 0.95);
}
.focus\:text-fuchsia-500:focus {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-500\/0:focus {
  color: rgb(217 70 239 / 0);
}
.focus\:text-fuchsia-500\/10:focus {
  color: rgb(217 70 239 / 0.1);
}
.focus\:text-fuchsia-500\/100:focus {
  color: rgb(217 70 239 / 1);
}
.focus\:text-fuchsia-500\/20:focus {
  color: rgb(217 70 239 / 0.2);
}
.focus\:text-fuchsia-500\/25:focus {
  color: rgb(217 70 239 / 0.25);
}
.focus\:text-fuchsia-500\/30:focus {
  color: rgb(217 70 239 / 0.3);
}
.focus\:text-fuchsia-500\/40:focus {
  color: rgb(217 70 239 / 0.4);
}
.focus\:text-fuchsia-500\/5:focus {
  color: rgb(217 70 239 / 0.05);
}
.focus\:text-fuchsia-500\/50:focus {
  color: rgb(217 70 239 / 0.5);
}
.focus\:text-fuchsia-500\/60:focus {
  color: rgb(217 70 239 / 0.6);
}
.focus\:text-fuchsia-500\/70:focus {
  color: rgb(217 70 239 / 0.7);
}
.focus\:text-fuchsia-500\/75:focus {
  color: rgb(217 70 239 / 0.75);
}
.focus\:text-fuchsia-500\/80:focus {
  color: rgb(217 70 239 / 0.8);
}
.focus\:text-fuchsia-500\/90:focus {
  color: rgb(217 70 239 / 0.9);
}
.focus\:text-fuchsia-500\/95:focus {
  color: rgb(217 70 239 / 0.95);
}
.focus\:text-fuchsia-600:focus {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-600\/0:focus {
  color: rgb(192 38 211 / 0);
}
.focus\:text-fuchsia-600\/10:focus {
  color: rgb(192 38 211 / 0.1);
}
.focus\:text-fuchsia-600\/100:focus {
  color: rgb(192 38 211 / 1);
}
.focus\:text-fuchsia-600\/20:focus {
  color: rgb(192 38 211 / 0.2);
}
.focus\:text-fuchsia-600\/25:focus {
  color: rgb(192 38 211 / 0.25);
}
.focus\:text-fuchsia-600\/30:focus {
  color: rgb(192 38 211 / 0.3);
}
.focus\:text-fuchsia-600\/40:focus {
  color: rgb(192 38 211 / 0.4);
}
.focus\:text-fuchsia-600\/5:focus {
  color: rgb(192 38 211 / 0.05);
}
.focus\:text-fuchsia-600\/50:focus {
  color: rgb(192 38 211 / 0.5);
}
.focus\:text-fuchsia-600\/60:focus {
  color: rgb(192 38 211 / 0.6);
}
.focus\:text-fuchsia-600\/70:focus {
  color: rgb(192 38 211 / 0.7);
}
.focus\:text-fuchsia-600\/75:focus {
  color: rgb(192 38 211 / 0.75);
}
.focus\:text-fuchsia-600\/80:focus {
  color: rgb(192 38 211 / 0.8);
}
.focus\:text-fuchsia-600\/90:focus {
  color: rgb(192 38 211 / 0.9);
}
.focus\:text-fuchsia-600\/95:focus {
  color: rgb(192 38 211 / 0.95);
}
.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-700\/0:focus {
  color: rgb(162 28 175 / 0);
}
.focus\:text-fuchsia-700\/10:focus {
  color: rgb(162 28 175 / 0.1);
}
.focus\:text-fuchsia-700\/100:focus {
  color: rgb(162 28 175 / 1);
}
.focus\:text-fuchsia-700\/20:focus {
  color: rgb(162 28 175 / 0.2);
}
.focus\:text-fuchsia-700\/25:focus {
  color: rgb(162 28 175 / 0.25);
}
.focus\:text-fuchsia-700\/30:focus {
  color: rgb(162 28 175 / 0.3);
}
.focus\:text-fuchsia-700\/40:focus {
  color: rgb(162 28 175 / 0.4);
}
.focus\:text-fuchsia-700\/5:focus {
  color: rgb(162 28 175 / 0.05);
}
.focus\:text-fuchsia-700\/50:focus {
  color: rgb(162 28 175 / 0.5);
}
.focus\:text-fuchsia-700\/60:focus {
  color: rgb(162 28 175 / 0.6);
}
.focus\:text-fuchsia-700\/70:focus {
  color: rgb(162 28 175 / 0.7);
}
.focus\:text-fuchsia-700\/75:focus {
  color: rgb(162 28 175 / 0.75);
}
.focus\:text-fuchsia-700\/80:focus {
  color: rgb(162 28 175 / 0.8);
}
.focus\:text-fuchsia-700\/90:focus {
  color: rgb(162 28 175 / 0.9);
}
.focus\:text-fuchsia-700\/95:focus {
  color: rgb(162 28 175 / 0.95);
}
.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-800\/0:focus {
  color: rgb(134 25 143 / 0);
}
.focus\:text-fuchsia-800\/10:focus {
  color: rgb(134 25 143 / 0.1);
}
.focus\:text-fuchsia-800\/100:focus {
  color: rgb(134 25 143 / 1);
}
.focus\:text-fuchsia-800\/20:focus {
  color: rgb(134 25 143 / 0.2);
}
.focus\:text-fuchsia-800\/25:focus {
  color: rgb(134 25 143 / 0.25);
}
.focus\:text-fuchsia-800\/30:focus {
  color: rgb(134 25 143 / 0.3);
}
.focus\:text-fuchsia-800\/40:focus {
  color: rgb(134 25 143 / 0.4);
}
.focus\:text-fuchsia-800\/5:focus {
  color: rgb(134 25 143 / 0.05);
}
.focus\:text-fuchsia-800\/50:focus {
  color: rgb(134 25 143 / 0.5);
}
.focus\:text-fuchsia-800\/60:focus {
  color: rgb(134 25 143 / 0.6);
}
.focus\:text-fuchsia-800\/70:focus {
  color: rgb(134 25 143 / 0.7);
}
.focus\:text-fuchsia-800\/75:focus {
  color: rgb(134 25 143 / 0.75);
}
.focus\:text-fuchsia-800\/80:focus {
  color: rgb(134 25 143 / 0.8);
}
.focus\:text-fuchsia-800\/90:focus {
  color: rgb(134 25 143 / 0.9);
}
.focus\:text-fuchsia-800\/95:focus {
  color: rgb(134 25 143 / 0.95);
}
.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-900\/0:focus {
  color: rgb(112 26 117 / 0);
}
.focus\:text-fuchsia-900\/10:focus {
  color: rgb(112 26 117 / 0.1);
}
.focus\:text-fuchsia-900\/100:focus {
  color: rgb(112 26 117 / 1);
}
.focus\:text-fuchsia-900\/20:focus {
  color: rgb(112 26 117 / 0.2);
}
.focus\:text-fuchsia-900\/25:focus {
  color: rgb(112 26 117 / 0.25);
}
.focus\:text-fuchsia-900\/30:focus {
  color: rgb(112 26 117 / 0.3);
}
.focus\:text-fuchsia-900\/40:focus {
  color: rgb(112 26 117 / 0.4);
}
.focus\:text-fuchsia-900\/5:focus {
  color: rgb(112 26 117 / 0.05);
}
.focus\:text-fuchsia-900\/50:focus {
  color: rgb(112 26 117 / 0.5);
}
.focus\:text-fuchsia-900\/60:focus {
  color: rgb(112 26 117 / 0.6);
}
.focus\:text-fuchsia-900\/70:focus {
  color: rgb(112 26 117 / 0.7);
}
.focus\:text-fuchsia-900\/75:focus {
  color: rgb(112 26 117 / 0.75);
}
.focus\:text-fuchsia-900\/80:focus {
  color: rgb(112 26 117 / 0.8);
}
.focus\:text-fuchsia-900\/90:focus {
  color: rgb(112 26 117 / 0.9);
}
.focus\:text-fuchsia-900\/95:focus {
  color: rgb(112 26 117 / 0.95);
}
.focus\:text-fuchsia-950:focus {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.focus\:text-fuchsia-950\/0:focus {
  color: rgb(74 4 78 / 0);
}
.focus\:text-fuchsia-950\/10:focus {
  color: rgb(74 4 78 / 0.1);
}
.focus\:text-fuchsia-950\/100:focus {
  color: rgb(74 4 78 / 1);
}
.focus\:text-fuchsia-950\/20:focus {
  color: rgb(74 4 78 / 0.2);
}
.focus\:text-fuchsia-950\/25:focus {
  color: rgb(74 4 78 / 0.25);
}
.focus\:text-fuchsia-950\/30:focus {
  color: rgb(74 4 78 / 0.3);
}
.focus\:text-fuchsia-950\/40:focus {
  color: rgb(74 4 78 / 0.4);
}
.focus\:text-fuchsia-950\/5:focus {
  color: rgb(74 4 78 / 0.05);
}
.focus\:text-fuchsia-950\/50:focus {
  color: rgb(74 4 78 / 0.5);
}
.focus\:text-fuchsia-950\/60:focus {
  color: rgb(74 4 78 / 0.6);
}
.focus\:text-fuchsia-950\/70:focus {
  color: rgb(74 4 78 / 0.7);
}
.focus\:text-fuchsia-950\/75:focus {
  color: rgb(74 4 78 / 0.75);
}
.focus\:text-fuchsia-950\/80:focus {
  color: rgb(74 4 78 / 0.8);
}
.focus\:text-fuchsia-950\/90:focus {
  color: rgb(74 4 78 / 0.9);
}
.focus\:text-fuchsia-950\/95:focus {
  color: rgb(74 4 78 / 0.95);
}
.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.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\/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\/40:focus {
  color: rgb(243 244 246 / 0.4);
}
.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\/60:focus {
  color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(229 231 235 / 0.4);
}
.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\/60:focus {
  color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(209 213 219 / 0.4);
}
.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\/60:focus {
  color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(156 163 175 / 0.4);
}
.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\/60:focus {
  color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(249 250 251 / 0.4);
}
.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\/60:focus {
  color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(107 114 128 / 0.4);
}
.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\/60:focus {
  color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(75 85 99 / 0.4);
}
.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\/60:focus {
  color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(55 65 81 / 0.4);
}
.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\/60:focus {
  color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(31 41 55 / 0.4);
}
.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\/60:focus {
  color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(17 24 39 / 0.4);
}
.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\/60:focus {
  color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(3 7 18 / 0.4);
}
.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\/60:focus {
  color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(220 252 231 / 0.4);
}
.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\/60:focus {
  color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(187 247 208 / 0.4);
}
.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\/60:focus {
  color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(134 239 172 / 0.4);
}
.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\/60:focus {
  color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(74 222 128 / 0.4);
}
.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\/60:focus {
  color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(240 253 244 / 0.4);
}
.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\/60:focus {
  color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(34 197 94 / 0.4);
}
.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\/60:focus {
  color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(22 163 74 / 0.4);
}
.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\/60:focus {
  color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(21 128 61 / 0.4);
}
.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\/60:focus {
  color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(22 101 52 / 0.4);
}
.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\/60:focus {
  color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(20 83 45 / 0.4);
}
.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\/60:focus {
  color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(5 46 22 / 0.4);
}
.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\/60:focus {
  color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(224 231 255 / 0.4);
}
.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\/60:focus {
  color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(199 210 254 / 0.4);
}
.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\/60:focus {
  color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(165 180 252 / 0.4);
}
.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\/60:focus {
  color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(129 140 248 / 0.4);
}
.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\/60:focus {
  color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(238 242 255 / 0.4);
}
.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\/60:focus {
  color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(99 102 241 / 0.4);
}
.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\/60:focus {
  color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(79 70 229 / 0.4);
}
.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\/60:focus {
  color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(67 56 202 / 0.4);
}
.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\/60:focus {
  color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(55 48 163 / 0.4);
}
.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\/60:focus {
  color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(49 46 129 / 0.4);
}
.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\/60:focus {
  color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(30 27 75 / 0.4);
}
.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\/60:focus {
  color: rgb(30 27 75 / 0.6);
}
.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\/90:focus {
  color: rgb(30 27 75 / 0.9);
}
.focus\:text-indigo-950\/95:focus {
  color: rgb(30 27 75 / 0.95);
}
.focus\:text-lime-100:focus {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.focus\:text-lime-100\/0:focus {
  color: rgb(236 252 203 / 0);
}
.focus\:text-lime-100\/10:focus {
  color: rgb(236 252 203 / 0.1);
}
.focus\:text-lime-100\/100:focus {
  color: rgb(236 252 203 / 1);
}
.focus\:text-lime-100\/20:focus {
  color: rgb(236 252 203 / 0.2);
}
.focus\:text-lime-100\/25:focus {
  color: rgb(236 252 203 / 0.25);
}
.focus\:text-lime-100\/30:focus {
  color: rgb(236 252 203 / 0.3);
}
.focus\:text-lime-100\/40:focus {
  color: rgb(236 252 203 / 0.4);
}
.focus\:text-lime-100\/5:focus {
  color: rgb(236 252 203 / 0.05);
}
.focus\:text-lime-100\/50:focus {
  color: rgb(236 252 203 / 0.5);
}
.focus\:text-lime-100\/60:focus {
  color: rgb(236 252 203 / 0.6);
}
.focus\:text-lime-100\/70:focus {
  color: rgb(236 252 203 / 0.7);
}
.focus\:text-lime-100\/75:focus {
  color: rgb(236 252 203 / 0.75);
}
.focus\:text-lime-100\/80:focus {
  color: rgb(236 252 203 / 0.8);
}
.focus\:text-lime-100\/90:focus {
  color: rgb(236 252 203 / 0.9);
}
.focus\:text-lime-100\/95:focus {
  color: rgb(236 252 203 / 0.95);
}
.focus\:text-lime-200:focus {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.focus\:text-lime-200\/0:focus {
  color: rgb(217 249 157 / 0);
}
.focus\:text-lime-200\/10:focus {
  color: rgb(217 249 157 / 0.1);
}
.focus\:text-lime-200\/100:focus {
  color: rgb(217 249 157 / 1);
}
.focus\:text-lime-200\/20:focus {
  color: rgb(217 249 157 / 0.2);
}
.focus\:text-lime-200\/25:focus {
  color: rgb(217 249 157 / 0.25);
}
.focus\:text-lime-200\/30:focus {
  color: rgb(217 249 157 / 0.3);
}
.focus\:text-lime-200\/40:focus {
  color: rgb(217 249 157 / 0.4);
}
.focus\:text-lime-200\/5:focus {
  color: rgb(217 249 157 / 0.05);
}
.focus\:text-lime-200\/50:focus {
  color: rgb(217 249 157 / 0.5);
}
.focus\:text-lime-200\/60:focus {
  color: rgb(217 249 157 / 0.6);
}
.focus\:text-lime-200\/70:focus {
  color: rgb(217 249 157 / 0.7);
}
.focus\:text-lime-200\/75:focus {
  color: rgb(217 249 157 / 0.75);
}
.focus\:text-lime-200\/80:focus {
  color: rgb(217 249 157 / 0.8);
}
.focus\:text-lime-200\/90:focus {
  color: rgb(217 249 157 / 0.9);
}
.focus\:text-lime-200\/95:focus {
  color: rgb(217 249 157 / 0.95);
}
.focus\:text-lime-300:focus {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.focus\:text-lime-300\/0:focus {
  color: rgb(190 242 100 / 0);
}
.focus\:text-lime-300\/10:focus {
  color: rgb(190 242 100 / 0.1);
}
.focus\:text-lime-300\/100:focus {
  color: rgb(190 242 100 / 1);
}
.focus\:text-lime-300\/20:focus {
  color: rgb(190 242 100 / 0.2);
}
.focus\:text-lime-300\/25:focus {
  color: rgb(190 242 100 / 0.25);
}
.focus\:text-lime-300\/30:focus {
  color: rgb(190 242 100 / 0.3);
}
.focus\:text-lime-300\/40:focus {
  color: rgb(190 242 100 / 0.4);
}
.focus\:text-lime-300\/5:focus {
  color: rgb(190 242 100 / 0.05);
}
.focus\:text-lime-300\/50:focus {
  color: rgb(190 242 100 / 0.5);
}
.focus\:text-lime-300\/60:focus {
  color: rgb(190 242 100 / 0.6);
}
.focus\:text-lime-300\/70:focus {
  color: rgb(190 242 100 / 0.7);
}
.focus\:text-lime-300\/75:focus {
  color: rgb(190 242 100 / 0.75);
}
.focus\:text-lime-300\/80:focus {
  color: rgb(190 242 100 / 0.8);
}
.focus\:text-lime-300\/90:focus {
  color: rgb(190 242 100 / 0.9);
}
.focus\:text-lime-300\/95:focus {
  color: rgb(190 242 100 / 0.95);
}
.focus\:text-lime-400:focus {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.focus\:text-lime-400\/0:focus {
  color: rgb(163 230 53 / 0);
}
.focus\:text-lime-400\/10:focus {
  color: rgb(163 230 53 / 0.1);
}
.focus\:text-lime-400\/100:focus {
  color: rgb(163 230 53 / 1);
}
.focus\:text-lime-400\/20:focus {
  color: rgb(163 230 53 / 0.2);
}
.focus\:text-lime-400\/25:focus {
  color: rgb(163 230 53 / 0.25);
}
.focus\:text-lime-400\/30:focus {
  color: rgb(163 230 53 / 0.3);
}
.focus\:text-lime-400\/40:focus {
  color: rgb(163 230 53 / 0.4);
}
.focus\:text-lime-400\/5:focus {
  color: rgb(163 230 53 / 0.05);
}
.focus\:text-lime-400\/50:focus {
  color: rgb(163 230 53 / 0.5);
}
.focus\:text-lime-400\/60:focus {
  color: rgb(163 230 53 / 0.6);
}
.focus\:text-lime-400\/70:focus {
  color: rgb(163 230 53 / 0.7);
}
.focus\:text-lime-400\/75:focus {
  color: rgb(163 230 53 / 0.75);
}
.focus\:text-lime-400\/80:focus {
  color: rgb(163 230 53 / 0.8);
}
.focus\:text-lime-400\/90:focus {
  color: rgb(163 230 53 / 0.9);
}
.focus\:text-lime-400\/95:focus {
  color: rgb(163 230 53 / 0.95);
}
.focus\:text-lime-50:focus {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.focus\:text-lime-50\/0:focus {
  color: rgb(247 254 231 / 0);
}
.focus\:text-lime-50\/10:focus {
  color: rgb(247 254 231 / 0.1);
}
.focus\:text-lime-50\/100:focus {
  color: rgb(247 254 231 / 1);
}
.focus\:text-lime-50\/20:focus {
  color: rgb(247 254 231 / 0.2);
}
.focus\:text-lime-50\/25:focus {
  color: rgb(247 254 231 / 0.25);
}
.focus\:text-lime-50\/30:focus {
  color: rgb(247 254 231 / 0.3);
}
.focus\:text-lime-50\/40:focus {
  color: rgb(247 254 231 / 0.4);
}
.focus\:text-lime-50\/5:focus {
  color: rgb(247 254 231 / 0.05);
}
.focus\:text-lime-50\/50:focus {
  color: rgb(247 254 231 / 0.5);
}
.focus\:text-lime-50\/60:focus {
  color: rgb(247 254 231 / 0.6);
}
.focus\:text-lime-50\/70:focus {
  color: rgb(247 254 231 / 0.7);
}
.focus\:text-lime-50\/75:focus {
  color: rgb(247 254 231 / 0.75);
}
.focus\:text-lime-50\/80:focus {
  color: rgb(247 254 231 / 0.8);
}
.focus\:text-lime-50\/90:focus {
  color: rgb(247 254 231 / 0.9);
}
.focus\:text-lime-50\/95:focus {
  color: rgb(247 254 231 / 0.95);
}
.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.focus\:text-lime-500\/0:focus {
  color: rgb(132 204 22 / 0);
}
.focus\:text-lime-500\/10:focus {
  color: rgb(132 204 22 / 0.1);
}
.focus\:text-lime-500\/100:focus {
  color: rgb(132 204 22 / 1);
}
.focus\:text-lime-500\/20:focus {
  color: rgb(132 204 22 / 0.2);
}
.focus\:text-lime-500\/25:focus {
  color: rgb(132 204 22 / 0.25);
}
.focus\:text-lime-500\/30:focus {
  color: rgb(132 204 22 / 0.3);
}
.focus\:text-lime-500\/40:focus {
  color: rgb(132 204 22 / 0.4);
}
.focus\:text-lime-500\/5:focus {
  color: rgb(132 204 22 / 0.05);
}
.focus\:text-lime-500\/50:focus {
  color: rgb(132 204 22 / 0.5);
}
.focus\:text-lime-500\/60:focus {
  color: rgb(132 204 22 / 0.6);
}
.focus\:text-lime-500\/70:focus {
  color: rgb(132 204 22 / 0.7);
}
.focus\:text-lime-500\/75:focus {
  color: rgb(132 204 22 / 0.75);
}
.focus\:text-lime-500\/80:focus {
  color: rgb(132 204 22 / 0.8);
}
.focus\:text-lime-500\/90:focus {
  color: rgb(132 204 22 / 0.9);
}
.focus\:text-lime-500\/95:focus {
  color: rgb(132 204 22 / 0.95);
}
.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.focus\:text-lime-600\/0:focus {
  color: rgb(101 163 13 / 0);
}
.focus\:text-lime-600\/10:focus {
  color: rgb(101 163 13 / 0.1);
}
.focus\:text-lime-600\/100:focus {
  color: rgb(101 163 13 / 1);
}
.focus\:text-lime-600\/20:focus {
  color: rgb(101 163 13 / 0.2);
}
.focus\:text-lime-600\/25:focus {
  color: rgb(101 163 13 / 0.25);
}
.focus\:text-lime-600\/30:focus {
  color: rgb(101 163 13 / 0.3);
}
.focus\:text-lime-600\/40:focus {
  color: rgb(101 163 13 / 0.4);
}
.focus\:text-lime-600\/5:focus {
  color: rgb(101 163 13 / 0.05);
}
.focus\:text-lime-600\/50:focus {
  color: rgb(101 163 13 / 0.5);
}
.focus\:text-lime-600\/60:focus {
  color: rgb(101 163 13 / 0.6);
}
.focus\:text-lime-600\/70:focus {
  color: rgb(101 163 13 / 0.7);
}
.focus\:text-lime-600\/75:focus {
  color: rgb(101 163 13 / 0.75);
}
.focus\:text-lime-600\/80:focus {
  color: rgb(101 163 13 / 0.8);
}
.focus\:text-lime-600\/90:focus {
  color: rgb(101 163 13 / 0.9);
}
.focus\:text-lime-600\/95:focus {
  color: rgb(101 163 13 / 0.95);
}
.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.focus\:text-lime-700\/0:focus {
  color: rgb(77 124 15 / 0);
}
.focus\:text-lime-700\/10:focus {
  color: rgb(77 124 15 / 0.1);
}
.focus\:text-lime-700\/100:focus {
  color: rgb(77 124 15 / 1);
}
.focus\:text-lime-700\/20:focus {
  color: rgb(77 124 15 / 0.2);
}
.focus\:text-lime-700\/25:focus {
  color: rgb(77 124 15 / 0.25);
}
.focus\:text-lime-700\/30:focus {
  color: rgb(77 124 15 / 0.3);
}
.focus\:text-lime-700\/40:focus {
  color: rgb(77 124 15 / 0.4);
}
.focus\:text-lime-700\/5:focus {
  color: rgb(77 124 15 / 0.05);
}
.focus\:text-lime-700\/50:focus {
  color: rgb(77 124 15 / 0.5);
}
.focus\:text-lime-700\/60:focus {
  color: rgb(77 124 15 / 0.6);
}
.focus\:text-lime-700\/70:focus {
  color: rgb(77 124 15 / 0.7);
}
.focus\:text-lime-700\/75:focus {
  color: rgb(77 124 15 / 0.75);
}
.focus\:text-lime-700\/80:focus {
  color: rgb(77 124 15 / 0.8);
}
.focus\:text-lime-700\/90:focus {
  color: rgb(77 124 15 / 0.9);
}
.focus\:text-lime-700\/95:focus {
  color: rgb(77 124 15 / 0.95);
}
.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.focus\:text-lime-800\/0:focus {
  color: rgb(63 98 18 / 0);
}
.focus\:text-lime-800\/10:focus {
  color: rgb(63 98 18 / 0.1);
}
.focus\:text-lime-800\/100:focus {
  color: rgb(63 98 18 / 1);
}
.focus\:text-lime-800\/20:focus {
  color: rgb(63 98 18 / 0.2);
}
.focus\:text-lime-800\/25:focus {
  color: rgb(63 98 18 / 0.25);
}
.focus\:text-lime-800\/30:focus {
  color: rgb(63 98 18 / 0.3);
}
.focus\:text-lime-800\/40:focus {
  color: rgb(63 98 18 / 0.4);
}
.focus\:text-lime-800\/5:focus {
  color: rgb(63 98 18 / 0.05);
}
.focus\:text-lime-800\/50:focus {
  color: rgb(63 98 18 / 0.5);
}
.focus\:text-lime-800\/60:focus {
  color: rgb(63 98 18 / 0.6);
}
.focus\:text-lime-800\/70:focus {
  color: rgb(63 98 18 / 0.7);
}
.focus\:text-lime-800\/75:focus {
  color: rgb(63 98 18 / 0.75);
}
.focus\:text-lime-800\/80:focus {
  color: rgb(63 98 18 / 0.8);
}
.focus\:text-lime-800\/90:focus {
  color: rgb(63 98 18 / 0.9);
}
.focus\:text-lime-800\/95:focus {
  color: rgb(63 98 18 / 0.95);
}
.focus\:text-lime-900:focus {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.focus\:text-lime-900\/0:focus {
  color: rgb(54 83 20 / 0);
}
.focus\:text-lime-900\/10:focus {
  color: rgb(54 83 20 / 0.1);
}
.focus\:text-lime-900\/100:focus {
  color: rgb(54 83 20 / 1);
}
.focus\:text-lime-900\/20:focus {
  color: rgb(54 83 20 / 0.2);
}
.focus\:text-lime-900\/25:focus {
  color: rgb(54 83 20 / 0.25);
}
.focus\:text-lime-900\/30:focus {
  color: rgb(54 83 20 / 0.3);
}
.focus\:text-lime-900\/40:focus {
  color: rgb(54 83 20 / 0.4);
}
.focus\:text-lime-900\/5:focus {
  color: rgb(54 83 20 / 0.05);
}
.focus\:text-lime-900\/50:focus {
  color: rgb(54 83 20 / 0.5);
}
.focus\:text-lime-900\/60:focus {
  color: rgb(54 83 20 / 0.6);
}
.focus\:text-lime-900\/70:focus {
  color: rgb(54 83 20 / 0.7);
}
.focus\:text-lime-900\/75:focus {
  color: rgb(54 83 20 / 0.75);
}
.focus\:text-lime-900\/80:focus {
  color: rgb(54 83 20 / 0.8);
}
.focus\:text-lime-900\/90:focus {
  color: rgb(54 83 20 / 0.9);
}
.focus\:text-lime-900\/95:focus {
  color: rgb(54 83 20 / 0.95);
}
.focus\:text-lime-950:focus {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.focus\:text-lime-950\/0:focus {
  color: rgb(26 46 5 / 0);
}
.focus\:text-lime-950\/10:focus {
  color: rgb(26 46 5 / 0.1);
}
.focus\:text-lime-950\/100:focus {
  color: rgb(26 46 5 / 1);
}
.focus\:text-lime-950\/20:focus {
  color: rgb(26 46 5 / 0.2);
}
.focus\:text-lime-950\/25:focus {
  color: rgb(26 46 5 / 0.25);
}
.focus\:text-lime-950\/30:focus {
  color: rgb(26 46 5 / 0.3);
}
.focus\:text-lime-950\/40:focus {
  color: rgb(26 46 5 / 0.4);
}
.focus\:text-lime-950\/5:focus {
  color: rgb(26 46 5 / 0.05);
}
.focus\:text-lime-950\/50:focus {
  color: rgb(26 46 5 / 0.5);
}
.focus\:text-lime-950\/60:focus {
  color: rgb(26 46 5 / 0.6);
}
.focus\:text-lime-950\/70:focus {
  color: rgb(26 46 5 / 0.7);
}
.focus\:text-lime-950\/75:focus {
  color: rgb(26 46 5 / 0.75);
}
.focus\:text-lime-950\/80:focus {
  color: rgb(26 46 5 / 0.8);
}
.focus\:text-lime-950\/90:focus {
  color: rgb(26 46 5 / 0.9);
}
.focus\:text-lime-950\/95:focus {
  color: rgb(26 46 5 / 0.95);
}
.focus\:text-neutral-100:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.focus\:text-neutral-100\/0:focus {
  color: rgb(245 245 245 / 0);
}
.focus\:text-neutral-100\/10:focus {
  color: rgb(245 245 245 / 0.1);
}
.focus\:text-neutral-100\/100:focus {
  color: rgb(245 245 245 / 1);
}
.focus\:text-neutral-100\/20:focus {
  color: rgb(245 245 245 / 0.2);
}
.focus\:text-neutral-100\/25:focus {
  color: rgb(245 245 245 / 0.25);
}
.focus\:text-neutral-100\/30:focus {
  color: rgb(245 245 245 / 0.3);
}
.focus\:text-neutral-100\/40:focus {
  color: rgb(245 245 245 / 0.4);
}
.focus\:text-neutral-100\/5:focus {
  color: rgb(245 245 245 / 0.05);
}
.focus\:text-neutral-100\/50:focus {
  color: rgb(245 245 245 / 0.5);
}
.focus\:text-neutral-100\/60:focus {
  color: rgb(245 245 245 / 0.6);
}
.focus\:text-neutral-100\/70:focus {
  color: rgb(245 245 245 / 0.7);
}
.focus\:text-neutral-100\/75:focus {
  color: rgb(245 245 245 / 0.75);
}
.focus\:text-neutral-100\/80:focus {
  color: rgb(245 245 245 / 0.8);
}
.focus\:text-neutral-100\/90:focus {
  color: rgb(245 245 245 / 0.9);
}
.focus\:text-neutral-100\/95:focus {
  color: rgb(245 245 245 / 0.95);
}
.focus\:text-neutral-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.focus\:text-neutral-200\/0:focus {
  color: rgb(229 229 229 / 0);
}
.focus\:text-neutral-200\/10:focus {
  color: rgb(229 229 229 / 0.1);
}
.focus\:text-neutral-200\/100:focus {
  color: rgb(229 229 229 / 1);
}
.focus\:text-neutral-200\/20:focus {
  color: rgb(229 229 229 / 0.2);
}
.focus\:text-neutral-200\/25:focus {
  color: rgb(229 229 229 / 0.25);
}
.focus\:text-neutral-200\/30:focus {
  color: rgb(229 229 229 / 0.3);
}
.focus\:text-neutral-200\/40:focus {
  color: rgb(229 229 229 / 0.4);
}
.focus\:text-neutral-200\/5:focus {
  color: rgb(229 229 229 / 0.05);
}
.focus\:text-neutral-200\/50:focus {
  color: rgb(229 229 229 / 0.5);
}
.focus\:text-neutral-200\/60:focus {
  color: rgb(229 229 229 / 0.6);
}
.focus\:text-neutral-200\/70:focus {
  color: rgb(229 229 229 / 0.7);
}
.focus\:text-neutral-200\/75:focus {
  color: rgb(229 229 229 / 0.75);
}
.focus\:text-neutral-200\/80:focus {
  color: rgb(229 229 229 / 0.8);
}
.focus\:text-neutral-200\/90:focus {
  color: rgb(229 229 229 / 0.9);
}
.focus\:text-neutral-200\/95:focus {
  color: rgb(229 229 229 / 0.95);
}
.focus\:text-neutral-300:focus {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.focus\:text-neutral-300\/0:focus {
  color: rgb(212 212 212 / 0);
}
.focus\:text-neutral-300\/10:focus {
  color: rgb(212 212 212 / 0.1);
}
.focus\:text-neutral-300\/100:focus {
  color: rgb(212 212 212 / 1);
}
.focus\:text-neutral-300\/20:focus {
  color: rgb(212 212 212 / 0.2);
}
.focus\:text-neutral-300\/25:focus {
  color: rgb(212 212 212 / 0.25);
}
.focus\:text-neutral-300\/30:focus {
  color: rgb(212 212 212 / 0.3);
}
.focus\:text-neutral-300\/40:focus {
  color: rgb(212 212 212 / 0.4);
}
.focus\:text-neutral-300\/5:focus {
  color: rgb(212 212 212 / 0.05);
}
.focus\:text-neutral-300\/50:focus {
  color: rgb(212 212 212 / 0.5);
}
.focus\:text-neutral-300\/60:focus {
  color: rgb(212 212 212 / 0.6);
}
.focus\:text-neutral-300\/70:focus {
  color: rgb(212 212 212 / 0.7);
}
.focus\:text-neutral-300\/75:focus {
  color: rgb(212 212 212 / 0.75);
}
.focus\:text-neutral-300\/80:focus {
  color: rgb(212 212 212 / 0.8);
}
.focus\:text-neutral-300\/90:focus {
  color: rgb(212 212 212 / 0.9);
}
.focus\:text-neutral-300\/95:focus {
  color: rgb(212 212 212 / 0.95);
}
.focus\:text-neutral-400:focus {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.focus\:text-neutral-400\/0:focus {
  color: rgb(163 163 163 / 0);
}
.focus\:text-neutral-400\/10:focus {
  color: rgb(163 163 163 / 0.1);
}
.focus\:text-neutral-400\/100:focus {
  color: rgb(163 163 163 / 1);
}
.focus\:text-neutral-400\/20:focus {
  color: rgb(163 163 163 / 0.2);
}
.focus\:text-neutral-400\/25:focus {
  color: rgb(163 163 163 / 0.25);
}
.focus\:text-neutral-400\/30:focus {
  color: rgb(163 163 163 / 0.3);
}
.focus\:text-neutral-400\/40:focus {
  color: rgb(163 163 163 / 0.4);
}
.focus\:text-neutral-400\/5:focus {
  color: rgb(163 163 163 / 0.05);
}
.focus\:text-neutral-400\/50:focus {
  color: rgb(163 163 163 / 0.5);
}
.focus\:text-neutral-400\/60:focus {
  color: rgb(163 163 163 / 0.6);
}
.focus\:text-neutral-400\/70:focus {
  color: rgb(163 163 163 / 0.7);
}
.focus\:text-neutral-400\/75:focus {
  color: rgb(163 163 163 / 0.75);
}
.focus\:text-neutral-400\/80:focus {
  color: rgb(163 163 163 / 0.8);
}
.focus\:text-neutral-400\/90:focus {
  color: rgb(163 163 163 / 0.9);
}
.focus\:text-neutral-400\/95:focus {
  color: rgb(163 163 163 / 0.95);
}
.focus\:text-neutral-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.focus\:text-neutral-50\/0:focus {
  color: rgb(250 250 250 / 0);
}
.focus\:text-neutral-50\/10:focus {
  color: rgb(250 250 250 / 0.1);
}
.focus\:text-neutral-50\/100:focus {
  color: rgb(250 250 250 / 1);
}
.focus\:text-neutral-50\/20:focus {
  color: rgb(250 250 250 / 0.2);
}
.focus\:text-neutral-50\/25:focus {
  color: rgb(250 250 250 / 0.25);
}
.focus\:text-neutral-50\/30:focus {
  color: rgb(250 250 250 / 0.3);
}
.focus\:text-neutral-50\/40:focus {
  color: rgb(250 250 250 / 0.4);
}
.focus\:text-neutral-50\/5:focus {
  color: rgb(250 250 250 / 0.05);
}
.focus\:text-neutral-50\/50:focus {
  color: rgb(250 250 250 / 0.5);
}
.focus\:text-neutral-50\/60:focus {
  color: rgb(250 250 250 / 0.6);
}
.focus\:text-neutral-50\/70:focus {
  color: rgb(250 250 250 / 0.7);
}
.focus\:text-neutral-50\/75:focus {
  color: rgb(250 250 250 / 0.75);
}
.focus\:text-neutral-50\/80:focus {
  color: rgb(250 250 250 / 0.8);
}
.focus\:text-neutral-50\/90:focus {
  color: rgb(250 250 250 / 0.9);
}
.focus\:text-neutral-50\/95:focus {
  color: rgb(250 250 250 / 0.95);
}
.focus\:text-neutral-500:focus {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.focus\:text-neutral-500\/0:focus {
  color: rgb(115 115 115 / 0);
}
.focus\:text-neutral-500\/10:focus {
  color: rgb(115 115 115 / 0.1);
}
.focus\:text-neutral-500\/100:focus {
  color: rgb(115 115 115 / 1);
}
.focus\:text-neutral-500\/20:focus {
  color: rgb(115 115 115 / 0.2);
}
.focus\:text-neutral-500\/25:focus {
  color: rgb(115 115 115 / 0.25);
}
.focus\:text-neutral-500\/30:focus {
  color: rgb(115 115 115 / 0.3);
}
.focus\:text-neutral-500\/40:focus {
  color: rgb(115 115 115 / 0.4);
}
.focus\:text-neutral-500\/5:focus {
  color: rgb(115 115 115 / 0.05);
}
.focus\:text-neutral-500\/50:focus {
  color: rgb(115 115 115 / 0.5);
}
.focus\:text-neutral-500\/60:focus {
  color: rgb(115 115 115 / 0.6);
}
.focus\:text-neutral-500\/70:focus {
  color: rgb(115 115 115 / 0.7);
}
.focus\:text-neutral-500\/75:focus {
  color: rgb(115 115 115 / 0.75);
}
.focus\:text-neutral-500\/80:focus {
  color: rgb(115 115 115 / 0.8);
}
.focus\:text-neutral-500\/90:focus {
  color: rgb(115 115 115 / 0.9);
}
.focus\:text-neutral-500\/95:focus {
  color: rgb(115 115 115 / 0.95);
}
.focus\:text-neutral-600:focus {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.focus\:text-neutral-600\/0:focus {
  color: rgb(82 82 82 / 0);
}
.focus\:text-neutral-600\/10:focus {
  color: rgb(82 82 82 / 0.1);
}
.focus\:text-neutral-600\/100:focus {
  color: rgb(82 82 82 / 1);
}
.focus\:text-neutral-600\/20:focus {
  color: rgb(82 82 82 / 0.2);
}
.focus\:text-neutral-600\/25:focus {
  color: rgb(82 82 82 / 0.25);
}
.focus\:text-neutral-600\/30:focus {
  color: rgb(82 82 82 / 0.3);
}
.focus\:text-neutral-600\/40:focus {
  color: rgb(82 82 82 / 0.4);
}
.focus\:text-neutral-600\/5:focus {
  color: rgb(82 82 82 / 0.05);
}
.focus\:text-neutral-600\/50:focus {
  color: rgb(82 82 82 / 0.5);
}
.focus\:text-neutral-600\/60:focus {
  color: rgb(82 82 82 / 0.6);
}
.focus\:text-neutral-600\/70:focus {
  color: rgb(82 82 82 / 0.7);
}
.focus\:text-neutral-600\/75:focus {
  color: rgb(82 82 82 / 0.75);
}
.focus\:text-neutral-600\/80:focus {
  color: rgb(82 82 82 / 0.8);
}
.focus\:text-neutral-600\/90:focus {
  color: rgb(82 82 82 / 0.9);
}
.focus\:text-neutral-600\/95:focus {
  color: rgb(82 82 82 / 0.95);
}
.focus\:text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.focus\:text-neutral-700\/0:focus {
  color: rgb(64 64 64 / 0);
}
.focus\:text-neutral-700\/10:focus {
  color: rgb(64 64 64 / 0.1);
}
.focus\:text-neutral-700\/100:focus {
  color: rgb(64 64 64 / 1);
}
.focus\:text-neutral-700\/20:focus {
  color: rgb(64 64 64 / 0.2);
}
.focus\:text-neutral-700\/25:focus {
  color: rgb(64 64 64 / 0.25);
}
.focus\:text-neutral-700\/30:focus {
  color: rgb(64 64 64 / 0.3);
}
.focus\:text-neutral-700\/40:focus {
  color: rgb(64 64 64 / 0.4);
}
.focus\:text-neutral-700\/5:focus {
  color: rgb(64 64 64 / 0.05);
}
.focus\:text-neutral-700\/50:focus {
  color: rgb(64 64 64 / 0.5);
}
.focus\:text-neutral-700\/60:focus {
  color: rgb(64 64 64 / 0.6);
}
.focus\:text-neutral-700\/70:focus {
  color: rgb(64 64 64 / 0.7);
}
.focus\:text-neutral-700\/75:focus {
  color: rgb(64 64 64 / 0.75);
}
.focus\:text-neutral-700\/80:focus {
  color: rgb(64 64 64 / 0.8);
}
.focus\:text-neutral-700\/90:focus {
  color: rgb(64 64 64 / 0.9);
}
.focus\:text-neutral-700\/95:focus {
  color: rgb(64 64 64 / 0.95);
}
.focus\:text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.focus\:text-neutral-800\/0:focus {
  color: rgb(38 38 38 / 0);
}
.focus\:text-neutral-800\/10:focus {
  color: rgb(38 38 38 / 0.1);
}
.focus\:text-neutral-800\/100:focus {
  color: rgb(38 38 38 / 1);
}
.focus\:text-neutral-800\/20:focus {
  color: rgb(38 38 38 / 0.2);
}
.focus\:text-neutral-800\/25:focus {
  color: rgb(38 38 38 / 0.25);
}
.focus\:text-neutral-800\/30:focus {
  color: rgb(38 38 38 / 0.3);
}
.focus\:text-neutral-800\/40:focus {
  color: rgb(38 38 38 / 0.4);
}
.focus\:text-neutral-800\/5:focus {
  color: rgb(38 38 38 / 0.05);
}
.focus\:text-neutral-800\/50:focus {
  color: rgb(38 38 38 / 0.5);
}
.focus\:text-neutral-800\/60:focus {
  color: rgb(38 38 38 / 0.6);
}
.focus\:text-neutral-800\/70:focus {
  color: rgb(38 38 38 / 0.7);
}
.focus\:text-neutral-800\/75:focus {
  color: rgb(38 38 38 / 0.75);
}
.focus\:text-neutral-800\/80:focus {
  color: rgb(38 38 38 / 0.8);
}
.focus\:text-neutral-800\/90:focus {
  color: rgb(38 38 38 / 0.9);
}
.focus\:text-neutral-800\/95:focus {
  color: rgb(38 38 38 / 0.95);
}
.focus\:text-neutral-900:focus {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.focus\:text-neutral-900\/0:focus {
  color: rgb(23 23 23 / 0);
}
.focus\:text-neutral-900\/10:focus {
  color: rgb(23 23 23 / 0.1);
}
.focus\:text-neutral-900\/100:focus {
  color: rgb(23 23 23 / 1);
}
.focus\:text-neutral-900\/20:focus {
  color: rgb(23 23 23 / 0.2);
}
.focus\:text-neutral-900\/25:focus {
  color: rgb(23 23 23 / 0.25);
}
.focus\:text-neutral-900\/30:focus {
  color: rgb(23 23 23 / 0.3);
}
.focus\:text-neutral-900\/40:focus {
  color: rgb(23 23 23 / 0.4);
}
.focus\:text-neutral-900\/5:focus {
  color: rgb(23 23 23 / 0.05);
}
.focus\:text-neutral-900\/50:focus {
  color: rgb(23 23 23 / 0.5);
}
.focus\:text-neutral-900\/60:focus {
  color: rgb(23 23 23 / 0.6);
}
.focus\:text-neutral-900\/70:focus {
  color: rgb(23 23 23 / 0.7);
}
.focus\:text-neutral-900\/75:focus {
  color: rgb(23 23 23 / 0.75);
}
.focus\:text-neutral-900\/80:focus {
  color: rgb(23 23 23 / 0.8);
}
.focus\:text-neutral-900\/90:focus {
  color: rgb(23 23 23 / 0.9);
}
.focus\:text-neutral-900\/95:focus {
  color: rgb(23 23 23 / 0.95);
}
.focus\:text-neutral-950:focus {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.focus\:text-neutral-950\/0:focus {
  color: rgb(10 10 10 / 0);
}
.focus\:text-neutral-950\/10:focus {
  color: rgb(10 10 10 / 0.1);
}
.focus\:text-neutral-950\/100:focus {
  color: rgb(10 10 10 / 1);
}
.focus\:text-neutral-950\/20:focus {
  color: rgb(10 10 10 / 0.2);
}
.focus\:text-neutral-950\/25:focus {
  color: rgb(10 10 10 / 0.25);
}
.focus\:text-neutral-950\/30:focus {
  color: rgb(10 10 10 / 0.3);
}
.focus\:text-neutral-950\/40:focus {
  color: rgb(10 10 10 / 0.4);
}
.focus\:text-neutral-950\/5:focus {
  color: rgb(10 10 10 / 0.05);
}
.focus\:text-neutral-950\/50:focus {
  color: rgb(10 10 10 / 0.5);
}
.focus\:text-neutral-950\/60:focus {
  color: rgb(10 10 10 / 0.6);
}
.focus\:text-neutral-950\/70:focus {
  color: rgb(10 10 10 / 0.7);
}
.focus\:text-neutral-950\/75:focus {
  color: rgb(10 10 10 / 0.75);
}
.focus\:text-neutral-950\/80:focus {
  color: rgb(10 10 10 / 0.8);
}
.focus\:text-neutral-950\/90:focus {
  color: rgb(10 10 10 / 0.9);
}
.focus\:text-neutral-950\/95:focus {
  color: rgb(10 10 10 / 0.95);
}
.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.focus\:text-orange-100\/0:focus {
  color: rgb(255 237 213 / 0);
}
.focus\:text-orange-100\/10:focus {
  color: rgb(255 237 213 / 0.1);
}
.focus\:text-orange-100\/100:focus {
  color: rgb(255 237 213 / 1);
}
.focus\:text-orange-100\/20:focus {
  color: rgb(255 237 213 / 0.2);
}
.focus\:text-orange-100\/25:focus {
  color: rgb(255 237 213 / 0.25);
}
.focus\:text-orange-100\/30:focus {
  color: rgb(255 237 213 / 0.3);
}
.focus\:text-orange-100\/40:focus {
  color: rgb(255 237 213 / 0.4);
}
.focus\:text-orange-100\/5:focus {
  color: rgb(255 237 213 / 0.05);
}
.focus\:text-orange-100\/50:focus {
  color: rgb(255 237 213 / 0.5);
}
.focus\:text-orange-100\/60:focus {
  color: rgb(255 237 213 / 0.6);
}
.focus\:text-orange-100\/70:focus {
  color: rgb(255 237 213 / 0.7);
}
.focus\:text-orange-100\/75:focus {
  color: rgb(255 237 213 / 0.75);
}
.focus\:text-orange-100\/80:focus {
  color: rgb(255 237 213 / 0.8);
}
.focus\:text-orange-100\/90:focus {
  color: rgb(255 237 213 / 0.9);
}
.focus\:text-orange-100\/95:focus {
  color: rgb(255 237 213 / 0.95);
}
.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.focus\:text-orange-200\/0:focus {
  color: rgb(254 215 170 / 0);
}
.focus\:text-orange-200\/10:focus {
  color: rgb(254 215 170 / 0.1);
}
.focus\:text-orange-200\/100:focus {
  color: rgb(254 215 170 / 1);
}
.focus\:text-orange-200\/20:focus {
  color: rgb(254 215 170 / 0.2);
}
.focus\:text-orange-200\/25:focus {
  color: rgb(254 215 170 / 0.25);
}
.focus\:text-orange-200\/30:focus {
  color: rgb(254 215 170 / 0.3);
}
.focus\:text-orange-200\/40:focus {
  color: rgb(254 215 170 / 0.4);
}
.focus\:text-orange-200\/5:focus {
  color: rgb(254 215 170 / 0.05);
}
.focus\:text-orange-200\/50:focus {
  color: rgb(254 215 170 / 0.5);
}
.focus\:text-orange-200\/60:focus {
  color: rgb(254 215 170 / 0.6);
}
.focus\:text-orange-200\/70:focus {
  color: rgb(254 215 170 / 0.7);
}
.focus\:text-orange-200\/75:focus {
  color: rgb(254 215 170 / 0.75);
}
.focus\:text-orange-200\/80:focus {
  color: rgb(254 215 170 / 0.8);
}
.focus\:text-orange-200\/90:focus {
  color: rgb(254 215 170 / 0.9);
}
.focus\:text-orange-200\/95:focus {
  color: rgb(254 215 170 / 0.95);
}
.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.focus\:text-orange-300\/0:focus {
  color: rgb(253 186 116 / 0);
}
.focus\:text-orange-300\/10:focus {
  color: rgb(253 186 116 / 0.1);
}
.focus\:text-orange-300\/100:focus {
  color: rgb(253 186 116 / 1);
}
.focus\:text-orange-300\/20:focus {
  color: rgb(253 186 116 / 0.2);
}
.focus\:text-orange-300\/25:focus {
  color: rgb(253 186 116 / 0.25);
}
.focus\:text-orange-300\/30:focus {
  color: rgb(253 186 116 / 0.3);
}
.focus\:text-orange-300\/40:focus {
  color: rgb(253 186 116 / 0.4);
}
.focus\:text-orange-300\/5:focus {
  color: rgb(253 186 116 / 0.05);
}
.focus\:text-orange-300\/50:focus {
  color: rgb(253 186 116 / 0.5);
}
.focus\:text-orange-300\/60:focus {
  color: rgb(253 186 116 / 0.6);
}
.focus\:text-orange-300\/70:focus {
  color: rgb(253 186 116 / 0.7);
}
.focus\:text-orange-300\/75:focus {
  color: rgb(253 186 116 / 0.75);
}
.focus\:text-orange-300\/80:focus {
  color: rgb(253 186 116 / 0.8);
}
.focus\:text-orange-300\/90:focus {
  color: rgb(253 186 116 / 0.9);
}
.focus\:text-orange-300\/95:focus {
  color: rgb(253 186 116 / 0.95);
}
.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.focus\:text-orange-400\/0:focus {
  color: rgb(251 146 60 / 0);
}
.focus\:text-orange-400\/10:focus {
  color: rgb(251 146 60 / 0.1);
}
.focus\:text-orange-400\/100:focus {
  color: rgb(251 146 60 / 1);
}
.focus\:text-orange-400\/20:focus {
  color: rgb(251 146 60 / 0.2);
}
.focus\:text-orange-400\/25:focus {
  color: rgb(251 146 60 / 0.25);
}
.focus\:text-orange-400\/30:focus {
  color: rgb(251 146 60 / 0.3);
}
.focus\:text-orange-400\/40:focus {
  color: rgb(251 146 60 / 0.4);
}
.focus\:text-orange-400\/5:focus {
  color: rgb(251 146 60 / 0.05);
}
.focus\:text-orange-400\/50:focus {
  color: rgb(251 146 60 / 0.5);
}
.focus\:text-orange-400\/60:focus {
  color: rgb(251 146 60 / 0.6);
}
.focus\:text-orange-400\/70:focus {
  color: rgb(251 146 60 / 0.7);
}
.focus\:text-orange-400\/75:focus {
  color: rgb(251 146 60 / 0.75);
}
.focus\:text-orange-400\/80:focus {
  color: rgb(251 146 60 / 0.8);
}
.focus\:text-orange-400\/90:focus {
  color: rgb(251 146 60 / 0.9);
}
.focus\:text-orange-400\/95:focus {
  color: rgb(251 146 60 / 0.95);
}
.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.focus\:text-orange-50\/0:focus {
  color: rgb(255 247 237 / 0);
}
.focus\:text-orange-50\/10:focus {
  color: rgb(255 247 237 / 0.1);
}
.focus\:text-orange-50\/100:focus {
  color: rgb(255 247 237 / 1);
}
.focus\:text-orange-50\/20:focus {
  color: rgb(255 247 237 / 0.2);
}
.focus\:text-orange-50\/25:focus {
  color: rgb(255 247 237 / 0.25);
}
.focus\:text-orange-50\/30:focus {
  color: rgb(255 247 237 / 0.3);
}
.focus\:text-orange-50\/40:focus {
  color: rgb(255 247 237 / 0.4);
}
.focus\:text-orange-50\/5:focus {
  color: rgb(255 247 237 / 0.05);
}
.focus\:text-orange-50\/50:focus {
  color: rgb(255 247 237 / 0.5);
}
.focus\:text-orange-50\/60:focus {
  color: rgb(255 247 237 / 0.6);
}
.focus\:text-orange-50\/70:focus {
  color: rgb(255 247 237 / 0.7);
}
.focus\:text-orange-50\/75:focus {
  color: rgb(255 247 237 / 0.75);
}
.focus\:text-orange-50\/80:focus {
  color: rgb(255 247 237 / 0.8);
}
.focus\:text-orange-50\/90:focus {
  color: rgb(255 247 237 / 0.9);
}
.focus\:text-orange-50\/95:focus {
  color: rgb(255 247 237 / 0.95);
}
.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.focus\:text-orange-500\/0:focus {
  color: rgb(249 115 22 / 0);
}
.focus\:text-orange-500\/10:focus {
  color: rgb(249 115 22 / 0.1);
}
.focus\:text-orange-500\/100:focus {
  color: rgb(249 115 22 / 1);
}
.focus\:text-orange-500\/20:focus {
  color: rgb(249 115 22 / 0.2);
}
.focus\:text-orange-500\/25:focus {
  color: rgb(249 115 22 / 0.25);
}
.focus\:text-orange-500\/30:focus {
  color: rgb(249 115 22 / 0.3);
}
.focus\:text-orange-500\/40:focus {
  color: rgb(249 115 22 / 0.4);
}
.focus\:text-orange-500\/5:focus {
  color: rgb(249 115 22 / 0.05);
}
.focus\:text-orange-500\/50:focus {
  color: rgb(249 115 22 / 0.5);
}
.focus\:text-orange-500\/60:focus {
  color: rgb(249 115 22 / 0.6);
}
.focus\:text-orange-500\/70:focus {
  color: rgb(249 115 22 / 0.7);
}
.focus\:text-orange-500\/75:focus {
  color: rgb(249 115 22 / 0.75);
}
.focus\:text-orange-500\/80:focus {
  color: rgb(249 115 22 / 0.8);
}
.focus\:text-orange-500\/90:focus {
  color: rgb(249 115 22 / 0.9);
}
.focus\:text-orange-500\/95:focus {
  color: rgb(249 115 22 / 0.95);
}
.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.focus\:text-orange-600\/0:focus {
  color: rgb(234 88 12 / 0);
}
.focus\:text-orange-600\/10:focus {
  color: rgb(234 88 12 / 0.1);
}
.focus\:text-orange-600\/100:focus {
  color: rgb(234 88 12 / 1);
}
.focus\:text-orange-600\/20:focus {
  color: rgb(234 88 12 / 0.2);
}
.focus\:text-orange-600\/25:focus {
  color: rgb(234 88 12 / 0.25);
}
.focus\:text-orange-600\/30:focus {
  color: rgb(234 88 12 / 0.3);
}
.focus\:text-orange-600\/40:focus {
  color: rgb(234 88 12 / 0.4);
}
.focus\:text-orange-600\/5:focus {
  color: rgb(234 88 12 / 0.05);
}
.focus\:text-orange-600\/50:focus {
  color: rgb(234 88 12 / 0.5);
}
.focus\:text-orange-600\/60:focus {
  color: rgb(234 88 12 / 0.6);
}
.focus\:text-orange-600\/70:focus {
  color: rgb(234 88 12 / 0.7);
}
.focus\:text-orange-600\/75:focus {
  color: rgb(234 88 12 / 0.75);
}
.focus\:text-orange-600\/80:focus {
  color: rgb(234 88 12 / 0.8);
}
.focus\:text-orange-600\/90:focus {
  color: rgb(234 88 12 / 0.9);
}
.focus\:text-orange-600\/95:focus {
  color: rgb(234 88 12 / 0.95);
}
.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.focus\:text-orange-700\/0:focus {
  color: rgb(194 65 12 / 0);
}
.focus\:text-orange-700\/10:focus {
  color: rgb(194 65 12 / 0.1);
}
.focus\:text-orange-700\/100:focus {
  color: rgb(194 65 12 / 1);
}
.focus\:text-orange-700\/20:focus {
  color: rgb(194 65 12 / 0.2);
}
.focus\:text-orange-700\/25:focus {
  color: rgb(194 65 12 / 0.25);
}
.focus\:text-orange-700\/30:focus {
  color: rgb(194 65 12 / 0.3);
}
.focus\:text-orange-700\/40:focus {
  color: rgb(194 65 12 / 0.4);
}
.focus\:text-orange-700\/5:focus {
  color: rgb(194 65 12 / 0.05);
}
.focus\:text-orange-700\/50:focus {
  color: rgb(194 65 12 / 0.5);
}
.focus\:text-orange-700\/60:focus {
  color: rgb(194 65 12 / 0.6);
}
.focus\:text-orange-700\/70:focus {
  color: rgb(194 65 12 / 0.7);
}
.focus\:text-orange-700\/75:focus {
  color: rgb(194 65 12 / 0.75);
}
.focus\:text-orange-700\/80:focus {
  color: rgb(194 65 12 / 0.8);
}
.focus\:text-orange-700\/90:focus {
  color: rgb(194 65 12 / 0.9);
}
.focus\:text-orange-700\/95:focus {
  color: rgb(194 65 12 / 0.95);
}
.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.focus\:text-orange-800\/0:focus {
  color: rgb(154 52 18 / 0);
}
.focus\:text-orange-800\/10:focus {
  color: rgb(154 52 18 / 0.1);
}
.focus\:text-orange-800\/100:focus {
  color: rgb(154 52 18 / 1);
}
.focus\:text-orange-800\/20:focus {
  color: rgb(154 52 18 / 0.2);
}
.focus\:text-orange-800\/25:focus {
  color: rgb(154 52 18 / 0.25);
}
.focus\:text-orange-800\/30:focus {
  color: rgb(154 52 18 / 0.3);
}
.focus\:text-orange-800\/40:focus {
  color: rgb(154 52 18 / 0.4);
}
.focus\:text-orange-800\/5:focus {
  color: rgb(154 52 18 / 0.05);
}
.focus\:text-orange-800\/50:focus {
  color: rgb(154 52 18 / 0.5);
}
.focus\:text-orange-800\/60:focus {
  color: rgb(154 52 18 / 0.6);
}
.focus\:text-orange-800\/70:focus {
  color: rgb(154 52 18 / 0.7);
}
.focus\:text-orange-800\/75:focus {
  color: rgb(154 52 18 / 0.75);
}
.focus\:text-orange-800\/80:focus {
  color: rgb(154 52 18 / 0.8);
}
.focus\:text-orange-800\/90:focus {
  color: rgb(154 52 18 / 0.9);
}
.focus\:text-orange-800\/95:focus {
  color: rgb(154 52 18 / 0.95);
}
.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.focus\:text-orange-900\/0:focus {
  color: rgb(124 45 18 / 0);
}
.focus\:text-orange-900\/10:focus {
  color: rgb(124 45 18 / 0.1);
}
.focus\:text-orange-900\/100:focus {
  color: rgb(124 45 18 / 1);
}
.focus\:text-orange-900\/20:focus {
  color: rgb(124 45 18 / 0.2);
}
.focus\:text-orange-900\/25:focus {
  color: rgb(124 45 18 / 0.25);
}
.focus\:text-orange-900\/30:focus {
  color: rgb(124 45 18 / 0.3);
}
.focus\:text-orange-900\/40:focus {
  color: rgb(124 45 18 / 0.4);
}
.focus\:text-orange-900\/5:focus {
  color: rgb(124 45 18 / 0.05);
}
.focus\:text-orange-900\/50:focus {
  color: rgb(124 45 18 / 0.5);
}
.focus\:text-orange-900\/60:focus {
  color: rgb(124 45 18 / 0.6);
}
.focus\:text-orange-900\/70:focus {
  color: rgb(124 45 18 / 0.7);
}
.focus\:text-orange-900\/75:focus {
  color: rgb(124 45 18 / 0.75);
}
.focus\:text-orange-900\/80:focus {
  color: rgb(124 45 18 / 0.8);
}
.focus\:text-orange-900\/90:focus {
  color: rgb(124 45 18 / 0.9);
}
.focus\:text-orange-900\/95:focus {
  color: rgb(124 45 18 / 0.95);
}
.focus\:text-orange-950:focus {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.focus\:text-orange-950\/0:focus {
  color: rgb(67 20 7 / 0);
}
.focus\:text-orange-950\/10:focus {
  color: rgb(67 20 7 / 0.1);
}
.focus\:text-orange-950\/100:focus {
  color: rgb(67 20 7 / 1);
}
.focus\:text-orange-950\/20:focus {
  color: rgb(67 20 7 / 0.2);
}
.focus\:text-orange-950\/25:focus {
  color: rgb(67 20 7 / 0.25);
}
.focus\:text-orange-950\/30:focus {
  color: rgb(67 20 7 / 0.3);
}
.focus\:text-orange-950\/40:focus {
  color: rgb(67 20 7 / 0.4);
}
.focus\:text-orange-950\/5:focus {
  color: rgb(67 20 7 / 0.05);
}
.focus\:text-orange-950\/50:focus {
  color: rgb(67 20 7 / 0.5);
}
.focus\:text-orange-950\/60:focus {
  color: rgb(67 20 7 / 0.6);
}
.focus\:text-orange-950\/70:focus {
  color: rgb(67 20 7 / 0.7);
}
.focus\:text-orange-950\/75:focus {
  color: rgb(67 20 7 / 0.75);
}
.focus\:text-orange-950\/80:focus {
  color: rgb(67 20 7 / 0.8);
}
.focus\:text-orange-950\/90:focus {
  color: rgb(67 20 7 / 0.9);
}
.focus\:text-orange-950\/95:focus {
  color: rgb(67 20 7 / 0.95);
}
.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.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\/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\/40:focus {
  color: rgb(252 231 243 / 0.4);
}
.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\/60:focus {
  color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(251 207 232 / 0.4);
}
.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\/60:focus {
  color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(249 168 212 / 0.4);
}
.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\/60:focus {
  color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(244 114 182 / 0.4);
}
.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\/60:focus {
  color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(253 242 248 / 0.4);
}
.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\/60:focus {
  color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(236 72 153 / 0.4);
}
.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\/60:focus {
  color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(219 39 119 / 0.4);
}
.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\/60:focus {
  color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(190 24 93 / 0.4);
}
.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\/60:focus {
  color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(157 23 77 / 0.4);
}
.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\/60:focus {
  color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(131 24 67 / 0.4);
}
.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\/60:focus {
  color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(80 7 36 / 0.4);
}
.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\/60:focus {
  color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(243 232 255 / 0.4);
}
.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\/60:focus {
  color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(233 213 255 / 0.4);
}
.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\/60:focus {
  color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(216 180 254 / 0.4);
}
.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\/60:focus {
  color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(192 132 252 / 0.4);
}
.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\/60:focus {
  color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(250 245 255 / 0.4);
}
.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\/60:focus {
  color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(168 85 247 / 0.4);
}
.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\/60:focus {
  color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(147 51 234 / 0.4);
}
.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\/60:focus {
  color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(126 34 206 / 0.4);
}
.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\/60:focus {
  color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(107 33 168 / 0.4);
}
.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\/60:focus {
  color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(88 28 135 / 0.4);
}
.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\/60:focus {
  color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(59 7 100 / 0.4);
}
.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\/60:focus {
  color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(254 226 226 / 0.4);
}
.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\/60:focus {
  color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(254 202 202 / 0.4);
}
.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\/60:focus {
  color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(252 165 165 / 0.4);
}
.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\/60:focus {
  color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(248 113 113 / 0.4);
}
.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\/60:focus {
  color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(254 242 242 / 0.4);
}
.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\/60:focus {
  color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(239 68 68 / 0.4);
}
.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\/60:focus {
  color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(220 38 38 / 0.4);
}
.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\/60:focus {
  color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(185 28 28 / 0.4);
}
.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\/60:focus {
  color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(153 27 27 / 0.4);
}
.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\/60:focus {
  color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(127 29 29 / 0.4);
}
.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\/60:focus {
  color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(69 10 10 / 0.4);
}
.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\/60:focus {
  color: rgb(69 10 10 / 0.6);
}
.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\/90:focus {
  color: rgb(69 10 10 / 0.9);
}
.focus\:text-red-950\/95:focus {
  color: rgb(69 10 10 / 0.95);
}
.focus\:text-rose-100:focus {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.focus\:text-rose-100\/0:focus {
  color: rgb(255 228 230 / 0);
}
.focus\:text-rose-100\/10:focus {
  color: rgb(255 228 230 / 0.1);
}
.focus\:text-rose-100\/100:focus {
  color: rgb(255 228 230 / 1);
}
.focus\:text-rose-100\/20:focus {
  color: rgb(255 228 230 / 0.2);
}
.focus\:text-rose-100\/25:focus {
  color: rgb(255 228 230 / 0.25);
}
.focus\:text-rose-100\/30:focus {
  color: rgb(255 228 230 / 0.3);
}
.focus\:text-rose-100\/40:focus {
  color: rgb(255 228 230 / 0.4);
}
.focus\:text-rose-100\/5:focus {
  color: rgb(255 228 230 / 0.05);
}
.focus\:text-rose-100\/50:focus {
  color: rgb(255 228 230 / 0.5);
}
.focus\:text-rose-100\/60:focus {
  color: rgb(255 228 230 / 0.6);
}
.focus\:text-rose-100\/70:focus {
  color: rgb(255 228 230 / 0.7);
}
.focus\:text-rose-100\/75:focus {
  color: rgb(255 228 230 / 0.75);
}
.focus\:text-rose-100\/80:focus {
  color: rgb(255 228 230 / 0.8);
}
.focus\:text-rose-100\/90:focus {
  color: rgb(255 228 230 / 0.9);
}
.focus\:text-rose-100\/95:focus {
  color: rgb(255 228 230 / 0.95);
}
.focus\:text-rose-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.focus\:text-rose-200\/0:focus {
  color: rgb(254 205 211 / 0);
}
.focus\:text-rose-200\/10:focus {
  color: rgb(254 205 211 / 0.1);
}
.focus\:text-rose-200\/100:focus {
  color: rgb(254 205 211 / 1);
}
.focus\:text-rose-200\/20:focus {
  color: rgb(254 205 211 / 0.2);
}
.focus\:text-rose-200\/25:focus {
  color: rgb(254 205 211 / 0.25);
}
.focus\:text-rose-200\/30:focus {
  color: rgb(254 205 211 / 0.3);
}
.focus\:text-rose-200\/40:focus {
  color: rgb(254 205 211 / 0.4);
}
.focus\:text-rose-200\/5:focus {
  color: rgb(254 205 211 / 0.05);
}
.focus\:text-rose-200\/50:focus {
  color: rgb(254 205 211 / 0.5);
}
.focus\:text-rose-200\/60:focus {
  color: rgb(254 205 211 / 0.6);
}
.focus\:text-rose-200\/70:focus {
  color: rgb(254 205 211 / 0.7);
}
.focus\:text-rose-200\/75:focus {
  color: rgb(254 205 211 / 0.75);
}
.focus\:text-rose-200\/80:focus {
  color: rgb(254 205 211 / 0.8);
}
.focus\:text-rose-200\/90:focus {
  color: rgb(254 205 211 / 0.9);
}
.focus\:text-rose-200\/95:focus {
  color: rgb(254 205 211 / 0.95);
}
.focus\:text-rose-300:focus {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.focus\:text-rose-300\/0:focus {
  color: rgb(253 164 175 / 0);
}
.focus\:text-rose-300\/10:focus {
  color: rgb(253 164 175 / 0.1);
}
.focus\:text-rose-300\/100:focus {
  color: rgb(253 164 175 / 1);
}
.focus\:text-rose-300\/20:focus {
  color: rgb(253 164 175 / 0.2);
}
.focus\:text-rose-300\/25:focus {
  color: rgb(253 164 175 / 0.25);
}
.focus\:text-rose-300\/30:focus {
  color: rgb(253 164 175 / 0.3);
}
.focus\:text-rose-300\/40:focus {
  color: rgb(253 164 175 / 0.4);
}
.focus\:text-rose-300\/5:focus {
  color: rgb(253 164 175 / 0.05);
}
.focus\:text-rose-300\/50:focus {
  color: rgb(253 164 175 / 0.5);
}
.focus\:text-rose-300\/60:focus {
  color: rgb(253 164 175 / 0.6);
}
.focus\:text-rose-300\/70:focus {
  color: rgb(253 164 175 / 0.7);
}
.focus\:text-rose-300\/75:focus {
  color: rgb(253 164 175 / 0.75);
}
.focus\:text-rose-300\/80:focus {
  color: rgb(253 164 175 / 0.8);
}
.focus\:text-rose-300\/90:focus {
  color: rgb(253 164 175 / 0.9);
}
.focus\:text-rose-300\/95:focus {
  color: rgb(253 164 175 / 0.95);
}
.focus\:text-rose-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.focus\:text-rose-400\/0:focus {
  color: rgb(251 113 133 / 0);
}
.focus\:text-rose-400\/10:focus {
  color: rgb(251 113 133 / 0.1);
}
.focus\:text-rose-400\/100:focus {
  color: rgb(251 113 133 / 1);
}
.focus\:text-rose-400\/20:focus {
  color: rgb(251 113 133 / 0.2);
}
.focus\:text-rose-400\/25:focus {
  color: rgb(251 113 133 / 0.25);
}
.focus\:text-rose-400\/30:focus {
  color: rgb(251 113 133 / 0.3);
}
.focus\:text-rose-400\/40:focus {
  color: rgb(251 113 133 / 0.4);
}
.focus\:text-rose-400\/5:focus {
  color: rgb(251 113 133 / 0.05);
}
.focus\:text-rose-400\/50:focus {
  color: rgb(251 113 133 / 0.5);
}
.focus\:text-rose-400\/60:focus {
  color: rgb(251 113 133 / 0.6);
}
.focus\:text-rose-400\/70:focus {
  color: rgb(251 113 133 / 0.7);
}
.focus\:text-rose-400\/75:focus {
  color: rgb(251 113 133 / 0.75);
}
.focus\:text-rose-400\/80:focus {
  color: rgb(251 113 133 / 0.8);
}
.focus\:text-rose-400\/90:focus {
  color: rgb(251 113 133 / 0.9);
}
.focus\:text-rose-400\/95:focus {
  color: rgb(251 113 133 / 0.95);
}
.focus\:text-rose-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.focus\:text-rose-50\/0:focus {
  color: rgb(255 241 242 / 0);
}
.focus\:text-rose-50\/10:focus {
  color: rgb(255 241 242 / 0.1);
}
.focus\:text-rose-50\/100:focus {
  color: rgb(255 241 242 / 1);
}
.focus\:text-rose-50\/20:focus {
  color: rgb(255 241 242 / 0.2);
}
.focus\:text-rose-50\/25:focus {
  color: rgb(255 241 242 / 0.25);
}
.focus\:text-rose-50\/30:focus {
  color: rgb(255 241 242 / 0.3);
}
.focus\:text-rose-50\/40:focus {
  color: rgb(255 241 242 / 0.4);
}
.focus\:text-rose-50\/5:focus {
  color: rgb(255 241 242 / 0.05);
}
.focus\:text-rose-50\/50:focus {
  color: rgb(255 241 242 / 0.5);
}
.focus\:text-rose-50\/60:focus {
  color: rgb(255 241 242 / 0.6);
}
.focus\:text-rose-50\/70:focus {
  color: rgb(255 241 242 / 0.7);
}
.focus\:text-rose-50\/75:focus {
  color: rgb(255 241 242 / 0.75);
}
.focus\:text-rose-50\/80:focus {
  color: rgb(255 241 242 / 0.8);
}
.focus\:text-rose-50\/90:focus {
  color: rgb(255 241 242 / 0.9);
}
.focus\:text-rose-50\/95:focus {
  color: rgb(255 241 242 / 0.95);
}
.focus\:text-rose-500:focus {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.focus\:text-rose-500\/0:focus {
  color: rgb(244 63 94 / 0);
}
.focus\:text-rose-500\/10:focus {
  color: rgb(244 63 94 / 0.1);
}
.focus\:text-rose-500\/100:focus {
  color: rgb(244 63 94 / 1);
}
.focus\:text-rose-500\/20:focus {
  color: rgb(244 63 94 / 0.2);
}
.focus\:text-rose-500\/25:focus {
  color: rgb(244 63 94 / 0.25);
}
.focus\:text-rose-500\/30:focus {
  color: rgb(244 63 94 / 0.3);
}
.focus\:text-rose-500\/40:focus {
  color: rgb(244 63 94 / 0.4);
}
.focus\:text-rose-500\/5:focus {
  color: rgb(244 63 94 / 0.05);
}
.focus\:text-rose-500\/50:focus {
  color: rgb(244 63 94 / 0.5);
}
.focus\:text-rose-500\/60:focus {
  color: rgb(244 63 94 / 0.6);
}
.focus\:text-rose-500\/70:focus {
  color: rgb(244 63 94 / 0.7);
}
.focus\:text-rose-500\/75:focus {
  color: rgb(244 63 94 / 0.75);
}
.focus\:text-rose-500\/80:focus {
  color: rgb(244 63 94 / 0.8);
}
.focus\:text-rose-500\/90:focus {
  color: rgb(244 63 94 / 0.9);
}
.focus\:text-rose-500\/95:focus {
  color: rgb(244 63 94 / 0.95);
}
.focus\:text-rose-600:focus {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.focus\:text-rose-600\/0:focus {
  color: rgb(225 29 72 / 0);
}
.focus\:text-rose-600\/10:focus {
  color: rgb(225 29 72 / 0.1);
}
.focus\:text-rose-600\/100:focus {
  color: rgb(225 29 72 / 1);
}
.focus\:text-rose-600\/20:focus {
  color: rgb(225 29 72 / 0.2);
}
.focus\:text-rose-600\/25:focus {
  color: rgb(225 29 72 / 0.25);
}
.focus\:text-rose-600\/30:focus {
  color: rgb(225 29 72 / 0.3);
}
.focus\:text-rose-600\/40:focus {
  color: rgb(225 29 72 / 0.4);
}
.focus\:text-rose-600\/5:focus {
  color: rgb(225 29 72 / 0.05);
}
.focus\:text-rose-600\/50:focus {
  color: rgb(225 29 72 / 0.5);
}
.focus\:text-rose-600\/60:focus {
  color: rgb(225 29 72 / 0.6);
}
.focus\:text-rose-600\/70:focus {
  color: rgb(225 29 72 / 0.7);
}
.focus\:text-rose-600\/75:focus {
  color: rgb(225 29 72 / 0.75);
}
.focus\:text-rose-600\/80:focus {
  color: rgb(225 29 72 / 0.8);
}
.focus\:text-rose-600\/90:focus {
  color: rgb(225 29 72 / 0.9);
}
.focus\:text-rose-600\/95:focus {
  color: rgb(225 29 72 / 0.95);
}
.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.focus\:text-rose-700\/0:focus {
  color: rgb(190 18 60 / 0);
}
.focus\:text-rose-700\/10:focus {
  color: rgb(190 18 60 / 0.1);
}
.focus\:text-rose-700\/100:focus {
  color: rgb(190 18 60 / 1);
}
.focus\:text-rose-700\/20:focus {
  color: rgb(190 18 60 / 0.2);
}
.focus\:text-rose-700\/25:focus {
  color: rgb(190 18 60 / 0.25);
}
.focus\:text-rose-700\/30:focus {
  color: rgb(190 18 60 / 0.3);
}
.focus\:text-rose-700\/40:focus {
  color: rgb(190 18 60 / 0.4);
}
.focus\:text-rose-700\/5:focus {
  color: rgb(190 18 60 / 0.05);
}
.focus\:text-rose-700\/50:focus {
  color: rgb(190 18 60 / 0.5);
}
.focus\:text-rose-700\/60:focus {
  color: rgb(190 18 60 / 0.6);
}
.focus\:text-rose-700\/70:focus {
  color: rgb(190 18 60 / 0.7);
}
.focus\:text-rose-700\/75:focus {
  color: rgb(190 18 60 / 0.75);
}
.focus\:text-rose-700\/80:focus {
  color: rgb(190 18 60 / 0.8);
}
.focus\:text-rose-700\/90:focus {
  color: rgb(190 18 60 / 0.9);
}
.focus\:text-rose-700\/95:focus {
  color: rgb(190 18 60 / 0.95);
}
.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.focus\:text-rose-800\/0:focus {
  color: rgb(159 18 57 / 0);
}
.focus\:text-rose-800\/10:focus {
  color: rgb(159 18 57 / 0.1);
}
.focus\:text-rose-800\/100:focus {
  color: rgb(159 18 57 / 1);
}
.focus\:text-rose-800\/20:focus {
  color: rgb(159 18 57 / 0.2);
}
.focus\:text-rose-800\/25:focus {
  color: rgb(159 18 57 / 0.25);
}
.focus\:text-rose-800\/30:focus {
  color: rgb(159 18 57 / 0.3);
}
.focus\:text-rose-800\/40:focus {
  color: rgb(159 18 57 / 0.4);
}
.focus\:text-rose-800\/5:focus {
  color: rgb(159 18 57 / 0.05);
}
.focus\:text-rose-800\/50:focus {
  color: rgb(159 18 57 / 0.5);
}
.focus\:text-rose-800\/60:focus {
  color: rgb(159 18 57 / 0.6);
}
.focus\:text-rose-800\/70:focus {
  color: rgb(159 18 57 / 0.7);
}
.focus\:text-rose-800\/75:focus {
  color: rgb(159 18 57 / 0.75);
}
.focus\:text-rose-800\/80:focus {
  color: rgb(159 18 57 / 0.8);
}
.focus\:text-rose-800\/90:focus {
  color: rgb(159 18 57 / 0.9);
}
.focus\:text-rose-800\/95:focus {
  color: rgb(159 18 57 / 0.95);
}
.focus\:text-rose-900:focus {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.focus\:text-rose-900\/0:focus {
  color: rgb(136 19 55 / 0);
}
.focus\:text-rose-900\/10:focus {
  color: rgb(136 19 55 / 0.1);
}
.focus\:text-rose-900\/100:focus {
  color: rgb(136 19 55 / 1);
}
.focus\:text-rose-900\/20:focus {
  color: rgb(136 19 55 / 0.2);
}
.focus\:text-rose-900\/25:focus {
  color: rgb(136 19 55 / 0.25);
}
.focus\:text-rose-900\/30:focus {
  color: rgb(136 19 55 / 0.3);
}
.focus\:text-rose-900\/40:focus {
  color: rgb(136 19 55 / 0.4);
}
.focus\:text-rose-900\/5:focus {
  color: rgb(136 19 55 / 0.05);
}
.focus\:text-rose-900\/50:focus {
  color: rgb(136 19 55 / 0.5);
}
.focus\:text-rose-900\/60:focus {
  color: rgb(136 19 55 / 0.6);
}
.focus\:text-rose-900\/70:focus {
  color: rgb(136 19 55 / 0.7);
}
.focus\:text-rose-900\/75:focus {
  color: rgb(136 19 55 / 0.75);
}
.focus\:text-rose-900\/80:focus {
  color: rgb(136 19 55 / 0.8);
}
.focus\:text-rose-900\/90:focus {
  color: rgb(136 19 55 / 0.9);
}
.focus\:text-rose-900\/95:focus {
  color: rgb(136 19 55 / 0.95);
}
.focus\:text-rose-950:focus {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.focus\:text-rose-950\/0:focus {
  color: rgb(76 5 25 / 0);
}
.focus\:text-rose-950\/10:focus {
  color: rgb(76 5 25 / 0.1);
}
.focus\:text-rose-950\/100:focus {
  color: rgb(76 5 25 / 1);
}
.focus\:text-rose-950\/20:focus {
  color: rgb(76 5 25 / 0.2);
}
.focus\:text-rose-950\/25:focus {
  color: rgb(76 5 25 / 0.25);
}
.focus\:text-rose-950\/30:focus {
  color: rgb(76 5 25 / 0.3);
}
.focus\:text-rose-950\/40:focus {
  color: rgb(76 5 25 / 0.4);
}
.focus\:text-rose-950\/5:focus {
  color: rgb(76 5 25 / 0.05);
}
.focus\:text-rose-950\/50:focus {
  color: rgb(76 5 25 / 0.5);
}
.focus\:text-rose-950\/60:focus {
  color: rgb(76 5 25 / 0.6);
}
.focus\:text-rose-950\/70:focus {
  color: rgb(76 5 25 / 0.7);
}
.focus\:text-rose-950\/75:focus {
  color: rgb(76 5 25 / 0.75);
}
.focus\:text-rose-950\/80:focus {
  color: rgb(76 5 25 / 0.8);
}
.focus\:text-rose-950\/90:focus {
  color: rgb(76 5 25 / 0.9);
}
.focus\:text-rose-950\/95:focus {
  color: rgb(76 5 25 / 0.95);
}
.focus\:text-sky-100:focus {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.focus\:text-sky-100\/0:focus {
  color: rgb(224 242 254 / 0);
}
.focus\:text-sky-100\/10:focus {
  color: rgb(224 242 254 / 0.1);
}
.focus\:text-sky-100\/100:focus {
  color: rgb(224 242 254 / 1);
}
.focus\:text-sky-100\/20:focus {
  color: rgb(224 242 254 / 0.2);
}
.focus\:text-sky-100\/25:focus {
  color: rgb(224 242 254 / 0.25);
}
.focus\:text-sky-100\/30:focus {
  color: rgb(224 242 254 / 0.3);
}
.focus\:text-sky-100\/40:focus {
  color: rgb(224 242 254 / 0.4);
}
.focus\:text-sky-100\/5:focus {
  color: rgb(224 242 254 / 0.05);
}
.focus\:text-sky-100\/50:focus {
  color: rgb(224 242 254 / 0.5);
}
.focus\:text-sky-100\/60:focus {
  color: rgb(224 242 254 / 0.6);
}
.focus\:text-sky-100\/70:focus {
  color: rgb(224 242 254 / 0.7);
}
.focus\:text-sky-100\/75:focus {
  color: rgb(224 242 254 / 0.75);
}
.focus\:text-sky-100\/80:focus {
  color: rgb(224 242 254 / 0.8);
}
.focus\:text-sky-100\/90:focus {
  color: rgb(224 242 254 / 0.9);
}
.focus\:text-sky-100\/95:focus {
  color: rgb(224 242 254 / 0.95);
}
.focus\:text-sky-200:focus {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.focus\:text-sky-200\/0:focus {
  color: rgb(186 230 253 / 0);
}
.focus\:text-sky-200\/10:focus {
  color: rgb(186 230 253 / 0.1);
}
.focus\:text-sky-200\/100:focus {
  color: rgb(186 230 253 / 1);
}
.focus\:text-sky-200\/20:focus {
  color: rgb(186 230 253 / 0.2);
}
.focus\:text-sky-200\/25:focus {
  color: rgb(186 230 253 / 0.25);
}
.focus\:text-sky-200\/30:focus {
  color: rgb(186 230 253 / 0.3);
}
.focus\:text-sky-200\/40:focus {
  color: rgb(186 230 253 / 0.4);
}
.focus\:text-sky-200\/5:focus {
  color: rgb(186 230 253 / 0.05);
}
.focus\:text-sky-200\/50:focus {
  color: rgb(186 230 253 / 0.5);
}
.focus\:text-sky-200\/60:focus {
  color: rgb(186 230 253 / 0.6);
}
.focus\:text-sky-200\/70:focus {
  color: rgb(186 230 253 / 0.7);
}
.focus\:text-sky-200\/75:focus {
  color: rgb(186 230 253 / 0.75);
}
.focus\:text-sky-200\/80:focus {
  color: rgb(186 230 253 / 0.8);
}
.focus\:text-sky-200\/90:focus {
  color: rgb(186 230 253 / 0.9);
}
.focus\:text-sky-200\/95:focus {
  color: rgb(186 230 253 / 0.95);
}
.focus\:text-sky-300:focus {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.focus\:text-sky-300\/0:focus {
  color: rgb(125 211 252 / 0);
}
.focus\:text-sky-300\/10:focus {
  color: rgb(125 211 252 / 0.1);
}
.focus\:text-sky-300\/100:focus {
  color: rgb(125 211 252 / 1);
}
.focus\:text-sky-300\/20:focus {
  color: rgb(125 211 252 / 0.2);
}
.focus\:text-sky-300\/25:focus {
  color: rgb(125 211 252 / 0.25);
}
.focus\:text-sky-300\/30:focus {
  color: rgb(125 211 252 / 0.3);
}
.focus\:text-sky-300\/40:focus {
  color: rgb(125 211 252 / 0.4);
}
.focus\:text-sky-300\/5:focus {
  color: rgb(125 211 252 / 0.05);
}
.focus\:text-sky-300\/50:focus {
  color: rgb(125 211 252 / 0.5);
}
.focus\:text-sky-300\/60:focus {
  color: rgb(125 211 252 / 0.6);
}
.focus\:text-sky-300\/70:focus {
  color: rgb(125 211 252 / 0.7);
}
.focus\:text-sky-300\/75:focus {
  color: rgb(125 211 252 / 0.75);
}
.focus\:text-sky-300\/80:focus {
  color: rgb(125 211 252 / 0.8);
}
.focus\:text-sky-300\/90:focus {
  color: rgb(125 211 252 / 0.9);
}
.focus\:text-sky-300\/95:focus {
  color: rgb(125 211 252 / 0.95);
}
.focus\:text-sky-400:focus {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.focus\:text-sky-400\/0:focus {
  color: rgb(56 189 248 / 0);
}
.focus\:text-sky-400\/10:focus {
  color: rgb(56 189 248 / 0.1);
}
.focus\:text-sky-400\/100:focus {
  color: rgb(56 189 248 / 1);
}
.focus\:text-sky-400\/20:focus {
  color: rgb(56 189 248 / 0.2);
}
.focus\:text-sky-400\/25:focus {
  color: rgb(56 189 248 / 0.25);
}
.focus\:text-sky-400\/30:focus {
  color: rgb(56 189 248 / 0.3);
}
.focus\:text-sky-400\/40:focus {
  color: rgb(56 189 248 / 0.4);
}
.focus\:text-sky-400\/5:focus {
  color: rgb(56 189 248 / 0.05);
}
.focus\:text-sky-400\/50:focus {
  color: rgb(56 189 248 / 0.5);
}
.focus\:text-sky-400\/60:focus {
  color: rgb(56 189 248 / 0.6);
}
.focus\:text-sky-400\/70:focus {
  color: rgb(56 189 248 / 0.7);
}
.focus\:text-sky-400\/75:focus {
  color: rgb(56 189 248 / 0.75);
}
.focus\:text-sky-400\/80:focus {
  color: rgb(56 189 248 / 0.8);
}
.focus\:text-sky-400\/90:focus {
  color: rgb(56 189 248 / 0.9);
}
.focus\:text-sky-400\/95:focus {
  color: rgb(56 189 248 / 0.95);
}
.focus\:text-sky-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.focus\:text-sky-50\/0:focus {
  color: rgb(240 249 255 / 0);
}
.focus\:text-sky-50\/10:focus {
  color: rgb(240 249 255 / 0.1);
}
.focus\:text-sky-50\/100:focus {
  color: rgb(240 249 255 / 1);
}
.focus\:text-sky-50\/20:focus {
  color: rgb(240 249 255 / 0.2);
}
.focus\:text-sky-50\/25:focus {
  color: rgb(240 249 255 / 0.25);
}
.focus\:text-sky-50\/30:focus {
  color: rgb(240 249 255 / 0.3);
}
.focus\:text-sky-50\/40:focus {
  color: rgb(240 249 255 / 0.4);
}
.focus\:text-sky-50\/5:focus {
  color: rgb(240 249 255 / 0.05);
}
.focus\:text-sky-50\/50:focus {
  color: rgb(240 249 255 / 0.5);
}
.focus\:text-sky-50\/60:focus {
  color: rgb(240 249 255 / 0.6);
}
.focus\:text-sky-50\/70:focus {
  color: rgb(240 249 255 / 0.7);
}
.focus\:text-sky-50\/75:focus {
  color: rgb(240 249 255 / 0.75);
}
.focus\:text-sky-50\/80:focus {
  color: rgb(240 249 255 / 0.8);
}
.focus\:text-sky-50\/90:focus {
  color: rgb(240 249 255 / 0.9);
}
.focus\:text-sky-50\/95:focus {
  color: rgb(240 249 255 / 0.95);
}
.focus\:text-sky-500:focus {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.focus\:text-sky-500\/0:focus {
  color: rgb(14 165 233 / 0);
}
.focus\:text-sky-500\/10:focus {
  color: rgb(14 165 233 / 0.1);
}
.focus\:text-sky-500\/100:focus {
  color: rgb(14 165 233 / 1);
}
.focus\:text-sky-500\/20:focus {
  color: rgb(14 165 233 / 0.2);
}
.focus\:text-sky-500\/25:focus {
  color: rgb(14 165 233 / 0.25);
}
.focus\:text-sky-500\/30:focus {
  color: rgb(14 165 233 / 0.3);
}
.focus\:text-sky-500\/40:focus {
  color: rgb(14 165 233 / 0.4);
}
.focus\:text-sky-500\/5:focus {
  color: rgb(14 165 233 / 0.05);
}
.focus\:text-sky-500\/50:focus {
  color: rgb(14 165 233 / 0.5);
}
.focus\:text-sky-500\/60:focus {
  color: rgb(14 165 233 / 0.6);
}
.focus\:text-sky-500\/70:focus {
  color: rgb(14 165 233 / 0.7);
}
.focus\:text-sky-500\/75:focus {
  color: rgb(14 165 233 / 0.75);
}
.focus\:text-sky-500\/80:focus {
  color: rgb(14 165 233 / 0.8);
}
.focus\:text-sky-500\/90:focus {
  color: rgb(14 165 233 / 0.9);
}
.focus\:text-sky-500\/95:focus {
  color: rgb(14 165 233 / 0.95);
}
.focus\:text-sky-600:focus {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.focus\:text-sky-600\/0:focus {
  color: rgb(2 132 199 / 0);
}
.focus\:text-sky-600\/10:focus {
  color: rgb(2 132 199 / 0.1);
}
.focus\:text-sky-600\/100:focus {
  color: rgb(2 132 199 / 1);
}
.focus\:text-sky-600\/20:focus {
  color: rgb(2 132 199 / 0.2);
}
.focus\:text-sky-600\/25:focus {
  color: rgb(2 132 199 / 0.25);
}
.focus\:text-sky-600\/30:focus {
  color: rgb(2 132 199 / 0.3);
}
.focus\:text-sky-600\/40:focus {
  color: rgb(2 132 199 / 0.4);
}
.focus\:text-sky-600\/5:focus {
  color: rgb(2 132 199 / 0.05);
}
.focus\:text-sky-600\/50:focus {
  color: rgb(2 132 199 / 0.5);
}
.focus\:text-sky-600\/60:focus {
  color: rgb(2 132 199 / 0.6);
}
.focus\:text-sky-600\/70:focus {
  color: rgb(2 132 199 / 0.7);
}
.focus\:text-sky-600\/75:focus {
  color: rgb(2 132 199 / 0.75);
}
.focus\:text-sky-600\/80:focus {
  color: rgb(2 132 199 / 0.8);
}
.focus\:text-sky-600\/90:focus {
  color: rgb(2 132 199 / 0.9);
}
.focus\:text-sky-600\/95:focus {
  color: rgb(2 132 199 / 0.95);
}
.focus\:text-sky-700:focus {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.focus\:text-sky-700\/0:focus {
  color: rgb(3 105 161 / 0);
}
.focus\:text-sky-700\/10:focus {
  color: rgb(3 105 161 / 0.1);
}
.focus\:text-sky-700\/100:focus {
  color: rgb(3 105 161 / 1);
}
.focus\:text-sky-700\/20:focus {
  color: rgb(3 105 161 / 0.2);
}
.focus\:text-sky-700\/25:focus {
  color: rgb(3 105 161 / 0.25);
}
.focus\:text-sky-700\/30:focus {
  color: rgb(3 105 161 / 0.3);
}
.focus\:text-sky-700\/40:focus {
  color: rgb(3 105 161 / 0.4);
}
.focus\:text-sky-700\/5:focus {
  color: rgb(3 105 161 / 0.05);
}
.focus\:text-sky-700\/50:focus {
  color: rgb(3 105 161 / 0.5);
}
.focus\:text-sky-700\/60:focus {
  color: rgb(3 105 161 / 0.6);
}
.focus\:text-sky-700\/70:focus {
  color: rgb(3 105 161 / 0.7);
}
.focus\:text-sky-700\/75:focus {
  color: rgb(3 105 161 / 0.75);
}
.focus\:text-sky-700\/80:focus {
  color: rgb(3 105 161 / 0.8);
}
.focus\:text-sky-700\/90:focus {
  color: rgb(3 105 161 / 0.9);
}
.focus\:text-sky-700\/95:focus {
  color: rgb(3 105 161 / 0.95);
}
.focus\:text-sky-800:focus {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.focus\:text-sky-800\/0:focus {
  color: rgb(7 89 133 / 0);
}
.focus\:text-sky-800\/10:focus {
  color: rgb(7 89 133 / 0.1);
}
.focus\:text-sky-800\/100:focus {
  color: rgb(7 89 133 / 1);
}
.focus\:text-sky-800\/20:focus {
  color: rgb(7 89 133 / 0.2);
}
.focus\:text-sky-800\/25:focus {
  color: rgb(7 89 133 / 0.25);
}
.focus\:text-sky-800\/30:focus {
  color: rgb(7 89 133 / 0.3);
}
.focus\:text-sky-800\/40:focus {
  color: rgb(7 89 133 / 0.4);
}
.focus\:text-sky-800\/5:focus {
  color: rgb(7 89 133 / 0.05);
}
.focus\:text-sky-800\/50:focus {
  color: rgb(7 89 133 / 0.5);
}
.focus\:text-sky-800\/60:focus {
  color: rgb(7 89 133 / 0.6);
}
.focus\:text-sky-800\/70:focus {
  color: rgb(7 89 133 / 0.7);
}
.focus\:text-sky-800\/75:focus {
  color: rgb(7 89 133 / 0.75);
}
.focus\:text-sky-800\/80:focus {
  color: rgb(7 89 133 / 0.8);
}
.focus\:text-sky-800\/90:focus {
  color: rgb(7 89 133 / 0.9);
}
.focus\:text-sky-800\/95:focus {
  color: rgb(7 89 133 / 0.95);
}
.focus\:text-sky-900:focus {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.focus\:text-sky-900\/0:focus {
  color: rgb(12 74 110 / 0);
}
.focus\:text-sky-900\/10:focus {
  color: rgb(12 74 110 / 0.1);
}
.focus\:text-sky-900\/100:focus {
  color: rgb(12 74 110 / 1);
}
.focus\:text-sky-900\/20:focus {
  color: rgb(12 74 110 / 0.2);
}
.focus\:text-sky-900\/25:focus {
  color: rgb(12 74 110 / 0.25);
}
.focus\:text-sky-900\/30:focus {
  color: rgb(12 74 110 / 0.3);
}
.focus\:text-sky-900\/40:focus {
  color: rgb(12 74 110 / 0.4);
}
.focus\:text-sky-900\/5:focus {
  color: rgb(12 74 110 / 0.05);
}
.focus\:text-sky-900\/50:focus {
  color: rgb(12 74 110 / 0.5);
}
.focus\:text-sky-900\/60:focus {
  color: rgb(12 74 110 / 0.6);
}
.focus\:text-sky-900\/70:focus {
  color: rgb(12 74 110 / 0.7);
}
.focus\:text-sky-900\/75:focus {
  color: rgb(12 74 110 / 0.75);
}
.focus\:text-sky-900\/80:focus {
  color: rgb(12 74 110 / 0.8);
}
.focus\:text-sky-900\/90:focus {
  color: rgb(12 74 110 / 0.9);
}
.focus\:text-sky-900\/95:focus {
  color: rgb(12 74 110 / 0.95);
}
.focus\:text-sky-950:focus {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.focus\:text-sky-950\/0:focus {
  color: rgb(8 47 73 / 0);
}
.focus\:text-sky-950\/10:focus {
  color: rgb(8 47 73 / 0.1);
}
.focus\:text-sky-950\/100:focus {
  color: rgb(8 47 73 / 1);
}
.focus\:text-sky-950\/20:focus {
  color: rgb(8 47 73 / 0.2);
}
.focus\:text-sky-950\/25:focus {
  color: rgb(8 47 73 / 0.25);
}
.focus\:text-sky-950\/30:focus {
  color: rgb(8 47 73 / 0.3);
}
.focus\:text-sky-950\/40:focus {
  color: rgb(8 47 73 / 0.4);
}
.focus\:text-sky-950\/5:focus {
  color: rgb(8 47 73 / 0.05);
}
.focus\:text-sky-950\/50:focus {
  color: rgb(8 47 73 / 0.5);
}
.focus\:text-sky-950\/60:focus {
  color: rgb(8 47 73 / 0.6);
}
.focus\:text-sky-950\/70:focus {
  color: rgb(8 47 73 / 0.7);
}
.focus\:text-sky-950\/75:focus {
  color: rgb(8 47 73 / 0.75);
}
.focus\:text-sky-950\/80:focus {
  color: rgb(8 47 73 / 0.8);
}
.focus\:text-sky-950\/90:focus {
  color: rgb(8 47 73 / 0.9);
}
.focus\:text-sky-950\/95:focus {
  color: rgb(8 47 73 / 0.95);
}
.focus\:text-slate-100:focus {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.focus\:text-slate-100\/0:focus {
  color: rgb(241 245 249 / 0);
}
.focus\:text-slate-100\/10:focus {
  color: rgb(241 245 249 / 0.1);
}
.focus\:text-slate-100\/100:focus {
  color: rgb(241 245 249 / 1);
}
.focus\:text-slate-100\/20:focus {
  color: rgb(241 245 249 / 0.2);
}
.focus\:text-slate-100\/25:focus {
  color: rgb(241 245 249 / 0.25);
}
.focus\:text-slate-100\/30:focus {
  color: rgb(241 245 249 / 0.3);
}
.focus\:text-slate-100\/40:focus {
  color: rgb(241 245 249 / 0.4);
}
.focus\:text-slate-100\/5:focus {
  color: rgb(241 245 249 / 0.05);
}
.focus\:text-slate-100\/50:focus {
  color: rgb(241 245 249 / 0.5);
}
.focus\:text-slate-100\/60:focus {
  color: rgb(241 245 249 / 0.6);
}
.focus\:text-slate-100\/70:focus {
  color: rgb(241 245 249 / 0.7);
}
.focus\:text-slate-100\/75:focus {
  color: rgb(241 245 249 / 0.75);
}
.focus\:text-slate-100\/80:focus {
  color: rgb(241 245 249 / 0.8);
}
.focus\:text-slate-100\/90:focus {
  color: rgb(241 245 249 / 0.9);
}
.focus\:text-slate-100\/95:focus {
  color: rgb(241 245 249 / 0.95);
}
.focus\:text-slate-200:focus {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.focus\:text-slate-200\/0:focus {
  color: rgb(226 232 240 / 0);
}
.focus\:text-slate-200\/10:focus {
  color: rgb(226 232 240 / 0.1);
}
.focus\:text-slate-200\/100:focus {
  color: rgb(226 232 240 / 1);
}
.focus\:text-slate-200\/20:focus {
  color: rgb(226 232 240 / 0.2);
}
.focus\:text-slate-200\/25:focus {
  color: rgb(226 232 240 / 0.25);
}
.focus\:text-slate-200\/30:focus {
  color: rgb(226 232 240 / 0.3);
}
.focus\:text-slate-200\/40:focus {
  color: rgb(226 232 240 / 0.4);
}
.focus\:text-slate-200\/5:focus {
  color: rgb(226 232 240 / 0.05);
}
.focus\:text-slate-200\/50:focus {
  color: rgb(226 232 240 / 0.5);
}
.focus\:text-slate-200\/60:focus {
  color: rgb(226 232 240 / 0.6);
}
.focus\:text-slate-200\/70:focus {
  color: rgb(226 232 240 / 0.7);
}
.focus\:text-slate-200\/75:focus {
  color: rgb(226 232 240 / 0.75);
}
.focus\:text-slate-200\/80:focus {
  color: rgb(226 232 240 / 0.8);
}
.focus\:text-slate-200\/90:focus {
  color: rgb(226 232 240 / 0.9);
}
.focus\:text-slate-200\/95:focus {
  color: rgb(226 232 240 / 0.95);
}
.focus\:text-slate-300:focus {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.focus\:text-slate-300\/0:focus {
  color: rgb(203 213 225 / 0);
}
.focus\:text-slate-300\/10:focus {
  color: rgb(203 213 225 / 0.1);
}
.focus\:text-slate-300\/100:focus {
  color: rgb(203 213 225 / 1);
}
.focus\:text-slate-300\/20:focus {
  color: rgb(203 213 225 / 0.2);
}
.focus\:text-slate-300\/25:focus {
  color: rgb(203 213 225 / 0.25);
}
.focus\:text-slate-300\/30:focus {
  color: rgb(203 213 225 / 0.3);
}
.focus\:text-slate-300\/40:focus {
  color: rgb(203 213 225 / 0.4);
}
.focus\:text-slate-300\/5:focus {
  color: rgb(203 213 225 / 0.05);
}
.focus\:text-slate-300\/50:focus {
  color: rgb(203 213 225 / 0.5);
}
.focus\:text-slate-300\/60:focus {
  color: rgb(203 213 225 / 0.6);
}
.focus\:text-slate-300\/70:focus {
  color: rgb(203 213 225 / 0.7);
}
.focus\:text-slate-300\/75:focus {
  color: rgb(203 213 225 / 0.75);
}
.focus\:text-slate-300\/80:focus {
  color: rgb(203 213 225 / 0.8);
}
.focus\:text-slate-300\/90:focus {
  color: rgb(203 213 225 / 0.9);
}
.focus\:text-slate-300\/95:focus {
  color: rgb(203 213 225 / 0.95);
}
.focus\:text-slate-400:focus {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.focus\:text-slate-400\/0:focus {
  color: rgb(148 163 184 / 0);
}
.focus\:text-slate-400\/10:focus {
  color: rgb(148 163 184 / 0.1);
}
.focus\:text-slate-400\/100:focus {
  color: rgb(148 163 184 / 1);
}
.focus\:text-slate-400\/20:focus {
  color: rgb(148 163 184 / 0.2);
}
.focus\:text-slate-400\/25:focus {
  color: rgb(148 163 184 / 0.25);
}
.focus\:text-slate-400\/30:focus {
  color: rgb(148 163 184 / 0.3);
}
.focus\:text-slate-400\/40:focus {
  color: rgb(148 163 184 / 0.4);
}
.focus\:text-slate-400\/5:focus {
  color: rgb(148 163 184 / 0.05);
}
.focus\:text-slate-400\/50:focus {
  color: rgb(148 163 184 / 0.5);
}
.focus\:text-slate-400\/60:focus {
  color: rgb(148 163 184 / 0.6);
}
.focus\:text-slate-400\/70:focus {
  color: rgb(148 163 184 / 0.7);
}
.focus\:text-slate-400\/75:focus {
  color: rgb(148 163 184 / 0.75);
}
.focus\:text-slate-400\/80:focus {
  color: rgb(148 163 184 / 0.8);
}
.focus\:text-slate-400\/90:focus {
  color: rgb(148 163 184 / 0.9);
}
.focus\:text-slate-400\/95:focus {
  color: rgb(148 163 184 / 0.95);
}
.focus\:text-slate-50:focus {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.focus\:text-slate-50\/0:focus {
  color: rgb(248 250 252 / 0);
}
.focus\:text-slate-50\/10:focus {
  color: rgb(248 250 252 / 0.1);
}
.focus\:text-slate-50\/100:focus {
  color: rgb(248 250 252 / 1);
}
.focus\:text-slate-50\/20:focus {
  color: rgb(248 250 252 / 0.2);
}
.focus\:text-slate-50\/25:focus {
  color: rgb(248 250 252 / 0.25);
}
.focus\:text-slate-50\/30:focus {
  color: rgb(248 250 252 / 0.3);
}
.focus\:text-slate-50\/40:focus {
  color: rgb(248 250 252 / 0.4);
}
.focus\:text-slate-50\/5:focus {
  color: rgb(248 250 252 / 0.05);
}
.focus\:text-slate-50\/50:focus {
  color: rgb(248 250 252 / 0.5);
}
.focus\:text-slate-50\/60:focus {
  color: rgb(248 250 252 / 0.6);
}
.focus\:text-slate-50\/70:focus {
  color: rgb(248 250 252 / 0.7);
}
.focus\:text-slate-50\/75:focus {
  color: rgb(248 250 252 / 0.75);
}
.focus\:text-slate-50\/80:focus {
  color: rgb(248 250 252 / 0.8);
}
.focus\:text-slate-50\/90:focus {
  color: rgb(248 250 252 / 0.9);
}
.focus\:text-slate-50\/95:focus {
  color: rgb(248 250 252 / 0.95);
}
.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.focus\:text-slate-500\/0:focus {
  color: rgb(100 116 139 / 0);
}
.focus\:text-slate-500\/10:focus {
  color: rgb(100 116 139 / 0.1);
}
.focus\:text-slate-500\/100:focus {
  color: rgb(100 116 139 / 1);
}
.focus\:text-slate-500\/20:focus {
  color: rgb(100 116 139 / 0.2);
}
.focus\:text-slate-500\/25:focus {
  color: rgb(100 116 139 / 0.25);
}
.focus\:text-slate-500\/30:focus {
  color: rgb(100 116 139 / 0.3);
}
.focus\:text-slate-500\/40:focus {
  color: rgb(100 116 139 / 0.4);
}
.focus\:text-slate-500\/5:focus {
  color: rgb(100 116 139 / 0.05);
}
.focus\:text-slate-500\/50:focus {
  color: rgb(100 116 139 / 0.5);
}
.focus\:text-slate-500\/60:focus {
  color: rgb(100 116 139 / 0.6);
}
.focus\:text-slate-500\/70:focus {
  color: rgb(100 116 139 / 0.7);
}
.focus\:text-slate-500\/75:focus {
  color: rgb(100 116 139 / 0.75);
}
.focus\:text-slate-500\/80:focus {
  color: rgb(100 116 139 / 0.8);
}
.focus\:text-slate-500\/90:focus {
  color: rgb(100 116 139 / 0.9);
}
.focus\:text-slate-500\/95:focus {
  color: rgb(100 116 139 / 0.95);
}
.focus\:text-slate-600:focus {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.focus\:text-slate-600\/0:focus {
  color: rgb(71 85 105 / 0);
}
.focus\:text-slate-600\/10:focus {
  color: rgb(71 85 105 / 0.1);
}
.focus\:text-slate-600\/100:focus {
  color: rgb(71 85 105 / 1);
}
.focus\:text-slate-600\/20:focus {
  color: rgb(71 85 105 / 0.2);
}
.focus\:text-slate-600\/25:focus {
  color: rgb(71 85 105 / 0.25);
}
.focus\:text-slate-600\/30:focus {
  color: rgb(71 85 105 / 0.3);
}
.focus\:text-slate-600\/40:focus {
  color: rgb(71 85 105 / 0.4);
}
.focus\:text-slate-600\/5:focus {
  color: rgb(71 85 105 / 0.05);
}
.focus\:text-slate-600\/50:focus {
  color: rgb(71 85 105 / 0.5);
}
.focus\:text-slate-600\/60:focus {
  color: rgb(71 85 105 / 0.6);
}
.focus\:text-slate-600\/70:focus {
  color: rgb(71 85 105 / 0.7);
}
.focus\:text-slate-600\/75:focus {
  color: rgb(71 85 105 / 0.75);
}
.focus\:text-slate-600\/80:focus {
  color: rgb(71 85 105 / 0.8);
}
.focus\:text-slate-600\/90:focus {
  color: rgb(71 85 105 / 0.9);
}
.focus\:text-slate-600\/95:focus {
  color: rgb(71 85 105 / 0.95);
}
.focus\:text-slate-700:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.focus\:text-slate-700\/0:focus {
  color: rgb(51 65 85 / 0);
}
.focus\:text-slate-700\/10:focus {
  color: rgb(51 65 85 / 0.1);
}
.focus\:text-slate-700\/100:focus {
  color: rgb(51 65 85 / 1);
}
.focus\:text-slate-700\/20:focus {
  color: rgb(51 65 85 / 0.2);
}
.focus\:text-slate-700\/25:focus {
  color: rgb(51 65 85 / 0.25);
}
.focus\:text-slate-700\/30:focus {
  color: rgb(51 65 85 / 0.3);
}
.focus\:text-slate-700\/40:focus {
  color: rgb(51 65 85 / 0.4);
}
.focus\:text-slate-700\/5:focus {
  color: rgb(51 65 85 / 0.05);
}
.focus\:text-slate-700\/50:focus {
  color: rgb(51 65 85 / 0.5);
}
.focus\:text-slate-700\/60:focus {
  color: rgb(51 65 85 / 0.6);
}
.focus\:text-slate-700\/70:focus {
  color: rgb(51 65 85 / 0.7);
}
.focus\:text-slate-700\/75:focus {
  color: rgb(51 65 85 / 0.75);
}
.focus\:text-slate-700\/80:focus {
  color: rgb(51 65 85 / 0.8);
}
.focus\:text-slate-700\/90:focus {
  color: rgb(51 65 85 / 0.9);
}
.focus\:text-slate-700\/95:focus {
  color: rgb(51 65 85 / 0.95);
}
.focus\:text-slate-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.focus\:text-slate-800\/0:focus {
  color: rgb(30 41 59 / 0);
}
.focus\:text-slate-800\/10:focus {
  color: rgb(30 41 59 / 0.1);
}
.focus\:text-slate-800\/100:focus {
  color: rgb(30 41 59 / 1);
}
.focus\:text-slate-800\/20:focus {
  color: rgb(30 41 59 / 0.2);
}
.focus\:text-slate-800\/25:focus {
  color: rgb(30 41 59 / 0.25);
}
.focus\:text-slate-800\/30:focus {
  color: rgb(30 41 59 / 0.3);
}
.focus\:text-slate-800\/40:focus {
  color: rgb(30 41 59 / 0.4);
}
.focus\:text-slate-800\/5:focus {
  color: rgb(30 41 59 / 0.05);
}
.focus\:text-slate-800\/50:focus {
  color: rgb(30 41 59 / 0.5);
}
.focus\:text-slate-800\/60:focus {
  color: rgb(30 41 59 / 0.6);
}
.focus\:text-slate-800\/70:focus {
  color: rgb(30 41 59 / 0.7);
}
.focus\:text-slate-800\/75:focus {
  color: rgb(30 41 59 / 0.75);
}
.focus\:text-slate-800\/80:focus {
  color: rgb(30 41 59 / 0.8);
}
.focus\:text-slate-800\/90:focus {
  color: rgb(30 41 59 / 0.9);
}
.focus\:text-slate-800\/95:focus {
  color: rgb(30 41 59 / 0.95);
}
.focus\:text-slate-900:focus {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.focus\:text-slate-900\/0:focus {
  color: rgb(15 23 42 / 0);
}
.focus\:text-slate-900\/10:focus {
  color: rgb(15 23 42 / 0.1);
}
.focus\:text-slate-900\/100:focus {
  color: rgb(15 23 42 / 1);
}
.focus\:text-slate-900\/20:focus {
  color: rgb(15 23 42 / 0.2);
}
.focus\:text-slate-900\/25:focus {
  color: rgb(15 23 42 / 0.25);
}
.focus\:text-slate-900\/30:focus {
  color: rgb(15 23 42 / 0.3);
}
.focus\:text-slate-900\/40:focus {
  color: rgb(15 23 42 / 0.4);
}
.focus\:text-slate-900\/5:focus {
  color: rgb(15 23 42 / 0.05);
}
.focus\:text-slate-900\/50:focus {
  color: rgb(15 23 42 / 0.5);
}
.focus\:text-slate-900\/60:focus {
  color: rgb(15 23 42 / 0.6);
}
.focus\:text-slate-900\/70:focus {
  color: rgb(15 23 42 / 0.7);
}
.focus\:text-slate-900\/75:focus {
  color: rgb(15 23 42 / 0.75);
}
.focus\:text-slate-900\/80:focus {
  color: rgb(15 23 42 / 0.8);
}
.focus\:text-slate-900\/90:focus {
  color: rgb(15 23 42 / 0.9);
}
.focus\:text-slate-900\/95:focus {
  color: rgb(15 23 42 / 0.95);
}
.focus\:text-slate-950:focus {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.focus\:text-slate-950\/0:focus {
  color: rgb(2 6 23 / 0);
}
.focus\:text-slate-950\/10:focus {
  color: rgb(2 6 23 / 0.1);
}
.focus\:text-slate-950\/100:focus {
  color: rgb(2 6 23 / 1);
}
.focus\:text-slate-950\/20:focus {
  color: rgb(2 6 23 / 0.2);
}
.focus\:text-slate-950\/25:focus {
  color: rgb(2 6 23 / 0.25);
}
.focus\:text-slate-950\/30:focus {
  color: rgb(2 6 23 / 0.3);
}
.focus\:text-slate-950\/40:focus {
  color: rgb(2 6 23 / 0.4);
}
.focus\:text-slate-950\/5:focus {
  color: rgb(2 6 23 / 0.05);
}
.focus\:text-slate-950\/50:focus {
  color: rgb(2 6 23 / 0.5);
}
.focus\:text-slate-950\/60:focus {
  color: rgb(2 6 23 / 0.6);
}
.focus\:text-slate-950\/70:focus {
  color: rgb(2 6 23 / 0.7);
}
.focus\:text-slate-950\/75:focus {
  color: rgb(2 6 23 / 0.75);
}
.focus\:text-slate-950\/80:focus {
  color: rgb(2 6 23 / 0.8);
}
.focus\:text-slate-950\/90:focus {
  color: rgb(2 6 23 / 0.9);
}
.focus\:text-slate-950\/95:focus {
  color: rgb(2 6 23 / 0.95);
}
.focus\:text-stone-100:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.focus\:text-stone-100\/0:focus {
  color: rgb(245 245 244 / 0);
}
.focus\:text-stone-100\/10:focus {
  color: rgb(245 245 244 / 0.1);
}
.focus\:text-stone-100\/100:focus {
  color: rgb(245 245 244 / 1);
}
.focus\:text-stone-100\/20:focus {
  color: rgb(245 245 244 / 0.2);
}
.focus\:text-stone-100\/25:focus {
  color: rgb(245 245 244 / 0.25);
}
.focus\:text-stone-100\/30:focus {
  color: rgb(245 245 244 / 0.3);
}
.focus\:text-stone-100\/40:focus {
  color: rgb(245 245 244 / 0.4);
}
.focus\:text-stone-100\/5:focus {
  color: rgb(245 245 244 / 0.05);
}
.focus\:text-stone-100\/50:focus {
  color: rgb(245 245 244 / 0.5);
}
.focus\:text-stone-100\/60:focus {
  color: rgb(245 245 244 / 0.6);
}
.focus\:text-stone-100\/70:focus {
  color: rgb(245 245 244 / 0.7);
}
.focus\:text-stone-100\/75:focus {
  color: rgb(245 245 244 / 0.75);
}
.focus\:text-stone-100\/80:focus {
  color: rgb(245 245 244 / 0.8);
}
.focus\:text-stone-100\/90:focus {
  color: rgb(245 245 244 / 0.9);
}
.focus\:text-stone-100\/95:focus {
  color: rgb(245 245 244 / 0.95);
}
.focus\:text-stone-200:focus {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.focus\:text-stone-200\/0:focus {
  color: rgb(231 229 228 / 0);
}
.focus\:text-stone-200\/10:focus {
  color: rgb(231 229 228 / 0.1);
}
.focus\:text-stone-200\/100:focus {
  color: rgb(231 229 228 / 1);
}
.focus\:text-stone-200\/20:focus {
  color: rgb(231 229 228 / 0.2);
}
.focus\:text-stone-200\/25:focus {
  color: rgb(231 229 228 / 0.25);
}
.focus\:text-stone-200\/30:focus {
  color: rgb(231 229 228 / 0.3);
}
.focus\:text-stone-200\/40:focus {
  color: rgb(231 229 228 / 0.4);
}
.focus\:text-stone-200\/5:focus {
  color: rgb(231 229 228 / 0.05);
}
.focus\:text-stone-200\/50:focus {
  color: rgb(231 229 228 / 0.5);
}
.focus\:text-stone-200\/60:focus {
  color: rgb(231 229 228 / 0.6);
}
.focus\:text-stone-200\/70:focus {
  color: rgb(231 229 228 / 0.7);
}
.focus\:text-stone-200\/75:focus {
  color: rgb(231 229 228 / 0.75);
}
.focus\:text-stone-200\/80:focus {
  color: rgb(231 229 228 / 0.8);
}
.focus\:text-stone-200\/90:focus {
  color: rgb(231 229 228 / 0.9);
}
.focus\:text-stone-200\/95:focus {
  color: rgb(231 229 228 / 0.95);
}
.focus\:text-stone-300:focus {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.focus\:text-stone-300\/0:focus {
  color: rgb(214 211 209 / 0);
}
.focus\:text-stone-300\/10:focus {
  color: rgb(214 211 209 / 0.1);
}
.focus\:text-stone-300\/100:focus {
  color: rgb(214 211 209 / 1);
}
.focus\:text-stone-300\/20:focus {
  color: rgb(214 211 209 / 0.2);
}
.focus\:text-stone-300\/25:focus {
  color: rgb(214 211 209 / 0.25);
}
.focus\:text-stone-300\/30:focus {
  color: rgb(214 211 209 / 0.3);
}
.focus\:text-stone-300\/40:focus {
  color: rgb(214 211 209 / 0.4);
}
.focus\:text-stone-300\/5:focus {
  color: rgb(214 211 209 / 0.05);
}
.focus\:text-stone-300\/50:focus {
  color: rgb(214 211 209 / 0.5);
}
.focus\:text-stone-300\/60:focus {
  color: rgb(214 211 209 / 0.6);
}
.focus\:text-stone-300\/70:focus {
  color: rgb(214 211 209 / 0.7);
}
.focus\:text-stone-300\/75:focus {
  color: rgb(214 211 209 / 0.75);
}
.focus\:text-stone-300\/80:focus {
  color: rgb(214 211 209 / 0.8);
}
.focus\:text-stone-300\/90:focus {
  color: rgb(214 211 209 / 0.9);
}
.focus\:text-stone-300\/95:focus {
  color: rgb(214 211 209 / 0.95);
}
.focus\:text-stone-400:focus {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.focus\:text-stone-400\/0:focus {
  color: rgb(168 162 158 / 0);
}
.focus\:text-stone-400\/10:focus {
  color: rgb(168 162 158 / 0.1);
}
.focus\:text-stone-400\/100:focus {
  color: rgb(168 162 158 / 1);
}
.focus\:text-stone-400\/20:focus {
  color: rgb(168 162 158 / 0.2);
}
.focus\:text-stone-400\/25:focus {
  color: rgb(168 162 158 / 0.25);
}
.focus\:text-stone-400\/30:focus {
  color: rgb(168 162 158 / 0.3);
}
.focus\:text-stone-400\/40:focus {
  color: rgb(168 162 158 / 0.4);
}
.focus\:text-stone-400\/5:focus {
  color: rgb(168 162 158 / 0.05);
}
.focus\:text-stone-400\/50:focus {
  color: rgb(168 162 158 / 0.5);
}
.focus\:text-stone-400\/60:focus {
  color: rgb(168 162 158 / 0.6);
}
.focus\:text-stone-400\/70:focus {
  color: rgb(168 162 158 / 0.7);
}
.focus\:text-stone-400\/75:focus {
  color: rgb(168 162 158 / 0.75);
}
.focus\:text-stone-400\/80:focus {
  color: rgb(168 162 158 / 0.8);
}
.focus\:text-stone-400\/90:focus {
  color: rgb(168 162 158 / 0.9);
}
.focus\:text-stone-400\/95:focus {
  color: rgb(168 162 158 / 0.95);
}
.focus\:text-stone-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.focus\:text-stone-50\/0:focus {
  color: rgb(250 250 249 / 0);
}
.focus\:text-stone-50\/10:focus {
  color: rgb(250 250 249 / 0.1);
}
.focus\:text-stone-50\/100:focus {
  color: rgb(250 250 249 / 1);
}
.focus\:text-stone-50\/20:focus {
  color: rgb(250 250 249 / 0.2);
}
.focus\:text-stone-50\/25:focus {
  color: rgb(250 250 249 / 0.25);
}
.focus\:text-stone-50\/30:focus {
  color: rgb(250 250 249 / 0.3);
}
.focus\:text-stone-50\/40:focus {
  color: rgb(250 250 249 / 0.4);
}
.focus\:text-stone-50\/5:focus {
  color: rgb(250 250 249 / 0.05);
}
.focus\:text-stone-50\/50:focus {
  color: rgb(250 250 249 / 0.5);
}
.focus\:text-stone-50\/60:focus {
  color: rgb(250 250 249 / 0.6);
}
.focus\:text-stone-50\/70:focus {
  color: rgb(250 250 249 / 0.7);
}
.focus\:text-stone-50\/75:focus {
  color: rgb(250 250 249 / 0.75);
}
.focus\:text-stone-50\/80:focus {
  color: rgb(250 250 249 / 0.8);
}
.focus\:text-stone-50\/90:focus {
  color: rgb(250 250 249 / 0.9);
}
.focus\:text-stone-50\/95:focus {
  color: rgb(250 250 249 / 0.95);
}
.focus\:text-stone-500:focus {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.focus\:text-stone-500\/0:focus {
  color: rgb(120 113 108 / 0);
}
.focus\:text-stone-500\/10:focus {
  color: rgb(120 113 108 / 0.1);
}
.focus\:text-stone-500\/100:focus {
  color: rgb(120 113 108 / 1);
}
.focus\:text-stone-500\/20:focus {
  color: rgb(120 113 108 / 0.2);
}
.focus\:text-stone-500\/25:focus {
  color: rgb(120 113 108 / 0.25);
}
.focus\:text-stone-500\/30:focus {
  color: rgb(120 113 108 / 0.3);
}
.focus\:text-stone-500\/40:focus {
  color: rgb(120 113 108 / 0.4);
}
.focus\:text-stone-500\/5:focus {
  color: rgb(120 113 108 / 0.05);
}
.focus\:text-stone-500\/50:focus {
  color: rgb(120 113 108 / 0.5);
}
.focus\:text-stone-500\/60:focus {
  color: rgb(120 113 108 / 0.6);
}
.focus\:text-stone-500\/70:focus {
  color: rgb(120 113 108 / 0.7);
}
.focus\:text-stone-500\/75:focus {
  color: rgb(120 113 108 / 0.75);
}
.focus\:text-stone-500\/80:focus {
  color: rgb(120 113 108 / 0.8);
}
.focus\:text-stone-500\/90:focus {
  color: rgb(120 113 108 / 0.9);
}
.focus\:text-stone-500\/95:focus {
  color: rgb(120 113 108 / 0.95);
}
.focus\:text-stone-600:focus {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.focus\:text-stone-600\/0:focus {
  color: rgb(87 83 78 / 0);
}
.focus\:text-stone-600\/10:focus {
  color: rgb(87 83 78 / 0.1);
}
.focus\:text-stone-600\/100:focus {
  color: rgb(87 83 78 / 1);
}
.focus\:text-stone-600\/20:focus {
  color: rgb(87 83 78 / 0.2);
}
.focus\:text-stone-600\/25:focus {
  color: rgb(87 83 78 / 0.25);
}
.focus\:text-stone-600\/30:focus {
  color: rgb(87 83 78 / 0.3);
}
.focus\:text-stone-600\/40:focus {
  color: rgb(87 83 78 / 0.4);
}
.focus\:text-stone-600\/5:focus {
  color: rgb(87 83 78 / 0.05);
}
.focus\:text-stone-600\/50:focus {
  color: rgb(87 83 78 / 0.5);
}
.focus\:text-stone-600\/60:focus {
  color: rgb(87 83 78 / 0.6);
}
.focus\:text-stone-600\/70:focus {
  color: rgb(87 83 78 / 0.7);
}
.focus\:text-stone-600\/75:focus {
  color: rgb(87 83 78 / 0.75);
}
.focus\:text-stone-600\/80:focus {
  color: rgb(87 83 78 / 0.8);
}
.focus\:text-stone-600\/90:focus {
  color: rgb(87 83 78 / 0.9);
}
.focus\:text-stone-600\/95:focus {
  color: rgb(87 83 78 / 0.95);
}
.focus\:text-stone-700:focus {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.focus\:text-stone-700\/0:focus {
  color: rgb(68 64 60 / 0);
}
.focus\:text-stone-700\/10:focus {
  color: rgb(68 64 60 / 0.1);
}
.focus\:text-stone-700\/100:focus {
  color: rgb(68 64 60 / 1);
}
.focus\:text-stone-700\/20:focus {
  color: rgb(68 64 60 / 0.2);
}
.focus\:text-stone-700\/25:focus {
  color: rgb(68 64 60 / 0.25);
}
.focus\:text-stone-700\/30:focus {
  color: rgb(68 64 60 / 0.3);
}
.focus\:text-stone-700\/40:focus {
  color: rgb(68 64 60 / 0.4);
}
.focus\:text-stone-700\/5:focus {
  color: rgb(68 64 60 / 0.05);
}
.focus\:text-stone-700\/50:focus {
  color: rgb(68 64 60 / 0.5);
}
.focus\:text-stone-700\/60:focus {
  color: rgb(68 64 60 / 0.6);
}
.focus\:text-stone-700\/70:focus {
  color: rgb(68 64 60 / 0.7);
}
.focus\:text-stone-700\/75:focus {
  color: rgb(68 64 60 / 0.75);
}
.focus\:text-stone-700\/80:focus {
  color: rgb(68 64 60 / 0.8);
}
.focus\:text-stone-700\/90:focus {
  color: rgb(68 64 60 / 0.9);
}
.focus\:text-stone-700\/95:focus {
  color: rgb(68 64 60 / 0.95);
}
.focus\:text-stone-800:focus {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.focus\:text-stone-800\/0:focus {
  color: rgb(41 37 36 / 0);
}
.focus\:text-stone-800\/10:focus {
  color: rgb(41 37 36 / 0.1);
}
.focus\:text-stone-800\/100:focus {
  color: rgb(41 37 36 / 1);
}
.focus\:text-stone-800\/20:focus {
  color: rgb(41 37 36 / 0.2);
}
.focus\:text-stone-800\/25:focus {
  color: rgb(41 37 36 / 0.25);
}
.focus\:text-stone-800\/30:focus {
  color: rgb(41 37 36 / 0.3);
}
.focus\:text-stone-800\/40:focus {
  color: rgb(41 37 36 / 0.4);
}
.focus\:text-stone-800\/5:focus {
  color: rgb(41 37 36 / 0.05);
}
.focus\:text-stone-800\/50:focus {
  color: rgb(41 37 36 / 0.5);
}
.focus\:text-stone-800\/60:focus {
  color: rgb(41 37 36 / 0.6);
}
.focus\:text-stone-800\/70:focus {
  color: rgb(41 37 36 / 0.7);
}
.focus\:text-stone-800\/75:focus {
  color: rgb(41 37 36 / 0.75);
}
.focus\:text-stone-800\/80:focus {
  color: rgb(41 37 36 / 0.8);
}
.focus\:text-stone-800\/90:focus {
  color: rgb(41 37 36 / 0.9);
}
.focus\:text-stone-800\/95:focus {
  color: rgb(41 37 36 / 0.95);
}
.focus\:text-stone-900:focus {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.focus\:text-stone-900\/0:focus {
  color: rgb(28 25 23 / 0);
}
.focus\:text-stone-900\/10:focus {
  color: rgb(28 25 23 / 0.1);
}
.focus\:text-stone-900\/100:focus {
  color: rgb(28 25 23 / 1);
}
.focus\:text-stone-900\/20:focus {
  color: rgb(28 25 23 / 0.2);
}
.focus\:text-stone-900\/25:focus {
  color: rgb(28 25 23 / 0.25);
}
.focus\:text-stone-900\/30:focus {
  color: rgb(28 25 23 / 0.3);
}
.focus\:text-stone-900\/40:focus {
  color: rgb(28 25 23 / 0.4);
}
.focus\:text-stone-900\/5:focus {
  color: rgb(28 25 23 / 0.05);
}
.focus\:text-stone-900\/50:focus {
  color: rgb(28 25 23 / 0.5);
}
.focus\:text-stone-900\/60:focus {
  color: rgb(28 25 23 / 0.6);
}
.focus\:text-stone-900\/70:focus {
  color: rgb(28 25 23 / 0.7);
}
.focus\:text-stone-900\/75:focus {
  color: rgb(28 25 23 / 0.75);
}
.focus\:text-stone-900\/80:focus {
  color: rgb(28 25 23 / 0.8);
}
.focus\:text-stone-900\/90:focus {
  color: rgb(28 25 23 / 0.9);
}
.focus\:text-stone-900\/95:focus {
  color: rgb(28 25 23 / 0.95);
}
.focus\:text-stone-950:focus {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.focus\:text-stone-950\/0:focus {
  color: rgb(12 10 9 / 0);
}
.focus\:text-stone-950\/10:focus {
  color: rgb(12 10 9 / 0.1);
}
.focus\:text-stone-950\/100:focus {
  color: rgb(12 10 9 / 1);
}
.focus\:text-stone-950\/20:focus {
  color: rgb(12 10 9 / 0.2);
}
.focus\:text-stone-950\/25:focus {
  color: rgb(12 10 9 / 0.25);
}
.focus\:text-stone-950\/30:focus {
  color: rgb(12 10 9 / 0.3);
}
.focus\:text-stone-950\/40:focus {
  color: rgb(12 10 9 / 0.4);
}
.focus\:text-stone-950\/5:focus {
  color: rgb(12 10 9 / 0.05);
}
.focus\:text-stone-950\/50:focus {
  color: rgb(12 10 9 / 0.5);
}
.focus\:text-stone-950\/60:focus {
  color: rgb(12 10 9 / 0.6);
}
.focus\:text-stone-950\/70:focus {
  color: rgb(12 10 9 / 0.7);
}
.focus\:text-stone-950\/75:focus {
  color: rgb(12 10 9 / 0.75);
}
.focus\:text-stone-950\/80:focus {
  color: rgb(12 10 9 / 0.8);
}
.focus\:text-stone-950\/90:focus {
  color: rgb(12 10 9 / 0.9);
}
.focus\:text-stone-950\/95:focus {
  color: rgb(12 10 9 / 0.95);
}
.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.focus\:text-teal-100\/0:focus {
  color: rgb(204 251 241 / 0);
}
.focus\:text-teal-100\/10:focus {
  color: rgb(204 251 241 / 0.1);
}
.focus\:text-teal-100\/100:focus {
  color: rgb(204 251 241 / 1);
}
.focus\:text-teal-100\/20:focus {
  color: rgb(204 251 241 / 0.2);
}
.focus\:text-teal-100\/25:focus {
  color: rgb(204 251 241 / 0.25);
}
.focus\:text-teal-100\/30:focus {
  color: rgb(204 251 241 / 0.3);
}
.focus\:text-teal-100\/40:focus {
  color: rgb(204 251 241 / 0.4);
}
.focus\:text-teal-100\/5:focus {
  color: rgb(204 251 241 / 0.05);
}
.focus\:text-teal-100\/50:focus {
  color: rgb(204 251 241 / 0.5);
}
.focus\:text-teal-100\/60:focus {
  color: rgb(204 251 241 / 0.6);
}
.focus\:text-teal-100\/70:focus {
  color: rgb(204 251 241 / 0.7);
}
.focus\:text-teal-100\/75:focus {
  color: rgb(204 251 241 / 0.75);
}
.focus\:text-teal-100\/80:focus {
  color: rgb(204 251 241 / 0.8);
}
.focus\:text-teal-100\/90:focus {
  color: rgb(204 251 241 / 0.9);
}
.focus\:text-teal-100\/95:focus {
  color: rgb(204 251 241 / 0.95);
}
.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.focus\:text-teal-200\/0:focus {
  color: rgb(153 246 228 / 0);
}
.focus\:text-teal-200\/10:focus {
  color: rgb(153 246 228 / 0.1);
}
.focus\:text-teal-200\/100:focus {
  color: rgb(153 246 228 / 1);
}
.focus\:text-teal-200\/20:focus {
  color: rgb(153 246 228 / 0.2);
}
.focus\:text-teal-200\/25:focus {
  color: rgb(153 246 228 / 0.25);
}
.focus\:text-teal-200\/30:focus {
  color: rgb(153 246 228 / 0.3);
}
.focus\:text-teal-200\/40:focus {
  color: rgb(153 246 228 / 0.4);
}
.focus\:text-teal-200\/5:focus {
  color: rgb(153 246 228 / 0.05);
}
.focus\:text-teal-200\/50:focus {
  color: rgb(153 246 228 / 0.5);
}
.focus\:text-teal-200\/60:focus {
  color: rgb(153 246 228 / 0.6);
}
.focus\:text-teal-200\/70:focus {
  color: rgb(153 246 228 / 0.7);
}
.focus\:text-teal-200\/75:focus {
  color: rgb(153 246 228 / 0.75);
}
.focus\:text-teal-200\/80:focus {
  color: rgb(153 246 228 / 0.8);
}
.focus\:text-teal-200\/90:focus {
  color: rgb(153 246 228 / 0.9);
}
.focus\:text-teal-200\/95:focus {
  color: rgb(153 246 228 / 0.95);
}
.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.focus\:text-teal-300\/0:focus {
  color: rgb(94 234 212 / 0);
}
.focus\:text-teal-300\/10:focus {
  color: rgb(94 234 212 / 0.1);
}
.focus\:text-teal-300\/100:focus {
  color: rgb(94 234 212 / 1);
}
.focus\:text-teal-300\/20:focus {
  color: rgb(94 234 212 / 0.2);
}
.focus\:text-teal-300\/25:focus {
  color: rgb(94 234 212 / 0.25);
}
.focus\:text-teal-300\/30:focus {
  color: rgb(94 234 212 / 0.3);
}
.focus\:text-teal-300\/40:focus {
  color: rgb(94 234 212 / 0.4);
}
.focus\:text-teal-300\/5:focus {
  color: rgb(94 234 212 / 0.05);
}
.focus\:text-teal-300\/50:focus {
  color: rgb(94 234 212 / 0.5);
}
.focus\:text-teal-300\/60:focus {
  color: rgb(94 234 212 / 0.6);
}
.focus\:text-teal-300\/70:focus {
  color: rgb(94 234 212 / 0.7);
}
.focus\:text-teal-300\/75:focus {
  color: rgb(94 234 212 / 0.75);
}
.focus\:text-teal-300\/80:focus {
  color: rgb(94 234 212 / 0.8);
}
.focus\:text-teal-300\/90:focus {
  color: rgb(94 234 212 / 0.9);
}
.focus\:text-teal-300\/95:focus {
  color: rgb(94 234 212 / 0.95);
}
.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.focus\:text-teal-400\/0:focus {
  color: rgb(45 212 191 / 0);
}
.focus\:text-teal-400\/10:focus {
  color: rgb(45 212 191 / 0.1);
}
.focus\:text-teal-400\/100:focus {
  color: rgb(45 212 191 / 1);
}
.focus\:text-teal-400\/20:focus {
  color: rgb(45 212 191 / 0.2);
}
.focus\:text-teal-400\/25:focus {
  color: rgb(45 212 191 / 0.25);
}
.focus\:text-teal-400\/30:focus {
  color: rgb(45 212 191 / 0.3);
}
.focus\:text-teal-400\/40:focus {
  color: rgb(45 212 191 / 0.4);
}
.focus\:text-teal-400\/5:focus {
  color: rgb(45 212 191 / 0.05);
}
.focus\:text-teal-400\/50:focus {
  color: rgb(45 212 191 / 0.5);
}
.focus\:text-teal-400\/60:focus {
  color: rgb(45 212 191 / 0.6);
}
.focus\:text-teal-400\/70:focus {
  color: rgb(45 212 191 / 0.7);
}
.focus\:text-teal-400\/75:focus {
  color: rgb(45 212 191 / 0.75);
}
.focus\:text-teal-400\/80:focus {
  color: rgb(45 212 191 / 0.8);
}
.focus\:text-teal-400\/90:focus {
  color: rgb(45 212 191 / 0.9);
}
.focus\:text-teal-400\/95:focus {
  color: rgb(45 212 191 / 0.95);
}
.focus\:text-teal-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.focus\:text-teal-50\/0:focus {
  color: rgb(240 253 250 / 0);
}
.focus\:text-teal-50\/10:focus {
  color: rgb(240 253 250 / 0.1);
}
.focus\:text-teal-50\/100:focus {
  color: rgb(240 253 250 / 1);
}
.focus\:text-teal-50\/20:focus {
  color: rgb(240 253 250 / 0.2);
}
.focus\:text-teal-50\/25:focus {
  color: rgb(240 253 250 / 0.25);
}
.focus\:text-teal-50\/30:focus {
  color: rgb(240 253 250 / 0.3);
}
.focus\:text-teal-50\/40:focus {
  color: rgb(240 253 250 / 0.4);
}
.focus\:text-teal-50\/5:focus {
  color: rgb(240 253 250 / 0.05);
}
.focus\:text-teal-50\/50:focus {
  color: rgb(240 253 250 / 0.5);
}
.focus\:text-teal-50\/60:focus {
  color: rgb(240 253 250 / 0.6);
}
.focus\:text-teal-50\/70:focus {
  color: rgb(240 253 250 / 0.7);
}
.focus\:text-teal-50\/75:focus {
  color: rgb(240 253 250 / 0.75);
}
.focus\:text-teal-50\/80:focus {
  color: rgb(240 253 250 / 0.8);
}
.focus\:text-teal-50\/90:focus {
  color: rgb(240 253 250 / 0.9);
}
.focus\:text-teal-50\/95:focus {
  color: rgb(240 253 250 / 0.95);
}
.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.focus\:text-teal-500\/0:focus {
  color: rgb(20 184 166 / 0);
}
.focus\:text-teal-500\/10:focus {
  color: rgb(20 184 166 / 0.1);
}
.focus\:text-teal-500\/100:focus {
  color: rgb(20 184 166 / 1);
}
.focus\:text-teal-500\/20:focus {
  color: rgb(20 184 166 / 0.2);
}
.focus\:text-teal-500\/25:focus {
  color: rgb(20 184 166 / 0.25);
}
.focus\:text-teal-500\/30:focus {
  color: rgb(20 184 166 / 0.3);
}
.focus\:text-teal-500\/40:focus {
  color: rgb(20 184 166 / 0.4);
}
.focus\:text-teal-500\/5:focus {
  color: rgb(20 184 166 / 0.05);
}
.focus\:text-teal-500\/50:focus {
  color: rgb(20 184 166 / 0.5);
}
.focus\:text-teal-500\/60:focus {
  color: rgb(20 184 166 / 0.6);
}
.focus\:text-teal-500\/70:focus {
  color: rgb(20 184 166 / 0.7);
}
.focus\:text-teal-500\/75:focus {
  color: rgb(20 184 166 / 0.75);
}
.focus\:text-teal-500\/80:focus {
  color: rgb(20 184 166 / 0.8);
}
.focus\:text-teal-500\/90:focus {
  color: rgb(20 184 166 / 0.9);
}
.focus\:text-teal-500\/95:focus {
  color: rgb(20 184 166 / 0.95);
}
.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.focus\:text-teal-600\/0:focus {
  color: rgb(13 148 136 / 0);
}
.focus\:text-teal-600\/10:focus {
  color: rgb(13 148 136 / 0.1);
}
.focus\:text-teal-600\/100:focus {
  color: rgb(13 148 136 / 1);
}
.focus\:text-teal-600\/20:focus {
  color: rgb(13 148 136 / 0.2);
}
.focus\:text-teal-600\/25:focus {
  color: rgb(13 148 136 / 0.25);
}
.focus\:text-teal-600\/30:focus {
  color: rgb(13 148 136 / 0.3);
}
.focus\:text-teal-600\/40:focus {
  color: rgb(13 148 136 / 0.4);
}
.focus\:text-teal-600\/5:focus {
  color: rgb(13 148 136 / 0.05);
}
.focus\:text-teal-600\/50:focus {
  color: rgb(13 148 136 / 0.5);
}
.focus\:text-teal-600\/60:focus {
  color: rgb(13 148 136 / 0.6);
}
.focus\:text-teal-600\/70:focus {
  color: rgb(13 148 136 / 0.7);
}
.focus\:text-teal-600\/75:focus {
  color: rgb(13 148 136 / 0.75);
}
.focus\:text-teal-600\/80:focus {
  color: rgb(13 148 136 / 0.8);
}
.focus\:text-teal-600\/90:focus {
  color: rgb(13 148 136 / 0.9);
}
.focus\:text-teal-600\/95:focus {
  color: rgb(13 148 136 / 0.95);
}
.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.focus\:text-teal-700\/0:focus {
  color: rgb(15 118 110 / 0);
}
.focus\:text-teal-700\/10:focus {
  color: rgb(15 118 110 / 0.1);
}
.focus\:text-teal-700\/100:focus {
  color: rgb(15 118 110 / 1);
}
.focus\:text-teal-700\/20:focus {
  color: rgb(15 118 110 / 0.2);
}
.focus\:text-teal-700\/25:focus {
  color: rgb(15 118 110 / 0.25);
}
.focus\:text-teal-700\/30:focus {
  color: rgb(15 118 110 / 0.3);
}
.focus\:text-teal-700\/40:focus {
  color: rgb(15 118 110 / 0.4);
}
.focus\:text-teal-700\/5:focus {
  color: rgb(15 118 110 / 0.05);
}
.focus\:text-teal-700\/50:focus {
  color: rgb(15 118 110 / 0.5);
}
.focus\:text-teal-700\/60:focus {
  color: rgb(15 118 110 / 0.6);
}
.focus\:text-teal-700\/70:focus {
  color: rgb(15 118 110 / 0.7);
}
.focus\:text-teal-700\/75:focus {
  color: rgb(15 118 110 / 0.75);
}
.focus\:text-teal-700\/80:focus {
  color: rgb(15 118 110 / 0.8);
}
.focus\:text-teal-700\/90:focus {
  color: rgb(15 118 110 / 0.9);
}
.focus\:text-teal-700\/95:focus {
  color: rgb(15 118 110 / 0.95);
}
.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.focus\:text-teal-800\/0:focus {
  color: rgb(17 94 89 / 0);
}
.focus\:text-teal-800\/10:focus {
  color: rgb(17 94 89 / 0.1);
}
.focus\:text-teal-800\/100:focus {
  color: rgb(17 94 89 / 1);
}
.focus\:text-teal-800\/20:focus {
  color: rgb(17 94 89 / 0.2);
}
.focus\:text-teal-800\/25:focus {
  color: rgb(17 94 89 / 0.25);
}
.focus\:text-teal-800\/30:focus {
  color: rgb(17 94 89 / 0.3);
}
.focus\:text-teal-800\/40:focus {
  color: rgb(17 94 89 / 0.4);
}
.focus\:text-teal-800\/5:focus {
  color: rgb(17 94 89 / 0.05);
}
.focus\:text-teal-800\/50:focus {
  color: rgb(17 94 89 / 0.5);
}
.focus\:text-teal-800\/60:focus {
  color: rgb(17 94 89 / 0.6);
}
.focus\:text-teal-800\/70:focus {
  color: rgb(17 94 89 / 0.7);
}
.focus\:text-teal-800\/75:focus {
  color: rgb(17 94 89 / 0.75);
}
.focus\:text-teal-800\/80:focus {
  color: rgb(17 94 89 / 0.8);
}
.focus\:text-teal-800\/90:focus {
  color: rgb(17 94 89 / 0.9);
}
.focus\:text-teal-800\/95:focus {
  color: rgb(17 94 89 / 0.95);
}
.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.focus\:text-teal-900\/0:focus {
  color: rgb(19 78 74 / 0);
}
.focus\:text-teal-900\/10:focus {
  color: rgb(19 78 74 / 0.1);
}
.focus\:text-teal-900\/100:focus {
  color: rgb(19 78 74 / 1);
}
.focus\:text-teal-900\/20:focus {
  color: rgb(19 78 74 / 0.2);
}
.focus\:text-teal-900\/25:focus {
  color: rgb(19 78 74 / 0.25);
}
.focus\:text-teal-900\/30:focus {
  color: rgb(19 78 74 / 0.3);
}
.focus\:text-teal-900\/40:focus {
  color: rgb(19 78 74 / 0.4);
}
.focus\:text-teal-900\/5:focus {
  color: rgb(19 78 74 / 0.05);
}
.focus\:text-teal-900\/50:focus {
  color: rgb(19 78 74 / 0.5);
}
.focus\:text-teal-900\/60:focus {
  color: rgb(19 78 74 / 0.6);
}
.focus\:text-teal-900\/70:focus {
  color: rgb(19 78 74 / 0.7);
}
.focus\:text-teal-900\/75:focus {
  color: rgb(19 78 74 / 0.75);
}
.focus\:text-teal-900\/80:focus {
  color: rgb(19 78 74 / 0.8);
}
.focus\:text-teal-900\/90:focus {
  color: rgb(19 78 74 / 0.9);
}
.focus\:text-teal-900\/95:focus {
  color: rgb(19 78 74 / 0.95);
}
.focus\:text-teal-950:focus {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.focus\:text-teal-950\/0:focus {
  color: rgb(4 47 46 / 0);
}
.focus\:text-teal-950\/10:focus {
  color: rgb(4 47 46 / 0.1);
}
.focus\:text-teal-950\/100:focus {
  color: rgb(4 47 46 / 1);
}
.focus\:text-teal-950\/20:focus {
  color: rgb(4 47 46 / 0.2);
}
.focus\:text-teal-950\/25:focus {
  color: rgb(4 47 46 / 0.25);
}
.focus\:text-teal-950\/30:focus {
  color: rgb(4 47 46 / 0.3);
}
.focus\:text-teal-950\/40:focus {
  color: rgb(4 47 46 / 0.4);
}
.focus\:text-teal-950\/5:focus {
  color: rgb(4 47 46 / 0.05);
}
.focus\:text-teal-950\/50:focus {
  color: rgb(4 47 46 / 0.5);
}
.focus\:text-teal-950\/60:focus {
  color: rgb(4 47 46 / 0.6);
}
.focus\:text-teal-950\/70:focus {
  color: rgb(4 47 46 / 0.7);
}
.focus\:text-teal-950\/75:focus {
  color: rgb(4 47 46 / 0.75);
}
.focus\:text-teal-950\/80:focus {
  color: rgb(4 47 46 / 0.8);
}
.focus\:text-teal-950\/90:focus {
  color: rgb(4 47 46 / 0.9);
}
.focus\:text-teal-950\/95:focus {
  color: rgb(4 47 46 / 0.95);
}
.focus\:text-violet-100:focus {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.focus\:text-violet-100\/0:focus {
  color: rgb(237 233 254 / 0);
}
.focus\:text-violet-100\/10:focus {
  color: rgb(237 233 254 / 0.1);
}
.focus\:text-violet-100\/100:focus {
  color: rgb(237 233 254 / 1);
}
.focus\:text-violet-100\/20:focus {
  color: rgb(237 233 254 / 0.2);
}
.focus\:text-violet-100\/25:focus {
  color: rgb(237 233 254 / 0.25);
}
.focus\:text-violet-100\/30:focus {
  color: rgb(237 233 254 / 0.3);
}
.focus\:text-violet-100\/40:focus {
  color: rgb(237 233 254 / 0.4);
}
.focus\:text-violet-100\/5:focus {
  color: rgb(237 233 254 / 0.05);
}
.focus\:text-violet-100\/50:focus {
  color: rgb(237 233 254 / 0.5);
}
.focus\:text-violet-100\/60:focus {
  color: rgb(237 233 254 / 0.6);
}
.focus\:text-violet-100\/70:focus {
  color: rgb(237 233 254 / 0.7);
}
.focus\:text-violet-100\/75:focus {
  color: rgb(237 233 254 / 0.75);
}
.focus\:text-violet-100\/80:focus {
  color: rgb(237 233 254 / 0.8);
}
.focus\:text-violet-100\/90:focus {
  color: rgb(237 233 254 / 0.9);
}
.focus\:text-violet-100\/95:focus {
  color: rgb(237 233 254 / 0.95);
}
.focus\:text-violet-200:focus {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.focus\:text-violet-200\/0:focus {
  color: rgb(221 214 254 / 0);
}
.focus\:text-violet-200\/10:focus {
  color: rgb(221 214 254 / 0.1);
}
.focus\:text-violet-200\/100:focus {
  color: rgb(221 214 254 / 1);
}
.focus\:text-violet-200\/20:focus {
  color: rgb(221 214 254 / 0.2);
}
.focus\:text-violet-200\/25:focus {
  color: rgb(221 214 254 / 0.25);
}
.focus\:text-violet-200\/30:focus {
  color: rgb(221 214 254 / 0.3);
}
.focus\:text-violet-200\/40:focus {
  color: rgb(221 214 254 / 0.4);
}
.focus\:text-violet-200\/5:focus {
  color: rgb(221 214 254 / 0.05);
}
.focus\:text-violet-200\/50:focus {
  color: rgb(221 214 254 / 0.5);
}
.focus\:text-violet-200\/60:focus {
  color: rgb(221 214 254 / 0.6);
}
.focus\:text-violet-200\/70:focus {
  color: rgb(221 214 254 / 0.7);
}
.focus\:text-violet-200\/75:focus {
  color: rgb(221 214 254 / 0.75);
}
.focus\:text-violet-200\/80:focus {
  color: rgb(221 214 254 / 0.8);
}
.focus\:text-violet-200\/90:focus {
  color: rgb(221 214 254 / 0.9);
}
.focus\:text-violet-200\/95:focus {
  color: rgb(221 214 254 / 0.95);
}
.focus\:text-violet-300:focus {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.focus\:text-violet-300\/0:focus {
  color: rgb(196 181 253 / 0);
}
.focus\:text-violet-300\/10:focus {
  color: rgb(196 181 253 / 0.1);
}
.focus\:text-violet-300\/100:focus {
  color: rgb(196 181 253 / 1);
}
.focus\:text-violet-300\/20:focus {
  color: rgb(196 181 253 / 0.2);
}
.focus\:text-violet-300\/25:focus {
  color: rgb(196 181 253 / 0.25);
}
.focus\:text-violet-300\/30:focus {
  color: rgb(196 181 253 / 0.3);
}
.focus\:text-violet-300\/40:focus {
  color: rgb(196 181 253 / 0.4);
}
.focus\:text-violet-300\/5:focus {
  color: rgb(196 181 253 / 0.05);
}
.focus\:text-violet-300\/50:focus {
  color: rgb(196 181 253 / 0.5);
}
.focus\:text-violet-300\/60:focus {
  color: rgb(196 181 253 / 0.6);
}
.focus\:text-violet-300\/70:focus {
  color: rgb(196 181 253 / 0.7);
}
.focus\:text-violet-300\/75:focus {
  color: rgb(196 181 253 / 0.75);
}
.focus\:text-violet-300\/80:focus {
  color: rgb(196 181 253 / 0.8);
}
.focus\:text-violet-300\/90:focus {
  color: rgb(196 181 253 / 0.9);
}
.focus\:text-violet-300\/95:focus {
  color: rgb(196 181 253 / 0.95);
}
.focus\:text-violet-400:focus {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.focus\:text-violet-400\/0:focus {
  color: rgb(167 139 250 / 0);
}
.focus\:text-violet-400\/10:focus {
  color: rgb(167 139 250 / 0.1);
}
.focus\:text-violet-400\/100:focus {
  color: rgb(167 139 250 / 1);
}
.focus\:text-violet-400\/20:focus {
  color: rgb(167 139 250 / 0.2);
}
.focus\:text-violet-400\/25:focus {
  color: rgb(167 139 250 / 0.25);
}
.focus\:text-violet-400\/30:focus {
  color: rgb(167 139 250 / 0.3);
}
.focus\:text-violet-400\/40:focus {
  color: rgb(167 139 250 / 0.4);
}
.focus\:text-violet-400\/5:focus {
  color: rgb(167 139 250 / 0.05);
}
.focus\:text-violet-400\/50:focus {
  color: rgb(167 139 250 / 0.5);
}
.focus\:text-violet-400\/60:focus {
  color: rgb(167 139 250 / 0.6);
}
.focus\:text-violet-400\/70:focus {
  color: rgb(167 139 250 / 0.7);
}
.focus\:text-violet-400\/75:focus {
  color: rgb(167 139 250 / 0.75);
}
.focus\:text-violet-400\/80:focus {
  color: rgb(167 139 250 / 0.8);
}
.focus\:text-violet-400\/90:focus {
  color: rgb(167 139 250 / 0.9);
}
.focus\:text-violet-400\/95:focus {
  color: rgb(167 139 250 / 0.95);
}
.focus\:text-violet-50:focus {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.focus\:text-violet-50\/0:focus {
  color: rgb(245 243 255 / 0);
}
.focus\:text-violet-50\/10:focus {
  color: rgb(245 243 255 / 0.1);
}
.focus\:text-violet-50\/100:focus {
  color: rgb(245 243 255 / 1);
}
.focus\:text-violet-50\/20:focus {
  color: rgb(245 243 255 / 0.2);
}
.focus\:text-violet-50\/25:focus {
  color: rgb(245 243 255 / 0.25);
}
.focus\:text-violet-50\/30:focus {
  color: rgb(245 243 255 / 0.3);
}
.focus\:text-violet-50\/40:focus {
  color: rgb(245 243 255 / 0.4);
}
.focus\:text-violet-50\/5:focus {
  color: rgb(245 243 255 / 0.05);
}
.focus\:text-violet-50\/50:focus {
  color: rgb(245 243 255 / 0.5);
}
.focus\:text-violet-50\/60:focus {
  color: rgb(245 243 255 / 0.6);
}
.focus\:text-violet-50\/70:focus {
  color: rgb(245 243 255 / 0.7);
}
.focus\:text-violet-50\/75:focus {
  color: rgb(245 243 255 / 0.75);
}
.focus\:text-violet-50\/80:focus {
  color: rgb(245 243 255 / 0.8);
}
.focus\:text-violet-50\/90:focus {
  color: rgb(245 243 255 / 0.9);
}
.focus\:text-violet-50\/95:focus {
  color: rgb(245 243 255 / 0.95);
}
.focus\:text-violet-500:focus {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.focus\:text-violet-500\/0:focus {
  color: rgb(139 92 246 / 0);
}
.focus\:text-violet-500\/10:focus {
  color: rgb(139 92 246 / 0.1);
}
.focus\:text-violet-500\/100:focus {
  color: rgb(139 92 246 / 1);
}
.focus\:text-violet-500\/20:focus {
  color: rgb(139 92 246 / 0.2);
}
.focus\:text-violet-500\/25:focus {
  color: rgb(139 92 246 / 0.25);
}
.focus\:text-violet-500\/30:focus {
  color: rgb(139 92 246 / 0.3);
}
.focus\:text-violet-500\/40:focus {
  color: rgb(139 92 246 / 0.4);
}
.focus\:text-violet-500\/5:focus {
  color: rgb(139 92 246 / 0.05);
}
.focus\:text-violet-500\/50:focus {
  color: rgb(139 92 246 / 0.5);
}
.focus\:text-violet-500\/60:focus {
  color: rgb(139 92 246 / 0.6);
}
.focus\:text-violet-500\/70:focus {
  color: rgb(139 92 246 / 0.7);
}
.focus\:text-violet-500\/75:focus {
  color: rgb(139 92 246 / 0.75);
}
.focus\:text-violet-500\/80:focus {
  color: rgb(139 92 246 / 0.8);
}
.focus\:text-violet-500\/90:focus {
  color: rgb(139 92 246 / 0.9);
}
.focus\:text-violet-500\/95:focus {
  color: rgb(139 92 246 / 0.95);
}
.focus\:text-violet-600:focus {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.focus\:text-violet-600\/0:focus {
  color: rgb(124 58 237 / 0);
}
.focus\:text-violet-600\/10:focus {
  color: rgb(124 58 237 / 0.1);
}
.focus\:text-violet-600\/100:focus {
  color: rgb(124 58 237 / 1);
}
.focus\:text-violet-600\/20:focus {
  color: rgb(124 58 237 / 0.2);
}
.focus\:text-violet-600\/25:focus {
  color: rgb(124 58 237 / 0.25);
}
.focus\:text-violet-600\/30:focus {
  color: rgb(124 58 237 / 0.3);
}
.focus\:text-violet-600\/40:focus {
  color: rgb(124 58 237 / 0.4);
}
.focus\:text-violet-600\/5:focus {
  color: rgb(124 58 237 / 0.05);
}
.focus\:text-violet-600\/50:focus {
  color: rgb(124 58 237 / 0.5);
}
.focus\:text-violet-600\/60:focus {
  color: rgb(124 58 237 / 0.6);
}
.focus\:text-violet-600\/70:focus {
  color: rgb(124 58 237 / 0.7);
}
.focus\:text-violet-600\/75:focus {
  color: rgb(124 58 237 / 0.75);
}
.focus\:text-violet-600\/80:focus {
  color: rgb(124 58 237 / 0.8);
}
.focus\:text-violet-600\/90:focus {
  color: rgb(124 58 237 / 0.9);
}
.focus\:text-violet-600\/95:focus {
  color: rgb(124 58 237 / 0.95);
}
.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.focus\:text-violet-700\/0:focus {
  color: rgb(109 40 217 / 0);
}
.focus\:text-violet-700\/10:focus {
  color: rgb(109 40 217 / 0.1);
}
.focus\:text-violet-700\/100:focus {
  color: rgb(109 40 217 / 1);
}
.focus\:text-violet-700\/20:focus {
  color: rgb(109 40 217 / 0.2);
}
.focus\:text-violet-700\/25:focus {
  color: rgb(109 40 217 / 0.25);
}
.focus\:text-violet-700\/30:focus {
  color: rgb(109 40 217 / 0.3);
}
.focus\:text-violet-700\/40:focus {
  color: rgb(109 40 217 / 0.4);
}
.focus\:text-violet-700\/5:focus {
  color: rgb(109 40 217 / 0.05);
}
.focus\:text-violet-700\/50:focus {
  color: rgb(109 40 217 / 0.5);
}
.focus\:text-violet-700\/60:focus {
  color: rgb(109 40 217 / 0.6);
}
.focus\:text-violet-700\/70:focus {
  color: rgb(109 40 217 / 0.7);
}
.focus\:text-violet-700\/75:focus {
  color: rgb(109 40 217 / 0.75);
}
.focus\:text-violet-700\/80:focus {
  color: rgb(109 40 217 / 0.8);
}
.focus\:text-violet-700\/90:focus {
  color: rgb(109 40 217 / 0.9);
}
.focus\:text-violet-700\/95:focus {
  color: rgb(109 40 217 / 0.95);
}
.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.focus\:text-violet-800\/0:focus {
  color: rgb(91 33 182 / 0);
}
.focus\:text-violet-800\/10:focus {
  color: rgb(91 33 182 / 0.1);
}
.focus\:text-violet-800\/100:focus {
  color: rgb(91 33 182 / 1);
}
.focus\:text-violet-800\/20:focus {
  color: rgb(91 33 182 / 0.2);
}
.focus\:text-violet-800\/25:focus {
  color: rgb(91 33 182 / 0.25);
}
.focus\:text-violet-800\/30:focus {
  color: rgb(91 33 182 / 0.3);
}
.focus\:text-violet-800\/40:focus {
  color: rgb(91 33 182 / 0.4);
}
.focus\:text-violet-800\/5:focus {
  color: rgb(91 33 182 / 0.05);
}
.focus\:text-violet-800\/50:focus {
  color: rgb(91 33 182 / 0.5);
}
.focus\:text-violet-800\/60:focus {
  color: rgb(91 33 182 / 0.6);
}
.focus\:text-violet-800\/70:focus {
  color: rgb(91 33 182 / 0.7);
}
.focus\:text-violet-800\/75:focus {
  color: rgb(91 33 182 / 0.75);
}
.focus\:text-violet-800\/80:focus {
  color: rgb(91 33 182 / 0.8);
}
.focus\:text-violet-800\/90:focus {
  color: rgb(91 33 182 / 0.9);
}
.focus\:text-violet-800\/95:focus {
  color: rgb(91 33 182 / 0.95);
}
.focus\:text-violet-900:focus {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.focus\:text-violet-900\/0:focus {
  color: rgb(76 29 149 / 0);
}
.focus\:text-violet-900\/10:focus {
  color: rgb(76 29 149 / 0.1);
}
.focus\:text-violet-900\/100:focus {
  color: rgb(76 29 149 / 1);
}
.focus\:text-violet-900\/20:focus {
  color: rgb(76 29 149 / 0.2);
}
.focus\:text-violet-900\/25:focus {
  color: rgb(76 29 149 / 0.25);
}
.focus\:text-violet-900\/30:focus {
  color: rgb(76 29 149 / 0.3);
}
.focus\:text-violet-900\/40:focus {
  color: rgb(76 29 149 / 0.4);
}
.focus\:text-violet-900\/5:focus {
  color: rgb(76 29 149 / 0.05);
}
.focus\:text-violet-900\/50:focus {
  color: rgb(76 29 149 / 0.5);
}
.focus\:text-violet-900\/60:focus {
  color: rgb(76 29 149 / 0.6);
}
.focus\:text-violet-900\/70:focus {
  color: rgb(76 29 149 / 0.7);
}
.focus\:text-violet-900\/75:focus {
  color: rgb(76 29 149 / 0.75);
}
.focus\:text-violet-900\/80:focus {
  color: rgb(76 29 149 / 0.8);
}
.focus\:text-violet-900\/90:focus {
  color: rgb(76 29 149 / 0.9);
}
.focus\:text-violet-900\/95:focus {
  color: rgb(76 29 149 / 0.95);
}
.focus\:text-violet-950:focus {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.focus\:text-violet-950\/0:focus {
  color: rgb(46 16 101 / 0);
}
.focus\:text-violet-950\/10:focus {
  color: rgb(46 16 101 / 0.1);
}
.focus\:text-violet-950\/100:focus {
  color: rgb(46 16 101 / 1);
}
.focus\:text-violet-950\/20:focus {
  color: rgb(46 16 101 / 0.2);
}
.focus\:text-violet-950\/25:focus {
  color: rgb(46 16 101 / 0.25);
}
.focus\:text-violet-950\/30:focus {
  color: rgb(46 16 101 / 0.3);
}
.focus\:text-violet-950\/40:focus {
  color: rgb(46 16 101 / 0.4);
}
.focus\:text-violet-950\/5:focus {
  color: rgb(46 16 101 / 0.05);
}
.focus\:text-violet-950\/50:focus {
  color: rgb(46 16 101 / 0.5);
}
.focus\:text-violet-950\/60:focus {
  color: rgb(46 16 101 / 0.6);
}
.focus\:text-violet-950\/70:focus {
  color: rgb(46 16 101 / 0.7);
}
.focus\:text-violet-950\/75:focus {
  color: rgb(46 16 101 / 0.75);
}
.focus\:text-violet-950\/80:focus {
  color: rgb(46 16 101 / 0.8);
}
.focus\:text-violet-950\/90:focus {
  color: rgb(46 16 101 / 0.9);
}
.focus\:text-violet-950\/95:focus {
  color: rgb(46 16 101 / 0.95);
}
.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.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\/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\/40:focus {
  color: rgb(254 249 195 / 0.4);
}
.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\/60:focus {
  color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(254 240 138 / 0.4);
}
.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\/60:focus {
  color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(253 224 71 / 0.4);
}
.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\/60:focus {
  color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(250 204 21 / 0.4);
}
.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\/60:focus {
  color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(254 252 232 / 0.4);
}
.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\/60:focus {
  color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(234 179 8 / 0.4);
}
.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\/60:focus {
  color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(202 138 4 / 0.4);
}
.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\/60:focus {
  color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(161 98 7 / 0.4);
}
.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\/60:focus {
  color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(133 77 14 / 0.4);
}
.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\/60:focus {
  color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(113 63 18 / 0.4);
}
.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\/60:focus {
  color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:focus {
  color: rgb(66 32 6 / 0.4);
}
.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\/60:focus {
  color: rgb(66 32 6 / 0.6);
}
.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\/90:focus {
  color: rgb(66 32 6 / 0.9);
}
.focus\:text-yellow-950\/95:focus {
  color: rgb(66 32 6 / 0.95);
}
.focus\:text-zinc-100:focus {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.focus\:text-zinc-100\/0:focus {
  color: rgb(244 244 245 / 0);
}
.focus\:text-zinc-100\/10:focus {
  color: rgb(244 244 245 / 0.1);
}
.focus\:text-zinc-100\/100:focus {
  color: rgb(244 244 245 / 1);
}
.focus\:text-zinc-100\/20:focus {
  color: rgb(244 244 245 / 0.2);
}
.focus\:text-zinc-100\/25:focus {
  color: rgb(244 244 245 / 0.25);
}
.focus\:text-zinc-100\/30:focus {
  color: rgb(244 244 245 / 0.3);
}
.focus\:text-zinc-100\/40:focus {
  color: rgb(244 244 245 / 0.4);
}
.focus\:text-zinc-100\/5:focus {
  color: rgb(244 244 245 / 0.05);
}
.focus\:text-zinc-100\/50:focus {
  color: rgb(244 244 245 / 0.5);
}
.focus\:text-zinc-100\/60:focus {
  color: rgb(244 244 245 / 0.6);
}
.focus\:text-zinc-100\/70:focus {
  color: rgb(244 244 245 / 0.7);
}
.focus\:text-zinc-100\/75:focus {
  color: rgb(244 244 245 / 0.75);
}
.focus\:text-zinc-100\/80:focus {
  color: rgb(244 244 245 / 0.8);
}
.focus\:text-zinc-100\/90:focus {
  color: rgb(244 244 245 / 0.9);
}
.focus\:text-zinc-100\/95:focus {
  color: rgb(244 244 245 / 0.95);
}
.focus\:text-zinc-200:focus {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.focus\:text-zinc-200\/0:focus {
  color: rgb(228 228 231 / 0);
}
.focus\:text-zinc-200\/10:focus {
  color: rgb(228 228 231 / 0.1);
}
.focus\:text-zinc-200\/100:focus {
  color: rgb(228 228 231 / 1);
}
.focus\:text-zinc-200\/20:focus {
  color: rgb(228 228 231 / 0.2);
}
.focus\:text-zinc-200\/25:focus {
  color: rgb(228 228 231 / 0.25);
}
.focus\:text-zinc-200\/30:focus {
  color: rgb(228 228 231 / 0.3);
}
.focus\:text-zinc-200\/40:focus {
  color: rgb(228 228 231 / 0.4);
}
.focus\:text-zinc-200\/5:focus {
  color: rgb(228 228 231 / 0.05);
}
.focus\:text-zinc-200\/50:focus {
  color: rgb(228 228 231 / 0.5);
}
.focus\:text-zinc-200\/60:focus {
  color: rgb(228 228 231 / 0.6);
}
.focus\:text-zinc-200\/70:focus {
  color: rgb(228 228 231 / 0.7);
}
.focus\:text-zinc-200\/75:focus {
  color: rgb(228 228 231 / 0.75);
}
.focus\:text-zinc-200\/80:focus {
  color: rgb(228 228 231 / 0.8);
}
.focus\:text-zinc-200\/90:focus {
  color: rgb(228 228 231 / 0.9);
}
.focus\:text-zinc-200\/95:focus {
  color: rgb(228 228 231 / 0.95);
}
.focus\:text-zinc-300:focus {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.focus\:text-zinc-300\/0:focus {
  color: rgb(212 212 216 / 0);
}
.focus\:text-zinc-300\/10:focus {
  color: rgb(212 212 216 / 0.1);
}
.focus\:text-zinc-300\/100:focus {
  color: rgb(212 212 216 / 1);
}
.focus\:text-zinc-300\/20:focus {
  color: rgb(212 212 216 / 0.2);
}
.focus\:text-zinc-300\/25:focus {
  color: rgb(212 212 216 / 0.25);
}
.focus\:text-zinc-300\/30:focus {
  color: rgb(212 212 216 / 0.3);
}
.focus\:text-zinc-300\/40:focus {
  color: rgb(212 212 216 / 0.4);
}
.focus\:text-zinc-300\/5:focus {
  color: rgb(212 212 216 / 0.05);
}
.focus\:text-zinc-300\/50:focus {
  color: rgb(212 212 216 / 0.5);
}
.focus\:text-zinc-300\/60:focus {
  color: rgb(212 212 216 / 0.6);
}
.focus\:text-zinc-300\/70:focus {
  color: rgb(212 212 216 / 0.7);
}
.focus\:text-zinc-300\/75:focus {
  color: rgb(212 212 216 / 0.75);
}
.focus\:text-zinc-300\/80:focus {
  color: rgb(212 212 216 / 0.8);
}
.focus\:text-zinc-300\/90:focus {
  color: rgb(212 212 216 / 0.9);
}
.focus\:text-zinc-300\/95:focus {
  color: rgb(212 212 216 / 0.95);
}
.focus\:text-zinc-400:focus {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.focus\:text-zinc-400\/0:focus {
  color: rgb(161 161 170 / 0);
}
.focus\:text-zinc-400\/10:focus {
  color: rgb(161 161 170 / 0.1);
}
.focus\:text-zinc-400\/100:focus {
  color: rgb(161 161 170 / 1);
}
.focus\:text-zinc-400\/20:focus {
  color: rgb(161 161 170 / 0.2);
}
.focus\:text-zinc-400\/25:focus {
  color: rgb(161 161 170 / 0.25);
}
.focus\:text-zinc-400\/30:focus {
  color: rgb(161 161 170 / 0.3);
}
.focus\:text-zinc-400\/40:focus {
  color: rgb(161 161 170 / 0.4);
}
.focus\:text-zinc-400\/5:focus {
  color: rgb(161 161 170 / 0.05);
}
.focus\:text-zinc-400\/50:focus {
  color: rgb(161 161 170 / 0.5);
}
.focus\:text-zinc-400\/60:focus {
  color: rgb(161 161 170 / 0.6);
}
.focus\:text-zinc-400\/70:focus {
  color: rgb(161 161 170 / 0.7);
}
.focus\:text-zinc-400\/75:focus {
  color: rgb(161 161 170 / 0.75);
}
.focus\:text-zinc-400\/80:focus {
  color: rgb(161 161 170 / 0.8);
}
.focus\:text-zinc-400\/90:focus {
  color: rgb(161 161 170 / 0.9);
}
.focus\:text-zinc-400\/95:focus {
  color: rgb(161 161 170 / 0.95);
}
.focus\:text-zinc-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.focus\:text-zinc-50\/0:focus {
  color: rgb(250 250 250 / 0);
}
.focus\:text-zinc-50\/10:focus {
  color: rgb(250 250 250 / 0.1);
}
.focus\:text-zinc-50\/100:focus {
  color: rgb(250 250 250 / 1);
}
.focus\:text-zinc-50\/20:focus {
  color: rgb(250 250 250 / 0.2);
}
.focus\:text-zinc-50\/25:focus {
  color: rgb(250 250 250 / 0.25);
}
.focus\:text-zinc-50\/30:focus {
  color: rgb(250 250 250 / 0.3);
}
.focus\:text-zinc-50\/40:focus {
  color: rgb(250 250 250 / 0.4);
}
.focus\:text-zinc-50\/5:focus {
  color: rgb(250 250 250 / 0.05);
}
.focus\:text-zinc-50\/50:focus {
  color: rgb(250 250 250 / 0.5);
}
.focus\:text-zinc-50\/60:focus {
  color: rgb(250 250 250 / 0.6);
}
.focus\:text-zinc-50\/70:focus {
  color: rgb(250 250 250 / 0.7);
}
.focus\:text-zinc-50\/75:focus {
  color: rgb(250 250 250 / 0.75);
}
.focus\:text-zinc-50\/80:focus {
  color: rgb(250 250 250 / 0.8);
}
.focus\:text-zinc-50\/90:focus {
  color: rgb(250 250 250 / 0.9);
}
.focus\:text-zinc-50\/95:focus {
  color: rgb(250 250 250 / 0.95);
}
.focus\:text-zinc-500:focus {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.focus\:text-zinc-500\/0:focus {
  color: rgb(113 113 122 / 0);
}
.focus\:text-zinc-500\/10:focus {
  color: rgb(113 113 122 / 0.1);
}
.focus\:text-zinc-500\/100:focus {
  color: rgb(113 113 122 / 1);
}
.focus\:text-zinc-500\/20:focus {
  color: rgb(113 113 122 / 0.2);
}
.focus\:text-zinc-500\/25:focus {
  color: rgb(113 113 122 / 0.25);
}
.focus\:text-zinc-500\/30:focus {
  color: rgb(113 113 122 / 0.3);
}
.focus\:text-zinc-500\/40:focus {
  color: rgb(113 113 122 / 0.4);
}
.focus\:text-zinc-500\/5:focus {
  color: rgb(113 113 122 / 0.05);
}
.focus\:text-zinc-500\/50:focus {
  color: rgb(113 113 122 / 0.5);
}
.focus\:text-zinc-500\/60:focus {
  color: rgb(113 113 122 / 0.6);
}
.focus\:text-zinc-500\/70:focus {
  color: rgb(113 113 122 / 0.7);
}
.focus\:text-zinc-500\/75:focus {
  color: rgb(113 113 122 / 0.75);
}
.focus\:text-zinc-500\/80:focus {
  color: rgb(113 113 122 / 0.8);
}
.focus\:text-zinc-500\/90:focus {
  color: rgb(113 113 122 / 0.9);
}
.focus\:text-zinc-500\/95:focus {
  color: rgb(113 113 122 / 0.95);
}
.focus\:text-zinc-600:focus {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.focus\:text-zinc-600\/0:focus {
  color: rgb(82 82 91 / 0);
}
.focus\:text-zinc-600\/10:focus {
  color: rgb(82 82 91 / 0.1);
}
.focus\:text-zinc-600\/100:focus {
  color: rgb(82 82 91 / 1);
}
.focus\:text-zinc-600\/20:focus {
  color: rgb(82 82 91 / 0.2);
}
.focus\:text-zinc-600\/25:focus {
  color: rgb(82 82 91 / 0.25);
}
.focus\:text-zinc-600\/30:focus {
  color: rgb(82 82 91 / 0.3);
}
.focus\:text-zinc-600\/40:focus {
  color: rgb(82 82 91 / 0.4);
}
.focus\:text-zinc-600\/5:focus {
  color: rgb(82 82 91 / 0.05);
}
.focus\:text-zinc-600\/50:focus {
  color: rgb(82 82 91 / 0.5);
}
.focus\:text-zinc-600\/60:focus {
  color: rgb(82 82 91 / 0.6);
}
.focus\:text-zinc-600\/70:focus {
  color: rgb(82 82 91 / 0.7);
}
.focus\:text-zinc-600\/75:focus {
  color: rgb(82 82 91 / 0.75);
}
.focus\:text-zinc-600\/80:focus {
  color: rgb(82 82 91 / 0.8);
}
.focus\:text-zinc-600\/90:focus {
  color: rgb(82 82 91 / 0.9);
}
.focus\:text-zinc-600\/95:focus {
  color: rgb(82 82 91 / 0.95);
}
.focus\:text-zinc-700:focus {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.focus\:text-zinc-700\/0:focus {
  color: rgb(63 63 70 / 0);
}
.focus\:text-zinc-700\/10:focus {
  color: rgb(63 63 70 / 0.1);
}
.focus\:text-zinc-700\/100:focus {
  color: rgb(63 63 70 / 1);
}
.focus\:text-zinc-700\/20:focus {
  color: rgb(63 63 70 / 0.2);
}
.focus\:text-zinc-700\/25:focus {
  color: rgb(63 63 70 / 0.25);
}
.focus\:text-zinc-700\/30:focus {
  color: rgb(63 63 70 / 0.3);
}
.focus\:text-zinc-700\/40:focus {
  color: rgb(63 63 70 / 0.4);
}
.focus\:text-zinc-700\/5:focus {
  color: rgb(63 63 70 / 0.05);
}
.focus\:text-zinc-700\/50:focus {
  color: rgb(63 63 70 / 0.5);
}
.focus\:text-zinc-700\/60:focus {
  color: rgb(63 63 70 / 0.6);
}
.focus\:text-zinc-700\/70:focus {
  color: rgb(63 63 70 / 0.7);
}
.focus\:text-zinc-700\/75:focus {
  color: rgb(63 63 70 / 0.75);
}
.focus\:text-zinc-700\/80:focus {
  color: rgb(63 63 70 / 0.8);
}
.focus\:text-zinc-700\/90:focus {
  color: rgb(63 63 70 / 0.9);
}
.focus\:text-zinc-700\/95:focus {
  color: rgb(63 63 70 / 0.95);
}
.focus\:text-zinc-800:focus {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.focus\:text-zinc-800\/0:focus {
  color: rgb(39 39 42 / 0);
}
.focus\:text-zinc-800\/10:focus {
  color: rgb(39 39 42 / 0.1);
}
.focus\:text-zinc-800\/100:focus {
  color: rgb(39 39 42 / 1);
}
.focus\:text-zinc-800\/20:focus {
  color: rgb(39 39 42 / 0.2);
}
.focus\:text-zinc-800\/25:focus {
  color: rgb(39 39 42 / 0.25);
}
.focus\:text-zinc-800\/30:focus {
  color: rgb(39 39 42 / 0.3);
}
.focus\:text-zinc-800\/40:focus {
  color: rgb(39 39 42 / 0.4);
}
.focus\:text-zinc-800\/5:focus {
  color: rgb(39 39 42 / 0.05);
}
.focus\:text-zinc-800\/50:focus {
  color: rgb(39 39 42 / 0.5);
}
.focus\:text-zinc-800\/60:focus {
  color: rgb(39 39 42 / 0.6);
}
.focus\:text-zinc-800\/70:focus {
  color: rgb(39 39 42 / 0.7);
}
.focus\:text-zinc-800\/75:focus {
  color: rgb(39 39 42 / 0.75);
}
.focus\:text-zinc-800\/80:focus {
  color: rgb(39 39 42 / 0.8);
}
.focus\:text-zinc-800\/90:focus {
  color: rgb(39 39 42 / 0.9);
}
.focus\:text-zinc-800\/95:focus {
  color: rgb(39 39 42 / 0.95);
}
.focus\:text-zinc-900:focus {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.focus\:text-zinc-900\/0:focus {
  color: rgb(24 24 27 / 0);
}
.focus\:text-zinc-900\/10:focus {
  color: rgb(24 24 27 / 0.1);
}
.focus\:text-zinc-900\/100:focus {
  color: rgb(24 24 27 / 1);
}
.focus\:text-zinc-900\/20:focus {
  color: rgb(24 24 27 / 0.2);
}
.focus\:text-zinc-900\/25:focus {
  color: rgb(24 24 27 / 0.25);
}
.focus\:text-zinc-900\/30:focus {
  color: rgb(24 24 27 / 0.3);
}
.focus\:text-zinc-900\/40:focus {
  color: rgb(24 24 27 / 0.4);
}
.focus\:text-zinc-900\/5:focus {
  color: rgb(24 24 27 / 0.05);
}
.focus\:text-zinc-900\/50:focus {
  color: rgb(24 24 27 / 0.5);
}
.focus\:text-zinc-900\/60:focus {
  color: rgb(24 24 27 / 0.6);
}
.focus\:text-zinc-900\/70:focus {
  color: rgb(24 24 27 / 0.7);
}
.focus\:text-zinc-900\/75:focus {
  color: rgb(24 24 27 / 0.75);
}
.focus\:text-zinc-900\/80:focus {
  color: rgb(24 24 27 / 0.8);
}
.focus\:text-zinc-900\/90:focus {
  color: rgb(24 24 27 / 0.9);
}
.focus\:text-zinc-900\/95:focus {
  color: rgb(24 24 27 / 0.95);
}
.focus\:text-zinc-950:focus {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.focus\:text-zinc-950\/0:focus {
  color: rgb(9 9 11 / 0);
}
.focus\:text-zinc-950\/10:focus {
  color: rgb(9 9 11 / 0.1);
}
.focus\:text-zinc-950\/100:focus {
  color: rgb(9 9 11 / 1);
}
.focus\:text-zinc-950\/20:focus {
  color: rgb(9 9 11 / 0.2);
}
.focus\:text-zinc-950\/25:focus {
  color: rgb(9 9 11 / 0.25);
}
.focus\:text-zinc-950\/30:focus {
  color: rgb(9 9 11 / 0.3);
}
.focus\:text-zinc-950\/40:focus {
  color: rgb(9 9 11 / 0.4);
}
.focus\:text-zinc-950\/5:focus {
  color: rgb(9 9 11 / 0.05);
}
.focus\:text-zinc-950\/50:focus {
  color: rgb(9 9 11 / 0.5);
}
.focus\:text-zinc-950\/60:focus {
  color: rgb(9 9 11 / 0.6);
}
.focus\:text-zinc-950\/70:focus {
  color: rgb(9 9 11 / 0.7);
}
.focus\:text-zinc-950\/75:focus {
  color: rgb(9 9 11 / 0.75);
}
.focus\:text-zinc-950\/80:focus {
  color: rgb(9 9 11 / 0.8);
}
.focus\:text-zinc-950\/90:focus {
  color: rgb(9 9 11 / 0.9);
}
.focus\:text-zinc-950\/95:focus {
  color: rgb(9 9 11 / 0.95);
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.focus\:shadow-lg:focus {
  --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);
}
.focus\:shadow-xl:focus {
  --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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-transparent:focus {
  outline-color: transparent;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity));
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:border-none:focus-visible {
  border-style: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}
.disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}
.disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}
.disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}
.disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}
.disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}
.disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}
.disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}
.disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}
.disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}
.disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}
.disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}
.disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}
.disabled\:border-opacity-0:disabled {
  --tw-border-opacity: 0;
}
.disabled\:border-opacity-10:disabled {
  --tw-border-opacity: 0.1;
}
.disabled\:border-opacity-100:disabled {
  --tw-border-opacity: 1;
}
.disabled\:border-opacity-20:disabled {
  --tw-border-opacity: 0.2;
}
.disabled\:border-opacity-25:disabled {
  --tw-border-opacity: 0.25;
}
.disabled\:border-opacity-30:disabled {
  --tw-border-opacity: 0.3;
}
.disabled\:border-opacity-40:disabled {
  --tw-border-opacity: 0.4;
}
.disabled\:border-opacity-5:disabled {
  --tw-border-opacity: 0.05;
}
.disabled\:border-opacity-50:disabled {
  --tw-border-opacity: 0.5;
}
.disabled\:border-opacity-60:disabled {
  --tw-border-opacity: 0.6;
}
.disabled\:border-opacity-70:disabled {
  --tw-border-opacity: 0.7;
}
.disabled\:border-opacity-80:disabled {
  --tw-border-opacity: 0.8;
}
.disabled\:border-opacity-90:disabled {
  --tw-border-opacity: 0.9;
}
.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.disabled\:bg-opacity-0:disabled {
  --tw-bg-opacity: 0;
}
.disabled\:bg-opacity-10:disabled {
  --tw-bg-opacity: 0.1;
}
.disabled\:bg-opacity-100:disabled {
  --tw-bg-opacity: 1;
}
.disabled\:bg-opacity-20:disabled {
  --tw-bg-opacity: 0.2;
}
.disabled\:bg-opacity-25:disabled {
  --tw-bg-opacity: 0.25;
}
.disabled\:bg-opacity-30:disabled {
  --tw-bg-opacity: 0.3;
}
.disabled\:bg-opacity-40:disabled {
  --tw-bg-opacity: 0.4;
}
.disabled\:bg-opacity-5:disabled {
  --tw-bg-opacity: 0.05;
}
.disabled\:bg-opacity-50:disabled {
  --tw-bg-opacity: 0.5;
}
.disabled\:bg-opacity-60:disabled {
  --tw-bg-opacity: 0.6;
}
.disabled\:bg-opacity-70:disabled {
  --tw-bg-opacity: 0.7;
}
.disabled\:bg-opacity-80:disabled {
  --tw-bg-opacity: 0.8;
}
.disabled\:bg-opacity-90:disabled {
  --tw-bg-opacity: 0.9;
}
.disabled\:text-opacity-0:disabled {
  --tw-text-opacity: 0;
}
.disabled\:text-opacity-10:disabled {
  --tw-text-opacity: 0.1;
}
.disabled\:text-opacity-100:disabled {
  --tw-text-opacity: 1;
}
.disabled\:text-opacity-20:disabled {
  --tw-text-opacity: 0.2;
}
.disabled\:text-opacity-25:disabled {
  --tw-text-opacity: 0.25;
}
.disabled\:text-opacity-30:disabled {
  --tw-text-opacity: 0.3;
}
.disabled\:text-opacity-40:disabled {
  --tw-text-opacity: 0.4;
}
.disabled\:text-opacity-5:disabled {
  --tw-text-opacity: 0.05;
}
.disabled\:text-opacity-50:disabled {
  --tw-text-opacity: 0.5;
}
.disabled\:text-opacity-60:disabled {
  --tw-text-opacity: 0.6;
}
.disabled\:text-opacity-70:disabled {
  --tw-text-opacity: 0.7;
}
.disabled\:text-opacity-80:disabled {
  --tw-text-opacity: 0.8;
}
.disabled\:text-opacity-90:disabled {
  --tw-text-opacity: 0.9;
}
.disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}
.disabled\:placeholder-opacity-0:disabled::placeholder {
  --tw-placeholder-opacity: 0;
}
.disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}
.disabled\:placeholder-opacity-10:disabled::placeholder {
  --tw-placeholder-opacity: 0.1;
}
.disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}
.disabled\:placeholder-opacity-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
}
.disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}
.disabled\:placeholder-opacity-20:disabled::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}
.disabled\:placeholder-opacity-25:disabled::placeholder {
  --tw-placeholder-opacity: 0.25;
}
.disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}
.disabled\:placeholder-opacity-30:disabled::placeholder {
  --tw-placeholder-opacity: 0.3;
}
.disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}
.disabled\:placeholder-opacity-40:disabled::placeholder {
  --tw-placeholder-opacity: 0.4;
}
.disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}
.disabled\:placeholder-opacity-5:disabled::placeholder {
  --tw-placeholder-opacity: 0.05;
}
.disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.disabled\:placeholder-opacity-50:disabled::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}
.disabled\:placeholder-opacity-60:disabled::placeholder {
  --tw-placeholder-opacity: 0.6;
}
.disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}
.disabled\:placeholder-opacity-70:disabled::placeholder {
  --tw-placeholder-opacity: 0.7;
}
.disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}
.disabled\:placeholder-opacity-80:disabled::placeholder {
  --tw-placeholder-opacity: 0.8;
}
.disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}
.disabled\:placeholder-opacity-90:disabled::placeholder {
  --tw-placeholder-opacity: 0.9;
}
.disabled\:opacity-0:disabled {
  opacity: 0;
}
.disabled\:opacity-10:disabled {
  opacity: 0.1;
}
.disabled\:opacity-100:disabled {
  opacity: 1;
}
.disabled\:opacity-20:disabled {
  opacity: 0.2;
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-5:disabled {
  opacity: 0.05;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.disabled\:opacity-80:disabled {
  opacity: 0.8;
}
.disabled\:opacity-90:disabled {
  opacity: 0.9;
}
.disabled\:ring-opacity-0:disabled {
  --tw-ring-opacity: 0;
}
.disabled\:ring-opacity-10:disabled {
  --tw-ring-opacity: 0.1;
}
.disabled\:ring-opacity-100:disabled {
  --tw-ring-opacity: 1;
}
.disabled\:ring-opacity-20:disabled {
  --tw-ring-opacity: 0.2;
}
.disabled\:ring-opacity-25:disabled {
  --tw-ring-opacity: 0.25;
}
.disabled\:ring-opacity-30:disabled {
  --tw-ring-opacity: 0.3;
}
.disabled\:ring-opacity-40:disabled {
  --tw-ring-opacity: 0.4;
}
.disabled\:ring-opacity-5:disabled {
  --tw-ring-opacity: 0.05;
}
.disabled\:ring-opacity-50:disabled {
  --tw-ring-opacity: 0.5;
}
.disabled\:ring-opacity-60:disabled {
  --tw-ring-opacity: 0.6;
}
.disabled\:ring-opacity-70:disabled {
  --tw-ring-opacity: 0.7;
}
.disabled\:ring-opacity-80:disabled {
  --tw-ring-opacity: 0.8;
}
.disabled\:ring-opacity-90:disabled {
  --tw-ring-opacity: 0.9;
}
.disabled\:backdrop-opacity-0:disabled {
  --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);
}
.disabled\:backdrop-opacity-10:disabled {
  --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);
}
.disabled\:backdrop-opacity-100:disabled {
  --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);
}
.disabled\:backdrop-opacity-20:disabled {
  --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);
}
.disabled\:backdrop-opacity-25:disabled {
  --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);
}
.disabled\:backdrop-opacity-30:disabled {
  --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);
}
.disabled\:backdrop-opacity-40:disabled {
  --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);
}
.disabled\:backdrop-opacity-5:disabled {
  --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);
}
.disabled\:backdrop-opacity-50:disabled {
  --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);
}
.disabled\:backdrop-opacity-60:disabled {
  --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);
}
.disabled\:backdrop-opacity-70:disabled {
  --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);
}
.disabled\:backdrop-opacity-80:disabled {
  --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);
}
.disabled\:backdrop-opacity-90:disabled {
  --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);
}
.group[open] .group-open\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/item:hover .group-hover\/item\:visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.group:focus .group-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus .group-focus\: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);
}
.group:focus .group-focus\:ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.peer:checked ~ .peer-checked\:translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-50\/95 {
  border-color: rgb(255 251 235 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-900\/95 {
  border-color: rgb(120 53 15 / 0.95);
}
.peer:checked ~ .peer-checked\:border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-amber-950\/0 {
  border-color: rgb(69 26 3 / 0);
}
.peer:checked ~ .peer-checked\:border-amber-950\/10 {
  border-color: rgb(69 26 3 / 0.1);
}
.peer:checked ~ .peer-checked\:border-amber-950\/100 {
  border-color: rgb(69 26 3 / 1);
}
.peer:checked ~ .peer-checked\:border-amber-950\/20 {
  border-color: rgb(69 26 3 / 0.2);
}
.peer:checked ~ .peer-checked\:border-amber-950\/25 {
  border-color: rgb(69 26 3 / 0.25);
}
.peer:checked ~ .peer-checked\:border-amber-950\/30 {
  border-color: rgb(69 26 3 / 0.3);
}
.peer:checked ~ .peer-checked\:border-amber-950\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.peer:checked ~ .peer-checked\:border-amber-950\/5 {
  border-color: rgb(69 26 3 / 0.05);
}
.peer:checked ~ .peer-checked\:border-amber-950\/50 {
  border-color: rgb(69 26 3 / 0.5);
}
.peer:checked ~ .peer-checked\:border-amber-950\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.peer:checked ~ .peer-checked\:border-amber-950\/70 {
  border-color: rgb(69 26 3 / 0.7);
}
.peer:checked ~ .peer-checked\:border-amber-950\/75 {
  border-color: rgb(69 26 3 / 0.75);
}
.peer:checked ~ .peer-checked\:border-amber-950\/80 {
  border-color: rgb(69 26 3 / 0.8);
}
.peer:checked ~ .peer-checked\:border-amber-950\/90 {
  border-color: rgb(69 26 3 / 0.9);
}
.peer:checked ~ .peer-checked\:border-amber-950\/95 {
  border-color: rgb(69 26 3 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}
.peer:checked ~ .peer-checked\:border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}
.peer:checked ~ .peer-checked\:border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}
.peer:checked ~ .peer-checked\:border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}
.peer:checked ~ .peer-checked\:border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}
.peer:checked ~ .peer-checked\:border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}
.peer:checked ~ .peer-checked\:border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}
.peer:checked ~ .peer-checked\:border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.peer:checked ~ .peer-checked\:border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}
.peer:checked ~ .peer-checked\:border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}
.peer:checked ~ .peer-checked\:border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.peer:checked ~ .peer-checked\:border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}
.peer:checked ~ .peer-checked\:border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}
.peer:checked ~ .peer-checked\:border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}
.peer:checked ~ .peer-checked\:border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.peer:checked ~ .peer-checked\:border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-50\/0 {
  border-color: rgb(236 254 255 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/10 {
  border-color: rgb(236 254 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/100 {
  border-color: rgb(236 254 255 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/20 {
  border-color: rgb(236 254 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/25 {
  border-color: rgb(236 254 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/30 {
  border-color: rgb(236 254 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/5 {
  border-color: rgb(236 254 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/50 {
  border-color: rgb(236 254 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/70 {
  border-color: rgb(236 254 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/75 {
  border-color: rgb(236 254 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/80 {
  border-color: rgb(236 254 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/90 {
  border-color: rgb(236 254 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-50\/95 {
  border-color: rgb(236 254 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-700\/0 {
  border-color: rgb(14 116 144 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/10 {
  border-color: rgb(14 116 144 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/100 {
  border-color: rgb(14 116 144 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/20 {
  border-color: rgb(14 116 144 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/25 {
  border-color: rgb(14 116 144 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/30 {
  border-color: rgb(14 116 144 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/5 {
  border-color: rgb(14 116 144 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/50 {
  border-color: rgb(14 116 144 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/70 {
  border-color: rgb(14 116 144 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/75 {
  border-color: rgb(14 116 144 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/80 {
  border-color: rgb(14 116 144 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/90 {
  border-color: rgb(14 116 144 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-700\/95 {
  border-color: rgb(14 116 144 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-800\/0 {
  border-color: rgb(21 94 117 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/10 {
  border-color: rgb(21 94 117 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/100 {
  border-color: rgb(21 94 117 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/20 {
  border-color: rgb(21 94 117 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/25 {
  border-color: rgb(21 94 117 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/30 {
  border-color: rgb(21 94 117 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/5 {
  border-color: rgb(21 94 117 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/50 {
  border-color: rgb(21 94 117 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/70 {
  border-color: rgb(21 94 117 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/75 {
  border-color: rgb(21 94 117 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/80 {
  border-color: rgb(21 94 117 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/90 {
  border-color: rgb(21 94 117 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-800\/95 {
  border-color: rgb(21 94 117 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-900\/0 {
  border-color: rgb(22 78 99 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/10 {
  border-color: rgb(22 78 99 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/100 {
  border-color: rgb(22 78 99 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/20 {
  border-color: rgb(22 78 99 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/25 {
  border-color: rgb(22 78 99 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/30 {
  border-color: rgb(22 78 99 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/5 {
  border-color: rgb(22 78 99 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/50 {
  border-color: rgb(22 78 99 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/70 {
  border-color: rgb(22 78 99 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/75 {
  border-color: rgb(22 78 99 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/80 {
  border-color: rgb(22 78 99 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/90 {
  border-color: rgb(22 78 99 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-900\/95 {
  border-color: rgb(22 78 99 / 0.95);
}
.peer:checked ~ .peer-checked\:border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-cyan-950\/0 {
  border-color: rgb(8 51 68 / 0);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/10 {
  border-color: rgb(8 51 68 / 0.1);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/100 {
  border-color: rgb(8 51 68 / 1);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/20 {
  border-color: rgb(8 51 68 / 0.2);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/25 {
  border-color: rgb(8 51 68 / 0.25);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/30 {
  border-color: rgb(8 51 68 / 0.3);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/5 {
  border-color: rgb(8 51 68 / 0.05);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/50 {
  border-color: rgb(8 51 68 / 0.5);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/70 {
  border-color: rgb(8 51 68 / 0.7);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/75 {
  border-color: rgb(8 51 68 / 0.75);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/80 {
  border-color: rgb(8 51 68 / 0.8);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/90 {
  border-color: rgb(8 51 68 / 0.9);
}
.peer:checked ~ .peer-checked\:border-cyan-950\/95 {
  border-color: rgb(8 51 68 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 0.95);
}
.peer:checked ~ .peer-checked\:border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-emerald-950\/0 {
  border-color: rgb(2 44 34 / 0);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/10 {
  border-color: rgb(2 44 34 / 0.1);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/100 {
  border-color: rgb(2 44 34 / 1);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/20 {
  border-color: rgb(2 44 34 / 0.2);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/25 {
  border-color: rgb(2 44 34 / 0.25);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/30 {
  border-color: rgb(2 44 34 / 0.3);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/5 {
  border-color: rgb(2 44 34 / 0.05);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/50 {
  border-color: rgb(2 44 34 / 0.5);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/70 {
  border-color: rgb(2 44 34 / 0.7);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/75 {
  border-color: rgb(2 44 34 / 0.75);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/80 {
  border-color: rgb(2 44 34 / 0.8);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/90 {
  border-color: rgb(2 44 34 / 0.9);
}
.peer:checked ~ .peer-checked\:border-emerald-950\/95 {
  border-color: rgb(2 44 34 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/0 {
  border-color: rgb(253 244 255 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/10 {
  border-color: rgb(253 244 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/100 {
  border-color: rgb(253 244 255 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/20 {
  border-color: rgb(253 244 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/25 {
  border-color: rgb(253 244 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/30 {
  border-color: rgb(253 244 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/5 {
  border-color: rgb(253 244 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/50 {
  border-color: rgb(253 244 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/70 {
  border-color: rgb(253 244 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/75 {
  border-color: rgb(253 244 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/80 {
  border-color: rgb(253 244 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/90 {
  border-color: rgb(253 244 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-50\/95 {
  border-color: rgb(253 244 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/0 {
  border-color: rgb(162 28 175 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/10 {
  border-color: rgb(162 28 175 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/100 {
  border-color: rgb(162 28 175 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/20 {
  border-color: rgb(162 28 175 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/25 {
  border-color: rgb(162 28 175 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/30 {
  border-color: rgb(162 28 175 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/5 {
  border-color: rgb(162 28 175 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/50 {
  border-color: rgb(162 28 175 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/70 {
  border-color: rgb(162 28 175 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/75 {
  border-color: rgb(162 28 175 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/80 {
  border-color: rgb(162 28 175 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/90 {
  border-color: rgb(162 28 175 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-700\/95 {
  border-color: rgb(162 28 175 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/0 {
  border-color: rgb(134 25 143 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/10 {
  border-color: rgb(134 25 143 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/100 {
  border-color: rgb(134 25 143 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/20 {
  border-color: rgb(134 25 143 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/25 {
  border-color: rgb(134 25 143 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/30 {
  border-color: rgb(134 25 143 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/5 {
  border-color: rgb(134 25 143 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/50 {
  border-color: rgb(134 25 143 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/70 {
  border-color: rgb(134 25 143 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/75 {
  border-color: rgb(134 25 143 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/80 {
  border-color: rgb(134 25 143 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/90 {
  border-color: rgb(134 25 143 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-800\/95 {
  border-color: rgb(134 25 143 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/0 {
  border-color: rgb(112 26 117 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/10 {
  border-color: rgb(112 26 117 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/100 {
  border-color: rgb(112 26 117 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/20 {
  border-color: rgb(112 26 117 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/25 {
  border-color: rgb(112 26 117 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/30 {
  border-color: rgb(112 26 117 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/5 {
  border-color: rgb(112 26 117 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/50 {
  border-color: rgb(112 26 117 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/70 {
  border-color: rgb(112 26 117 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/75 {
  border-color: rgb(112 26 117 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/80 {
  border-color: rgb(112 26 117 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/90 {
  border-color: rgb(112 26 117 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-900\/95 {
  border-color: rgb(112 26 117 / 0.95);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/0 {
  border-color: rgb(74 4 78 / 0);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/10 {
  border-color: rgb(74 4 78 / 0.1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/100 {
  border-color: rgb(74 4 78 / 1);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/20 {
  border-color: rgb(74 4 78 / 0.2);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/25 {
  border-color: rgb(74 4 78 / 0.25);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/30 {
  border-color: rgb(74 4 78 / 0.3);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/5 {
  border-color: rgb(74 4 78 / 0.05);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/50 {
  border-color: rgb(74 4 78 / 0.5);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/70 {
  border-color: rgb(74 4 78 / 0.7);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/75 {
  border-color: rgb(74 4 78 / 0.75);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/80 {
  border-color: rgb(74 4 78 / 0.8);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/90 {
  border-color: rgb(74 4 78 / 0.9);
}
.peer:checked ~ .peer-checked\:border-fuchsia-950\/95 {
  border-color: rgb(74 4 78 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-700\/0 {
  border-color: rgb(55 65 81 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-700\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-700\/100 {
  border-color: rgb(55 65 81 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-700\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-700\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-700\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-700\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-700\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-700\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-700\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-700\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-800\/0 {
  border-color: rgb(31 41 55 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-800\/10 {
  border-color: rgb(31 41 55 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-800\/100 {
  border-color: rgb(31 41 55 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-800\/20 {
  border-color: rgb(31 41 55 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-800\/25 {
  border-color: rgb(31 41 55 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-800\/5 {
  border-color: rgb(31 41 55 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-800\/70 {
  border-color: rgb(31 41 55 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-800\/75 {
  border-color: rgb(31 41 55 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-800\/80 {
  border-color: rgb(31 41 55 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-800\/90 {
  border-color: rgb(31 41 55 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-800\/95 {
  border-color: rgb(31 41 55 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-900\/0 {
  border-color: rgb(17 24 39 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-900\/100 {
  border-color: rgb(17 24 39 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-900\/20 {
  border-color: rgb(17 24 39 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-900\/30 {
  border-color: rgb(17 24 39 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-900\/5 {
  border-color: rgb(17 24 39 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-900\/50 {
  border-color: rgb(17 24 39 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-900\/70 {
  border-color: rgb(17 24 39 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-900\/75 {
  border-color: rgb(17 24 39 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-900\/80 {
  border-color: rgb(17 24 39 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-900\/90 {
  border-color: rgb(17 24 39 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-900\/95 {
  border-color: rgb(17 24 39 / 0.95);
}
.peer:checked ~ .peer-checked\:border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}
.peer:checked ~ .peer-checked\:border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}
.peer:checked ~ .peer-checked\:border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}
.peer:checked ~ .peer-checked\:border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}
.peer:checked ~ .peer-checked\:border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}
.peer:checked ~ .peer-checked\:border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}
.peer:checked ~ .peer-checked\:border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.peer:checked ~ .peer-checked\:border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}
.peer:checked ~ .peer-checked\:border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}
.peer:checked ~ .peer-checked\:border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.peer:checked ~ .peer-checked\:border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}
.peer:checked ~ .peer-checked\:border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}
.peer:checked ~ .peer-checked\:border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}
.peer:checked ~ .peer-checked\:border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}
.peer:checked ~ .peer-checked\:border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}
.peer:checked ~ .peer-checked\:border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}
.peer:checked ~ .peer-checked\:border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}
.peer:checked ~ .peer-checked\:border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}
.peer:checked ~ .peer-checked\:border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}
.peer:checked ~ .peer-checked\:border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}
.peer:checked ~ .peer-checked\:border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}
.peer:checked ~ .peer-checked\:border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}
.peer:checked ~ .peer-checked\:border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-50\/0 {
  border-color: rgb(240 253 244 / 0);
}
.peer:checked ~ .peer-checked\:border-green-50\/10 {
  border-color: rgb(240 253 244 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-50\/100 {
  border-color: rgb(240 253 244 / 1);
}
.peer:checked ~ .peer-checked\:border-green-50\/20 {
  border-color: rgb(240 253 244 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-50\/25 {
  border-color: rgb(240 253 244 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-50\/30 {
  border-color: rgb(240 253 244 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-50\/5 {
  border-color: rgb(240 253 244 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-50\/50 {
  border-color: rgb(240 253 244 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-50\/70 {
  border-color: rgb(240 253 244 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-50\/75 {
  border-color: rgb(240 253 244 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-50\/80 {
  border-color: rgb(240 253 244 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-50\/90 {
  border-color: rgb(240 253 244 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-50\/95 {
  border-color: rgb(240 253 244 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}
.peer:checked ~ .peer-checked\:border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}
.peer:checked ~ .peer-checked\:border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}
.peer:checked ~ .peer-checked\:border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}
.peer:checked ~ .peer-checked\:border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-700\/0 {
  border-color: rgb(21 128 61 / 0);
}
.peer:checked ~ .peer-checked\:border-green-700\/10 {
  border-color: rgb(21 128 61 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-700\/100 {
  border-color: rgb(21 128 61 / 1);
}
.peer:checked ~ .peer-checked\:border-green-700\/20 {
  border-color: rgb(21 128 61 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-700\/25 {
  border-color: rgb(21 128 61 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-700\/30 {
  border-color: rgb(21 128 61 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-700\/5 {
  border-color: rgb(21 128 61 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-700\/50 {
  border-color: rgb(21 128 61 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-700\/70 {
  border-color: rgb(21 128 61 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-700\/75 {
  border-color: rgb(21 128 61 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-700\/80 {
  border-color: rgb(21 128 61 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-700\/90 {
  border-color: rgb(21 128 61 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-700\/95 {
  border-color: rgb(21 128 61 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-800\/0 {
  border-color: rgb(22 101 52 / 0);
}
.peer:checked ~ .peer-checked\:border-green-800\/10 {
  border-color: rgb(22 101 52 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-800\/100 {
  border-color: rgb(22 101 52 / 1);
}
.peer:checked ~ .peer-checked\:border-green-800\/20 {
  border-color: rgb(22 101 52 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-800\/25 {
  border-color: rgb(22 101 52 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-800\/30 {
  border-color: rgb(22 101 52 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-800\/5 {
  border-color: rgb(22 101 52 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-800\/50 {
  border-color: rgb(22 101 52 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-800\/70 {
  border-color: rgb(22 101 52 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-800\/75 {
  border-color: rgb(22 101 52 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-800\/80 {
  border-color: rgb(22 101 52 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-800\/90 {
  border-color: rgb(22 101 52 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-800\/95 {
  border-color: rgb(22 101 52 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-900\/0 {
  border-color: rgb(20 83 45 / 0);
}
.peer:checked ~ .peer-checked\:border-green-900\/10 {
  border-color: rgb(20 83 45 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-900\/100 {
  border-color: rgb(20 83 45 / 1);
}
.peer:checked ~ .peer-checked\:border-green-900\/20 {
  border-color: rgb(20 83 45 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-900\/25 {
  border-color: rgb(20 83 45 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-900\/30 {
  border-color: rgb(20 83 45 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-900\/5 {
  border-color: rgb(20 83 45 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-900\/50 {
  border-color: rgb(20 83 45 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-900\/70 {
  border-color: rgb(20 83 45 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-900\/75 {
  border-color: rgb(20 83 45 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-900\/80 {
  border-color: rgb(20 83 45 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-900\/90 {
  border-color: rgb(20 83 45 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-900\/95 {
  border-color: rgb(20 83 45 / 0.95);
}
.peer:checked ~ .peer-checked\:border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-green-950\/0 {
  border-color: rgb(5 46 22 / 0);
}
.peer:checked ~ .peer-checked\:border-green-950\/10 {
  border-color: rgb(5 46 22 / 0.1);
}
.peer:checked ~ .peer-checked\:border-green-950\/100 {
  border-color: rgb(5 46 22 / 1);
}
.peer:checked ~ .peer-checked\:border-green-950\/20 {
  border-color: rgb(5 46 22 / 0.2);
}
.peer:checked ~ .peer-checked\:border-green-950\/25 {
  border-color: rgb(5 46 22 / 0.25);
}
.peer:checked ~ .peer-checked\:border-green-950\/30 {
  border-color: rgb(5 46 22 / 0.3);
}
.peer:checked ~ .peer-checked\:border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.peer:checked ~ .peer-checked\:border-green-950\/5 {
  border-color: rgb(5 46 22 / 0.05);
}
.peer:checked ~ .peer-checked\:border-green-950\/50 {
  border-color: rgb(5 46 22 / 0.5);
}
.peer:checked ~ .peer-checked\:border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.peer:checked ~ .peer-checked\:border-green-950\/70 {
  border-color: rgb(5 46 22 / 0.7);
}
.peer:checked ~ .peer-checked\:border-green-950\/75 {
  border-color: rgb(5 46 22 / 0.75);
}
.peer:checked ~ .peer-checked\:border-green-950\/80 {
  border-color: rgb(5 46 22 / 0.8);
}
.peer:checked ~ .peer-checked\:border-green-950\/90 {
  border-color: rgb(5 46 22 / 0.9);
}
.peer:checked ~ .peer-checked\:border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}
.peer:checked ~ .peer-checked\:border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-indigo-950\/0 {
  border-color: rgb(30 27 75 / 0);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/10 {
  border-color: rgb(30 27 75 / 0.1);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/100 {
  border-color: rgb(30 27 75 / 1);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/20 {
  border-color: rgb(30 27 75 / 0.2);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/25 {
  border-color: rgb(30 27 75 / 0.25);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/30 {
  border-color: rgb(30 27 75 / 0.3);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/5 {
  border-color: rgb(30 27 75 / 0.05);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/50 {
  border-color: rgb(30 27 75 / 0.5);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/70 {
  border-color: rgb(30 27 75 / 0.7);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/75 {
  border-color: rgb(30 27 75 / 0.75);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/80 {
  border-color: rgb(30 27 75 / 0.8);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/90 {
  border-color: rgb(30 27 75 / 0.9);
}
.peer:checked ~ .peer-checked\:border-indigo-950\/95 {
  border-color: rgb(30 27 75 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}
.peer:checked ~ .peer-checked\:border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0);
}
.peer:checked ~ .peer-checked\:border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1);
}
.peer:checked ~ .peer-checked\:border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1);
}
.peer:checked ~ .peer-checked\:border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2);
}
.peer:checked ~ .peer-checked\:border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25);
}
.peer:checked ~ .peer-checked\:border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3);
}
.peer:checked ~ .peer-checked\:border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.peer:checked ~ .peer-checked\:border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05);
}
.peer:checked ~ .peer-checked\:border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5);
}
.peer:checked ~ .peer-checked\:border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.peer:checked ~ .peer-checked\:border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7);
}
.peer:checked ~ .peer-checked\:border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75);
}
.peer:checked ~ .peer-checked\:border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8);
}
.peer:checked ~ .peer-checked\:border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9);
}
.peer:checked ~ .peer-checked\:border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-700\/0 {
  border-color: rgb(64 64 64 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/100 {
  border-color: rgb(64 64 64 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-700\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-800\/0 {
  border-color: rgb(38 38 38 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/10 {
  border-color: rgb(38 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/100 {
  border-color: rgb(38 38 38 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/20 {
  border-color: rgb(38 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/25 {
  border-color: rgb(38 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/30 {
  border-color: rgb(38 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/5 {
  border-color: rgb(38 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/50 {
  border-color: rgb(38 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/70 {
  border-color: rgb(38 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/75 {
  border-color: rgb(38 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/80 {
  border-color: rgb(38 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/90 {
  border-color: rgb(38 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-800\/95 {
  border-color: rgb(38 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-900\/0 {
  border-color: rgb(23 23 23 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/100 {
  border-color: rgb(23 23 23 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/25 {
  border-color: rgb(23 23 23 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/30 {
  border-color: rgb(23 23 23 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/5 {
  border-color: rgb(23 23 23 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/50 {
  border-color: rgb(23 23 23 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/70 {
  border-color: rgb(23 23 23 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/75 {
  border-color: rgb(23 23 23 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/80 {
  border-color: rgb(23 23 23 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/90 {
  border-color: rgb(23 23 23 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-900\/95 {
  border-color: rgb(23 23 23 / 0.95);
}
.peer:checked ~ .peer-checked\:border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-neutral-950\/0 {
  border-color: rgb(10 10 10 / 0);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/10 {
  border-color: rgb(10 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/100 {
  border-color: rgb(10 10 10 / 1);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/20 {
  border-color: rgb(10 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/25 {
  border-color: rgb(10 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/30 {
  border-color: rgb(10 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/5 {
  border-color: rgb(10 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/50 {
  border-color: rgb(10 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/70 {
  border-color: rgb(10 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/75 {
  border-color: rgb(10 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/80 {
  border-color: rgb(10 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/90 {
  border-color: rgb(10 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:border-neutral-950\/95 {
  border-color: rgb(10 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-50\/0 {
  border-color: rgb(255 247 237 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-50\/10 {
  border-color: rgb(255 247 237 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-50\/100 {
  border-color: rgb(255 247 237 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-50\/20 {
  border-color: rgb(255 247 237 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-50\/25 {
  border-color: rgb(255 247 237 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-50\/30 {
  border-color: rgb(255 247 237 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-50\/5 {
  border-color: rgb(255 247 237 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-50\/50 {
  border-color: rgb(255 247 237 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-50\/70 {
  border-color: rgb(255 247 237 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-50\/75 {
  border-color: rgb(255 247 237 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-50\/80 {
  border-color: rgb(255 247 237 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-50\/90 {
  border-color: rgb(255 247 237 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-50\/95 {
  border-color: rgb(255 247 237 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-700\/0 {
  border-color: rgb(194 65 12 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-700\/10 {
  border-color: rgb(194 65 12 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-700\/100 {
  border-color: rgb(194 65 12 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-700\/20 {
  border-color: rgb(194 65 12 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-700\/25 {
  border-color: rgb(194 65 12 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-700\/5 {
  border-color: rgb(194 65 12 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-700\/50 {
  border-color: rgb(194 65 12 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-700\/70 {
  border-color: rgb(194 65 12 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-700\/75 {
  border-color: rgb(194 65 12 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-700\/80 {
  border-color: rgb(194 65 12 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-700\/90 {
  border-color: rgb(194 65 12 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-700\/95 {
  border-color: rgb(194 65 12 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-800\/0 {
  border-color: rgb(154 52 18 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-800\/10 {
  border-color: rgb(154 52 18 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-800\/100 {
  border-color: rgb(154 52 18 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-800\/20 {
  border-color: rgb(154 52 18 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-800\/25 {
  border-color: rgb(154 52 18 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-800\/30 {
  border-color: rgb(154 52 18 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-800\/5 {
  border-color: rgb(154 52 18 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-800\/50 {
  border-color: rgb(154 52 18 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-800\/70 {
  border-color: rgb(154 52 18 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-800\/75 {
  border-color: rgb(154 52 18 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-800\/80 {
  border-color: rgb(154 52 18 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-800\/90 {
  border-color: rgb(154 52 18 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-800\/95 {
  border-color: rgb(154 52 18 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-900\/0 {
  border-color: rgb(124 45 18 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-900\/10 {
  border-color: rgb(124 45 18 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-900\/100 {
  border-color: rgb(124 45 18 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-900\/20 {
  border-color: rgb(124 45 18 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-900\/25 {
  border-color: rgb(124 45 18 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-900\/30 {
  border-color: rgb(124 45 18 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-900\/5 {
  border-color: rgb(124 45 18 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-900\/50 {
  border-color: rgb(124 45 18 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-900\/70 {
  border-color: rgb(124 45 18 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-900\/75 {
  border-color: rgb(124 45 18 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-900\/80 {
  border-color: rgb(124 45 18 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-900\/90 {
  border-color: rgb(124 45 18 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-900\/95 {
  border-color: rgb(124 45 18 / 0.95);
}
.peer:checked ~ .peer-checked\:border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-orange-950\/0 {
  border-color: rgb(67 20 7 / 0);
}
.peer:checked ~ .peer-checked\:border-orange-950\/10 {
  border-color: rgb(67 20 7 / 0.1);
}
.peer:checked ~ .peer-checked\:border-orange-950\/100 {
  border-color: rgb(67 20 7 / 1);
}
.peer:checked ~ .peer-checked\:border-orange-950\/20 {
  border-color: rgb(67 20 7 / 0.2);
}
.peer:checked ~ .peer-checked\:border-orange-950\/25 {
  border-color: rgb(67 20 7 / 0.25);
}
.peer:checked ~ .peer-checked\:border-orange-950\/30 {
  border-color: rgb(67 20 7 / 0.3);
}
.peer:checked ~ .peer-checked\:border-orange-950\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.peer:checked ~ .peer-checked\:border-orange-950\/5 {
  border-color: rgb(67 20 7 / 0.05);
}
.peer:checked ~ .peer-checked\:border-orange-950\/50 {
  border-color: rgb(67 20 7 / 0.5);
}
.peer:checked ~ .peer-checked\:border-orange-950\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.peer:checked ~ .peer-checked\:border-orange-950\/70 {
  border-color: rgb(67 20 7 / 0.7);
}
.peer:checked ~ .peer-checked\:border-orange-950\/75 {
  border-color: rgb(67 20 7 / 0.75);
}
.peer:checked ~ .peer-checked\:border-orange-950\/80 {
  border-color: rgb(67 20 7 / 0.8);
}
.peer:checked ~ .peer-checked\:border-orange-950\/90 {
  border-color: rgb(67 20 7 / 0.9);
}
.peer:checked ~ .peer-checked\:border-orange-950\/95 {
  border-color: rgb(67 20 7 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-50\/0 {
  border-color: rgb(253 242 248 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-50\/10 {
  border-color: rgb(253 242 248 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-50\/100 {
  border-color: rgb(253 242 248 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-50\/20 {
  border-color: rgb(253 242 248 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-50\/25 {
  border-color: rgb(253 242 248 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-50\/30 {
  border-color: rgb(253 242 248 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-50\/5 {
  border-color: rgb(253 242 248 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-50\/50 {
  border-color: rgb(253 242 248 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-50\/70 {
  border-color: rgb(253 242 248 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-50\/75 {
  border-color: rgb(253 242 248 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-50\/80 {
  border-color: rgb(253 242 248 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-50\/90 {
  border-color: rgb(253 242 248 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-50\/95 {
  border-color: rgb(253 242 248 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-700\/0 {
  border-color: rgb(190 24 93 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-700\/10 {
  border-color: rgb(190 24 93 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-700\/100 {
  border-color: rgb(190 24 93 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-700\/20 {
  border-color: rgb(190 24 93 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-700\/25 {
  border-color: rgb(190 24 93 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-700\/30 {
  border-color: rgb(190 24 93 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-700\/40 {
  border-color: rgb(190 24 93 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-700\/5 {
  border-color: rgb(190 24 93 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-700\/50 {
  border-color: rgb(190 24 93 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-700\/60 {
  border-color: rgb(190 24 93 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-700\/70 {
  border-color: rgb(190 24 93 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-700\/75 {
  border-color: rgb(190 24 93 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-700\/80 {
  border-color: rgb(190 24 93 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-700\/90 {
  border-color: rgb(190 24 93 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-700\/95 {
  border-color: rgb(190 24 93 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-800\/0 {
  border-color: rgb(157 23 77 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-800\/10 {
  border-color: rgb(157 23 77 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-800\/100 {
  border-color: rgb(157 23 77 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-800\/20 {
  border-color: rgb(157 23 77 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-800\/25 {
  border-color: rgb(157 23 77 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-800\/30 {
  border-color: rgb(157 23 77 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-800\/40 {
  border-color: rgb(157 23 77 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-800\/5 {
  border-color: rgb(157 23 77 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-800\/50 {
  border-color: rgb(157 23 77 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-800\/60 {
  border-color: rgb(157 23 77 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-800\/70 {
  border-color: rgb(157 23 77 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-800\/75 {
  border-color: rgb(157 23 77 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-800\/80 {
  border-color: rgb(157 23 77 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-800\/90 {
  border-color: rgb(157 23 77 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-800\/95 {
  border-color: rgb(157 23 77 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-900\/0 {
  border-color: rgb(131 24 67 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-900\/10 {
  border-color: rgb(131 24 67 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-900\/100 {
  border-color: rgb(131 24 67 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-900\/20 {
  border-color: rgb(131 24 67 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-900\/25 {
  border-color: rgb(131 24 67 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-900\/30 {
  border-color: rgb(131 24 67 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-900\/40 {
  border-color: rgb(131 24 67 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-900\/5 {
  border-color: rgb(131 24 67 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-900\/50 {
  border-color: rgb(131 24 67 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-900\/60 {
  border-color: rgb(131 24 67 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-900\/70 {
  border-color: rgb(131 24 67 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-900\/75 {
  border-color: rgb(131 24 67 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-900\/80 {
  border-color: rgb(131 24 67 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-900\/90 {
  border-color: rgb(131 24 67 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-900\/95 {
  border-color: rgb(131 24 67 / 0.95);
}
.peer:checked ~ .peer-checked\:border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-pink-950\/0 {
  border-color: rgb(80 7 36 / 0);
}
.peer:checked ~ .peer-checked\:border-pink-950\/10 {
  border-color: rgb(80 7 36 / 0.1);
}
.peer:checked ~ .peer-checked\:border-pink-950\/100 {
  border-color: rgb(80 7 36 / 1);
}
.peer:checked ~ .peer-checked\:border-pink-950\/20 {
  border-color: rgb(80 7 36 / 0.2);
}
.peer:checked ~ .peer-checked\:border-pink-950\/25 {
  border-color: rgb(80 7 36 / 0.25);
}
.peer:checked ~ .peer-checked\:border-pink-950\/30 {
  border-color: rgb(80 7 36 / 0.3);
}
.peer:checked ~ .peer-checked\:border-pink-950\/40 {
  border-color: rgb(80 7 36 / 0.4);
}
.peer:checked ~ .peer-checked\:border-pink-950\/5 {
  border-color: rgb(80 7 36 / 0.05);
}
.peer:checked ~ .peer-checked\:border-pink-950\/50 {
  border-color: rgb(80 7 36 / 0.5);
}
.peer:checked ~ .peer-checked\:border-pink-950\/60 {
  border-color: rgb(80 7 36 / 0.6);
}
.peer:checked ~ .peer-checked\:border-pink-950\/70 {
  border-color: rgb(80 7 36 / 0.7);
}
.peer:checked ~ .peer-checked\:border-pink-950\/75 {
  border-color: rgb(80 7 36 / 0.75);
}
.peer:checked ~ .peer-checked\:border-pink-950\/80 {
  border-color: rgb(80 7 36 / 0.8);
}
.peer:checked ~ .peer-checked\:border-pink-950\/90 {
  border-color: rgb(80 7 36 / 0.9);
}
.peer:checked ~ .peer-checked\:border-pink-950\/95 {
  border-color: rgb(80 7 36 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-50\/0 {
  border-color: rgb(250 245 255 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-50\/10 {
  border-color: rgb(250 245 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-50\/100 {
  border-color: rgb(250 245 255 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-50\/20 {
  border-color: rgb(250 245 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-50\/25 {
  border-color: rgb(250 245 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-50\/30 {
  border-color: rgb(250 245 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-50\/5 {
  border-color: rgb(250 245 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-50\/50 {
  border-color: rgb(250 245 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-50\/70 {
  border-color: rgb(250 245 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-50\/75 {
  border-color: rgb(250 245 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-50\/80 {
  border-color: rgb(250 245 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-50\/90 {
  border-color: rgb(250 245 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-50\/95 {
  border-color: rgb(250 245 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-700\/0 {
  border-color: rgb(126 34 206 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-700\/10 {
  border-color: rgb(126 34 206 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-700\/100 {
  border-color: rgb(126 34 206 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-700\/20 {
  border-color: rgb(126 34 206 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-700\/25 {
  border-color: rgb(126 34 206 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-700\/30 {
  border-color: rgb(126 34 206 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-700\/5 {
  border-color: rgb(126 34 206 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-700\/50 {
  border-color: rgb(126 34 206 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-700\/70 {
  border-color: rgb(126 34 206 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-700\/75 {
  border-color: rgb(126 34 206 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-700\/80 {
  border-color: rgb(126 34 206 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-700\/90 {
  border-color: rgb(126 34 206 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-700\/95 {
  border-color: rgb(126 34 206 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-800\/0 {
  border-color: rgb(107 33 168 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-800\/10 {
  border-color: rgb(107 33 168 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-800\/100 {
  border-color: rgb(107 33 168 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-800\/20 {
  border-color: rgb(107 33 168 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-800\/25 {
  border-color: rgb(107 33 168 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-800\/30 {
  border-color: rgb(107 33 168 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-800\/5 {
  border-color: rgb(107 33 168 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-800\/50 {
  border-color: rgb(107 33 168 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-800\/70 {
  border-color: rgb(107 33 168 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-800\/75 {
  border-color: rgb(107 33 168 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-800\/80 {
  border-color: rgb(107 33 168 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-800\/90 {
  border-color: rgb(107 33 168 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-800\/95 {
  border-color: rgb(107 33 168 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-900\/0 {
  border-color: rgb(88 28 135 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-900\/10 {
  border-color: rgb(88 28 135 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-900\/100 {
  border-color: rgb(88 28 135 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-900\/20 {
  border-color: rgb(88 28 135 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-900\/25 {
  border-color: rgb(88 28 135 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-900\/30 {
  border-color: rgb(88 28 135 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-900\/5 {
  border-color: rgb(88 28 135 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-900\/50 {
  border-color: rgb(88 28 135 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-900\/70 {
  border-color: rgb(88 28 135 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-900\/75 {
  border-color: rgb(88 28 135 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-900\/80 {
  border-color: rgb(88 28 135 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-900\/90 {
  border-color: rgb(88 28 135 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-900\/95 {
  border-color: rgb(88 28 135 / 0.95);
}
.peer:checked ~ .peer-checked\:border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-purple-950\/0 {
  border-color: rgb(59 7 100 / 0);
}
.peer:checked ~ .peer-checked\:border-purple-950\/10 {
  border-color: rgb(59 7 100 / 0.1);
}
.peer:checked ~ .peer-checked\:border-purple-950\/100 {
  border-color: rgb(59 7 100 / 1);
}
.peer:checked ~ .peer-checked\:border-purple-950\/20 {
  border-color: rgb(59 7 100 / 0.2);
}
.peer:checked ~ .peer-checked\:border-purple-950\/25 {
  border-color: rgb(59 7 100 / 0.25);
}
.peer:checked ~ .peer-checked\:border-purple-950\/30 {
  border-color: rgb(59 7 100 / 0.3);
}
.peer:checked ~ .peer-checked\:border-purple-950\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.peer:checked ~ .peer-checked\:border-purple-950\/5 {
  border-color: rgb(59 7 100 / 0.05);
}
.peer:checked ~ .peer-checked\:border-purple-950\/50 {
  border-color: rgb(59 7 100 / 0.5);
}
.peer:checked ~ .peer-checked\:border-purple-950\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.peer:checked ~ .peer-checked\:border-purple-950\/70 {
  border-color: rgb(59 7 100 / 0.7);
}
.peer:checked ~ .peer-checked\:border-purple-950\/75 {
  border-color: rgb(59 7 100 / 0.75);
}
.peer:checked ~ .peer-checked\:border-purple-950\/80 {
  border-color: rgb(59 7 100 / 0.8);
}
.peer:checked ~ .peer-checked\:border-purple-950\/90 {
  border-color: rgb(59 7 100 / 0.9);
}
.peer:checked ~ .peer-checked\:border-purple-950\/95 {
  border-color: rgb(59 7 100 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.peer:checked ~ .peer-checked\:border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.peer:checked ~ .peer-checked\:border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.peer:checked ~ .peer-checked\:border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.peer:checked ~ .peer-checked\:border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.peer:checked ~ .peer-checked\:border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.peer:checked ~ .peer-checked\:border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.peer:checked ~ .peer-checked\:border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.peer:checked ~ .peer-checked\:border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.peer:checked ~ .peer-checked\:border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.peer:checked ~ .peer-checked\:border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.peer:checked ~ .peer-checked\:border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.peer:checked ~ .peer-checked\:border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.peer:checked ~ .peer-checked\:border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.peer:checked ~ .peer-checked\:border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.peer:checked ~ .peer-checked\:border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.peer:checked ~ .peer-checked\:border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.peer:checked ~ .peer-checked\:border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.peer:checked ~ .peer-checked\:border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.peer:checked ~ .peer-checked\:border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.peer:checked ~ .peer-checked\:border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.peer:checked ~ .peer-checked\:border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.peer:checked ~ .peer-checked\:border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.peer:checked ~ .peer-checked\:border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}
.peer:checked ~ .peer-checked\:border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-rose-950\/0 {
  border-color: rgb(76 5 25 / 0);
}
.peer:checked ~ .peer-checked\:border-rose-950\/10 {
  border-color: rgb(76 5 25 / 0.1);
}
.peer:checked ~ .peer-checked\:border-rose-950\/100 {
  border-color: rgb(76 5 25 / 1);
}
.peer:checked ~ .peer-checked\:border-rose-950\/20 {
  border-color: rgb(76 5 25 / 0.2);
}
.peer:checked ~ .peer-checked\:border-rose-950\/25 {
  border-color: rgb(76 5 25 / 0.25);
}
.peer:checked ~ .peer-checked\:border-rose-950\/30 {
  border-color: rgb(76 5 25 / 0.3);
}
.peer:checked ~ .peer-checked\:border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.peer:checked ~ .peer-checked\:border-rose-950\/5 {
  border-color: rgb(76 5 25 / 0.05);
}
.peer:checked ~ .peer-checked\:border-rose-950\/50 {
  border-color: rgb(76 5 25 / 0.5);
}
.peer:checked ~ .peer-checked\:border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.peer:checked ~ .peer-checked\:border-rose-950\/70 {
  border-color: rgb(76 5 25 / 0.7);
}
.peer:checked ~ .peer-checked\:border-rose-950\/75 {
  border-color: rgb(76 5 25 / 0.75);
}
.peer:checked ~ .peer-checked\:border-rose-950\/80 {
  border-color: rgb(76 5 25 / 0.8);
}
.peer:checked ~ .peer-checked\:border-rose-950\/90 {
  border-color: rgb(76 5 25 / 0.9);
}
.peer:checked ~ .peer-checked\:border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-50\/95 {
  border-color: rgb(240 249 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-900\/95 {
  border-color: rgb(12 74 110 / 0.95);
}
.peer:checked ~ .peer-checked\:border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-sky-950\/0 {
  border-color: rgb(8 47 73 / 0);
}
.peer:checked ~ .peer-checked\:border-sky-950\/10 {
  border-color: rgb(8 47 73 / 0.1);
}
.peer:checked ~ .peer-checked\:border-sky-950\/100 {
  border-color: rgb(8 47 73 / 1);
}
.peer:checked ~ .peer-checked\:border-sky-950\/20 {
  border-color: rgb(8 47 73 / 0.2);
}
.peer:checked ~ .peer-checked\:border-sky-950\/25 {
  border-color: rgb(8 47 73 / 0.25);
}
.peer:checked ~ .peer-checked\:border-sky-950\/30 {
  border-color: rgb(8 47 73 / 0.3);
}
.peer:checked ~ .peer-checked\:border-sky-950\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.peer:checked ~ .peer-checked\:border-sky-950\/5 {
  border-color: rgb(8 47 73 / 0.05);
}
.peer:checked ~ .peer-checked\:border-sky-950\/50 {
  border-color: rgb(8 47 73 / 0.5);
}
.peer:checked ~ .peer-checked\:border-sky-950\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.peer:checked ~ .peer-checked\:border-sky-950\/70 {
  border-color: rgb(8 47 73 / 0.7);
}
.peer:checked ~ .peer-checked\:border-sky-950\/75 {
  border-color: rgb(8 47 73 / 0.75);
}
.peer:checked ~ .peer-checked\:border-sky-950\/80 {
  border-color: rgb(8 47 73 / 0.8);
}
.peer:checked ~ .peer-checked\:border-sky-950\/90 {
  border-color: rgb(8 47 73 / 0.9);
}
.peer:checked ~ .peer-checked\:border-sky-950\/95 {
  border-color: rgb(8 47 73 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-50\/95 {
  border-color: rgb(248 250 252 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}
.peer:checked ~ .peer-checked\:border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-slate-950\/0 {
  border-color: rgb(2 6 23 / 0);
}
.peer:checked ~ .peer-checked\:border-slate-950\/10 {
  border-color: rgb(2 6 23 / 0.1);
}
.peer:checked ~ .peer-checked\:border-slate-950\/100 {
  border-color: rgb(2 6 23 / 1);
}
.peer:checked ~ .peer-checked\:border-slate-950\/20 {
  border-color: rgb(2 6 23 / 0.2);
}
.peer:checked ~ .peer-checked\:border-slate-950\/25 {
  border-color: rgb(2 6 23 / 0.25);
}
.peer:checked ~ .peer-checked\:border-slate-950\/30 {
  border-color: rgb(2 6 23 / 0.3);
}
.peer:checked ~ .peer-checked\:border-slate-950\/40 {
  border-color: rgb(2 6 23 / 0.4);
}
.peer:checked ~ .peer-checked\:border-slate-950\/5 {
  border-color: rgb(2 6 23 / 0.05);
}
.peer:checked ~ .peer-checked\:border-slate-950\/50 {
  border-color: rgb(2 6 23 / 0.5);
}
.peer:checked ~ .peer-checked\:border-slate-950\/60 {
  border-color: rgb(2 6 23 / 0.6);
}
.peer:checked ~ .peer-checked\:border-slate-950\/70 {
  border-color: rgb(2 6 23 / 0.7);
}
.peer:checked ~ .peer-checked\:border-slate-950\/75 {
  border-color: rgb(2 6 23 / 0.75);
}
.peer:checked ~ .peer-checked\:border-slate-950\/80 {
  border-color: rgb(2 6 23 / 0.8);
}
.peer:checked ~ .peer-checked\:border-slate-950\/90 {
  border-color: rgb(2 6 23 / 0.9);
}
.peer:checked ~ .peer-checked\:border-slate-950\/95 {
  border-color: rgb(2 6 23 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-100\/0 {
  border-color: rgb(245 245 244 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-100\/10 {
  border-color: rgb(245 245 244 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-100\/100 {
  border-color: rgb(245 245 244 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-100\/20 {
  border-color: rgb(245 245 244 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-100\/25 {
  border-color: rgb(245 245 244 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-100\/30 {
  border-color: rgb(245 245 244 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-100\/40 {
  border-color: rgb(245 245 244 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-100\/5 {
  border-color: rgb(245 245 244 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-100\/50 {
  border-color: rgb(245 245 244 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-100\/60 {
  border-color: rgb(245 245 244 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-100\/70 {
  border-color: rgb(245 245 244 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-100\/75 {
  border-color: rgb(245 245 244 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-100\/80 {
  border-color: rgb(245 245 244 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-100\/90 {
  border-color: rgb(245 245 244 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-100\/95 {
  border-color: rgb(245 245 244 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-50\/0 {
  border-color: rgb(250 250 249 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-50\/10 {
  border-color: rgb(250 250 249 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-50\/100 {
  border-color: rgb(250 250 249 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-50\/20 {
  border-color: rgb(250 250 249 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-50\/25 {
  border-color: rgb(250 250 249 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-50\/30 {
  border-color: rgb(250 250 249 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-50\/40 {
  border-color: rgb(250 250 249 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-50\/5 {
  border-color: rgb(250 250 249 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-50\/50 {
  border-color: rgb(250 250 249 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-50\/60 {
  border-color: rgb(250 250 249 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-50\/70 {
  border-color: rgb(250 250 249 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-50\/75 {
  border-color: rgb(250 250 249 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-50\/80 {
  border-color: rgb(250 250 249 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-50\/90 {
  border-color: rgb(250 250 249 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-50\/95 {
  border-color: rgb(250 250 249 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-700\/0 {
  border-color: rgb(68 64 60 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-700\/10 {
  border-color: rgb(68 64 60 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-700\/100 {
  border-color: rgb(68 64 60 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-700\/20 {
  border-color: rgb(68 64 60 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-700\/25 {
  border-color: rgb(68 64 60 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-700\/30 {
  border-color: rgb(68 64 60 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-700\/40 {
  border-color: rgb(68 64 60 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-700\/5 {
  border-color: rgb(68 64 60 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-700\/50 {
  border-color: rgb(68 64 60 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-700\/60 {
  border-color: rgb(68 64 60 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-700\/70 {
  border-color: rgb(68 64 60 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-700\/75 {
  border-color: rgb(68 64 60 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-700\/80 {
  border-color: rgb(68 64 60 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-700\/90 {
  border-color: rgb(68 64 60 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-700\/95 {
  border-color: rgb(68 64 60 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-800\/0 {
  border-color: rgb(41 37 36 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-800\/10 {
  border-color: rgb(41 37 36 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-800\/100 {
  border-color: rgb(41 37 36 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-800\/20 {
  border-color: rgb(41 37 36 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-800\/25 {
  border-color: rgb(41 37 36 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-800\/30 {
  border-color: rgb(41 37 36 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-800\/40 {
  border-color: rgb(41 37 36 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-800\/5 {
  border-color: rgb(41 37 36 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-800\/50 {
  border-color: rgb(41 37 36 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-800\/60 {
  border-color: rgb(41 37 36 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-800\/70 {
  border-color: rgb(41 37 36 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-800\/75 {
  border-color: rgb(41 37 36 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-800\/80 {
  border-color: rgb(41 37 36 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-800\/90 {
  border-color: rgb(41 37 36 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-800\/95 {
  border-color: rgb(41 37 36 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-900\/0 {
  border-color: rgb(28 25 23 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-900\/10 {
  border-color: rgb(28 25 23 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-900\/100 {
  border-color: rgb(28 25 23 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-900\/20 {
  border-color: rgb(28 25 23 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-900\/25 {
  border-color: rgb(28 25 23 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-900\/30 {
  border-color: rgb(28 25 23 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-900\/40 {
  border-color: rgb(28 25 23 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-900\/5 {
  border-color: rgb(28 25 23 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-900\/50 {
  border-color: rgb(28 25 23 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-900\/60 {
  border-color: rgb(28 25 23 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-900\/70 {
  border-color: rgb(28 25 23 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-900\/75 {
  border-color: rgb(28 25 23 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-900\/80 {
  border-color: rgb(28 25 23 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-900\/90 {
  border-color: rgb(28 25 23 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-900\/95 {
  border-color: rgb(28 25 23 / 0.95);
}
.peer:checked ~ .peer-checked\:border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-stone-950\/0 {
  border-color: rgb(12 10 9 / 0);
}
.peer:checked ~ .peer-checked\:border-stone-950\/10 {
  border-color: rgb(12 10 9 / 0.1);
}
.peer:checked ~ .peer-checked\:border-stone-950\/100 {
  border-color: rgb(12 10 9 / 1);
}
.peer:checked ~ .peer-checked\:border-stone-950\/20 {
  border-color: rgb(12 10 9 / 0.2);
}
.peer:checked ~ .peer-checked\:border-stone-950\/25 {
  border-color: rgb(12 10 9 / 0.25);
}
.peer:checked ~ .peer-checked\:border-stone-950\/30 {
  border-color: rgb(12 10 9 / 0.3);
}
.peer:checked ~ .peer-checked\:border-stone-950\/40 {
  border-color: rgb(12 10 9 / 0.4);
}
.peer:checked ~ .peer-checked\:border-stone-950\/5 {
  border-color: rgb(12 10 9 / 0.05);
}
.peer:checked ~ .peer-checked\:border-stone-950\/50 {
  border-color: rgb(12 10 9 / 0.5);
}
.peer:checked ~ .peer-checked\:border-stone-950\/60 {
  border-color: rgb(12 10 9 / 0.6);
}
.peer:checked ~ .peer-checked\:border-stone-950\/70 {
  border-color: rgb(12 10 9 / 0.7);
}
.peer:checked ~ .peer-checked\:border-stone-950\/75 {
  border-color: rgb(12 10 9 / 0.75);
}
.peer:checked ~ .peer-checked\:border-stone-950\/80 {
  border-color: rgb(12 10 9 / 0.8);
}
.peer:checked ~ .peer-checked\:border-stone-950\/90 {
  border-color: rgb(12 10 9 / 0.9);
}
.peer:checked ~ .peer-checked\:border-stone-950\/95 {
  border-color: rgb(12 10 9 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95);
}
.peer:checked ~ .peer-checked\:border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0);
}
.peer:checked ~ .peer-checked\:border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1);
}
.peer:checked ~ .peer-checked\:border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1);
}
.peer:checked ~ .peer-checked\:border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2);
}
.peer:checked ~ .peer-checked\:border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25);
}
.peer:checked ~ .peer-checked\:border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3);
}
.peer:checked ~ .peer-checked\:border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.peer:checked ~ .peer-checked\:border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05);
}
.peer:checked ~ .peer-checked\:border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5);
}
.peer:checked ~ .peer-checked\:border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.peer:checked ~ .peer-checked\:border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7);
}
.peer:checked ~ .peer-checked\:border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75);
}
.peer:checked ~ .peer-checked\:border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8);
}
.peer:checked ~ .peer-checked\:border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.peer:checked ~ .peer-checked\:border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-50\/0 {
  border-color: rgb(245 243 255 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-50\/10 {
  border-color: rgb(245 243 255 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-50\/100 {
  border-color: rgb(245 243 255 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-50\/20 {
  border-color: rgb(245 243 255 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-50\/25 {
  border-color: rgb(245 243 255 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-50\/30 {
  border-color: rgb(245 243 255 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-50\/5 {
  border-color: rgb(245 243 255 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-50\/50 {
  border-color: rgb(245 243 255 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-50\/70 {
  border-color: rgb(245 243 255 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-50\/75 {
  border-color: rgb(245 243 255 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-50\/80 {
  border-color: rgb(245 243 255 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-50\/90 {
  border-color: rgb(245 243 255 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-50\/95 {
  border-color: rgb(245 243 255 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-700\/0 {
  border-color: rgb(109 40 217 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-700\/10 {
  border-color: rgb(109 40 217 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-700\/100 {
  border-color: rgb(109 40 217 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-700\/20 {
  border-color: rgb(109 40 217 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-700\/25 {
  border-color: rgb(109 40 217 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-700\/30 {
  border-color: rgb(109 40 217 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-700\/5 {
  border-color: rgb(109 40 217 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-700\/50 {
  border-color: rgb(109 40 217 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-700\/70 {
  border-color: rgb(109 40 217 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-700\/75 {
  border-color: rgb(109 40 217 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-700\/80 {
  border-color: rgb(109 40 217 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-700\/90 {
  border-color: rgb(109 40 217 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-700\/95 {
  border-color: rgb(109 40 217 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-800\/0 {
  border-color: rgb(91 33 182 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-800\/10 {
  border-color: rgb(91 33 182 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-800\/100 {
  border-color: rgb(91 33 182 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-800\/20 {
  border-color: rgb(91 33 182 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-800\/25 {
  border-color: rgb(91 33 182 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-800\/30 {
  border-color: rgb(91 33 182 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-800\/5 {
  border-color: rgb(91 33 182 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-800\/50 {
  border-color: rgb(91 33 182 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-800\/70 {
  border-color: rgb(91 33 182 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-800\/75 {
  border-color: rgb(91 33 182 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-800\/80 {
  border-color: rgb(91 33 182 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-800\/90 {
  border-color: rgb(91 33 182 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-800\/95 {
  border-color: rgb(91 33 182 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-900\/0 {
  border-color: rgb(76 29 149 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-900\/10 {
  border-color: rgb(76 29 149 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-900\/100 {
  border-color: rgb(76 29 149 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-900\/20 {
  border-color: rgb(76 29 149 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-900\/25 {
  border-color: rgb(76 29 149 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-900\/30 {
  border-color: rgb(76 29 149 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-900\/5 {
  border-color: rgb(76 29 149 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-900\/50 {
  border-color: rgb(76 29 149 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-900\/70 {
  border-color: rgb(76 29 149 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-900\/75 {
  border-color: rgb(76 29 149 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-900\/80 {
  border-color: rgb(76 29 149 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-900\/90 {
  border-color: rgb(76 29 149 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-900\/95 {
  border-color: rgb(76 29 149 / 0.95);
}
.peer:checked ~ .peer-checked\:border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-violet-950\/0 {
  border-color: rgb(46 16 101 / 0);
}
.peer:checked ~ .peer-checked\:border-violet-950\/10 {
  border-color: rgb(46 16 101 / 0.1);
}
.peer:checked ~ .peer-checked\:border-violet-950\/100 {
  border-color: rgb(46 16 101 / 1);
}
.peer:checked ~ .peer-checked\:border-violet-950\/20 {
  border-color: rgb(46 16 101 / 0.2);
}
.peer:checked ~ .peer-checked\:border-violet-950\/25 {
  border-color: rgb(46 16 101 / 0.25);
}
.peer:checked ~ .peer-checked\:border-violet-950\/30 {
  border-color: rgb(46 16 101 / 0.3);
}
.peer:checked ~ .peer-checked\:border-violet-950\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.peer:checked ~ .peer-checked\:border-violet-950\/5 {
  border-color: rgb(46 16 101 / 0.05);
}
.peer:checked ~ .peer-checked\:border-violet-950\/50 {
  border-color: rgb(46 16 101 / 0.5);
}
.peer:checked ~ .peer-checked\:border-violet-950\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.peer:checked ~ .peer-checked\:border-violet-950\/70 {
  border-color: rgb(46 16 101 / 0.7);
}
.peer:checked ~ .peer-checked\:border-violet-950\/75 {
  border-color: rgb(46 16 101 / 0.75);
}
.peer:checked ~ .peer-checked\:border-violet-950\/80 {
  border-color: rgb(46 16 101 / 0.8);
}
.peer:checked ~ .peer-checked\:border-violet-950\/90 {
  border-color: rgb(46 16 101 / 0.9);
}
.peer:checked ~ .peer-checked\:border-violet-950\/95 {
  border-color: rgb(46 16 101 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}
.peer:checked ~ .peer-checked\:border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}
.peer:checked ~ .peer-checked\:border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-50\/0 {
  border-color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/100 {
  border-color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-50\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-700\/0 {
  border-color: rgb(63 63 70 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/10 {
  border-color: rgb(63 63 70 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/100 {
  border-color: rgb(63 63 70 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/20 {
  border-color: rgb(63 63 70 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/25 {
  border-color: rgb(63 63 70 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/30 {
  border-color: rgb(63 63 70 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/5 {
  border-color: rgb(63 63 70 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/50 {
  border-color: rgb(63 63 70 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/70 {
  border-color: rgb(63 63 70 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/75 {
  border-color: rgb(63 63 70 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/80 {
  border-color: rgb(63 63 70 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/90 {
  border-color: rgb(63 63 70 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-700\/95 {
  border-color: rgb(63 63 70 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-800\/0 {
  border-color: rgb(39 39 42 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/10 {
  border-color: rgb(39 39 42 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/100 {
  border-color: rgb(39 39 42 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/20 {
  border-color: rgb(39 39 42 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/25 {
  border-color: rgb(39 39 42 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/30 {
  border-color: rgb(39 39 42 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/5 {
  border-color: rgb(39 39 42 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/50 {
  border-color: rgb(39 39 42 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/70 {
  border-color: rgb(39 39 42 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/75 {
  border-color: rgb(39 39 42 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/80 {
  border-color: rgb(39 39 42 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/90 {
  border-color: rgb(39 39 42 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-800\/95 {
  border-color: rgb(39 39 42 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-900\/0 {
  border-color: rgb(24 24 27 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/10 {
  border-color: rgb(24 24 27 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/100 {
  border-color: rgb(24 24 27 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/20 {
  border-color: rgb(24 24 27 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/25 {
  border-color: rgb(24 24 27 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/30 {
  border-color: rgb(24 24 27 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/5 {
  border-color: rgb(24 24 27 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/50 {
  border-color: rgb(24 24 27 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/70 {
  border-color: rgb(24 24 27 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/75 {
  border-color: rgb(24 24 27 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/80 {
  border-color: rgb(24 24 27 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/90 {
  border-color: rgb(24 24 27 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-900\/95 {
  border-color: rgb(24 24 27 / 0.95);
}
.peer:checked ~ .peer-checked\:border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-zinc-950\/0 {
  border-color: rgb(9 9 11 / 0);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/10 {
  border-color: rgb(9 9 11 / 0.1);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/100 {
  border-color: rgb(9 9 11 / 1);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/20 {
  border-color: rgb(9 9 11 / 0.2);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/25 {
  border-color: rgb(9 9 11 / 0.25);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/30 {
  border-color: rgb(9 9 11 / 0.3);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/5 {
  border-color: rgb(9 9 11 / 0.05);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/50 {
  border-color: rgb(9 9 11 / 0.5);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/70 {
  border-color: rgb(9 9 11 / 0.7);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/75 {
  border-color: rgb(9 9 11 / 0.75);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/80 {
  border-color: rgb(9 9 11 / 0.8);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/90 {
  border-color: rgb(9 9 11 / 0.9);
}
.peer:checked ~ .peer-checked\:border-zinc-950\/95 {
  border-color: rgb(9 9 11 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.peer:checked ~ .peer-checked\:bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.peer:checked ~ .peer-checked\:bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.peer:checked ~ .peer-checked\:bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.peer:checked ~ .peer-checked\:bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.peer:checked ~ .peer-checked\:bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.peer:checked ~ .peer-checked\:bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.peer:checked ~ .peer-checked\:font-bold {
  font-weight: 700;
}
.peer:checked ~ .peer-checked\:text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.peer:checked ~ .peer-checked\:text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.peer:checked ~ .peer-checked\:text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.peer:checked ~ .peer-checked\:text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.peer:checked ~ .peer-checked\:text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.peer:checked ~ .peer-checked\:text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.peer:checked ~ .peer-checked\:text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.peer:checked ~ .peer-checked\:text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.peer:checked ~ .peer-checked\:text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.peer:checked ~ .peer-checked\:text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.peer:checked ~ .peer-checked\:text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.peer:checked ~ .peer-checked\:text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.peer:checked ~ .peer-checked\:text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.peer:checked ~ .peer-checked\:text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.peer:checked ~ .peer-checked\:text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.peer:checked ~ .peer-checked\:text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.peer:checked ~ .peer-checked\:text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.peer:checked ~ .peer-checked\:text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.peer:checked ~ .peer-checked\:text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.peer:checked ~ .peer-checked\:text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.peer:checked ~ .peer-checked\:text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.peer:checked ~ .peer-checked\:text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.peer:checked ~ .peer-checked\:text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.peer:checked ~ .peer-checked\:text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.peer:checked ~ .peer-checked\:text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.peer:checked ~ .peer-checked\:text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.peer:checked ~ .peer-checked\:text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.peer:checked ~ .peer-checked\:text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.peer:checked ~ .peer-checked\:text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.peer:checked ~ .peer-checked\:text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.peer:checked ~ .peer-checked\:text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.peer:checked ~ .peer-checked\:text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.peer:checked ~ .peer-checked\:text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.peer:checked ~ .peer-checked\:text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.peer:checked ~ .peer-checked\:text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.peer:checked ~ .peer-checked\:text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.peer:checked ~ .peer-checked\:text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.peer:checked ~ .peer-checked\:text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.peer:checked ~ .peer-checked\:text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.peer:checked ~ .peer-checked\:text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.peer:checked ~ .peer-checked\:text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.peer:checked ~ .peer-checked\:text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.peer:checked ~ .peer-checked\:text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.peer:checked ~ .peer-checked\:text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.peer:checked ~ .peer-checked\:text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.peer:checked ~ .peer-checked\:text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.peer:checked ~ .peer-checked\:text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.peer:checked ~ .peer-checked\:text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.peer:checked ~ .peer-checked\:text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.peer:checked ~ .peer-checked\:text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.peer:checked ~ .peer-checked\:text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.peer:checked ~ .peer-checked\:text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.peer:checked ~ .peer-checked\:text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.peer:checked ~ .peer-checked\:text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.peer:checked ~ .peer-checked\:text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.peer:checked ~ .peer-checked\:text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.peer:checked ~ .peer-checked\:text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.peer:checked ~ .peer-checked\:text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.peer:checked ~ .peer-checked\:text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.peer:checked ~ .peer-checked\:text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.peer:checked ~ .peer-checked\:text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.peer:checked ~ .peer-checked\:text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.peer:checked ~ .peer-checked\:text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.peer:checked ~ .peer-checked\:text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.peer:checked ~ .peer-checked\:text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.peer:checked ~ .peer-checked\:text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.peer:checked ~ .peer-checked\:text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.peer:checked ~ .peer-checked\:text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.peer:checked ~ .peer-checked\:text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.peer:checked ~ .peer-checked\:text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.peer:checked ~ .peer-checked\:text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.peer:checked ~ .peer-checked\:text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.peer:checked ~ .peer-checked\:text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.peer:checked ~ .peer-checked\:text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.peer:checked ~ .peer-checked\:text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.peer:checked ~ .peer-checked\:text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.peer:checked ~ .peer-checked\:text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.peer:checked ~ .peer-checked\:text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.peer:checked ~ .peer-checked\:text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.peer:checked ~ .peer-checked\:text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.peer:checked ~ .peer-checked\:text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.peer:checked ~ .peer-checked\:text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.peer:checked ~ .peer-checked\:text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.peer:checked ~ .peer-checked\:text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.peer:checked ~ .peer-checked\:text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.peer:checked ~ .peer-checked\:text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.peer:checked ~ .peer-checked\:text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.peer:checked ~ .peer-checked\:text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.peer:checked ~ .peer-checked\:text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.peer:checked ~ .peer-checked\:text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.peer:checked ~ .peer-checked\:text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.peer:checked ~ .peer-checked\:text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.peer:checked ~ .peer-checked\:text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.peer:checked ~ .peer-checked\:text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.peer:checked ~ .peer-checked\:text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.peer:checked ~ .peer-checked\:text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.peer:checked ~ .peer-checked\:text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.peer:checked ~ .peer-checked\:text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.peer:checked ~ .peer-checked\:text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.peer:checked ~ .peer-checked\:text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.peer:checked ~ .peer-checked\:text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.peer:checked ~ .peer-checked\:text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.peer:checked ~ .peer-checked\:text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.peer:checked ~ .peer-checked\:text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.peer:checked ~ .peer-checked\:text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.peer:checked ~ .peer-checked\:text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.peer:checked ~ .peer-checked\:text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.peer:checked ~ .peer-checked\:text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.peer:checked ~ .peer-checked\:text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.peer:checked ~ .peer-checked\:text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.peer:checked ~ .peer-checked\:text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.peer:checked ~ .peer-checked\:text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.peer:checked ~ .peer-checked\:text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.peer:checked ~ .peer-checked\:text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.peer:checked ~ .peer-checked\:text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.peer:checked ~ .peer-checked\:text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.peer:checked ~ .peer-checked\:text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.peer:checked ~ .peer-checked\:text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.peer:checked ~ .peer-checked\:text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.peer:checked ~ .peer-checked\:text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.peer:checked ~ .peer-checked\:text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.peer:checked ~ .peer-checked\:text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.peer:checked ~ .peer-checked\:text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.peer:checked ~ .peer-checked\:text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.peer:checked ~ .peer-checked\:text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.peer:checked ~ .peer-checked\:text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.peer:checked ~ .peer-checked\:text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.peer:checked ~ .peer-checked\:text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.peer:checked ~ .peer-checked\:text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.peer:checked ~ .peer-checked\:text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.peer:checked ~ .peer-checked\:text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.peer:checked ~ .peer-checked\:text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.peer:checked ~ .peer-checked\:text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.peer:checked ~ .peer-checked\:text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.peer:checked ~ .peer-checked\:text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.peer:checked ~ .peer-checked\:text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.peer:checked ~ .peer-checked\:text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.peer:checked ~ .peer-checked\:text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.peer:checked ~ .peer-checked\:text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.peer:checked ~ .peer-checked\:text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.peer:checked ~ .peer-checked\:text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.peer:checked ~ .peer-checked\:text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.peer:checked ~ .peer-checked\:text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.peer:checked ~ .peer-checked\:text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.peer:checked ~ .peer-checked\:text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.peer:checked ~ .peer-checked\:text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.peer:checked ~ .peer-checked\:text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.peer:checked ~ .peer-checked\:text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.peer:checked ~ .peer-checked\:text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.peer:checked ~ .peer-checked\:text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.peer:checked ~ .peer-checked\:text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.peer:checked ~ .peer-checked\:text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.peer:checked ~ .peer-checked\:text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.peer:checked ~ .peer-checked\:text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.peer:checked ~ .peer-checked\:text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.peer:checked ~ .peer-checked\:text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.peer:checked ~ .peer-checked\:text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.peer:checked ~ .peer-checked\:text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.peer:checked ~ .peer-checked\:text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.peer:checked ~ .peer-checked\:text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.peer:checked ~ .peer-checked\:text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.peer:checked ~ .peer-checked\:text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.peer:checked ~ .peer-checked\:text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.peer:checked ~ .peer-checked\:text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.peer:checked ~ .peer-checked\:text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.peer:checked ~ .peer-checked\:text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.peer:checked ~ .peer-checked\:text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.peer:checked ~ .peer-checked\:text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.peer:checked ~ .peer-checked\:text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.peer:checked ~ .peer-checked\:text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.peer:checked ~ .peer-checked\:text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.peer:checked ~ .peer-checked\:text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.peer:checked ~ .peer-checked\:text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.peer:checked ~ .peer-checked\:text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.peer:checked ~ .peer-checked\:text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.peer:checked ~ .peer-checked\:text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.peer:checked ~ .peer-checked\:text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.peer:checked ~ .peer-checked\:text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.peer:checked ~ .peer-checked\:text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.peer:checked ~ .peer-checked\:text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.peer:checked ~ .peer-checked\:text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.peer:checked ~ .peer-checked\:text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.peer:checked ~ .peer-checked\:text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.peer:checked ~ .peer-checked\:text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.peer:checked ~ .peer-checked\:text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.peer:checked ~ .peer-checked\:text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.peer:checked ~ .peer-checked\:text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.peer:checked ~ .peer-checked\:text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.peer:checked ~ .peer-checked\:text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.peer:checked ~ .peer-checked\:text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.peer:checked ~ .peer-checked\:text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.peer:checked ~ .peer-checked\:text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.peer:checked ~ .peer-checked\:text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.peer:checked ~ .peer-checked\:text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.peer:checked ~ .peer-checked\:text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.peer:checked ~ .peer-checked\:text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.peer:checked ~ .peer-checked\:text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.peer:checked ~ .peer-checked\:text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.peer:checked ~ .peer-checked\:text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.peer:checked ~ .peer-checked\:text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.peer:checked ~ .peer-checked\:text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.peer:checked ~ .peer-checked\:text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.peer:checked ~ .peer-checked\:text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.peer:checked ~ .peer-checked\:text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.peer:checked ~ .peer-checked\:text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.peer:checked ~ .peer-checked\:text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.peer:checked ~ .peer-checked\:text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.peer:checked ~ .peer-checked\:text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.peer:checked ~ .peer-checked\:text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.peer:checked ~ .peer-checked\:text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.peer:checked ~ .peer-checked\:text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.peer:checked ~ .peer-checked\:text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.peer:checked ~ .peer-checked\:text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.peer:checked ~ .peer-checked\:text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.peer:checked ~ .peer-checked\:text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.peer:checked ~ .peer-checked\:text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.peer:checked ~ .peer-checked\:text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.peer:checked ~ .peer-checked\:text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.peer:checked ~ .peer-checked\:text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.peer:checked ~ .peer-checked\:text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.peer:checked ~ .peer-checked\:text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.peer:checked ~ .peer-checked\:text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.peer:checked ~ .peer-checked\:text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.peer:checked ~ .peer-checked\:text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.peer:checked ~ .peer-checked\:text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.peer:checked ~ .peer-checked\:text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.peer:checked ~ .peer-checked\:text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.peer:checked ~ .peer-checked\:text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.peer:checked ~ .peer-checked\:text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.peer:checked ~ .peer-checked\:text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.peer:checked ~ .peer-checked\:text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.peer:checked ~ .peer-checked\:text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.peer:checked ~ .peer-checked\:text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.peer:checked ~ .peer-checked\:text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.peer:checked ~ .peer-checked\:text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.peer:checked ~ .peer-checked\:text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.peer:checked ~ .peer-checked\:text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.peer:checked ~ .peer-checked\:text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.peer:checked ~ .peer-checked\:text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.peer:checked ~ .peer-checked\:text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.peer:checked ~ .peer-checked\:text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.peer:checked ~ .peer-checked\:text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.peer:checked ~ .peer-checked\:text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.peer:checked ~ .peer-checked\:text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.peer:checked ~ .peer-checked\:text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.peer:checked ~ .peer-checked\:text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.peer:checked ~ .peer-checked\:text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.peer:checked ~ .peer-checked\:text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.peer:checked ~ .peer-checked\:text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.peer:checked ~ .peer-checked\:text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.peer:checked ~ .peer-checked\:text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.peer:checked ~ .peer-checked\:text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.peer:checked ~ .peer-checked\:text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.peer:checked ~ .peer-checked\:text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.peer:checked ~ .peer-checked\:text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.peer:checked ~ .peer-checked\:text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.peer:checked ~ .peer-checked\:text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.peer:checked ~ .peer-checked\:text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.peer:checked ~ .peer-checked\:text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.peer:checked ~ .peer-checked\:text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.peer:checked ~ .peer-checked\:text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.peer:checked ~ .peer-checked\:text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.peer:checked ~ .peer-checked\:text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.peer:checked ~ .peer-checked\:text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.peer:checked ~ .peer-checked\:text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.peer:checked ~ .peer-checked\:text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.peer:checked ~ .peer-checked\:text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.peer:checked ~ .peer-checked\:text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.peer:checked ~ .peer-checked\:text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.peer:checked ~ .peer-checked\:text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.peer:checked ~ .peer-checked\:text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.peer:checked ~ .peer-checked\:text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.peer:checked ~ .peer-checked\:text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.peer:checked ~ .peer-checked\:text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.peer:checked ~ .peer-checked\:text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.peer:checked ~ .peer-checked\:text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.peer:checked ~ .peer-checked\:text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.peer:checked ~ .peer-checked\:text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:rounded-4xl:hover {
  border-radius: 2rem;
}
.hover\:rounded-5xl:hover {
  border-radius: 2.5rem;
}
.hover\:rounded-6xl:hover {
  border-radius: 3rem;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-b:hover {
  border-bottom-width: 1px;
}
.hover\:border-dashed:hover {
  border-style: dashed;
}
.hover\:border-dotted:hover {
  border-style: dotted;
}
.hover\:border-double:hover {
  border-style: double;
}
.hover\:border-amber-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.hover\:border-amber-100\/0:hover {
  border-color: rgb(254 243 199 / 0);
}
.hover\:border-amber-100\/10:hover {
  border-color: rgb(254 243 199 / 0.1);
}
.hover\:border-amber-100\/100:hover {
  border-color: rgb(254 243 199 / 1);
}
.hover\:border-amber-100\/20:hover {
  border-color: rgb(254 243 199 / 0.2);
}
.hover\:border-amber-100\/25:hover {
  border-color: rgb(254 243 199 / 0.25);
}
.hover\:border-amber-100\/30:hover {
  border-color: rgb(254 243 199 / 0.3);
}
.hover\:border-amber-100\/40:hover {
  border-color: rgb(254 243 199 / 0.4);
}
.hover\:border-amber-100\/5:hover {
  border-color: rgb(254 243 199 / 0.05);
}
.hover\:border-amber-100\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}
.hover\:border-amber-100\/60:hover {
  border-color: rgb(254 243 199 / 0.6);
}
.hover\:border-amber-100\/70:hover {
  border-color: rgb(254 243 199 / 0.7);
}
.hover\:border-amber-100\/75:hover {
  border-color: rgb(254 243 199 / 0.75);
}
.hover\:border-amber-100\/80:hover {
  border-color: rgb(254 243 199 / 0.8);
}
.hover\:border-amber-100\/90:hover {
  border-color: rgb(254 243 199 / 0.9);
}
.hover\:border-amber-100\/95:hover {
  border-color: rgb(254 243 199 / 0.95);
}
.hover\:border-amber-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.hover\:border-amber-200\/0:hover {
  border-color: rgb(253 230 138 / 0);
}
.hover\:border-amber-200\/10:hover {
  border-color: rgb(253 230 138 / 0.1);
}
.hover\:border-amber-200\/100:hover {
  border-color: rgb(253 230 138 / 1);
}
.hover\:border-amber-200\/20:hover {
  border-color: rgb(253 230 138 / 0.2);
}
.hover\:border-amber-200\/25:hover {
  border-color: rgb(253 230 138 / 0.25);
}
.hover\:border-amber-200\/30:hover {
  border-color: rgb(253 230 138 / 0.3);
}
.hover\:border-amber-200\/40:hover {
  border-color: rgb(253 230 138 / 0.4);
}
.hover\:border-amber-200\/5:hover {
  border-color: rgb(253 230 138 / 0.05);
}
.hover\:border-amber-200\/50:hover {
  border-color: rgb(253 230 138 / 0.5);
}
.hover\:border-amber-200\/60:hover {
  border-color: rgb(253 230 138 / 0.6);
}
.hover\:border-amber-200\/70:hover {
  border-color: rgb(253 230 138 / 0.7);
}
.hover\:border-amber-200\/75:hover {
  border-color: rgb(253 230 138 / 0.75);
}
.hover\:border-amber-200\/80:hover {
  border-color: rgb(253 230 138 / 0.8);
}
.hover\:border-amber-200\/90:hover {
  border-color: rgb(253 230 138 / 0.9);
}
.hover\:border-amber-200\/95:hover {
  border-color: rgb(253 230 138 / 0.95);
}
.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.hover\:border-amber-300\/0:hover {
  border-color: rgb(252 211 77 / 0);
}
.hover\:border-amber-300\/10:hover {
  border-color: rgb(252 211 77 / 0.1);
}
.hover\:border-amber-300\/100:hover {
  border-color: rgb(252 211 77 / 1);
}
.hover\:border-amber-300\/20:hover {
  border-color: rgb(252 211 77 / 0.2);
}
.hover\:border-amber-300\/25:hover {
  border-color: rgb(252 211 77 / 0.25);
}
.hover\:border-amber-300\/30:hover {
  border-color: rgb(252 211 77 / 0.3);
}
.hover\:border-amber-300\/40:hover {
  border-color: rgb(252 211 77 / 0.4);
}
.hover\:border-amber-300\/5:hover {
  border-color: rgb(252 211 77 / 0.05);
}
.hover\:border-amber-300\/50:hover {
  border-color: rgb(252 211 77 / 0.5);
}
.hover\:border-amber-300\/60:hover {
  border-color: rgb(252 211 77 / 0.6);
}
.hover\:border-amber-300\/70:hover {
  border-color: rgb(252 211 77 / 0.7);
}
.hover\:border-amber-300\/75:hover {
  border-color: rgb(252 211 77 / 0.75);
}
.hover\:border-amber-300\/80:hover {
  border-color: rgb(252 211 77 / 0.8);
}
.hover\:border-amber-300\/90:hover {
  border-color: rgb(252 211 77 / 0.9);
}
.hover\:border-amber-300\/95:hover {
  border-color: rgb(252 211 77 / 0.95);
}
.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.hover\:border-amber-400\/0:hover {
  border-color: rgb(251 191 36 / 0);
}
.hover\:border-amber-400\/10:hover {
  border-color: rgb(251 191 36 / 0.1);
}
.hover\:border-amber-400\/100:hover {
  border-color: rgb(251 191 36 / 1);
}
.hover\:border-amber-400\/20:hover {
  border-color: rgb(251 191 36 / 0.2);
}
.hover\:border-amber-400\/25:hover {
  border-color: rgb(251 191 36 / 0.25);
}
.hover\:border-amber-400\/30:hover {
  border-color: rgb(251 191 36 / 0.3);
}
.hover\:border-amber-400\/40:hover {
  border-color: rgb(251 191 36 / 0.4);
}
.hover\:border-amber-400\/5:hover {
  border-color: rgb(251 191 36 / 0.05);
}
.hover\:border-amber-400\/50:hover {
  border-color: rgb(251 191 36 / 0.5);
}
.hover\:border-amber-400\/60:hover {
  border-color: rgb(251 191 36 / 0.6);
}
.hover\:border-amber-400\/70:hover {
  border-color: rgb(251 191 36 / 0.7);
}
.hover\:border-amber-400\/75:hover {
  border-color: rgb(251 191 36 / 0.75);
}
.hover\:border-amber-400\/80:hover {
  border-color: rgb(251 191 36 / 0.8);
}
.hover\:border-amber-400\/90:hover {
  border-color: rgb(251 191 36 / 0.9);
}
.hover\:border-amber-400\/95:hover {
  border-color: rgb(251 191 36 / 0.95);
}
.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.hover\:border-amber-50\/0:hover {
  border-color: rgb(255 251 235 / 0);
}
.hover\:border-amber-50\/10:hover {
  border-color: rgb(255 251 235 / 0.1);
}
.hover\:border-amber-50\/100:hover {
  border-color: rgb(255 251 235 / 1);
}
.hover\:border-amber-50\/20:hover {
  border-color: rgb(255 251 235 / 0.2);
}
.hover\:border-amber-50\/25:hover {
  border-color: rgb(255 251 235 / 0.25);
}
.hover\:border-amber-50\/30:hover {
  border-color: rgb(255 251 235 / 0.3);
}
.hover\:border-amber-50\/40:hover {
  border-color: rgb(255 251 235 / 0.4);
}
.hover\:border-amber-50\/5:hover {
  border-color: rgb(255 251 235 / 0.05);
}
.hover\:border-amber-50\/50:hover {
  border-color: rgb(255 251 235 / 0.5);
}
.hover\:border-amber-50\/60:hover {
  border-color: rgb(255 251 235 / 0.6);
}
.hover\:border-amber-50\/70:hover {
  border-color: rgb(255 251 235 / 0.7);
}
.hover\:border-amber-50\/75:hover {
  border-color: rgb(255 251 235 / 0.75);
}
.hover\:border-amber-50\/80:hover {
  border-color: rgb(255 251 235 / 0.8);
}
.hover\:border-amber-50\/90:hover {
  border-color: rgb(255 251 235 / 0.9);
}
.hover\:border-amber-50\/95:hover {
  border-color: rgb(255 251 235 / 0.95);
}
.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.hover\:border-amber-500\/0:hover {
  border-color: rgb(245 158 11 / 0);
}
.hover\:border-amber-500\/10:hover {
  border-color: rgb(245 158 11 / 0.1);
}
.hover\:border-amber-500\/100:hover {
  border-color: rgb(245 158 11 / 1);
}
.hover\:border-amber-500\/20:hover {
  border-color: rgb(245 158 11 / 0.2);
}
.hover\:border-amber-500\/25:hover {
  border-color: rgb(245 158 11 / 0.25);
}
.hover\:border-amber-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}
.hover\:border-amber-500\/40:hover {
  border-color: rgb(245 158 11 / 0.4);
}
.hover\:border-amber-500\/5:hover {
  border-color: rgb(245 158 11 / 0.05);
}
.hover\:border-amber-500\/50:hover {
  border-color: rgb(245 158 11 / 0.5);
}
.hover\:border-amber-500\/60:hover {
  border-color: rgb(245 158 11 / 0.6);
}
.hover\:border-amber-500\/70:hover {
  border-color: rgb(245 158 11 / 0.7);
}
.hover\:border-amber-500\/75:hover {
  border-color: rgb(245 158 11 / 0.75);
}
.hover\:border-amber-500\/80:hover {
  border-color: rgb(245 158 11 / 0.8);
}
.hover\:border-amber-500\/90:hover {
  border-color: rgb(245 158 11 / 0.9);
}
.hover\:border-amber-500\/95:hover {
  border-color: rgb(245 158 11 / 0.95);
}
.hover\:border-amber-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.hover\:border-amber-600\/0:hover {
  border-color: rgb(217 119 6 / 0);
}
.hover\:border-amber-600\/10:hover {
  border-color: rgb(217 119 6 / 0.1);
}
.hover\:border-amber-600\/100:hover {
  border-color: rgb(217 119 6 / 1);
}
.hover\:border-amber-600\/20:hover {
  border-color: rgb(217 119 6 / 0.2);
}
.hover\:border-amber-600\/25:hover {
  border-color: rgb(217 119 6 / 0.25);
}
.hover\:border-amber-600\/30:hover {
  border-color: rgb(217 119 6 / 0.3);
}
.hover\:border-amber-600\/40:hover {
  border-color: rgb(217 119 6 / 0.4);
}
.hover\:border-amber-600\/5:hover {
  border-color: rgb(217 119 6 / 0.05);
}
.hover\:border-amber-600\/50:hover {
  border-color: rgb(217 119 6 / 0.5);
}
.hover\:border-amber-600\/60:hover {
  border-color: rgb(217 119 6 / 0.6);
}
.hover\:border-amber-600\/70:hover {
  border-color: rgb(217 119 6 / 0.7);
}
.hover\:border-amber-600\/75:hover {
  border-color: rgb(217 119 6 / 0.75);
}
.hover\:border-amber-600\/80:hover {
  border-color: rgb(217 119 6 / 0.8);
}
.hover\:border-amber-600\/90:hover {
  border-color: rgb(217 119 6 / 0.9);
}
.hover\:border-amber-600\/95:hover {
  border-color: rgb(217 119 6 / 0.95);
}
.hover\:border-amber-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.hover\:border-amber-700\/0:hover {
  border-color: rgb(180 83 9 / 0);
}
.hover\:border-amber-700\/10:hover {
  border-color: rgb(180 83 9 / 0.1);
}
.hover\:border-amber-700\/100:hover {
  border-color: rgb(180 83 9 / 1);
}
.hover\:border-amber-700\/20:hover {
  border-color: rgb(180 83 9 / 0.2);
}
.hover\:border-amber-700\/25:hover {
  border-color: rgb(180 83 9 / 0.25);
}
.hover\:border-amber-700\/30:hover {
  border-color: rgb(180 83 9 / 0.3);
}
.hover\:border-amber-700\/40:hover {
  border-color: rgb(180 83 9 / 0.4);
}
.hover\:border-amber-700\/5:hover {
  border-color: rgb(180 83 9 / 0.05);
}
.hover\:border-amber-700\/50:hover {
  border-color: rgb(180 83 9 / 0.5);
}
.hover\:border-amber-700\/60:hover {
  border-color: rgb(180 83 9 / 0.6);
}
.hover\:border-amber-700\/70:hover {
  border-color: rgb(180 83 9 / 0.7);
}
.hover\:border-amber-700\/75:hover {
  border-color: rgb(180 83 9 / 0.75);
}
.hover\:border-amber-700\/80:hover {
  border-color: rgb(180 83 9 / 0.8);
}
.hover\:border-amber-700\/90:hover {
  border-color: rgb(180 83 9 / 0.9);
}
.hover\:border-amber-700\/95:hover {
  border-color: rgb(180 83 9 / 0.95);
}
.hover\:border-amber-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.hover\:border-amber-800\/0:hover {
  border-color: rgb(146 64 14 / 0);
}
.hover\:border-amber-800\/10:hover {
  border-color: rgb(146 64 14 / 0.1);
}
.hover\:border-amber-800\/100:hover {
  border-color: rgb(146 64 14 / 1);
}
.hover\:border-amber-800\/20:hover {
  border-color: rgb(146 64 14 / 0.2);
}
.hover\:border-amber-800\/25:hover {
  border-color: rgb(146 64 14 / 0.25);
}
.hover\:border-amber-800\/30:hover {
  border-color: rgb(146 64 14 / 0.3);
}
.hover\:border-amber-800\/40:hover {
  border-color: rgb(146 64 14 / 0.4);
}
.hover\:border-amber-800\/5:hover {
  border-color: rgb(146 64 14 / 0.05);
}
.hover\:border-amber-800\/50:hover {
  border-color: rgb(146 64 14 / 0.5);
}
.hover\:border-amber-800\/60:hover {
  border-color: rgb(146 64 14 / 0.6);
}
.hover\:border-amber-800\/70:hover {
  border-color: rgb(146 64 14 / 0.7);
}
.hover\:border-amber-800\/75:hover {
  border-color: rgb(146 64 14 / 0.75);
}
.hover\:border-amber-800\/80:hover {
  border-color: rgb(146 64 14 / 0.8);
}
.hover\:border-amber-800\/90:hover {
  border-color: rgb(146 64 14 / 0.9);
}
.hover\:border-amber-800\/95:hover {
  border-color: rgb(146 64 14 / 0.95);
}
.hover\:border-amber-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.hover\:border-amber-900\/0:hover {
  border-color: rgb(120 53 15 / 0);
}
.hover\:border-amber-900\/10:hover {
  border-color: rgb(120 53 15 / 0.1);
}
.hover\:border-amber-900\/100:hover {
  border-color: rgb(120 53 15 / 1);
}
.hover\:border-amber-900\/20:hover {
  border-color: rgb(120 53 15 / 0.2);
}
.hover\:border-amber-900\/25:hover {
  border-color: rgb(120 53 15 / 0.25);
}
.hover\:border-amber-900\/30:hover {
  border-color: rgb(120 53 15 / 0.3);
}
.hover\:border-amber-900\/40:hover {
  border-color: rgb(120 53 15 / 0.4);
}
.hover\:border-amber-900\/5:hover {
  border-color: rgb(120 53 15 / 0.05);
}
.hover\:border-amber-900\/50:hover {
  border-color: rgb(120 53 15 / 0.5);
}
.hover\:border-amber-900\/60:hover {
  border-color: rgb(120 53 15 / 0.6);
}
.hover\:border-amber-900\/70:hover {
  border-color: rgb(120 53 15 / 0.7);
}
.hover\:border-amber-900\/75:hover {
  border-color: rgb(120 53 15 / 0.75);
}
.hover\:border-amber-900\/80:hover {
  border-color: rgb(120 53 15 / 0.8);
}
.hover\:border-amber-900\/90:hover {
  border-color: rgb(120 53 15 / 0.9);
}
.hover\:border-amber-900\/95:hover {
  border-color: rgb(120 53 15 / 0.95);
}
.hover\:border-amber-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.hover\:border-amber-950\/0:hover {
  border-color: rgb(69 26 3 / 0);
}
.hover\:border-amber-950\/10:hover {
  border-color: rgb(69 26 3 / 0.1);
}
.hover\:border-amber-950\/100:hover {
  border-color: rgb(69 26 3 / 1);
}
.hover\:border-amber-950\/20:hover {
  border-color: rgb(69 26 3 / 0.2);
}
.hover\:border-amber-950\/25:hover {
  border-color: rgb(69 26 3 / 0.25);
}
.hover\:border-amber-950\/30:hover {
  border-color: rgb(69 26 3 / 0.3);
}
.hover\:border-amber-950\/40:hover {
  border-color: rgb(69 26 3 / 0.4);
}
.hover\:border-amber-950\/5:hover {
  border-color: rgb(69 26 3 / 0.05);
}
.hover\:border-amber-950\/50:hover {
  border-color: rgb(69 26 3 / 0.5);
}
.hover\:border-amber-950\/60:hover {
  border-color: rgb(69 26 3 / 0.6);
}
.hover\:border-amber-950\/70:hover {
  border-color: rgb(69 26 3 / 0.7);
}
.hover\:border-amber-950\/75:hover {
  border-color: rgb(69 26 3 / 0.75);
}
.hover\:border-amber-950\/80:hover {
  border-color: rgb(69 26 3 / 0.8);
}
.hover\:border-amber-950\/90:hover {
  border-color: rgb(69 26 3 / 0.9);
}
.hover\:border-amber-950\/95:hover {
  border-color: rgb(69 26 3 / 0.95);
}
.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}
.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\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(191 219 254 / 0.4);
}
.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\/60:hover {
  border-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}
.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\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}
.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\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(239 246 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}
.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\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(37 99 235 / 0.4);
}
.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\/60:hover {
  border-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}
.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\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(30 64 175 / 0.4);
}
.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\/60:hover {
  border-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(30 58 138 / 0.4);
}
.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\/60:hover {
  border-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(23 37 84 / 0.4);
}
.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\/60:hover {
  border-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.hover\:border-cyan-100\/0:hover {
  border-color: rgb(207 250 254 / 0);
}
.hover\:border-cyan-100\/10:hover {
  border-color: rgb(207 250 254 / 0.1);
}
.hover\:border-cyan-100\/100:hover {
  border-color: rgb(207 250 254 / 1);
}
.hover\:border-cyan-100\/20:hover {
  border-color: rgb(207 250 254 / 0.2);
}
.hover\:border-cyan-100\/25:hover {
  border-color: rgb(207 250 254 / 0.25);
}
.hover\:border-cyan-100\/30:hover {
  border-color: rgb(207 250 254 / 0.3);
}
.hover\:border-cyan-100\/40:hover {
  border-color: rgb(207 250 254 / 0.4);
}
.hover\:border-cyan-100\/5:hover {
  border-color: rgb(207 250 254 / 0.05);
}
.hover\:border-cyan-100\/50:hover {
  border-color: rgb(207 250 254 / 0.5);
}
.hover\:border-cyan-100\/60:hover {
  border-color: rgb(207 250 254 / 0.6);
}
.hover\:border-cyan-100\/70:hover {
  border-color: rgb(207 250 254 / 0.7);
}
.hover\:border-cyan-100\/75:hover {
  border-color: rgb(207 250 254 / 0.75);
}
.hover\:border-cyan-100\/80:hover {
  border-color: rgb(207 250 254 / 0.8);
}
.hover\:border-cyan-100\/90:hover {
  border-color: rgb(207 250 254 / 0.9);
}
.hover\:border-cyan-100\/95:hover {
  border-color: rgb(207 250 254 / 0.95);
}
.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.hover\:border-cyan-200\/0:hover {
  border-color: rgb(165 243 252 / 0);
}
.hover\:border-cyan-200\/10:hover {
  border-color: rgb(165 243 252 / 0.1);
}
.hover\:border-cyan-200\/100:hover {
  border-color: rgb(165 243 252 / 1);
}
.hover\:border-cyan-200\/20:hover {
  border-color: rgb(165 243 252 / 0.2);
}
.hover\:border-cyan-200\/25:hover {
  border-color: rgb(165 243 252 / 0.25);
}
.hover\:border-cyan-200\/30:hover {
  border-color: rgb(165 243 252 / 0.3);
}
.hover\:border-cyan-200\/40:hover {
  border-color: rgb(165 243 252 / 0.4);
}
.hover\:border-cyan-200\/5:hover {
  border-color: rgb(165 243 252 / 0.05);
}
.hover\:border-cyan-200\/50:hover {
  border-color: rgb(165 243 252 / 0.5);
}
.hover\:border-cyan-200\/60:hover {
  border-color: rgb(165 243 252 / 0.6);
}
.hover\:border-cyan-200\/70:hover {
  border-color: rgb(165 243 252 / 0.7);
}
.hover\:border-cyan-200\/75:hover {
  border-color: rgb(165 243 252 / 0.75);
}
.hover\:border-cyan-200\/80:hover {
  border-color: rgb(165 243 252 / 0.8);
}
.hover\:border-cyan-200\/90:hover {
  border-color: rgb(165 243 252 / 0.9);
}
.hover\:border-cyan-200\/95:hover {
  border-color: rgb(165 243 252 / 0.95);
}
.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.hover\:border-cyan-300\/0:hover {
  border-color: rgb(103 232 249 / 0);
}
.hover\:border-cyan-300\/10:hover {
  border-color: rgb(103 232 249 / 0.1);
}
.hover\:border-cyan-300\/100:hover {
  border-color: rgb(103 232 249 / 1);
}
.hover\:border-cyan-300\/20:hover {
  border-color: rgb(103 232 249 / 0.2);
}
.hover\:border-cyan-300\/25:hover {
  border-color: rgb(103 232 249 / 0.25);
}
.hover\:border-cyan-300\/30:hover {
  border-color: rgb(103 232 249 / 0.3);
}
.hover\:border-cyan-300\/40:hover {
  border-color: rgb(103 232 249 / 0.4);
}
.hover\:border-cyan-300\/5:hover {
  border-color: rgb(103 232 249 / 0.05);
}
.hover\:border-cyan-300\/50:hover {
  border-color: rgb(103 232 249 / 0.5);
}
.hover\:border-cyan-300\/60:hover {
  border-color: rgb(103 232 249 / 0.6);
}
.hover\:border-cyan-300\/70:hover {
  border-color: rgb(103 232 249 / 0.7);
}
.hover\:border-cyan-300\/75:hover {
  border-color: rgb(103 232 249 / 0.75);
}
.hover\:border-cyan-300\/80:hover {
  border-color: rgb(103 232 249 / 0.8);
}
.hover\:border-cyan-300\/90:hover {
  border-color: rgb(103 232 249 / 0.9);
}
.hover\:border-cyan-300\/95:hover {
  border-color: rgb(103 232 249 / 0.95);
}
.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.hover\:border-cyan-400\/0:hover {
  border-color: rgb(34 211 238 / 0);
}
.hover\:border-cyan-400\/10:hover {
  border-color: rgb(34 211 238 / 0.1);
}
.hover\:border-cyan-400\/100:hover {
  border-color: rgb(34 211 238 / 1);
}
.hover\:border-cyan-400\/20:hover {
  border-color: rgb(34 211 238 / 0.2);
}
.hover\:border-cyan-400\/25:hover {
  border-color: rgb(34 211 238 / 0.25);
}
.hover\:border-cyan-400\/30:hover {
  border-color: rgb(34 211 238 / 0.3);
}
.hover\:border-cyan-400\/40:hover {
  border-color: rgb(34 211 238 / 0.4);
}
.hover\:border-cyan-400\/5:hover {
  border-color: rgb(34 211 238 / 0.05);
}
.hover\:border-cyan-400\/50:hover {
  border-color: rgb(34 211 238 / 0.5);
}
.hover\:border-cyan-400\/60:hover {
  border-color: rgb(34 211 238 / 0.6);
}
.hover\:border-cyan-400\/70:hover {
  border-color: rgb(34 211 238 / 0.7);
}
.hover\:border-cyan-400\/75:hover {
  border-color: rgb(34 211 238 / 0.75);
}
.hover\:border-cyan-400\/80:hover {
  border-color: rgb(34 211 238 / 0.8);
}
.hover\:border-cyan-400\/90:hover {
  border-color: rgb(34 211 238 / 0.9);
}
.hover\:border-cyan-400\/95:hover {
  border-color: rgb(34 211 238 / 0.95);
}
.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.hover\:border-cyan-50\/0:hover {
  border-color: rgb(236 254 255 / 0);
}
.hover\:border-cyan-50\/10:hover {
  border-color: rgb(236 254 255 / 0.1);
}
.hover\:border-cyan-50\/100:hover {
  border-color: rgb(236 254 255 / 1);
}
.hover\:border-cyan-50\/20:hover {
  border-color: rgb(236 254 255 / 0.2);
}
.hover\:border-cyan-50\/25:hover {
  border-color: rgb(236 254 255 / 0.25);
}
.hover\:border-cyan-50\/30:hover {
  border-color: rgb(236 254 255 / 0.3);
}
.hover\:border-cyan-50\/40:hover {
  border-color: rgb(236 254 255 / 0.4);
}
.hover\:border-cyan-50\/5:hover {
  border-color: rgb(236 254 255 / 0.05);
}
.hover\:border-cyan-50\/50:hover {
  border-color: rgb(236 254 255 / 0.5);
}
.hover\:border-cyan-50\/60:hover {
  border-color: rgb(236 254 255 / 0.6);
}
.hover\:border-cyan-50\/70:hover {
  border-color: rgb(236 254 255 / 0.7);
}
.hover\:border-cyan-50\/75:hover {
  border-color: rgb(236 254 255 / 0.75);
}
.hover\:border-cyan-50\/80:hover {
  border-color: rgb(236 254 255 / 0.8);
}
.hover\:border-cyan-50\/90:hover {
  border-color: rgb(236 254 255 / 0.9);
}
.hover\:border-cyan-50\/95:hover {
  border-color: rgb(236 254 255 / 0.95);
}
.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.hover\:border-cyan-500\/0:hover {
  border-color: rgb(6 182 212 / 0);
}
.hover\:border-cyan-500\/10:hover {
  border-color: rgb(6 182 212 / 0.1);
}
.hover\:border-cyan-500\/100:hover {
  border-color: rgb(6 182 212 / 1);
}
.hover\:border-cyan-500\/20:hover {
  border-color: rgb(6 182 212 / 0.2);
}
.hover\:border-cyan-500\/25:hover {
  border-color: rgb(6 182 212 / 0.25);
}
.hover\:border-cyan-500\/30:hover {
  border-color: rgb(6 182 212 / 0.3);
}
.hover\:border-cyan-500\/40:hover {
  border-color: rgb(6 182 212 / 0.4);
}
.hover\:border-cyan-500\/5:hover {
  border-color: rgb(6 182 212 / 0.05);
}
.hover\:border-cyan-500\/50:hover {
  border-color: rgb(6 182 212 / 0.5);
}
.hover\:border-cyan-500\/60:hover {
  border-color: rgb(6 182 212 / 0.6);
}
.hover\:border-cyan-500\/70:hover {
  border-color: rgb(6 182 212 / 0.7);
}
.hover\:border-cyan-500\/75:hover {
  border-color: rgb(6 182 212 / 0.75);
}
.hover\:border-cyan-500\/80:hover {
  border-color: rgb(6 182 212 / 0.8);
}
.hover\:border-cyan-500\/90:hover {
  border-color: rgb(6 182 212 / 0.9);
}
.hover\:border-cyan-500\/95:hover {
  border-color: rgb(6 182 212 / 0.95);
}
.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.hover\:border-cyan-600\/0:hover {
  border-color: rgb(8 145 178 / 0);
}
.hover\:border-cyan-600\/10:hover {
  border-color: rgb(8 145 178 / 0.1);
}
.hover\:border-cyan-600\/100:hover {
  border-color: rgb(8 145 178 / 1);
}
.hover\:border-cyan-600\/20:hover {
  border-color: rgb(8 145 178 / 0.2);
}
.hover\:border-cyan-600\/25:hover {
  border-color: rgb(8 145 178 / 0.25);
}
.hover\:border-cyan-600\/30:hover {
  border-color: rgb(8 145 178 / 0.3);
}
.hover\:border-cyan-600\/40:hover {
  border-color: rgb(8 145 178 / 0.4);
}
.hover\:border-cyan-600\/5:hover {
  border-color: rgb(8 145 178 / 0.05);
}
.hover\:border-cyan-600\/50:hover {
  border-color: rgb(8 145 178 / 0.5);
}
.hover\:border-cyan-600\/60:hover {
  border-color: rgb(8 145 178 / 0.6);
}
.hover\:border-cyan-600\/70:hover {
  border-color: rgb(8 145 178 / 0.7);
}
.hover\:border-cyan-600\/75:hover {
  border-color: rgb(8 145 178 / 0.75);
}
.hover\:border-cyan-600\/80:hover {
  border-color: rgb(8 145 178 / 0.8);
}
.hover\:border-cyan-600\/90:hover {
  border-color: rgb(8 145 178 / 0.9);
}
.hover\:border-cyan-600\/95:hover {
  border-color: rgb(8 145 178 / 0.95);
}
.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.hover\:border-cyan-700\/0:hover {
  border-color: rgb(14 116 144 / 0);
}
.hover\:border-cyan-700\/10:hover {
  border-color: rgb(14 116 144 / 0.1);
}
.hover\:border-cyan-700\/100:hover {
  border-color: rgb(14 116 144 / 1);
}
.hover\:border-cyan-700\/20:hover {
  border-color: rgb(14 116 144 / 0.2);
}
.hover\:border-cyan-700\/25:hover {
  border-color: rgb(14 116 144 / 0.25);
}
.hover\:border-cyan-700\/30:hover {
  border-color: rgb(14 116 144 / 0.3);
}
.hover\:border-cyan-700\/40:hover {
  border-color: rgb(14 116 144 / 0.4);
}
.hover\:border-cyan-700\/5:hover {
  border-color: rgb(14 116 144 / 0.05);
}
.hover\:border-cyan-700\/50:hover {
  border-color: rgb(14 116 144 / 0.5);
}
.hover\:border-cyan-700\/60:hover {
  border-color: rgb(14 116 144 / 0.6);
}
.hover\:border-cyan-700\/70:hover {
  border-color: rgb(14 116 144 / 0.7);
}
.hover\:border-cyan-700\/75:hover {
  border-color: rgb(14 116 144 / 0.75);
}
.hover\:border-cyan-700\/80:hover {
  border-color: rgb(14 116 144 / 0.8);
}
.hover\:border-cyan-700\/90:hover {
  border-color: rgb(14 116 144 / 0.9);
}
.hover\:border-cyan-700\/95:hover {
  border-color: rgb(14 116 144 / 0.95);
}
.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.hover\:border-cyan-800\/0:hover {
  border-color: rgb(21 94 117 / 0);
}
.hover\:border-cyan-800\/10:hover {
  border-color: rgb(21 94 117 / 0.1);
}
.hover\:border-cyan-800\/100:hover {
  border-color: rgb(21 94 117 / 1);
}
.hover\:border-cyan-800\/20:hover {
  border-color: rgb(21 94 117 / 0.2);
}
.hover\:border-cyan-800\/25:hover {
  border-color: rgb(21 94 117 / 0.25);
}
.hover\:border-cyan-800\/30:hover {
  border-color: rgb(21 94 117 / 0.3);
}
.hover\:border-cyan-800\/40:hover {
  border-color: rgb(21 94 117 / 0.4);
}
.hover\:border-cyan-800\/5:hover {
  border-color: rgb(21 94 117 / 0.05);
}
.hover\:border-cyan-800\/50:hover {
  border-color: rgb(21 94 117 / 0.5);
}
.hover\:border-cyan-800\/60:hover {
  border-color: rgb(21 94 117 / 0.6);
}
.hover\:border-cyan-800\/70:hover {
  border-color: rgb(21 94 117 / 0.7);
}
.hover\:border-cyan-800\/75:hover {
  border-color: rgb(21 94 117 / 0.75);
}
.hover\:border-cyan-800\/80:hover {
  border-color: rgb(21 94 117 / 0.8);
}
.hover\:border-cyan-800\/90:hover {
  border-color: rgb(21 94 117 / 0.9);
}
.hover\:border-cyan-800\/95:hover {
  border-color: rgb(21 94 117 / 0.95);
}
.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.hover\:border-cyan-900\/0:hover {
  border-color: rgb(22 78 99 / 0);
}
.hover\:border-cyan-900\/10:hover {
  border-color: rgb(22 78 99 / 0.1);
}
.hover\:border-cyan-900\/100:hover {
  border-color: rgb(22 78 99 / 1);
}
.hover\:border-cyan-900\/20:hover {
  border-color: rgb(22 78 99 / 0.2);
}
.hover\:border-cyan-900\/25:hover {
  border-color: rgb(22 78 99 / 0.25);
}
.hover\:border-cyan-900\/30:hover {
  border-color: rgb(22 78 99 / 0.3);
}
.hover\:border-cyan-900\/40:hover {
  border-color: rgb(22 78 99 / 0.4);
}
.hover\:border-cyan-900\/5:hover {
  border-color: rgb(22 78 99 / 0.05);
}
.hover\:border-cyan-900\/50:hover {
  border-color: rgb(22 78 99 / 0.5);
}
.hover\:border-cyan-900\/60:hover {
  border-color: rgb(22 78 99 / 0.6);
}
.hover\:border-cyan-900\/70:hover {
  border-color: rgb(22 78 99 / 0.7);
}
.hover\:border-cyan-900\/75:hover {
  border-color: rgb(22 78 99 / 0.75);
}
.hover\:border-cyan-900\/80:hover {
  border-color: rgb(22 78 99 / 0.8);
}
.hover\:border-cyan-900\/90:hover {
  border-color: rgb(22 78 99 / 0.9);
}
.hover\:border-cyan-900\/95:hover {
  border-color: rgb(22 78 99 / 0.95);
}
.hover\:border-cyan-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.hover\:border-cyan-950\/0:hover {
  border-color: rgb(8 51 68 / 0);
}
.hover\:border-cyan-950\/10:hover {
  border-color: rgb(8 51 68 / 0.1);
}
.hover\:border-cyan-950\/100:hover {
  border-color: rgb(8 51 68 / 1);
}
.hover\:border-cyan-950\/20:hover {
  border-color: rgb(8 51 68 / 0.2);
}
.hover\:border-cyan-950\/25:hover {
  border-color: rgb(8 51 68 / 0.25);
}
.hover\:border-cyan-950\/30:hover {
  border-color: rgb(8 51 68 / 0.3);
}
.hover\:border-cyan-950\/40:hover {
  border-color: rgb(8 51 68 / 0.4);
}
.hover\:border-cyan-950\/5:hover {
  border-color: rgb(8 51 68 / 0.05);
}
.hover\:border-cyan-950\/50:hover {
  border-color: rgb(8 51 68 / 0.5);
}
.hover\:border-cyan-950\/60:hover {
  border-color: rgb(8 51 68 / 0.6);
}
.hover\:border-cyan-950\/70:hover {
  border-color: rgb(8 51 68 / 0.7);
}
.hover\:border-cyan-950\/75:hover {
  border-color: rgb(8 51 68 / 0.75);
}
.hover\:border-cyan-950\/80:hover {
  border-color: rgb(8 51 68 / 0.8);
}
.hover\:border-cyan-950\/90:hover {
  border-color: rgb(8 51 68 / 0.9);
}
.hover\:border-cyan-950\/95:hover {
  border-color: rgb(8 51 68 / 0.95);
}
.hover\:border-emerald-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.hover\:border-emerald-100\/0:hover {
  border-color: rgb(209 250 229 / 0);
}
.hover\:border-emerald-100\/10:hover {
  border-color: rgb(209 250 229 / 0.1);
}
.hover\:border-emerald-100\/100:hover {
  border-color: rgb(209 250 229 / 1);
}
.hover\:border-emerald-100\/20:hover {
  border-color: rgb(209 250 229 / 0.2);
}
.hover\:border-emerald-100\/25:hover {
  border-color: rgb(209 250 229 / 0.25);
}
.hover\:border-emerald-100\/30:hover {
  border-color: rgb(209 250 229 / 0.3);
}
.hover\:border-emerald-100\/40:hover {
  border-color: rgb(209 250 229 / 0.4);
}
.hover\:border-emerald-100\/5:hover {
  border-color: rgb(209 250 229 / 0.05);
}
.hover\:border-emerald-100\/50:hover {
  border-color: rgb(209 250 229 / 0.5);
}
.hover\:border-emerald-100\/60:hover {
  border-color: rgb(209 250 229 / 0.6);
}
.hover\:border-emerald-100\/70:hover {
  border-color: rgb(209 250 229 / 0.7);
}
.hover\:border-emerald-100\/75:hover {
  border-color: rgb(209 250 229 / 0.75);
}
.hover\:border-emerald-100\/80:hover {
  border-color: rgb(209 250 229 / 0.8);
}
.hover\:border-emerald-100\/90:hover {
  border-color: rgb(209 250 229 / 0.9);
}
.hover\:border-emerald-100\/95:hover {
  border-color: rgb(209 250 229 / 0.95);
}
.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.hover\:border-emerald-200\/0:hover {
  border-color: rgb(167 243 208 / 0);
}
.hover\:border-emerald-200\/10:hover {
  border-color: rgb(167 243 208 / 0.1);
}
.hover\:border-emerald-200\/100:hover {
  border-color: rgb(167 243 208 / 1);
}
.hover\:border-emerald-200\/20:hover {
  border-color: rgb(167 243 208 / 0.2);
}
.hover\:border-emerald-200\/25:hover {
  border-color: rgb(167 243 208 / 0.25);
}
.hover\:border-emerald-200\/30:hover {
  border-color: rgb(167 243 208 / 0.3);
}
.hover\:border-emerald-200\/40:hover {
  border-color: rgb(167 243 208 / 0.4);
}
.hover\:border-emerald-200\/5:hover {
  border-color: rgb(167 243 208 / 0.05);
}
.hover\:border-emerald-200\/50:hover {
  border-color: rgb(167 243 208 / 0.5);
}
.hover\:border-emerald-200\/60:hover {
  border-color: rgb(167 243 208 / 0.6);
}
.hover\:border-emerald-200\/70:hover {
  border-color: rgb(167 243 208 / 0.7);
}
.hover\:border-emerald-200\/75:hover {
  border-color: rgb(167 243 208 / 0.75);
}
.hover\:border-emerald-200\/80:hover {
  border-color: rgb(167 243 208 / 0.8);
}
.hover\:border-emerald-200\/90:hover {
  border-color: rgb(167 243 208 / 0.9);
}
.hover\:border-emerald-200\/95:hover {
  border-color: rgb(167 243 208 / 0.95);
}
.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.hover\:border-emerald-300\/0:hover {
  border-color: rgb(110 231 183 / 0);
}
.hover\:border-emerald-300\/10:hover {
  border-color: rgb(110 231 183 / 0.1);
}
.hover\:border-emerald-300\/100:hover {
  border-color: rgb(110 231 183 / 1);
}
.hover\:border-emerald-300\/20:hover {
  border-color: rgb(110 231 183 / 0.2);
}
.hover\:border-emerald-300\/25:hover {
  border-color: rgb(110 231 183 / 0.25);
}
.hover\:border-emerald-300\/30:hover {
  border-color: rgb(110 231 183 / 0.3);
}
.hover\:border-emerald-300\/40:hover {
  border-color: rgb(110 231 183 / 0.4);
}
.hover\:border-emerald-300\/5:hover {
  border-color: rgb(110 231 183 / 0.05);
}
.hover\:border-emerald-300\/50:hover {
  border-color: rgb(110 231 183 / 0.5);
}
.hover\:border-emerald-300\/60:hover {
  border-color: rgb(110 231 183 / 0.6);
}
.hover\:border-emerald-300\/70:hover {
  border-color: rgb(110 231 183 / 0.7);
}
.hover\:border-emerald-300\/75:hover {
  border-color: rgb(110 231 183 / 0.75);
}
.hover\:border-emerald-300\/80:hover {
  border-color: rgb(110 231 183 / 0.8);
}
.hover\:border-emerald-300\/90:hover {
  border-color: rgb(110 231 183 / 0.9);
}
.hover\:border-emerald-300\/95:hover {
  border-color: rgb(110 231 183 / 0.95);
}
.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.hover\:border-emerald-400\/0:hover {
  border-color: rgb(52 211 153 / 0);
}
.hover\:border-emerald-400\/10:hover {
  border-color: rgb(52 211 153 / 0.1);
}
.hover\:border-emerald-400\/100:hover {
  border-color: rgb(52 211 153 / 1);
}
.hover\:border-emerald-400\/20:hover {
  border-color: rgb(52 211 153 / 0.2);
}
.hover\:border-emerald-400\/25:hover {
  border-color: rgb(52 211 153 / 0.25);
}
.hover\:border-emerald-400\/30:hover {
  border-color: rgb(52 211 153 / 0.3);
}
.hover\:border-emerald-400\/40:hover {
  border-color: rgb(52 211 153 / 0.4);
}
.hover\:border-emerald-400\/5:hover {
  border-color: rgb(52 211 153 / 0.05);
}
.hover\:border-emerald-400\/50:hover {
  border-color: rgb(52 211 153 / 0.5);
}
.hover\:border-emerald-400\/60:hover {
  border-color: rgb(52 211 153 / 0.6);
}
.hover\:border-emerald-400\/70:hover {
  border-color: rgb(52 211 153 / 0.7);
}
.hover\:border-emerald-400\/75:hover {
  border-color: rgb(52 211 153 / 0.75);
}
.hover\:border-emerald-400\/80:hover {
  border-color: rgb(52 211 153 / 0.8);
}
.hover\:border-emerald-400\/90:hover {
  border-color: rgb(52 211 153 / 0.9);
}
.hover\:border-emerald-400\/95:hover {
  border-color: rgb(52 211 153 / 0.95);
}
.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.hover\:border-emerald-50\/0:hover {
  border-color: rgb(236 253 245 / 0);
}
.hover\:border-emerald-50\/10:hover {
  border-color: rgb(236 253 245 / 0.1);
}
.hover\:border-emerald-50\/100:hover {
  border-color: rgb(236 253 245 / 1);
}
.hover\:border-emerald-50\/20:hover {
  border-color: rgb(236 253 245 / 0.2);
}
.hover\:border-emerald-50\/25:hover {
  border-color: rgb(236 253 245 / 0.25);
}
.hover\:border-emerald-50\/30:hover {
  border-color: rgb(236 253 245 / 0.3);
}
.hover\:border-emerald-50\/40:hover {
  border-color: rgb(236 253 245 / 0.4);
}
.hover\:border-emerald-50\/5:hover {
  border-color: rgb(236 253 245 / 0.05);
}
.hover\:border-emerald-50\/50:hover {
  border-color: rgb(236 253 245 / 0.5);
}
.hover\:border-emerald-50\/60:hover {
  border-color: rgb(236 253 245 / 0.6);
}
.hover\:border-emerald-50\/70:hover {
  border-color: rgb(236 253 245 / 0.7);
}
.hover\:border-emerald-50\/75:hover {
  border-color: rgb(236 253 245 / 0.75);
}
.hover\:border-emerald-50\/80:hover {
  border-color: rgb(236 253 245 / 0.8);
}
.hover\:border-emerald-50\/90:hover {
  border-color: rgb(236 253 245 / 0.9);
}
.hover\:border-emerald-50\/95:hover {
  border-color: rgb(236 253 245 / 0.95);
}
.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.hover\:border-emerald-500\/0:hover {
  border-color: rgb(16 185 129 / 0);
}
.hover\:border-emerald-500\/10:hover {
  border-color: rgb(16 185 129 / 0.1);
}
.hover\:border-emerald-500\/100:hover {
  border-color: rgb(16 185 129 / 1);
}
.hover\:border-emerald-500\/20:hover {
  border-color: rgb(16 185 129 / 0.2);
}
.hover\:border-emerald-500\/25:hover {
  border-color: rgb(16 185 129 / 0.25);
}
.hover\:border-emerald-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}
.hover\:border-emerald-500\/40:hover {
  border-color: rgb(16 185 129 / 0.4);
}
.hover\:border-emerald-500\/5:hover {
  border-color: rgb(16 185 129 / 0.05);
}
.hover\:border-emerald-500\/50:hover {
  border-color: rgb(16 185 129 / 0.5);
}
.hover\:border-emerald-500\/60:hover {
  border-color: rgb(16 185 129 / 0.6);
}
.hover\:border-emerald-500\/70:hover {
  border-color: rgb(16 185 129 / 0.7);
}
.hover\:border-emerald-500\/75:hover {
  border-color: rgb(16 185 129 / 0.75);
}
.hover\:border-emerald-500\/80:hover {
  border-color: rgb(16 185 129 / 0.8);
}
.hover\:border-emerald-500\/90:hover {
  border-color: rgb(16 185 129 / 0.9);
}
.hover\:border-emerald-500\/95:hover {
  border-color: rgb(16 185 129 / 0.95);
}
.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.hover\:border-emerald-600\/0:hover {
  border-color: rgb(5 150 105 / 0);
}
.hover\:border-emerald-600\/10:hover {
  border-color: rgb(5 150 105 / 0.1);
}
.hover\:border-emerald-600\/100:hover {
  border-color: rgb(5 150 105 / 1);
}
.hover\:border-emerald-600\/20:hover {
  border-color: rgb(5 150 105 / 0.2);
}
.hover\:border-emerald-600\/25:hover {
  border-color: rgb(5 150 105 / 0.25);
}
.hover\:border-emerald-600\/30:hover {
  border-color: rgb(5 150 105 / 0.3);
}
.hover\:border-emerald-600\/40:hover {
  border-color: rgb(5 150 105 / 0.4);
}
.hover\:border-emerald-600\/5:hover {
  border-color: rgb(5 150 105 / 0.05);
}
.hover\:border-emerald-600\/50:hover {
  border-color: rgb(5 150 105 / 0.5);
}
.hover\:border-emerald-600\/60:hover {
  border-color: rgb(5 150 105 / 0.6);
}
.hover\:border-emerald-600\/70:hover {
  border-color: rgb(5 150 105 / 0.7);
}
.hover\:border-emerald-600\/75:hover {
  border-color: rgb(5 150 105 / 0.75);
}
.hover\:border-emerald-600\/80:hover {
  border-color: rgb(5 150 105 / 0.8);
}
.hover\:border-emerald-600\/90:hover {
  border-color: rgb(5 150 105 / 0.9);
}
.hover\:border-emerald-600\/95:hover {
  border-color: rgb(5 150 105 / 0.95);
}
.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.hover\:border-emerald-700\/0:hover {
  border-color: rgb(4 120 87 / 0);
}
.hover\:border-emerald-700\/10:hover {
  border-color: rgb(4 120 87 / 0.1);
}
.hover\:border-emerald-700\/100:hover {
  border-color: rgb(4 120 87 / 1);
}
.hover\:border-emerald-700\/20:hover {
  border-color: rgb(4 120 87 / 0.2);
}
.hover\:border-emerald-700\/25:hover {
  border-color: rgb(4 120 87 / 0.25);
}
.hover\:border-emerald-700\/30:hover {
  border-color: rgb(4 120 87 / 0.3);
}
.hover\:border-emerald-700\/40:hover {
  border-color: rgb(4 120 87 / 0.4);
}
.hover\:border-emerald-700\/5:hover {
  border-color: rgb(4 120 87 / 0.05);
}
.hover\:border-emerald-700\/50:hover {
  border-color: rgb(4 120 87 / 0.5);
}
.hover\:border-emerald-700\/60:hover {
  border-color: rgb(4 120 87 / 0.6);
}
.hover\:border-emerald-700\/70:hover {
  border-color: rgb(4 120 87 / 0.7);
}
.hover\:border-emerald-700\/75:hover {
  border-color: rgb(4 120 87 / 0.75);
}
.hover\:border-emerald-700\/80:hover {
  border-color: rgb(4 120 87 / 0.8);
}
.hover\:border-emerald-700\/90:hover {
  border-color: rgb(4 120 87 / 0.9);
}
.hover\:border-emerald-700\/95:hover {
  border-color: rgb(4 120 87 / 0.95);
}
.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.hover\:border-emerald-800\/0:hover {
  border-color: rgb(6 95 70 / 0);
}
.hover\:border-emerald-800\/10:hover {
  border-color: rgb(6 95 70 / 0.1);
}
.hover\:border-emerald-800\/100:hover {
  border-color: rgb(6 95 70 / 1);
}
.hover\:border-emerald-800\/20:hover {
  border-color: rgb(6 95 70 / 0.2);
}
.hover\:border-emerald-800\/25:hover {
  border-color: rgb(6 95 70 / 0.25);
}
.hover\:border-emerald-800\/30:hover {
  border-color: rgb(6 95 70 / 0.3);
}
.hover\:border-emerald-800\/40:hover {
  border-color: rgb(6 95 70 / 0.4);
}
.hover\:border-emerald-800\/5:hover {
  border-color: rgb(6 95 70 / 0.05);
}
.hover\:border-emerald-800\/50:hover {
  border-color: rgb(6 95 70 / 0.5);
}
.hover\:border-emerald-800\/60:hover {
  border-color: rgb(6 95 70 / 0.6);
}
.hover\:border-emerald-800\/70:hover {
  border-color: rgb(6 95 70 / 0.7);
}
.hover\:border-emerald-800\/75:hover {
  border-color: rgb(6 95 70 / 0.75);
}
.hover\:border-emerald-800\/80:hover {
  border-color: rgb(6 95 70 / 0.8);
}
.hover\:border-emerald-800\/90:hover {
  border-color: rgb(6 95 70 / 0.9);
}
.hover\:border-emerald-800\/95:hover {
  border-color: rgb(6 95 70 / 0.95);
}
.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.hover\:border-emerald-900\/0:hover {
  border-color: rgb(6 78 59 / 0);
}
.hover\:border-emerald-900\/10:hover {
  border-color: rgb(6 78 59 / 0.1);
}
.hover\:border-emerald-900\/100:hover {
  border-color: rgb(6 78 59 / 1);
}
.hover\:border-emerald-900\/20:hover {
  border-color: rgb(6 78 59 / 0.2);
}
.hover\:border-emerald-900\/25:hover {
  border-color: rgb(6 78 59 / 0.25);
}
.hover\:border-emerald-900\/30:hover {
  border-color: rgb(6 78 59 / 0.3);
}
.hover\:border-emerald-900\/40:hover {
  border-color: rgb(6 78 59 / 0.4);
}
.hover\:border-emerald-900\/5:hover {
  border-color: rgb(6 78 59 / 0.05);
}
.hover\:border-emerald-900\/50:hover {
  border-color: rgb(6 78 59 / 0.5);
}
.hover\:border-emerald-900\/60:hover {
  border-color: rgb(6 78 59 / 0.6);
}
.hover\:border-emerald-900\/70:hover {
  border-color: rgb(6 78 59 / 0.7);
}
.hover\:border-emerald-900\/75:hover {
  border-color: rgb(6 78 59 / 0.75);
}
.hover\:border-emerald-900\/80:hover {
  border-color: rgb(6 78 59 / 0.8);
}
.hover\:border-emerald-900\/90:hover {
  border-color: rgb(6 78 59 / 0.9);
}
.hover\:border-emerald-900\/95:hover {
  border-color: rgb(6 78 59 / 0.95);
}
.hover\:border-emerald-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.hover\:border-emerald-950\/0:hover {
  border-color: rgb(2 44 34 / 0);
}
.hover\:border-emerald-950\/10:hover {
  border-color: rgb(2 44 34 / 0.1);
}
.hover\:border-emerald-950\/100:hover {
  border-color: rgb(2 44 34 / 1);
}
.hover\:border-emerald-950\/20:hover {
  border-color: rgb(2 44 34 / 0.2);
}
.hover\:border-emerald-950\/25:hover {
  border-color: rgb(2 44 34 / 0.25);
}
.hover\:border-emerald-950\/30:hover {
  border-color: rgb(2 44 34 / 0.3);
}
.hover\:border-emerald-950\/40:hover {
  border-color: rgb(2 44 34 / 0.4);
}
.hover\:border-emerald-950\/5:hover {
  border-color: rgb(2 44 34 / 0.05);
}
.hover\:border-emerald-950\/50:hover {
  border-color: rgb(2 44 34 / 0.5);
}
.hover\:border-emerald-950\/60:hover {
  border-color: rgb(2 44 34 / 0.6);
}
.hover\:border-emerald-950\/70:hover {
  border-color: rgb(2 44 34 / 0.7);
}
.hover\:border-emerald-950\/75:hover {
  border-color: rgb(2 44 34 / 0.75);
}
.hover\:border-emerald-950\/80:hover {
  border-color: rgb(2 44 34 / 0.8);
}
.hover\:border-emerald-950\/90:hover {
  border-color: rgb(2 44 34 / 0.9);
}
.hover\:border-emerald-950\/95:hover {
  border-color: rgb(2 44 34 / 0.95);
}
.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-100\/0:hover {
  border-color: rgb(250 232 255 / 0);
}
.hover\:border-fuchsia-100\/10:hover {
  border-color: rgb(250 232 255 / 0.1);
}
.hover\:border-fuchsia-100\/100:hover {
  border-color: rgb(250 232 255 / 1);
}
.hover\:border-fuchsia-100\/20:hover {
  border-color: rgb(250 232 255 / 0.2);
}
.hover\:border-fuchsia-100\/25:hover {
  border-color: rgb(250 232 255 / 0.25);
}
.hover\:border-fuchsia-100\/30:hover {
  border-color: rgb(250 232 255 / 0.3);
}
.hover\:border-fuchsia-100\/40:hover {
  border-color: rgb(250 232 255 / 0.4);
}
.hover\:border-fuchsia-100\/5:hover {
  border-color: rgb(250 232 255 / 0.05);
}
.hover\:border-fuchsia-100\/50:hover {
  border-color: rgb(250 232 255 / 0.5);
}
.hover\:border-fuchsia-100\/60:hover {
  border-color: rgb(250 232 255 / 0.6);
}
.hover\:border-fuchsia-100\/70:hover {
  border-color: rgb(250 232 255 / 0.7);
}
.hover\:border-fuchsia-100\/75:hover {
  border-color: rgb(250 232 255 / 0.75);
}
.hover\:border-fuchsia-100\/80:hover {
  border-color: rgb(250 232 255 / 0.8);
}
.hover\:border-fuchsia-100\/90:hover {
  border-color: rgb(250 232 255 / 0.9);
}
.hover\:border-fuchsia-100\/95:hover {
  border-color: rgb(250 232 255 / 0.95);
}
.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-200\/0:hover {
  border-color: rgb(245 208 254 / 0);
}
.hover\:border-fuchsia-200\/10:hover {
  border-color: rgb(245 208 254 / 0.1);
}
.hover\:border-fuchsia-200\/100:hover {
  border-color: rgb(245 208 254 / 1);
}
.hover\:border-fuchsia-200\/20:hover {
  border-color: rgb(245 208 254 / 0.2);
}
.hover\:border-fuchsia-200\/25:hover {
  border-color: rgb(245 208 254 / 0.25);
}
.hover\:border-fuchsia-200\/30:hover {
  border-color: rgb(245 208 254 / 0.3);
}
.hover\:border-fuchsia-200\/40:hover {
  border-color: rgb(245 208 254 / 0.4);
}
.hover\:border-fuchsia-200\/5:hover {
  border-color: rgb(245 208 254 / 0.05);
}
.hover\:border-fuchsia-200\/50:hover {
  border-color: rgb(245 208 254 / 0.5);
}
.hover\:border-fuchsia-200\/60:hover {
  border-color: rgb(245 208 254 / 0.6);
}
.hover\:border-fuchsia-200\/70:hover {
  border-color: rgb(245 208 254 / 0.7);
}
.hover\:border-fuchsia-200\/75:hover {
  border-color: rgb(245 208 254 / 0.75);
}
.hover\:border-fuchsia-200\/80:hover {
  border-color: rgb(245 208 254 / 0.8);
}
.hover\:border-fuchsia-200\/90:hover {
  border-color: rgb(245 208 254 / 0.9);
}
.hover\:border-fuchsia-200\/95:hover {
  border-color: rgb(245 208 254 / 0.95);
}
.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-300\/0:hover {
  border-color: rgb(240 171 252 / 0);
}
.hover\:border-fuchsia-300\/10:hover {
  border-color: rgb(240 171 252 / 0.1);
}
.hover\:border-fuchsia-300\/100:hover {
  border-color: rgb(240 171 252 / 1);
}
.hover\:border-fuchsia-300\/20:hover {
  border-color: rgb(240 171 252 / 0.2);
}
.hover\:border-fuchsia-300\/25:hover {
  border-color: rgb(240 171 252 / 0.25);
}
.hover\:border-fuchsia-300\/30:hover {
  border-color: rgb(240 171 252 / 0.3);
}
.hover\:border-fuchsia-300\/40:hover {
  border-color: rgb(240 171 252 / 0.4);
}
.hover\:border-fuchsia-300\/5:hover {
  border-color: rgb(240 171 252 / 0.05);
}
.hover\:border-fuchsia-300\/50:hover {
  border-color: rgb(240 171 252 / 0.5);
}
.hover\:border-fuchsia-300\/60:hover {
  border-color: rgb(240 171 252 / 0.6);
}
.hover\:border-fuchsia-300\/70:hover {
  border-color: rgb(240 171 252 / 0.7);
}
.hover\:border-fuchsia-300\/75:hover {
  border-color: rgb(240 171 252 / 0.75);
}
.hover\:border-fuchsia-300\/80:hover {
  border-color: rgb(240 171 252 / 0.8);
}
.hover\:border-fuchsia-300\/90:hover {
  border-color: rgb(240 171 252 / 0.9);
}
.hover\:border-fuchsia-300\/95:hover {
  border-color: rgb(240 171 252 / 0.95);
}
.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-400\/0:hover {
  border-color: rgb(232 121 249 / 0);
}
.hover\:border-fuchsia-400\/10:hover {
  border-color: rgb(232 121 249 / 0.1);
}
.hover\:border-fuchsia-400\/100:hover {
  border-color: rgb(232 121 249 / 1);
}
.hover\:border-fuchsia-400\/20:hover {
  border-color: rgb(232 121 249 / 0.2);
}
.hover\:border-fuchsia-400\/25:hover {
  border-color: rgb(232 121 249 / 0.25);
}
.hover\:border-fuchsia-400\/30:hover {
  border-color: rgb(232 121 249 / 0.3);
}
.hover\:border-fuchsia-400\/40:hover {
  border-color: rgb(232 121 249 / 0.4);
}
.hover\:border-fuchsia-400\/5:hover {
  border-color: rgb(232 121 249 / 0.05);
}
.hover\:border-fuchsia-400\/50:hover {
  border-color: rgb(232 121 249 / 0.5);
}
.hover\:border-fuchsia-400\/60:hover {
  border-color: rgb(232 121 249 / 0.6);
}
.hover\:border-fuchsia-400\/70:hover {
  border-color: rgb(232 121 249 / 0.7);
}
.hover\:border-fuchsia-400\/75:hover {
  border-color: rgb(232 121 249 / 0.75);
}
.hover\:border-fuchsia-400\/80:hover {
  border-color: rgb(232 121 249 / 0.8);
}
.hover\:border-fuchsia-400\/90:hover {
  border-color: rgb(232 121 249 / 0.9);
}
.hover\:border-fuchsia-400\/95:hover {
  border-color: rgb(232 121 249 / 0.95);
}
.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-50\/0:hover {
  border-color: rgb(253 244 255 / 0);
}
.hover\:border-fuchsia-50\/10:hover {
  border-color: rgb(253 244 255 / 0.1);
}
.hover\:border-fuchsia-50\/100:hover {
  border-color: rgb(253 244 255 / 1);
}
.hover\:border-fuchsia-50\/20:hover {
  border-color: rgb(253 244 255 / 0.2);
}
.hover\:border-fuchsia-50\/25:hover {
  border-color: rgb(253 244 255 / 0.25);
}
.hover\:border-fuchsia-50\/30:hover {
  border-color: rgb(253 244 255 / 0.3);
}
.hover\:border-fuchsia-50\/40:hover {
  border-color: rgb(253 244 255 / 0.4);
}
.hover\:border-fuchsia-50\/5:hover {
  border-color: rgb(253 244 255 / 0.05);
}
.hover\:border-fuchsia-50\/50:hover {
  border-color: rgb(253 244 255 / 0.5);
}
.hover\:border-fuchsia-50\/60:hover {
  border-color: rgb(253 244 255 / 0.6);
}
.hover\:border-fuchsia-50\/70:hover {
  border-color: rgb(253 244 255 / 0.7);
}
.hover\:border-fuchsia-50\/75:hover {
  border-color: rgb(253 244 255 / 0.75);
}
.hover\:border-fuchsia-50\/80:hover {
  border-color: rgb(253 244 255 / 0.8);
}
.hover\:border-fuchsia-50\/90:hover {
  border-color: rgb(253 244 255 / 0.9);
}
.hover\:border-fuchsia-50\/95:hover {
  border-color: rgb(253 244 255 / 0.95);
}
.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-500\/0:hover {
  border-color: rgb(217 70 239 / 0);
}
.hover\:border-fuchsia-500\/10:hover {
  border-color: rgb(217 70 239 / 0.1);
}
.hover\:border-fuchsia-500\/100:hover {
  border-color: rgb(217 70 239 / 1);
}
.hover\:border-fuchsia-500\/20:hover {
  border-color: rgb(217 70 239 / 0.2);
}
.hover\:border-fuchsia-500\/25:hover {
  border-color: rgb(217 70 239 / 0.25);
}
.hover\:border-fuchsia-500\/30:hover {
  border-color: rgb(217 70 239 / 0.3);
}
.hover\:border-fuchsia-500\/40:hover {
  border-color: rgb(217 70 239 / 0.4);
}
.hover\:border-fuchsia-500\/5:hover {
  border-color: rgb(217 70 239 / 0.05);
}
.hover\:border-fuchsia-500\/50:hover {
  border-color: rgb(217 70 239 / 0.5);
}
.hover\:border-fuchsia-500\/60:hover {
  border-color: rgb(217 70 239 / 0.6);
}
.hover\:border-fuchsia-500\/70:hover {
  border-color: rgb(217 70 239 / 0.7);
}
.hover\:border-fuchsia-500\/75:hover {
  border-color: rgb(217 70 239 / 0.75);
}
.hover\:border-fuchsia-500\/80:hover {
  border-color: rgb(217 70 239 / 0.8);
}
.hover\:border-fuchsia-500\/90:hover {
  border-color: rgb(217 70 239 / 0.9);
}
.hover\:border-fuchsia-500\/95:hover {
  border-color: rgb(217 70 239 / 0.95);
}
.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-600\/0:hover {
  border-color: rgb(192 38 211 / 0);
}
.hover\:border-fuchsia-600\/10:hover {
  border-color: rgb(192 38 211 / 0.1);
}
.hover\:border-fuchsia-600\/100:hover {
  border-color: rgb(192 38 211 / 1);
}
.hover\:border-fuchsia-600\/20:hover {
  border-color: rgb(192 38 211 / 0.2);
}
.hover\:border-fuchsia-600\/25:hover {
  border-color: rgb(192 38 211 / 0.25);
}
.hover\:border-fuchsia-600\/30:hover {
  border-color: rgb(192 38 211 / 0.3);
}
.hover\:border-fuchsia-600\/40:hover {
  border-color: rgb(192 38 211 / 0.4);
}
.hover\:border-fuchsia-600\/5:hover {
  border-color: rgb(192 38 211 / 0.05);
}
.hover\:border-fuchsia-600\/50:hover {
  border-color: rgb(192 38 211 / 0.5);
}
.hover\:border-fuchsia-600\/60:hover {
  border-color: rgb(192 38 211 / 0.6);
}
.hover\:border-fuchsia-600\/70:hover {
  border-color: rgb(192 38 211 / 0.7);
}
.hover\:border-fuchsia-600\/75:hover {
  border-color: rgb(192 38 211 / 0.75);
}
.hover\:border-fuchsia-600\/80:hover {
  border-color: rgb(192 38 211 / 0.8);
}
.hover\:border-fuchsia-600\/90:hover {
  border-color: rgb(192 38 211 / 0.9);
}
.hover\:border-fuchsia-600\/95:hover {
  border-color: rgb(192 38 211 / 0.95);
}
.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-700\/0:hover {
  border-color: rgb(162 28 175 / 0);
}
.hover\:border-fuchsia-700\/10:hover {
  border-color: rgb(162 28 175 / 0.1);
}
.hover\:border-fuchsia-700\/100:hover {
  border-color: rgb(162 28 175 / 1);
}
.hover\:border-fuchsia-700\/20:hover {
  border-color: rgb(162 28 175 / 0.2);
}
.hover\:border-fuchsia-700\/25:hover {
  border-color: rgb(162 28 175 / 0.25);
}
.hover\:border-fuchsia-700\/30:hover {
  border-color: rgb(162 28 175 / 0.3);
}
.hover\:border-fuchsia-700\/40:hover {
  border-color: rgb(162 28 175 / 0.4);
}
.hover\:border-fuchsia-700\/5:hover {
  border-color: rgb(162 28 175 / 0.05);
}
.hover\:border-fuchsia-700\/50:hover {
  border-color: rgb(162 28 175 / 0.5);
}
.hover\:border-fuchsia-700\/60:hover {
  border-color: rgb(162 28 175 / 0.6);
}
.hover\:border-fuchsia-700\/70:hover {
  border-color: rgb(162 28 175 / 0.7);
}
.hover\:border-fuchsia-700\/75:hover {
  border-color: rgb(162 28 175 / 0.75);
}
.hover\:border-fuchsia-700\/80:hover {
  border-color: rgb(162 28 175 / 0.8);
}
.hover\:border-fuchsia-700\/90:hover {
  border-color: rgb(162 28 175 / 0.9);
}
.hover\:border-fuchsia-700\/95:hover {
  border-color: rgb(162 28 175 / 0.95);
}
.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-800\/0:hover {
  border-color: rgb(134 25 143 / 0);
}
.hover\:border-fuchsia-800\/10:hover {
  border-color: rgb(134 25 143 / 0.1);
}
.hover\:border-fuchsia-800\/100:hover {
  border-color: rgb(134 25 143 / 1);
}
.hover\:border-fuchsia-800\/20:hover {
  border-color: rgb(134 25 143 / 0.2);
}
.hover\:border-fuchsia-800\/25:hover {
  border-color: rgb(134 25 143 / 0.25);
}
.hover\:border-fuchsia-800\/30:hover {
  border-color: rgb(134 25 143 / 0.3);
}
.hover\:border-fuchsia-800\/40:hover {
  border-color: rgb(134 25 143 / 0.4);
}
.hover\:border-fuchsia-800\/5:hover {
  border-color: rgb(134 25 143 / 0.05);
}
.hover\:border-fuchsia-800\/50:hover {
  border-color: rgb(134 25 143 / 0.5);
}
.hover\:border-fuchsia-800\/60:hover {
  border-color: rgb(134 25 143 / 0.6);
}
.hover\:border-fuchsia-800\/70:hover {
  border-color: rgb(134 25 143 / 0.7);
}
.hover\:border-fuchsia-800\/75:hover {
  border-color: rgb(134 25 143 / 0.75);
}
.hover\:border-fuchsia-800\/80:hover {
  border-color: rgb(134 25 143 / 0.8);
}
.hover\:border-fuchsia-800\/90:hover {
  border-color: rgb(134 25 143 / 0.9);
}
.hover\:border-fuchsia-800\/95:hover {
  border-color: rgb(134 25 143 / 0.95);
}
.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-900\/0:hover {
  border-color: rgb(112 26 117 / 0);
}
.hover\:border-fuchsia-900\/10:hover {
  border-color: rgb(112 26 117 / 0.1);
}
.hover\:border-fuchsia-900\/100:hover {
  border-color: rgb(112 26 117 / 1);
}
.hover\:border-fuchsia-900\/20:hover {
  border-color: rgb(112 26 117 / 0.2);
}
.hover\:border-fuchsia-900\/25:hover {
  border-color: rgb(112 26 117 / 0.25);
}
.hover\:border-fuchsia-900\/30:hover {
  border-color: rgb(112 26 117 / 0.3);
}
.hover\:border-fuchsia-900\/40:hover {
  border-color: rgb(112 26 117 / 0.4);
}
.hover\:border-fuchsia-900\/5:hover {
  border-color: rgb(112 26 117 / 0.05);
}
.hover\:border-fuchsia-900\/50:hover {
  border-color: rgb(112 26 117 / 0.5);
}
.hover\:border-fuchsia-900\/60:hover {
  border-color: rgb(112 26 117 / 0.6);
}
.hover\:border-fuchsia-900\/70:hover {
  border-color: rgb(112 26 117 / 0.7);
}
.hover\:border-fuchsia-900\/75:hover {
  border-color: rgb(112 26 117 / 0.75);
}
.hover\:border-fuchsia-900\/80:hover {
  border-color: rgb(112 26 117 / 0.8);
}
.hover\:border-fuchsia-900\/90:hover {
  border-color: rgb(112 26 117 / 0.9);
}
.hover\:border-fuchsia-900\/95:hover {
  border-color: rgb(112 26 117 / 0.95);
}
.hover\:border-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.hover\:border-fuchsia-950\/0:hover {
  border-color: rgb(74 4 78 / 0);
}
.hover\:border-fuchsia-950\/10:hover {
  border-color: rgb(74 4 78 / 0.1);
}
.hover\:border-fuchsia-950\/100:hover {
  border-color: rgb(74 4 78 / 1);
}
.hover\:border-fuchsia-950\/20:hover {
  border-color: rgb(74 4 78 / 0.2);
}
.hover\:border-fuchsia-950\/25:hover {
  border-color: rgb(74 4 78 / 0.25);
}
.hover\:border-fuchsia-950\/30:hover {
  border-color: rgb(74 4 78 / 0.3);
}
.hover\:border-fuchsia-950\/40:hover {
  border-color: rgb(74 4 78 / 0.4);
}
.hover\:border-fuchsia-950\/5:hover {
  border-color: rgb(74 4 78 / 0.05);
}
.hover\:border-fuchsia-950\/50:hover {
  border-color: rgb(74 4 78 / 0.5);
}
.hover\:border-fuchsia-950\/60:hover {
  border-color: rgb(74 4 78 / 0.6);
}
.hover\:border-fuchsia-950\/70:hover {
  border-color: rgb(74 4 78 / 0.7);
}
.hover\:border-fuchsia-950\/75:hover {
  border-color: rgb(74 4 78 / 0.75);
}
.hover\:border-fuchsia-950\/80:hover {
  border-color: rgb(74 4 78 / 0.8);
}
.hover\:border-fuchsia-950\/90:hover {
  border-color: rgb(74 4 78 / 0.9);
}
.hover\:border-fuchsia-950\/95:hover {
  border-color: rgb(74 4 78 / 0.95);
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40:hover {
  border-color: rgb(243 244 246 / 0.4);
}
.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\/60:hover {
  border-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(229 231 235 / 0.4);
}
.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\/60:hover {
  border-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(209 213 219 / 0.4);
}
.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\/60:hover {
  border-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(156 163 175 / 0.4);
}
.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\/60:hover {
  border-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(249 250 251 / 0.4);
}
.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\/60:hover {
  border-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(107 114 128 / 0.4);
}
.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\/60:hover {
  border-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(75 85 99 / 0.4);
}
.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\/60:hover {
  border-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(55 65 81 / 0.4);
}
.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\/60:hover {
  border-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(31 41 55 / 0.4);
}
.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\/60:hover {
  border-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(17 24 39 / 0.4);
}
.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\/60:hover {
  border-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(3 7 18 / 0.4);
}
.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\/60:hover {
  border-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(220 252 231 / 0.4);
}
.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\/60:hover {
  border-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(187 247 208 / 0.4);
}
.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\/60:hover {
  border-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(134 239 172 / 0.4);
}
.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\/60:hover {
  border-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(74 222 128 / 0.4);
}
.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\/60:hover {
  border-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(240 253 244 / 0.4);
}
.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\/60:hover {
  border-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(34 197 94 / 0.4);
}
.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\/60:hover {
  border-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(22 163 74 / 0.4);
}
.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\/60:hover {
  border-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(21 128 61 / 0.4);
}
.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\/60:hover {
  border-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(22 101 52 / 0.4);
}
.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\/60:hover {
  border-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(20 83 45 / 0.4);
}
.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\/60:hover {
  border-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(5 46 22 / 0.4);
}
.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\/60:hover {
  border-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(224 231 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(199 210 254 / 0.4);
}
.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\/60:hover {
  border-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(165 180 252 / 0.4);
}
.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\/60:hover {
  border-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(129 140 248 / 0.4);
}
.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\/60:hover {
  border-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(238 242 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(99 102 241 / 0.4);
}
.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\/60:hover {
  border-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(79 70 229 / 0.4);
}
.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\/60:hover {
  border-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(67 56 202 / 0.4);
}
.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\/60:hover {
  border-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(55 48 163 / 0.4);
}
.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\/60:hover {
  border-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(49 46 129 / 0.4);
}
.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\/60:hover {
  border-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(30 27 75 / 0.4);
}
.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\/60:hover {
  border-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.hover\:border-lime-100\/0:hover {
  border-color: rgb(236 252 203 / 0);
}
.hover\:border-lime-100\/10:hover {
  border-color: rgb(236 252 203 / 0.1);
}
.hover\:border-lime-100\/100:hover {
  border-color: rgb(236 252 203 / 1);
}
.hover\:border-lime-100\/20:hover {
  border-color: rgb(236 252 203 / 0.2);
}
.hover\:border-lime-100\/25:hover {
  border-color: rgb(236 252 203 / 0.25);
}
.hover\:border-lime-100\/30:hover {
  border-color: rgb(236 252 203 / 0.3);
}
.hover\:border-lime-100\/40:hover {
  border-color: rgb(236 252 203 / 0.4);
}
.hover\:border-lime-100\/5:hover {
  border-color: rgb(236 252 203 / 0.05);
}
.hover\:border-lime-100\/50:hover {
  border-color: rgb(236 252 203 / 0.5);
}
.hover\:border-lime-100\/60:hover {
  border-color: rgb(236 252 203 / 0.6);
}
.hover\:border-lime-100\/70:hover {
  border-color: rgb(236 252 203 / 0.7);
}
.hover\:border-lime-100\/75:hover {
  border-color: rgb(236 252 203 / 0.75);
}
.hover\:border-lime-100\/80:hover {
  border-color: rgb(236 252 203 / 0.8);
}
.hover\:border-lime-100\/90:hover {
  border-color: rgb(236 252 203 / 0.9);
}
.hover\:border-lime-100\/95:hover {
  border-color: rgb(236 252 203 / 0.95);
}
.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.hover\:border-lime-200\/0:hover {
  border-color: rgb(217 249 157 / 0);
}
.hover\:border-lime-200\/10:hover {
  border-color: rgb(217 249 157 / 0.1);
}
.hover\:border-lime-200\/100:hover {
  border-color: rgb(217 249 157 / 1);
}
.hover\:border-lime-200\/20:hover {
  border-color: rgb(217 249 157 / 0.2);
}
.hover\:border-lime-200\/25:hover {
  border-color: rgb(217 249 157 / 0.25);
}
.hover\:border-lime-200\/30:hover {
  border-color: rgb(217 249 157 / 0.3);
}
.hover\:border-lime-200\/40:hover {
  border-color: rgb(217 249 157 / 0.4);
}
.hover\:border-lime-200\/5:hover {
  border-color: rgb(217 249 157 / 0.05);
}
.hover\:border-lime-200\/50:hover {
  border-color: rgb(217 249 157 / 0.5);
}
.hover\:border-lime-200\/60:hover {
  border-color: rgb(217 249 157 / 0.6);
}
.hover\:border-lime-200\/70:hover {
  border-color: rgb(217 249 157 / 0.7);
}
.hover\:border-lime-200\/75:hover {
  border-color: rgb(217 249 157 / 0.75);
}
.hover\:border-lime-200\/80:hover {
  border-color: rgb(217 249 157 / 0.8);
}
.hover\:border-lime-200\/90:hover {
  border-color: rgb(217 249 157 / 0.9);
}
.hover\:border-lime-200\/95:hover {
  border-color: rgb(217 249 157 / 0.95);
}
.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.hover\:border-lime-300\/0:hover {
  border-color: rgb(190 242 100 / 0);
}
.hover\:border-lime-300\/10:hover {
  border-color: rgb(190 242 100 / 0.1);
}
.hover\:border-lime-300\/100:hover {
  border-color: rgb(190 242 100 / 1);
}
.hover\:border-lime-300\/20:hover {
  border-color: rgb(190 242 100 / 0.2);
}
.hover\:border-lime-300\/25:hover {
  border-color: rgb(190 242 100 / 0.25);
}
.hover\:border-lime-300\/30:hover {
  border-color: rgb(190 242 100 / 0.3);
}
.hover\:border-lime-300\/40:hover {
  border-color: rgb(190 242 100 / 0.4);
}
.hover\:border-lime-300\/5:hover {
  border-color: rgb(190 242 100 / 0.05);
}
.hover\:border-lime-300\/50:hover {
  border-color: rgb(190 242 100 / 0.5);
}
.hover\:border-lime-300\/60:hover {
  border-color: rgb(190 242 100 / 0.6);
}
.hover\:border-lime-300\/70:hover {
  border-color: rgb(190 242 100 / 0.7);
}
.hover\:border-lime-300\/75:hover {
  border-color: rgb(190 242 100 / 0.75);
}
.hover\:border-lime-300\/80:hover {
  border-color: rgb(190 242 100 / 0.8);
}
.hover\:border-lime-300\/90:hover {
  border-color: rgb(190 242 100 / 0.9);
}
.hover\:border-lime-300\/95:hover {
  border-color: rgb(190 242 100 / 0.95);
}
.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.hover\:border-lime-400\/0:hover {
  border-color: rgb(163 230 53 / 0);
}
.hover\:border-lime-400\/10:hover {
  border-color: rgb(163 230 53 / 0.1);
}
.hover\:border-lime-400\/100:hover {
  border-color: rgb(163 230 53 / 1);
}
.hover\:border-lime-400\/20:hover {
  border-color: rgb(163 230 53 / 0.2);
}
.hover\:border-lime-400\/25:hover {
  border-color: rgb(163 230 53 / 0.25);
}
.hover\:border-lime-400\/30:hover {
  border-color: rgb(163 230 53 / 0.3);
}
.hover\:border-lime-400\/40:hover {
  border-color: rgb(163 230 53 / 0.4);
}
.hover\:border-lime-400\/5:hover {
  border-color: rgb(163 230 53 / 0.05);
}
.hover\:border-lime-400\/50:hover {
  border-color: rgb(163 230 53 / 0.5);
}
.hover\:border-lime-400\/60:hover {
  border-color: rgb(163 230 53 / 0.6);
}
.hover\:border-lime-400\/70:hover {
  border-color: rgb(163 230 53 / 0.7);
}
.hover\:border-lime-400\/75:hover {
  border-color: rgb(163 230 53 / 0.75);
}
.hover\:border-lime-400\/80:hover {
  border-color: rgb(163 230 53 / 0.8);
}
.hover\:border-lime-400\/90:hover {
  border-color: rgb(163 230 53 / 0.9);
}
.hover\:border-lime-400\/95:hover {
  border-color: rgb(163 230 53 / 0.95);
}
.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.hover\:border-lime-50\/0:hover {
  border-color: rgb(247 254 231 / 0);
}
.hover\:border-lime-50\/10:hover {
  border-color: rgb(247 254 231 / 0.1);
}
.hover\:border-lime-50\/100:hover {
  border-color: rgb(247 254 231 / 1);
}
.hover\:border-lime-50\/20:hover {
  border-color: rgb(247 254 231 / 0.2);
}
.hover\:border-lime-50\/25:hover {
  border-color: rgb(247 254 231 / 0.25);
}
.hover\:border-lime-50\/30:hover {
  border-color: rgb(247 254 231 / 0.3);
}
.hover\:border-lime-50\/40:hover {
  border-color: rgb(247 254 231 / 0.4);
}
.hover\:border-lime-50\/5:hover {
  border-color: rgb(247 254 231 / 0.05);
}
.hover\:border-lime-50\/50:hover {
  border-color: rgb(247 254 231 / 0.5);
}
.hover\:border-lime-50\/60:hover {
  border-color: rgb(247 254 231 / 0.6);
}
.hover\:border-lime-50\/70:hover {
  border-color: rgb(247 254 231 / 0.7);
}
.hover\:border-lime-50\/75:hover {
  border-color: rgb(247 254 231 / 0.75);
}
.hover\:border-lime-50\/80:hover {
  border-color: rgb(247 254 231 / 0.8);
}
.hover\:border-lime-50\/90:hover {
  border-color: rgb(247 254 231 / 0.9);
}
.hover\:border-lime-50\/95:hover {
  border-color: rgb(247 254 231 / 0.95);
}
.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.hover\:border-lime-500\/0:hover {
  border-color: rgb(132 204 22 / 0);
}
.hover\:border-lime-500\/10:hover {
  border-color: rgb(132 204 22 / 0.1);
}
.hover\:border-lime-500\/100:hover {
  border-color: rgb(132 204 22 / 1);
}
.hover\:border-lime-500\/20:hover {
  border-color: rgb(132 204 22 / 0.2);
}
.hover\:border-lime-500\/25:hover {
  border-color: rgb(132 204 22 / 0.25);
}
.hover\:border-lime-500\/30:hover {
  border-color: rgb(132 204 22 / 0.3);
}
.hover\:border-lime-500\/40:hover {
  border-color: rgb(132 204 22 / 0.4);
}
.hover\:border-lime-500\/5:hover {
  border-color: rgb(132 204 22 / 0.05);
}
.hover\:border-lime-500\/50:hover {
  border-color: rgb(132 204 22 / 0.5);
}
.hover\:border-lime-500\/60:hover {
  border-color: rgb(132 204 22 / 0.6);
}
.hover\:border-lime-500\/70:hover {
  border-color: rgb(132 204 22 / 0.7);
}
.hover\:border-lime-500\/75:hover {
  border-color: rgb(132 204 22 / 0.75);
}
.hover\:border-lime-500\/80:hover {
  border-color: rgb(132 204 22 / 0.8);
}
.hover\:border-lime-500\/90:hover {
  border-color: rgb(132 204 22 / 0.9);
}
.hover\:border-lime-500\/95:hover {
  border-color: rgb(132 204 22 / 0.95);
}
.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.hover\:border-lime-600\/0:hover {
  border-color: rgb(101 163 13 / 0);
}
.hover\:border-lime-600\/10:hover {
  border-color: rgb(101 163 13 / 0.1);
}
.hover\:border-lime-600\/100:hover {
  border-color: rgb(101 163 13 / 1);
}
.hover\:border-lime-600\/20:hover {
  border-color: rgb(101 163 13 / 0.2);
}
.hover\:border-lime-600\/25:hover {
  border-color: rgb(101 163 13 / 0.25);
}
.hover\:border-lime-600\/30:hover {
  border-color: rgb(101 163 13 / 0.3);
}
.hover\:border-lime-600\/40:hover {
  border-color: rgb(101 163 13 / 0.4);
}
.hover\:border-lime-600\/5:hover {
  border-color: rgb(101 163 13 / 0.05);
}
.hover\:border-lime-600\/50:hover {
  border-color: rgb(101 163 13 / 0.5);
}
.hover\:border-lime-600\/60:hover {
  border-color: rgb(101 163 13 / 0.6);
}
.hover\:border-lime-600\/70:hover {
  border-color: rgb(101 163 13 / 0.7);
}
.hover\:border-lime-600\/75:hover {
  border-color: rgb(101 163 13 / 0.75);
}
.hover\:border-lime-600\/80:hover {
  border-color: rgb(101 163 13 / 0.8);
}
.hover\:border-lime-600\/90:hover {
  border-color: rgb(101 163 13 / 0.9);
}
.hover\:border-lime-600\/95:hover {
  border-color: rgb(101 163 13 / 0.95);
}
.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.hover\:border-lime-700\/0:hover {
  border-color: rgb(77 124 15 / 0);
}
.hover\:border-lime-700\/10:hover {
  border-color: rgb(77 124 15 / 0.1);
}
.hover\:border-lime-700\/100:hover {
  border-color: rgb(77 124 15 / 1);
}
.hover\:border-lime-700\/20:hover {
  border-color: rgb(77 124 15 / 0.2);
}
.hover\:border-lime-700\/25:hover {
  border-color: rgb(77 124 15 / 0.25);
}
.hover\:border-lime-700\/30:hover {
  border-color: rgb(77 124 15 / 0.3);
}
.hover\:border-lime-700\/40:hover {
  border-color: rgb(77 124 15 / 0.4);
}
.hover\:border-lime-700\/5:hover {
  border-color: rgb(77 124 15 / 0.05);
}
.hover\:border-lime-700\/50:hover {
  border-color: rgb(77 124 15 / 0.5);
}
.hover\:border-lime-700\/60:hover {
  border-color: rgb(77 124 15 / 0.6);
}
.hover\:border-lime-700\/70:hover {
  border-color: rgb(77 124 15 / 0.7);
}
.hover\:border-lime-700\/75:hover {
  border-color: rgb(77 124 15 / 0.75);
}
.hover\:border-lime-700\/80:hover {
  border-color: rgb(77 124 15 / 0.8);
}
.hover\:border-lime-700\/90:hover {
  border-color: rgb(77 124 15 / 0.9);
}
.hover\:border-lime-700\/95:hover {
  border-color: rgb(77 124 15 / 0.95);
}
.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.hover\:border-lime-800\/0:hover {
  border-color: rgb(63 98 18 / 0);
}
.hover\:border-lime-800\/10:hover {
  border-color: rgb(63 98 18 / 0.1);
}
.hover\:border-lime-800\/100:hover {
  border-color: rgb(63 98 18 / 1);
}
.hover\:border-lime-800\/20:hover {
  border-color: rgb(63 98 18 / 0.2);
}
.hover\:border-lime-800\/25:hover {
  border-color: rgb(63 98 18 / 0.25);
}
.hover\:border-lime-800\/30:hover {
  border-color: rgb(63 98 18 / 0.3);
}
.hover\:border-lime-800\/40:hover {
  border-color: rgb(63 98 18 / 0.4);
}
.hover\:border-lime-800\/5:hover {
  border-color: rgb(63 98 18 / 0.05);
}
.hover\:border-lime-800\/50:hover {
  border-color: rgb(63 98 18 / 0.5);
}
.hover\:border-lime-800\/60:hover {
  border-color: rgb(63 98 18 / 0.6);
}
.hover\:border-lime-800\/70:hover {
  border-color: rgb(63 98 18 / 0.7);
}
.hover\:border-lime-800\/75:hover {
  border-color: rgb(63 98 18 / 0.75);
}
.hover\:border-lime-800\/80:hover {
  border-color: rgb(63 98 18 / 0.8);
}
.hover\:border-lime-800\/90:hover {
  border-color: rgb(63 98 18 / 0.9);
}
.hover\:border-lime-800\/95:hover {
  border-color: rgb(63 98 18 / 0.95);
}
.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.hover\:border-lime-900\/0:hover {
  border-color: rgb(54 83 20 / 0);
}
.hover\:border-lime-900\/10:hover {
  border-color: rgb(54 83 20 / 0.1);
}
.hover\:border-lime-900\/100:hover {
  border-color: rgb(54 83 20 / 1);
}
.hover\:border-lime-900\/20:hover {
  border-color: rgb(54 83 20 / 0.2);
}
.hover\:border-lime-900\/25:hover {
  border-color: rgb(54 83 20 / 0.25);
}
.hover\:border-lime-900\/30:hover {
  border-color: rgb(54 83 20 / 0.3);
}
.hover\:border-lime-900\/40:hover {
  border-color: rgb(54 83 20 / 0.4);
}
.hover\:border-lime-900\/5:hover {
  border-color: rgb(54 83 20 / 0.05);
}
.hover\:border-lime-900\/50:hover {
  border-color: rgb(54 83 20 / 0.5);
}
.hover\:border-lime-900\/60:hover {
  border-color: rgb(54 83 20 / 0.6);
}
.hover\:border-lime-900\/70:hover {
  border-color: rgb(54 83 20 / 0.7);
}
.hover\:border-lime-900\/75:hover {
  border-color: rgb(54 83 20 / 0.75);
}
.hover\:border-lime-900\/80:hover {
  border-color: rgb(54 83 20 / 0.8);
}
.hover\:border-lime-900\/90:hover {
  border-color: rgb(54 83 20 / 0.9);
}
.hover\:border-lime-900\/95:hover {
  border-color: rgb(54 83 20 / 0.95);
}
.hover\:border-lime-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.hover\:border-lime-950\/0:hover {
  border-color: rgb(26 46 5 / 0);
}
.hover\:border-lime-950\/10:hover {
  border-color: rgb(26 46 5 / 0.1);
}
.hover\:border-lime-950\/100:hover {
  border-color: rgb(26 46 5 / 1);
}
.hover\:border-lime-950\/20:hover {
  border-color: rgb(26 46 5 / 0.2);
}
.hover\:border-lime-950\/25:hover {
  border-color: rgb(26 46 5 / 0.25);
}
.hover\:border-lime-950\/30:hover {
  border-color: rgb(26 46 5 / 0.3);
}
.hover\:border-lime-950\/40:hover {
  border-color: rgb(26 46 5 / 0.4);
}
.hover\:border-lime-950\/5:hover {
  border-color: rgb(26 46 5 / 0.05);
}
.hover\:border-lime-950\/50:hover {
  border-color: rgb(26 46 5 / 0.5);
}
.hover\:border-lime-950\/60:hover {
  border-color: rgb(26 46 5 / 0.6);
}
.hover\:border-lime-950\/70:hover {
  border-color: rgb(26 46 5 / 0.7);
}
.hover\:border-lime-950\/75:hover {
  border-color: rgb(26 46 5 / 0.75);
}
.hover\:border-lime-950\/80:hover {
  border-color: rgb(26 46 5 / 0.8);
}
.hover\:border-lime-950\/90:hover {
  border-color: rgb(26 46 5 / 0.9);
}
.hover\:border-lime-950\/95:hover {
  border-color: rgb(26 46 5 / 0.95);
}
.hover\:border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.hover\:border-neutral-100\/0:hover {
  border-color: rgb(245 245 245 / 0);
}
.hover\:border-neutral-100\/10:hover {
  border-color: rgb(245 245 245 / 0.1);
}
.hover\:border-neutral-100\/100:hover {
  border-color: rgb(245 245 245 / 1);
}
.hover\:border-neutral-100\/20:hover {
  border-color: rgb(245 245 245 / 0.2);
}
.hover\:border-neutral-100\/25:hover {
  border-color: rgb(245 245 245 / 0.25);
}
.hover\:border-neutral-100\/30:hover {
  border-color: rgb(245 245 245 / 0.3);
}
.hover\:border-neutral-100\/40:hover {
  border-color: rgb(245 245 245 / 0.4);
}
.hover\:border-neutral-100\/5:hover {
  border-color: rgb(245 245 245 / 0.05);
}
.hover\:border-neutral-100\/50:hover {
  border-color: rgb(245 245 245 / 0.5);
}
.hover\:border-neutral-100\/60:hover {
  border-color: rgb(245 245 245 / 0.6);
}
.hover\:border-neutral-100\/70:hover {
  border-color: rgb(245 245 245 / 0.7);
}
.hover\:border-neutral-100\/75:hover {
  border-color: rgb(245 245 245 / 0.75);
}
.hover\:border-neutral-100\/80:hover {
  border-color: rgb(245 245 245 / 0.8);
}
.hover\:border-neutral-100\/90:hover {
  border-color: rgb(245 245 245 / 0.9);
}
.hover\:border-neutral-100\/95:hover {
  border-color: rgb(245 245 245 / 0.95);
}
.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.hover\:border-neutral-200\/0:hover {
  border-color: rgb(229 229 229 / 0);
}
.hover\:border-neutral-200\/10:hover {
  border-color: rgb(229 229 229 / 0.1);
}
.hover\:border-neutral-200\/100:hover {
  border-color: rgb(229 229 229 / 1);
}
.hover\:border-neutral-200\/20:hover {
  border-color: rgb(229 229 229 / 0.2);
}
.hover\:border-neutral-200\/25:hover {
  border-color: rgb(229 229 229 / 0.25);
}
.hover\:border-neutral-200\/30:hover {
  border-color: rgb(229 229 229 / 0.3);
}
.hover\:border-neutral-200\/40:hover {
  border-color: rgb(229 229 229 / 0.4);
}
.hover\:border-neutral-200\/5:hover {
  border-color: rgb(229 229 229 / 0.05);
}
.hover\:border-neutral-200\/50:hover {
  border-color: rgb(229 229 229 / 0.5);
}
.hover\:border-neutral-200\/60:hover {
  border-color: rgb(229 229 229 / 0.6);
}
.hover\:border-neutral-200\/70:hover {
  border-color: rgb(229 229 229 / 0.7);
}
.hover\:border-neutral-200\/75:hover {
  border-color: rgb(229 229 229 / 0.75);
}
.hover\:border-neutral-200\/80:hover {
  border-color: rgb(229 229 229 / 0.8);
}
.hover\:border-neutral-200\/90:hover {
  border-color: rgb(229 229 229 / 0.9);
}
.hover\:border-neutral-200\/95:hover {
  border-color: rgb(229 229 229 / 0.95);
}
.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.hover\:border-neutral-300\/0:hover {
  border-color: rgb(212 212 212 / 0);
}
.hover\:border-neutral-300\/10:hover {
  border-color: rgb(212 212 212 / 0.1);
}
.hover\:border-neutral-300\/100:hover {
  border-color: rgb(212 212 212 / 1);
}
.hover\:border-neutral-300\/20:hover {
  border-color: rgb(212 212 212 / 0.2);
}
.hover\:border-neutral-300\/25:hover {
  border-color: rgb(212 212 212 / 0.25);
}
.hover\:border-neutral-300\/30:hover {
  border-color: rgb(212 212 212 / 0.3);
}
.hover\:border-neutral-300\/40:hover {
  border-color: rgb(212 212 212 / 0.4);
}
.hover\:border-neutral-300\/5:hover {
  border-color: rgb(212 212 212 / 0.05);
}
.hover\:border-neutral-300\/50:hover {
  border-color: rgb(212 212 212 / 0.5);
}
.hover\:border-neutral-300\/60:hover {
  border-color: rgb(212 212 212 / 0.6);
}
.hover\:border-neutral-300\/70:hover {
  border-color: rgb(212 212 212 / 0.7);
}
.hover\:border-neutral-300\/75:hover {
  border-color: rgb(212 212 212 / 0.75);
}
.hover\:border-neutral-300\/80:hover {
  border-color: rgb(212 212 212 / 0.8);
}
.hover\:border-neutral-300\/90:hover {
  border-color: rgb(212 212 212 / 0.9);
}
.hover\:border-neutral-300\/95:hover {
  border-color: rgb(212 212 212 / 0.95);
}
.hover\:border-neutral-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.hover\:border-neutral-400\/0:hover {
  border-color: rgb(163 163 163 / 0);
}
.hover\:border-neutral-400\/10:hover {
  border-color: rgb(163 163 163 / 0.1);
}
.hover\:border-neutral-400\/100:hover {
  border-color: rgb(163 163 163 / 1);
}
.hover\:border-neutral-400\/20:hover {
  border-color: rgb(163 163 163 / 0.2);
}
.hover\:border-neutral-400\/25:hover {
  border-color: rgb(163 163 163 / 0.25);
}
.hover\:border-neutral-400\/30:hover {
  border-color: rgb(163 163 163 / 0.3);
}
.hover\:border-neutral-400\/40:hover {
  border-color: rgb(163 163 163 / 0.4);
}
.hover\:border-neutral-400\/5:hover {
  border-color: rgb(163 163 163 / 0.05);
}
.hover\:border-neutral-400\/50:hover {
  border-color: rgb(163 163 163 / 0.5);
}
.hover\:border-neutral-400\/60:hover {
  border-color: rgb(163 163 163 / 0.6);
}
.hover\:border-neutral-400\/70:hover {
  border-color: rgb(163 163 163 / 0.7);
}
.hover\:border-neutral-400\/75:hover {
  border-color: rgb(163 163 163 / 0.75);
}
.hover\:border-neutral-400\/80:hover {
  border-color: rgb(163 163 163 / 0.8);
}
.hover\:border-neutral-400\/90:hover {
  border-color: rgb(163 163 163 / 0.9);
}
.hover\:border-neutral-400\/95:hover {
  border-color: rgb(163 163 163 / 0.95);
}
.hover\:border-neutral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.hover\:border-neutral-50\/0:hover {
  border-color: rgb(250 250 250 / 0);
}
.hover\:border-neutral-50\/10:hover {
  border-color: rgb(250 250 250 / 0.1);
}
.hover\:border-neutral-50\/100:hover {
  border-color: rgb(250 250 250 / 1);
}
.hover\:border-neutral-50\/20:hover {
  border-color: rgb(250 250 250 / 0.2);
}
.hover\:border-neutral-50\/25:hover {
  border-color: rgb(250 250 250 / 0.25);
}
.hover\:border-neutral-50\/30:hover {
  border-color: rgb(250 250 250 / 0.3);
}
.hover\:border-neutral-50\/40:hover {
  border-color: rgb(250 250 250 / 0.4);
}
.hover\:border-neutral-50\/5:hover {
  border-color: rgb(250 250 250 / 0.05);
}
.hover\:border-neutral-50\/50:hover {
  border-color: rgb(250 250 250 / 0.5);
}
.hover\:border-neutral-50\/60:hover {
  border-color: rgb(250 250 250 / 0.6);
}
.hover\:border-neutral-50\/70:hover {
  border-color: rgb(250 250 250 / 0.7);
}
.hover\:border-neutral-50\/75:hover {
  border-color: rgb(250 250 250 / 0.75);
}
.hover\:border-neutral-50\/80:hover {
  border-color: rgb(250 250 250 / 0.8);
}
.hover\:border-neutral-50\/90:hover {
  border-color: rgb(250 250 250 / 0.9);
}
.hover\:border-neutral-50\/95:hover {
  border-color: rgb(250 250 250 / 0.95);
}
.hover\:border-neutral-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.hover\:border-neutral-500\/0:hover {
  border-color: rgb(115 115 115 / 0);
}
.hover\:border-neutral-500\/10:hover {
  border-color: rgb(115 115 115 / 0.1);
}
.hover\:border-neutral-500\/100:hover {
  border-color: rgb(115 115 115 / 1);
}
.hover\:border-neutral-500\/20:hover {
  border-color: rgb(115 115 115 / 0.2);
}
.hover\:border-neutral-500\/25:hover {
  border-color: rgb(115 115 115 / 0.25);
}
.hover\:border-neutral-500\/30:hover {
  border-color: rgb(115 115 115 / 0.3);
}
.hover\:border-neutral-500\/40:hover {
  border-color: rgb(115 115 115 / 0.4);
}
.hover\:border-neutral-500\/5:hover {
  border-color: rgb(115 115 115 / 0.05);
}
.hover\:border-neutral-500\/50:hover {
  border-color: rgb(115 115 115 / 0.5);
}
.hover\:border-neutral-500\/60:hover {
  border-color: rgb(115 115 115 / 0.6);
}
.hover\:border-neutral-500\/70:hover {
  border-color: rgb(115 115 115 / 0.7);
}
.hover\:border-neutral-500\/75:hover {
  border-color: rgb(115 115 115 / 0.75);
}
.hover\:border-neutral-500\/80:hover {
  border-color: rgb(115 115 115 / 0.8);
}
.hover\:border-neutral-500\/90:hover {
  border-color: rgb(115 115 115 / 0.9);
}
.hover\:border-neutral-500\/95:hover {
  border-color: rgb(115 115 115 / 0.95);
}
.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.hover\:border-neutral-600\/0:hover {
  border-color: rgb(82 82 82 / 0);
}
.hover\:border-neutral-600\/10:hover {
  border-color: rgb(82 82 82 / 0.1);
}
.hover\:border-neutral-600\/100:hover {
  border-color: rgb(82 82 82 / 1);
}
.hover\:border-neutral-600\/20:hover {
  border-color: rgb(82 82 82 / 0.2);
}
.hover\:border-neutral-600\/25:hover {
  border-color: rgb(82 82 82 / 0.25);
}
.hover\:border-neutral-600\/30:hover {
  border-color: rgb(82 82 82 / 0.3);
}
.hover\:border-neutral-600\/40:hover {
  border-color: rgb(82 82 82 / 0.4);
}
.hover\:border-neutral-600\/5:hover {
  border-color: rgb(82 82 82 / 0.05);
}
.hover\:border-neutral-600\/50:hover {
  border-color: rgb(82 82 82 / 0.5);
}
.hover\:border-neutral-600\/60:hover {
  border-color: rgb(82 82 82 / 0.6);
}
.hover\:border-neutral-600\/70:hover {
  border-color: rgb(82 82 82 / 0.7);
}
.hover\:border-neutral-600\/75:hover {
  border-color: rgb(82 82 82 / 0.75);
}
.hover\:border-neutral-600\/80:hover {
  border-color: rgb(82 82 82 / 0.8);
}
.hover\:border-neutral-600\/90:hover {
  border-color: rgb(82 82 82 / 0.9);
}
.hover\:border-neutral-600\/95:hover {
  border-color: rgb(82 82 82 / 0.95);
}
.hover\:border-neutral-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.hover\:border-neutral-700\/0:hover {
  border-color: rgb(64 64 64 / 0);
}
.hover\:border-neutral-700\/10:hover {
  border-color: rgb(64 64 64 / 0.1);
}
.hover\:border-neutral-700\/100:hover {
  border-color: rgb(64 64 64 / 1);
}
.hover\:border-neutral-700\/20:hover {
  border-color: rgb(64 64 64 / 0.2);
}
.hover\:border-neutral-700\/25:hover {
  border-color: rgb(64 64 64 / 0.25);
}
.hover\:border-neutral-700\/30:hover {
  border-color: rgb(64 64 64 / 0.3);
}
.hover\:border-neutral-700\/40:hover {
  border-color: rgb(64 64 64 / 0.4);
}
.hover\:border-neutral-700\/5:hover {
  border-color: rgb(64 64 64 / 0.05);
}
.hover\:border-neutral-700\/50:hover {
  border-color: rgb(64 64 64 / 0.5);
}
.hover\:border-neutral-700\/60:hover {
  border-color: rgb(64 64 64 / 0.6);
}
.hover\:border-neutral-700\/70:hover {
  border-color: rgb(64 64 64 / 0.7);
}
.hover\:border-neutral-700\/75:hover {
  border-color: rgb(64 64 64 / 0.75);
}
.hover\:border-neutral-700\/80:hover {
  border-color: rgb(64 64 64 / 0.8);
}
.hover\:border-neutral-700\/90:hover {
  border-color: rgb(64 64 64 / 0.9);
}
.hover\:border-neutral-700\/95:hover {
  border-color: rgb(64 64 64 / 0.95);
}
.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.hover\:border-neutral-800\/0:hover {
  border-color: rgb(38 38 38 / 0);
}
.hover\:border-neutral-800\/10:hover {
  border-color: rgb(38 38 38 / 0.1);
}
.hover\:border-neutral-800\/100:hover {
  border-color: rgb(38 38 38 / 1);
}
.hover\:border-neutral-800\/20:hover {
  border-color: rgb(38 38 38 / 0.2);
}
.hover\:border-neutral-800\/25:hover {
  border-color: rgb(38 38 38 / 0.25);
}
.hover\:border-neutral-800\/30:hover {
  border-color: rgb(38 38 38 / 0.3);
}
.hover\:border-neutral-800\/40:hover {
  border-color: rgb(38 38 38 / 0.4);
}
.hover\:border-neutral-800\/5:hover {
  border-color: rgb(38 38 38 / 0.05);
}
.hover\:border-neutral-800\/50:hover {
  border-color: rgb(38 38 38 / 0.5);
}
.hover\:border-neutral-800\/60:hover {
  border-color: rgb(38 38 38 / 0.6);
}
.hover\:border-neutral-800\/70:hover {
  border-color: rgb(38 38 38 / 0.7);
}
.hover\:border-neutral-800\/75:hover {
  border-color: rgb(38 38 38 / 0.75);
}
.hover\:border-neutral-800\/80:hover {
  border-color: rgb(38 38 38 / 0.8);
}
.hover\:border-neutral-800\/90:hover {
  border-color: rgb(38 38 38 / 0.9);
}
.hover\:border-neutral-800\/95:hover {
  border-color: rgb(38 38 38 / 0.95);
}
.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.hover\:border-neutral-900\/0:hover {
  border-color: rgb(23 23 23 / 0);
}
.hover\:border-neutral-900\/10:hover {
  border-color: rgb(23 23 23 / 0.1);
}
.hover\:border-neutral-900\/100:hover {
  border-color: rgb(23 23 23 / 1);
}
.hover\:border-neutral-900\/20:hover {
  border-color: rgb(23 23 23 / 0.2);
}
.hover\:border-neutral-900\/25:hover {
  border-color: rgb(23 23 23 / 0.25);
}
.hover\:border-neutral-900\/30:hover {
  border-color: rgb(23 23 23 / 0.3);
}
.hover\:border-neutral-900\/40:hover {
  border-color: rgb(23 23 23 / 0.4);
}
.hover\:border-neutral-900\/5:hover {
  border-color: rgb(23 23 23 / 0.05);
}
.hover\:border-neutral-900\/50:hover {
  border-color: rgb(23 23 23 / 0.5);
}
.hover\:border-neutral-900\/60:hover {
  border-color: rgb(23 23 23 / 0.6);
}
.hover\:border-neutral-900\/70:hover {
  border-color: rgb(23 23 23 / 0.7);
}
.hover\:border-neutral-900\/75:hover {
  border-color: rgb(23 23 23 / 0.75);
}
.hover\:border-neutral-900\/80:hover {
  border-color: rgb(23 23 23 / 0.8);
}
.hover\:border-neutral-900\/90:hover {
  border-color: rgb(23 23 23 / 0.9);
}
.hover\:border-neutral-900\/95:hover {
  border-color: rgb(23 23 23 / 0.95);
}
.hover\:border-neutral-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.hover\:border-neutral-950\/0:hover {
  border-color: rgb(10 10 10 / 0);
}
.hover\:border-neutral-950\/10:hover {
  border-color: rgb(10 10 10 / 0.1);
}
.hover\:border-neutral-950\/100:hover {
  border-color: rgb(10 10 10 / 1);
}
.hover\:border-neutral-950\/20:hover {
  border-color: rgb(10 10 10 / 0.2);
}
.hover\:border-neutral-950\/25:hover {
  border-color: rgb(10 10 10 / 0.25);
}
.hover\:border-neutral-950\/30:hover {
  border-color: rgb(10 10 10 / 0.3);
}
.hover\:border-neutral-950\/40:hover {
  border-color: rgb(10 10 10 / 0.4);
}
.hover\:border-neutral-950\/5:hover {
  border-color: rgb(10 10 10 / 0.05);
}
.hover\:border-neutral-950\/50:hover {
  border-color: rgb(10 10 10 / 0.5);
}
.hover\:border-neutral-950\/60:hover {
  border-color: rgb(10 10 10 / 0.6);
}
.hover\:border-neutral-950\/70:hover {
  border-color: rgb(10 10 10 / 0.7);
}
.hover\:border-neutral-950\/75:hover {
  border-color: rgb(10 10 10 / 0.75);
}
.hover\:border-neutral-950\/80:hover {
  border-color: rgb(10 10 10 / 0.8);
}
.hover\:border-neutral-950\/90:hover {
  border-color: rgb(10 10 10 / 0.9);
}
.hover\:border-neutral-950\/95:hover {
  border-color: rgb(10 10 10 / 0.95);
}
.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.hover\:border-orange-100\/0:hover {
  border-color: rgb(255 237 213 / 0);
}
.hover\:border-orange-100\/10:hover {
  border-color: rgb(255 237 213 / 0.1);
}
.hover\:border-orange-100\/100:hover {
  border-color: rgb(255 237 213 / 1);
}
.hover\:border-orange-100\/20:hover {
  border-color: rgb(255 237 213 / 0.2);
}
.hover\:border-orange-100\/25:hover {
  border-color: rgb(255 237 213 / 0.25);
}
.hover\:border-orange-100\/30:hover {
  border-color: rgb(255 237 213 / 0.3);
}
.hover\:border-orange-100\/40:hover {
  border-color: rgb(255 237 213 / 0.4);
}
.hover\:border-orange-100\/5:hover {
  border-color: rgb(255 237 213 / 0.05);
}
.hover\:border-orange-100\/50:hover {
  border-color: rgb(255 237 213 / 0.5);
}
.hover\:border-orange-100\/60:hover {
  border-color: rgb(255 237 213 / 0.6);
}
.hover\:border-orange-100\/70:hover {
  border-color: rgb(255 237 213 / 0.7);
}
.hover\:border-orange-100\/75:hover {
  border-color: rgb(255 237 213 / 0.75);
}
.hover\:border-orange-100\/80:hover {
  border-color: rgb(255 237 213 / 0.8);
}
.hover\:border-orange-100\/90:hover {
  border-color: rgb(255 237 213 / 0.9);
}
.hover\:border-orange-100\/95:hover {
  border-color: rgb(255 237 213 / 0.95);
}
.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.hover\:border-orange-200\/0:hover {
  border-color: rgb(254 215 170 / 0);
}
.hover\:border-orange-200\/10:hover {
  border-color: rgb(254 215 170 / 0.1);
}
.hover\:border-orange-200\/100:hover {
  border-color: rgb(254 215 170 / 1);
}
.hover\:border-orange-200\/20:hover {
  border-color: rgb(254 215 170 / 0.2);
}
.hover\:border-orange-200\/25:hover {
  border-color: rgb(254 215 170 / 0.25);
}
.hover\:border-orange-200\/30:hover {
  border-color: rgb(254 215 170 / 0.3);
}
.hover\:border-orange-200\/40:hover {
  border-color: rgb(254 215 170 / 0.4);
}
.hover\:border-orange-200\/5:hover {
  border-color: rgb(254 215 170 / 0.05);
}
.hover\:border-orange-200\/50:hover {
  border-color: rgb(254 215 170 / 0.5);
}
.hover\:border-orange-200\/60:hover {
  border-color: rgb(254 215 170 / 0.6);
}
.hover\:border-orange-200\/70:hover {
  border-color: rgb(254 215 170 / 0.7);
}
.hover\:border-orange-200\/75:hover {
  border-color: rgb(254 215 170 / 0.75);
}
.hover\:border-orange-200\/80:hover {
  border-color: rgb(254 215 170 / 0.8);
}
.hover\:border-orange-200\/90:hover {
  border-color: rgb(254 215 170 / 0.9);
}
.hover\:border-orange-200\/95:hover {
  border-color: rgb(254 215 170 / 0.95);
}
.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.hover\:border-orange-300\/0:hover {
  border-color: rgb(253 186 116 / 0);
}
.hover\:border-orange-300\/10:hover {
  border-color: rgb(253 186 116 / 0.1);
}
.hover\:border-orange-300\/100:hover {
  border-color: rgb(253 186 116 / 1);
}
.hover\:border-orange-300\/20:hover {
  border-color: rgb(253 186 116 / 0.2);
}
.hover\:border-orange-300\/25:hover {
  border-color: rgb(253 186 116 / 0.25);
}
.hover\:border-orange-300\/30:hover {
  border-color: rgb(253 186 116 / 0.3);
}
.hover\:border-orange-300\/40:hover {
  border-color: rgb(253 186 116 / 0.4);
}
.hover\:border-orange-300\/5:hover {
  border-color: rgb(253 186 116 / 0.05);
}
.hover\:border-orange-300\/50:hover {
  border-color: rgb(253 186 116 / 0.5);
}
.hover\:border-orange-300\/60:hover {
  border-color: rgb(253 186 116 / 0.6);
}
.hover\:border-orange-300\/70:hover {
  border-color: rgb(253 186 116 / 0.7);
}
.hover\:border-orange-300\/75:hover {
  border-color: rgb(253 186 116 / 0.75);
}
.hover\:border-orange-300\/80:hover {
  border-color: rgb(253 186 116 / 0.8);
}
.hover\:border-orange-300\/90:hover {
  border-color: rgb(253 186 116 / 0.9);
}
.hover\:border-orange-300\/95:hover {
  border-color: rgb(253 186 116 / 0.95);
}
.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.hover\:border-orange-400\/0:hover {
  border-color: rgb(251 146 60 / 0);
}
.hover\:border-orange-400\/10:hover {
  border-color: rgb(251 146 60 / 0.1);
}
.hover\:border-orange-400\/100:hover {
  border-color: rgb(251 146 60 / 1);
}
.hover\:border-orange-400\/20:hover {
  border-color: rgb(251 146 60 / 0.2);
}
.hover\:border-orange-400\/25:hover {
  border-color: rgb(251 146 60 / 0.25);
}
.hover\:border-orange-400\/30:hover {
  border-color: rgb(251 146 60 / 0.3);
}
.hover\:border-orange-400\/40:hover {
  border-color: rgb(251 146 60 / 0.4);
}
.hover\:border-orange-400\/5:hover {
  border-color: rgb(251 146 60 / 0.05);
}
.hover\:border-orange-400\/50:hover {
  border-color: rgb(251 146 60 / 0.5);
}
.hover\:border-orange-400\/60:hover {
  border-color: rgb(251 146 60 / 0.6);
}
.hover\:border-orange-400\/70:hover {
  border-color: rgb(251 146 60 / 0.7);
}
.hover\:border-orange-400\/75:hover {
  border-color: rgb(251 146 60 / 0.75);
}
.hover\:border-orange-400\/80:hover {
  border-color: rgb(251 146 60 / 0.8);
}
.hover\:border-orange-400\/90:hover {
  border-color: rgb(251 146 60 / 0.9);
}
.hover\:border-orange-400\/95:hover {
  border-color: rgb(251 146 60 / 0.95);
}
.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.hover\:border-orange-50\/0:hover {
  border-color: rgb(255 247 237 / 0);
}
.hover\:border-orange-50\/10:hover {
  border-color: rgb(255 247 237 / 0.1);
}
.hover\:border-orange-50\/100:hover {
  border-color: rgb(255 247 237 / 1);
}
.hover\:border-orange-50\/20:hover {
  border-color: rgb(255 247 237 / 0.2);
}
.hover\:border-orange-50\/25:hover {
  border-color: rgb(255 247 237 / 0.25);
}
.hover\:border-orange-50\/30:hover {
  border-color: rgb(255 247 237 / 0.3);
}
.hover\:border-orange-50\/40:hover {
  border-color: rgb(255 247 237 / 0.4);
}
.hover\:border-orange-50\/5:hover {
  border-color: rgb(255 247 237 / 0.05);
}
.hover\:border-orange-50\/50:hover {
  border-color: rgb(255 247 237 / 0.5);
}
.hover\:border-orange-50\/60:hover {
  border-color: rgb(255 247 237 / 0.6);
}
.hover\:border-orange-50\/70:hover {
  border-color: rgb(255 247 237 / 0.7);
}
.hover\:border-orange-50\/75:hover {
  border-color: rgb(255 247 237 / 0.75);
}
.hover\:border-orange-50\/80:hover {
  border-color: rgb(255 247 237 / 0.8);
}
.hover\:border-orange-50\/90:hover {
  border-color: rgb(255 247 237 / 0.9);
}
.hover\:border-orange-50\/95:hover {
  border-color: rgb(255 247 237 / 0.95);
}
.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.hover\:border-orange-500\/0:hover {
  border-color: rgb(249 115 22 / 0);
}
.hover\:border-orange-500\/10:hover {
  border-color: rgb(249 115 22 / 0.1);
}
.hover\:border-orange-500\/100:hover {
  border-color: rgb(249 115 22 / 1);
}
.hover\:border-orange-500\/20:hover {
  border-color: rgb(249 115 22 / 0.2);
}
.hover\:border-orange-500\/25:hover {
  border-color: rgb(249 115 22 / 0.25);
}
.hover\:border-orange-500\/30:hover {
  border-color: rgb(249 115 22 / 0.3);
}
.hover\:border-orange-500\/40:hover {
  border-color: rgb(249 115 22 / 0.4);
}
.hover\:border-orange-500\/5:hover {
  border-color: rgb(249 115 22 / 0.05);
}
.hover\:border-orange-500\/50:hover {
  border-color: rgb(249 115 22 / 0.5);
}
.hover\:border-orange-500\/60:hover {
  border-color: rgb(249 115 22 / 0.6);
}
.hover\:border-orange-500\/70:hover {
  border-color: rgb(249 115 22 / 0.7);
}
.hover\:border-orange-500\/75:hover {
  border-color: rgb(249 115 22 / 0.75);
}
.hover\:border-orange-500\/80:hover {
  border-color: rgb(249 115 22 / 0.8);
}
.hover\:border-orange-500\/90:hover {
  border-color: rgb(249 115 22 / 0.9);
}
.hover\:border-orange-500\/95:hover {
  border-color: rgb(249 115 22 / 0.95);
}
.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.hover\:border-orange-600\/0:hover {
  border-color: rgb(234 88 12 / 0);
}
.hover\:border-orange-600\/10:hover {
  border-color: rgb(234 88 12 / 0.1);
}
.hover\:border-orange-600\/100:hover {
  border-color: rgb(234 88 12 / 1);
}
.hover\:border-orange-600\/20:hover {
  border-color: rgb(234 88 12 / 0.2);
}
.hover\:border-orange-600\/25:hover {
  border-color: rgb(234 88 12 / 0.25);
}
.hover\:border-orange-600\/30:hover {
  border-color: rgb(234 88 12 / 0.3);
}
.hover\:border-orange-600\/40:hover {
  border-color: rgb(234 88 12 / 0.4);
}
.hover\:border-orange-600\/5:hover {
  border-color: rgb(234 88 12 / 0.05);
}
.hover\:border-orange-600\/50:hover {
  border-color: rgb(234 88 12 / 0.5);
}
.hover\:border-orange-600\/60:hover {
  border-color: rgb(234 88 12 / 0.6);
}
.hover\:border-orange-600\/70:hover {
  border-color: rgb(234 88 12 / 0.7);
}
.hover\:border-orange-600\/75:hover {
  border-color: rgb(234 88 12 / 0.75);
}
.hover\:border-orange-600\/80:hover {
  border-color: rgb(234 88 12 / 0.8);
}
.hover\:border-orange-600\/90:hover {
  border-color: rgb(234 88 12 / 0.9);
}
.hover\:border-orange-600\/95:hover {
  border-color: rgb(234 88 12 / 0.95);
}
.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.hover\:border-orange-700\/0:hover {
  border-color: rgb(194 65 12 / 0);
}
.hover\:border-orange-700\/10:hover {
  border-color: rgb(194 65 12 / 0.1);
}
.hover\:border-orange-700\/100:hover {
  border-color: rgb(194 65 12 / 1);
}
.hover\:border-orange-700\/20:hover {
  border-color: rgb(194 65 12 / 0.2);
}
.hover\:border-orange-700\/25:hover {
  border-color: rgb(194 65 12 / 0.25);
}
.hover\:border-orange-700\/30:hover {
  border-color: rgb(194 65 12 / 0.3);
}
.hover\:border-orange-700\/40:hover {
  border-color: rgb(194 65 12 / 0.4);
}
.hover\:border-orange-700\/5:hover {
  border-color: rgb(194 65 12 / 0.05);
}
.hover\:border-orange-700\/50:hover {
  border-color: rgb(194 65 12 / 0.5);
}
.hover\:border-orange-700\/60:hover {
  border-color: rgb(194 65 12 / 0.6);
}
.hover\:border-orange-700\/70:hover {
  border-color: rgb(194 65 12 / 0.7);
}
.hover\:border-orange-700\/75:hover {
  border-color: rgb(194 65 12 / 0.75);
}
.hover\:border-orange-700\/80:hover {
  border-color: rgb(194 65 12 / 0.8);
}
.hover\:border-orange-700\/90:hover {
  border-color: rgb(194 65 12 / 0.9);
}
.hover\:border-orange-700\/95:hover {
  border-color: rgb(194 65 12 / 0.95);
}
.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.hover\:border-orange-800\/0:hover {
  border-color: rgb(154 52 18 / 0);
}
.hover\:border-orange-800\/10:hover {
  border-color: rgb(154 52 18 / 0.1);
}
.hover\:border-orange-800\/100:hover {
  border-color: rgb(154 52 18 / 1);
}
.hover\:border-orange-800\/20:hover {
  border-color: rgb(154 52 18 / 0.2);
}
.hover\:border-orange-800\/25:hover {
  border-color: rgb(154 52 18 / 0.25);
}
.hover\:border-orange-800\/30:hover {
  border-color: rgb(154 52 18 / 0.3);
}
.hover\:border-orange-800\/40:hover {
  border-color: rgb(154 52 18 / 0.4);
}
.hover\:border-orange-800\/5:hover {
  border-color: rgb(154 52 18 / 0.05);
}
.hover\:border-orange-800\/50:hover {
  border-color: rgb(154 52 18 / 0.5);
}
.hover\:border-orange-800\/60:hover {
  border-color: rgb(154 52 18 / 0.6);
}
.hover\:border-orange-800\/70:hover {
  border-color: rgb(154 52 18 / 0.7);
}
.hover\:border-orange-800\/75:hover {
  border-color: rgb(154 52 18 / 0.75);
}
.hover\:border-orange-800\/80:hover {
  border-color: rgb(154 52 18 / 0.8);
}
.hover\:border-orange-800\/90:hover {
  border-color: rgb(154 52 18 / 0.9);
}
.hover\:border-orange-800\/95:hover {
  border-color: rgb(154 52 18 / 0.95);
}
.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.hover\:border-orange-900\/0:hover {
  border-color: rgb(124 45 18 / 0);
}
.hover\:border-orange-900\/10:hover {
  border-color: rgb(124 45 18 / 0.1);
}
.hover\:border-orange-900\/100:hover {
  border-color: rgb(124 45 18 / 1);
}
.hover\:border-orange-900\/20:hover {
  border-color: rgb(124 45 18 / 0.2);
}
.hover\:border-orange-900\/25:hover {
  border-color: rgb(124 45 18 / 0.25);
}
.hover\:border-orange-900\/30:hover {
  border-color: rgb(124 45 18 / 0.3);
}
.hover\:border-orange-900\/40:hover {
  border-color: rgb(124 45 18 / 0.4);
}
.hover\:border-orange-900\/5:hover {
  border-color: rgb(124 45 18 / 0.05);
}
.hover\:border-orange-900\/50:hover {
  border-color: rgb(124 45 18 / 0.5);
}
.hover\:border-orange-900\/60:hover {
  border-color: rgb(124 45 18 / 0.6);
}
.hover\:border-orange-900\/70:hover {
  border-color: rgb(124 45 18 / 0.7);
}
.hover\:border-orange-900\/75:hover {
  border-color: rgb(124 45 18 / 0.75);
}
.hover\:border-orange-900\/80:hover {
  border-color: rgb(124 45 18 / 0.8);
}
.hover\:border-orange-900\/90:hover {
  border-color: rgb(124 45 18 / 0.9);
}
.hover\:border-orange-900\/95:hover {
  border-color: rgb(124 45 18 / 0.95);
}
.hover\:border-orange-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.hover\:border-orange-950\/0:hover {
  border-color: rgb(67 20 7 / 0);
}
.hover\:border-orange-950\/10:hover {
  border-color: rgb(67 20 7 / 0.1);
}
.hover\:border-orange-950\/100:hover {
  border-color: rgb(67 20 7 / 1);
}
.hover\:border-orange-950\/20:hover {
  border-color: rgb(67 20 7 / 0.2);
}
.hover\:border-orange-950\/25:hover {
  border-color: rgb(67 20 7 / 0.25);
}
.hover\:border-orange-950\/30:hover {
  border-color: rgb(67 20 7 / 0.3);
}
.hover\:border-orange-950\/40:hover {
  border-color: rgb(67 20 7 / 0.4);
}
.hover\:border-orange-950\/5:hover {
  border-color: rgb(67 20 7 / 0.05);
}
.hover\:border-orange-950\/50:hover {
  border-color: rgb(67 20 7 / 0.5);
}
.hover\:border-orange-950\/60:hover {
  border-color: rgb(67 20 7 / 0.6);
}
.hover\:border-orange-950\/70:hover {
  border-color: rgb(67 20 7 / 0.7);
}
.hover\:border-orange-950\/75:hover {
  border-color: rgb(67 20 7 / 0.75);
}
.hover\:border-orange-950\/80:hover {
  border-color: rgb(67 20 7 / 0.8);
}
.hover\:border-orange-950\/90:hover {
  border-color: rgb(67 20 7 / 0.9);
}
.hover\:border-orange-950\/95:hover {
  border-color: rgb(67 20 7 / 0.95);
}
.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40:hover {
  border-color: rgb(252 231 243 / 0.4);
}
.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\/60:hover {
  border-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(251 207 232 / 0.4);
}
.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\/60:hover {
  border-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(249 168 212 / 0.4);
}
.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\/60:hover {
  border-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(244 114 182 / 0.4);
}
.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\/60:hover {
  border-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(253 242 248 / 0.4);
}
.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\/60:hover {
  border-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(236 72 153 / 0.4);
}
.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\/60:hover {
  border-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(219 39 119 / 0.4);
}
.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\/60:hover {
  border-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(190 24 93 / 0.4);
}
.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\/60:hover {
  border-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(157 23 77 / 0.4);
}
.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\/60:hover {
  border-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(131 24 67 / 0.4);
}
.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\/60:hover {
  border-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(80 7 36 / 0.4);
}
.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\/60:hover {
  border-color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(243 232 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(233 213 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(216 180 254 / 0.4);
}
.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\/60:hover {
  border-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(192 132 252 / 0.4);
}
.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\/60:hover {
  border-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(250 245 255 / 0.4);
}
.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\/60:hover {
  border-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}
.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\/60:hover {
  border-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(147 51 234 / 0.4);
}
.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\/60:hover {
  border-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(126 34 206 / 0.4);
}
.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\/60:hover {
  border-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(107 33 168 / 0.4);
}
.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\/60:hover {
  border-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(88 28 135 / 0.4);
}
.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\/60:hover {
  border-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(59 7 100 / 0.4);
}
.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\/60:hover {
  border-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(254 226 226 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(254 202 202 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(252 165 165 / 0.4);
}
.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\/60:hover {
  border-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(254 242 242 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(239 68 68 / 0.4);
}
.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\/60:hover {
  border-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(220 38 38 / 0.4);
}
.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\/60:hover {
  border-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(185 28 28 / 0.4);
}
.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\/60:hover {
  border-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(153 27 27 / 0.4);
}
.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\/60:hover {
  border-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(127 29 29 / 0.4);
}
.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\/60:hover {
  border-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(69 10 10 / 0.4);
}
.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\/60:hover {
  border-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.hover\:border-rose-100\/0:hover {
  border-color: rgb(255 228 230 / 0);
}
.hover\:border-rose-100\/10:hover {
  border-color: rgb(255 228 230 / 0.1);
}
.hover\:border-rose-100\/100:hover {
  border-color: rgb(255 228 230 / 1);
}
.hover\:border-rose-100\/20:hover {
  border-color: rgb(255 228 230 / 0.2);
}
.hover\:border-rose-100\/25:hover {
  border-color: rgb(255 228 230 / 0.25);
}
.hover\:border-rose-100\/30:hover {
  border-color: rgb(255 228 230 / 0.3);
}
.hover\:border-rose-100\/40:hover {
  border-color: rgb(255 228 230 / 0.4);
}
.hover\:border-rose-100\/5:hover {
  border-color: rgb(255 228 230 / 0.05);
}
.hover\:border-rose-100\/50:hover {
  border-color: rgb(255 228 230 / 0.5);
}
.hover\:border-rose-100\/60:hover {
  border-color: rgb(255 228 230 / 0.6);
}
.hover\:border-rose-100\/70:hover {
  border-color: rgb(255 228 230 / 0.7);
}
.hover\:border-rose-100\/75:hover {
  border-color: rgb(255 228 230 / 0.75);
}
.hover\:border-rose-100\/80:hover {
  border-color: rgb(255 228 230 / 0.8);
}
.hover\:border-rose-100\/90:hover {
  border-color: rgb(255 228 230 / 0.9);
}
.hover\:border-rose-100\/95:hover {
  border-color: rgb(255 228 230 / 0.95);
}
.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.hover\:border-rose-200\/0:hover {
  border-color: rgb(254 205 211 / 0);
}
.hover\:border-rose-200\/10:hover {
  border-color: rgb(254 205 211 / 0.1);
}
.hover\:border-rose-200\/100:hover {
  border-color: rgb(254 205 211 / 1);
}
.hover\:border-rose-200\/20:hover {
  border-color: rgb(254 205 211 / 0.2);
}
.hover\:border-rose-200\/25:hover {
  border-color: rgb(254 205 211 / 0.25);
}
.hover\:border-rose-200\/30:hover {
  border-color: rgb(254 205 211 / 0.3);
}
.hover\:border-rose-200\/40:hover {
  border-color: rgb(254 205 211 / 0.4);
}
.hover\:border-rose-200\/5:hover {
  border-color: rgb(254 205 211 / 0.05);
}
.hover\:border-rose-200\/50:hover {
  border-color: rgb(254 205 211 / 0.5);
}
.hover\:border-rose-200\/60:hover {
  border-color: rgb(254 205 211 / 0.6);
}
.hover\:border-rose-200\/70:hover {
  border-color: rgb(254 205 211 / 0.7);
}
.hover\:border-rose-200\/75:hover {
  border-color: rgb(254 205 211 / 0.75);
}
.hover\:border-rose-200\/80:hover {
  border-color: rgb(254 205 211 / 0.8);
}
.hover\:border-rose-200\/90:hover {
  border-color: rgb(254 205 211 / 0.9);
}
.hover\:border-rose-200\/95:hover {
  border-color: rgb(254 205 211 / 0.95);
}
.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.hover\:border-rose-300\/0:hover {
  border-color: rgb(253 164 175 / 0);
}
.hover\:border-rose-300\/10:hover {
  border-color: rgb(253 164 175 / 0.1);
}
.hover\:border-rose-300\/100:hover {
  border-color: rgb(253 164 175 / 1);
}
.hover\:border-rose-300\/20:hover {
  border-color: rgb(253 164 175 / 0.2);
}
.hover\:border-rose-300\/25:hover {
  border-color: rgb(253 164 175 / 0.25);
}
.hover\:border-rose-300\/30:hover {
  border-color: rgb(253 164 175 / 0.3);
}
.hover\:border-rose-300\/40:hover {
  border-color: rgb(253 164 175 / 0.4);
}
.hover\:border-rose-300\/5:hover {
  border-color: rgb(253 164 175 / 0.05);
}
.hover\:border-rose-300\/50:hover {
  border-color: rgb(253 164 175 / 0.5);
}
.hover\:border-rose-300\/60:hover {
  border-color: rgb(253 164 175 / 0.6);
}
.hover\:border-rose-300\/70:hover {
  border-color: rgb(253 164 175 / 0.7);
}
.hover\:border-rose-300\/75:hover {
  border-color: rgb(253 164 175 / 0.75);
}
.hover\:border-rose-300\/80:hover {
  border-color: rgb(253 164 175 / 0.8);
}
.hover\:border-rose-300\/90:hover {
  border-color: rgb(253 164 175 / 0.9);
}
.hover\:border-rose-300\/95:hover {
  border-color: rgb(253 164 175 / 0.95);
}
.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.hover\:border-rose-400\/0:hover {
  border-color: rgb(251 113 133 / 0);
}
.hover\:border-rose-400\/10:hover {
  border-color: rgb(251 113 133 / 0.1);
}
.hover\:border-rose-400\/100:hover {
  border-color: rgb(251 113 133 / 1);
}
.hover\:border-rose-400\/20:hover {
  border-color: rgb(251 113 133 / 0.2);
}
.hover\:border-rose-400\/25:hover {
  border-color: rgb(251 113 133 / 0.25);
}
.hover\:border-rose-400\/30:hover {
  border-color: rgb(251 113 133 / 0.3);
}
.hover\:border-rose-400\/40:hover {
  border-color: rgb(251 113 133 / 0.4);
}
.hover\:border-rose-400\/5:hover {
  border-color: rgb(251 113 133 / 0.05);
}
.hover\:border-rose-400\/50:hover {
  border-color: rgb(251 113 133 / 0.5);
}
.hover\:border-rose-400\/60:hover {
  border-color: rgb(251 113 133 / 0.6);
}
.hover\:border-rose-400\/70:hover {
  border-color: rgb(251 113 133 / 0.7);
}
.hover\:border-rose-400\/75:hover {
  border-color: rgb(251 113 133 / 0.75);
}
.hover\:border-rose-400\/80:hover {
  border-color: rgb(251 113 133 / 0.8);
}
.hover\:border-rose-400\/90:hover {
  border-color: rgb(251 113 133 / 0.9);
}
.hover\:border-rose-400\/95:hover {
  border-color: rgb(251 113 133 / 0.95);
}
.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.hover\:border-rose-50\/0:hover {
  border-color: rgb(255 241 242 / 0);
}
.hover\:border-rose-50\/10:hover {
  border-color: rgb(255 241 242 / 0.1);
}
.hover\:border-rose-50\/100:hover {
  border-color: rgb(255 241 242 / 1);
}
.hover\:border-rose-50\/20:hover {
  border-color: rgb(255 241 242 / 0.2);
}
.hover\:border-rose-50\/25:hover {
  border-color: rgb(255 241 242 / 0.25);
}
.hover\:border-rose-50\/30:hover {
  border-color: rgb(255 241 242 / 0.3);
}
.hover\:border-rose-50\/40:hover {
  border-color: rgb(255 241 242 / 0.4);
}
.hover\:border-rose-50\/5:hover {
  border-color: rgb(255 241 242 / 0.05);
}
.hover\:border-rose-50\/50:hover {
  border-color: rgb(255 241 242 / 0.5);
}
.hover\:border-rose-50\/60:hover {
  border-color: rgb(255 241 242 / 0.6);
}
.hover\:border-rose-50\/70:hover {
  border-color: rgb(255 241 242 / 0.7);
}
.hover\:border-rose-50\/75:hover {
  border-color: rgb(255 241 242 / 0.75);
}
.hover\:border-rose-50\/80:hover {
  border-color: rgb(255 241 242 / 0.8);
}
.hover\:border-rose-50\/90:hover {
  border-color: rgb(255 241 242 / 0.9);
}
.hover\:border-rose-50\/95:hover {
  border-color: rgb(255 241 242 / 0.95);
}
.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.hover\:border-rose-500\/0:hover {
  border-color: rgb(244 63 94 / 0);
}
.hover\:border-rose-500\/10:hover {
  border-color: rgb(244 63 94 / 0.1);
}
.hover\:border-rose-500\/100:hover {
  border-color: rgb(244 63 94 / 1);
}
.hover\:border-rose-500\/20:hover {
  border-color: rgb(244 63 94 / 0.2);
}
.hover\:border-rose-500\/25:hover {
  border-color: rgb(244 63 94 / 0.25);
}
.hover\:border-rose-500\/30:hover {
  border-color: rgb(244 63 94 / 0.3);
}
.hover\:border-rose-500\/40:hover {
  border-color: rgb(244 63 94 / 0.4);
}
.hover\:border-rose-500\/5:hover {
  border-color: rgb(244 63 94 / 0.05);
}
.hover\:border-rose-500\/50:hover {
  border-color: rgb(244 63 94 / 0.5);
}
.hover\:border-rose-500\/60:hover {
  border-color: rgb(244 63 94 / 0.6);
}
.hover\:border-rose-500\/70:hover {
  border-color: rgb(244 63 94 / 0.7);
}
.hover\:border-rose-500\/75:hover {
  border-color: rgb(244 63 94 / 0.75);
}
.hover\:border-rose-500\/80:hover {
  border-color: rgb(244 63 94 / 0.8);
}
.hover\:border-rose-500\/90:hover {
  border-color: rgb(244 63 94 / 0.9);
}
.hover\:border-rose-500\/95:hover {
  border-color: rgb(244 63 94 / 0.95);
}
.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.hover\:border-rose-600\/0:hover {
  border-color: rgb(225 29 72 / 0);
}
.hover\:border-rose-600\/10:hover {
  border-color: rgb(225 29 72 / 0.1);
}
.hover\:border-rose-600\/100:hover {
  border-color: rgb(225 29 72 / 1);
}
.hover\:border-rose-600\/20:hover {
  border-color: rgb(225 29 72 / 0.2);
}
.hover\:border-rose-600\/25:hover {
  border-color: rgb(225 29 72 / 0.25);
}
.hover\:border-rose-600\/30:hover {
  border-color: rgb(225 29 72 / 0.3);
}
.hover\:border-rose-600\/40:hover {
  border-color: rgb(225 29 72 / 0.4);
}
.hover\:border-rose-600\/5:hover {
  border-color: rgb(225 29 72 / 0.05);
}
.hover\:border-rose-600\/50:hover {
  border-color: rgb(225 29 72 / 0.5);
}
.hover\:border-rose-600\/60:hover {
  border-color: rgb(225 29 72 / 0.6);
}
.hover\:border-rose-600\/70:hover {
  border-color: rgb(225 29 72 / 0.7);
}
.hover\:border-rose-600\/75:hover {
  border-color: rgb(225 29 72 / 0.75);
}
.hover\:border-rose-600\/80:hover {
  border-color: rgb(225 29 72 / 0.8);
}
.hover\:border-rose-600\/90:hover {
  border-color: rgb(225 29 72 / 0.9);
}
.hover\:border-rose-600\/95:hover {
  border-color: rgb(225 29 72 / 0.95);
}
.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.hover\:border-rose-700\/0:hover {
  border-color: rgb(190 18 60 / 0);
}
.hover\:border-rose-700\/10:hover {
  border-color: rgb(190 18 60 / 0.1);
}
.hover\:border-rose-700\/100:hover {
  border-color: rgb(190 18 60 / 1);
}
.hover\:border-rose-700\/20:hover {
  border-color: rgb(190 18 60 / 0.2);
}
.hover\:border-rose-700\/25:hover {
  border-color: rgb(190 18 60 / 0.25);
}
.hover\:border-rose-700\/30:hover {
  border-color: rgb(190 18 60 / 0.3);
}
.hover\:border-rose-700\/40:hover {
  border-color: rgb(190 18 60 / 0.4);
}
.hover\:border-rose-700\/5:hover {
  border-color: rgb(190 18 60 / 0.05);
}
.hover\:border-rose-700\/50:hover {
  border-color: rgb(190 18 60 / 0.5);
}
.hover\:border-rose-700\/60:hover {
  border-color: rgb(190 18 60 / 0.6);
}
.hover\:border-rose-700\/70:hover {
  border-color: rgb(190 18 60 / 0.7);
}
.hover\:border-rose-700\/75:hover {
  border-color: rgb(190 18 60 / 0.75);
}
.hover\:border-rose-700\/80:hover {
  border-color: rgb(190 18 60 / 0.8);
}
.hover\:border-rose-700\/90:hover {
  border-color: rgb(190 18 60 / 0.9);
}
.hover\:border-rose-700\/95:hover {
  border-color: rgb(190 18 60 / 0.95);
}
.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.hover\:border-rose-800\/0:hover {
  border-color: rgb(159 18 57 / 0);
}
.hover\:border-rose-800\/10:hover {
  border-color: rgb(159 18 57 / 0.1);
}
.hover\:border-rose-800\/100:hover {
  border-color: rgb(159 18 57 / 1);
}
.hover\:border-rose-800\/20:hover {
  border-color: rgb(159 18 57 / 0.2);
}
.hover\:border-rose-800\/25:hover {
  border-color: rgb(159 18 57 / 0.25);
}
.hover\:border-rose-800\/30:hover {
  border-color: rgb(159 18 57 / 0.3);
}
.hover\:border-rose-800\/40:hover {
  border-color: rgb(159 18 57 / 0.4);
}
.hover\:border-rose-800\/5:hover {
  border-color: rgb(159 18 57 / 0.05);
}
.hover\:border-rose-800\/50:hover {
  border-color: rgb(159 18 57 / 0.5);
}
.hover\:border-rose-800\/60:hover {
  border-color: rgb(159 18 57 / 0.6);
}
.hover\:border-rose-800\/70:hover {
  border-color: rgb(159 18 57 / 0.7);
}
.hover\:border-rose-800\/75:hover {
  border-color: rgb(159 18 57 / 0.75);
}
.hover\:border-rose-800\/80:hover {
  border-color: rgb(159 18 57 / 0.8);
}
.hover\:border-rose-800\/90:hover {
  border-color: rgb(159 18 57 / 0.9);
}
.hover\:border-rose-800\/95:hover {
  border-color: rgb(159 18 57 / 0.95);
}
.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.hover\:border-rose-900\/0:hover {
  border-color: rgb(136 19 55 / 0);
}
.hover\:border-rose-900\/10:hover {
  border-color: rgb(136 19 55 / 0.1);
}
.hover\:border-rose-900\/100:hover {
  border-color: rgb(136 19 55 / 1);
}
.hover\:border-rose-900\/20:hover {
  border-color: rgb(136 19 55 / 0.2);
}
.hover\:border-rose-900\/25:hover {
  border-color: rgb(136 19 55 / 0.25);
}
.hover\:border-rose-900\/30:hover {
  border-color: rgb(136 19 55 / 0.3);
}
.hover\:border-rose-900\/40:hover {
  border-color: rgb(136 19 55 / 0.4);
}
.hover\:border-rose-900\/5:hover {
  border-color: rgb(136 19 55 / 0.05);
}
.hover\:border-rose-900\/50:hover {
  border-color: rgb(136 19 55 / 0.5);
}
.hover\:border-rose-900\/60:hover {
  border-color: rgb(136 19 55 / 0.6);
}
.hover\:border-rose-900\/70:hover {
  border-color: rgb(136 19 55 / 0.7);
}
.hover\:border-rose-900\/75:hover {
  border-color: rgb(136 19 55 / 0.75);
}
.hover\:border-rose-900\/80:hover {
  border-color: rgb(136 19 55 / 0.8);
}
.hover\:border-rose-900\/90:hover {
  border-color: rgb(136 19 55 / 0.9);
}
.hover\:border-rose-900\/95:hover {
  border-color: rgb(136 19 55 / 0.95);
}
.hover\:border-rose-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.hover\:border-rose-950\/0:hover {
  border-color: rgb(76 5 25 / 0);
}
.hover\:border-rose-950\/10:hover {
  border-color: rgb(76 5 25 / 0.1);
}
.hover\:border-rose-950\/100:hover {
  border-color: rgb(76 5 25 / 1);
}
.hover\:border-rose-950\/20:hover {
  border-color: rgb(76 5 25 / 0.2);
}
.hover\:border-rose-950\/25:hover {
  border-color: rgb(76 5 25 / 0.25);
}
.hover\:border-rose-950\/30:hover {
  border-color: rgb(76 5 25 / 0.3);
}
.hover\:border-rose-950\/40:hover {
  border-color: rgb(76 5 25 / 0.4);
}
.hover\:border-rose-950\/5:hover {
  border-color: rgb(76 5 25 / 0.05);
}
.hover\:border-rose-950\/50:hover {
  border-color: rgb(76 5 25 / 0.5);
}
.hover\:border-rose-950\/60:hover {
  border-color: rgb(76 5 25 / 0.6);
}
.hover\:border-rose-950\/70:hover {
  border-color: rgb(76 5 25 / 0.7);
}
.hover\:border-rose-950\/75:hover {
  border-color: rgb(76 5 25 / 0.75);
}
.hover\:border-rose-950\/80:hover {
  border-color: rgb(76 5 25 / 0.8);
}
.hover\:border-rose-950\/90:hover {
  border-color: rgb(76 5 25 / 0.9);
}
.hover\:border-rose-950\/95:hover {
  border-color: rgb(76 5 25 / 0.95);
}
.hover\:border-sky-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.hover\:border-sky-100\/0:hover {
  border-color: rgb(224 242 254 / 0);
}
.hover\:border-sky-100\/10:hover {
  border-color: rgb(224 242 254 / 0.1);
}
.hover\:border-sky-100\/100:hover {
  border-color: rgb(224 242 254 / 1);
}
.hover\:border-sky-100\/20:hover {
  border-color: rgb(224 242 254 / 0.2);
}
.hover\:border-sky-100\/25:hover {
  border-color: rgb(224 242 254 / 0.25);
}
.hover\:border-sky-100\/30:hover {
  border-color: rgb(224 242 254 / 0.3);
}
.hover\:border-sky-100\/40:hover {
  border-color: rgb(224 242 254 / 0.4);
}
.hover\:border-sky-100\/5:hover {
  border-color: rgb(224 242 254 / 0.05);
}
.hover\:border-sky-100\/50:hover {
  border-color: rgb(224 242 254 / 0.5);
}
.hover\:border-sky-100\/60:hover {
  border-color: rgb(224 242 254 / 0.6);
}
.hover\:border-sky-100\/70:hover {
  border-color: rgb(224 242 254 / 0.7);
}
.hover\:border-sky-100\/75:hover {
  border-color: rgb(224 242 254 / 0.75);
}
.hover\:border-sky-100\/80:hover {
  border-color: rgb(224 242 254 / 0.8);
}
.hover\:border-sky-100\/90:hover {
  border-color: rgb(224 242 254 / 0.9);
}
.hover\:border-sky-100\/95:hover {
  border-color: rgb(224 242 254 / 0.95);
}
.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.hover\:border-sky-200\/0:hover {
  border-color: rgb(186 230 253 / 0);
}
.hover\:border-sky-200\/10:hover {
  border-color: rgb(186 230 253 / 0.1);
}
.hover\:border-sky-200\/100:hover {
  border-color: rgb(186 230 253 / 1);
}
.hover\:border-sky-200\/20:hover {
  border-color: rgb(186 230 253 / 0.2);
}
.hover\:border-sky-200\/25:hover {
  border-color: rgb(186 230 253 / 0.25);
}
.hover\:border-sky-200\/30:hover {
  border-color: rgb(186 230 253 / 0.3);
}
.hover\:border-sky-200\/40:hover {
  border-color: rgb(186 230 253 / 0.4);
}
.hover\:border-sky-200\/5:hover {
  border-color: rgb(186 230 253 / 0.05);
}
.hover\:border-sky-200\/50:hover {
  border-color: rgb(186 230 253 / 0.5);
}
.hover\:border-sky-200\/60:hover {
  border-color: rgb(186 230 253 / 0.6);
}
.hover\:border-sky-200\/70:hover {
  border-color: rgb(186 230 253 / 0.7);
}
.hover\:border-sky-200\/75:hover {
  border-color: rgb(186 230 253 / 0.75);
}
.hover\:border-sky-200\/80:hover {
  border-color: rgb(186 230 253 / 0.8);
}
.hover\:border-sky-200\/90:hover {
  border-color: rgb(186 230 253 / 0.9);
}
.hover\:border-sky-200\/95:hover {
  border-color: rgb(186 230 253 / 0.95);
}
.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.hover\:border-sky-300\/0:hover {
  border-color: rgb(125 211 252 / 0);
}
.hover\:border-sky-300\/10:hover {
  border-color: rgb(125 211 252 / 0.1);
}
.hover\:border-sky-300\/100:hover {
  border-color: rgb(125 211 252 / 1);
}
.hover\:border-sky-300\/20:hover {
  border-color: rgb(125 211 252 / 0.2);
}
.hover\:border-sky-300\/25:hover {
  border-color: rgb(125 211 252 / 0.25);
}
.hover\:border-sky-300\/30:hover {
  border-color: rgb(125 211 252 / 0.3);
}
.hover\:border-sky-300\/40:hover {
  border-color: rgb(125 211 252 / 0.4);
}
.hover\:border-sky-300\/5:hover {
  border-color: rgb(125 211 252 / 0.05);
}
.hover\:border-sky-300\/50:hover {
  border-color: rgb(125 211 252 / 0.5);
}
.hover\:border-sky-300\/60:hover {
  border-color: rgb(125 211 252 / 0.6);
}
.hover\:border-sky-300\/70:hover {
  border-color: rgb(125 211 252 / 0.7);
}
.hover\:border-sky-300\/75:hover {
  border-color: rgb(125 211 252 / 0.75);
}
.hover\:border-sky-300\/80:hover {
  border-color: rgb(125 211 252 / 0.8);
}
.hover\:border-sky-300\/90:hover {
  border-color: rgb(125 211 252 / 0.9);
}
.hover\:border-sky-300\/95:hover {
  border-color: rgb(125 211 252 / 0.95);
}
.hover\:border-sky-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.hover\:border-sky-400\/0:hover {
  border-color: rgb(56 189 248 / 0);
}
.hover\:border-sky-400\/10:hover {
  border-color: rgb(56 189 248 / 0.1);
}
.hover\:border-sky-400\/100:hover {
  border-color: rgb(56 189 248 / 1);
}
.hover\:border-sky-400\/20:hover {
  border-color: rgb(56 189 248 / 0.2);
}
.hover\:border-sky-400\/25:hover {
  border-color: rgb(56 189 248 / 0.25);
}
.hover\:border-sky-400\/30:hover {
  border-color: rgb(56 189 248 / 0.3);
}
.hover\:border-sky-400\/40:hover {
  border-color: rgb(56 189 248 / 0.4);
}
.hover\:border-sky-400\/5:hover {
  border-color: rgb(56 189 248 / 0.05);
}
.hover\:border-sky-400\/50:hover {
  border-color: rgb(56 189 248 / 0.5);
}
.hover\:border-sky-400\/60:hover {
  border-color: rgb(56 189 248 / 0.6);
}
.hover\:border-sky-400\/70:hover {
  border-color: rgb(56 189 248 / 0.7);
}
.hover\:border-sky-400\/75:hover {
  border-color: rgb(56 189 248 / 0.75);
}
.hover\:border-sky-400\/80:hover {
  border-color: rgb(56 189 248 / 0.8);
}
.hover\:border-sky-400\/90:hover {
  border-color: rgb(56 189 248 / 0.9);
}
.hover\:border-sky-400\/95:hover {
  border-color: rgb(56 189 248 / 0.95);
}
.hover\:border-sky-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.hover\:border-sky-50\/0:hover {
  border-color: rgb(240 249 255 / 0);
}
.hover\:border-sky-50\/10:hover {
  border-color: rgb(240 249 255 / 0.1);
}
.hover\:border-sky-50\/100:hover {
  border-color: rgb(240 249 255 / 1);
}
.hover\:border-sky-50\/20:hover {
  border-color: rgb(240 249 255 / 0.2);
}
.hover\:border-sky-50\/25:hover {
  border-color: rgb(240 249 255 / 0.25);
}
.hover\:border-sky-50\/30:hover {
  border-color: rgb(240 249 255 / 0.3);
}
.hover\:border-sky-50\/40:hover {
  border-color: rgb(240 249 255 / 0.4);
}
.hover\:border-sky-50\/5:hover {
  border-color: rgb(240 249 255 / 0.05);
}
.hover\:border-sky-50\/50:hover {
  border-color: rgb(240 249 255 / 0.5);
}
.hover\:border-sky-50\/60:hover {
  border-color: rgb(240 249 255 / 0.6);
}
.hover\:border-sky-50\/70:hover {
  border-color: rgb(240 249 255 / 0.7);
}
.hover\:border-sky-50\/75:hover {
  border-color: rgb(240 249 255 / 0.75);
}
.hover\:border-sky-50\/80:hover {
  border-color: rgb(240 249 255 / 0.8);
}
.hover\:border-sky-50\/90:hover {
  border-color: rgb(240 249 255 / 0.9);
}
.hover\:border-sky-50\/95:hover {
  border-color: rgb(240 249 255 / 0.95);
}
.hover\:border-sky-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.hover\:border-sky-500\/0:hover {
  border-color: rgb(14 165 233 / 0);
}
.hover\:border-sky-500\/10:hover {
  border-color: rgb(14 165 233 / 0.1);
}
.hover\:border-sky-500\/100:hover {
  border-color: rgb(14 165 233 / 1);
}
.hover\:border-sky-500\/20:hover {
  border-color: rgb(14 165 233 / 0.2);
}
.hover\:border-sky-500\/25:hover {
  border-color: rgb(14 165 233 / 0.25);
}
.hover\:border-sky-500\/30:hover {
  border-color: rgb(14 165 233 / 0.3);
}
.hover\:border-sky-500\/40:hover {
  border-color: rgb(14 165 233 / 0.4);
}
.hover\:border-sky-500\/5:hover {
  border-color: rgb(14 165 233 / 0.05);
}
.hover\:border-sky-500\/50:hover {
  border-color: rgb(14 165 233 / 0.5);
}
.hover\:border-sky-500\/60:hover {
  border-color: rgb(14 165 233 / 0.6);
}
.hover\:border-sky-500\/70:hover {
  border-color: rgb(14 165 233 / 0.7);
}
.hover\:border-sky-500\/75:hover {
  border-color: rgb(14 165 233 / 0.75);
}
.hover\:border-sky-500\/80:hover {
  border-color: rgb(14 165 233 / 0.8);
}
.hover\:border-sky-500\/90:hover {
  border-color: rgb(14 165 233 / 0.9);
}
.hover\:border-sky-500\/95:hover {
  border-color: rgb(14 165 233 / 0.95);
}
.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.hover\:border-sky-600\/0:hover {
  border-color: rgb(2 132 199 / 0);
}
.hover\:border-sky-600\/10:hover {
  border-color: rgb(2 132 199 / 0.1);
}
.hover\:border-sky-600\/100:hover {
  border-color: rgb(2 132 199 / 1);
}
.hover\:border-sky-600\/20:hover {
  border-color: rgb(2 132 199 / 0.2);
}
.hover\:border-sky-600\/25:hover {
  border-color: rgb(2 132 199 / 0.25);
}
.hover\:border-sky-600\/30:hover {
  border-color: rgb(2 132 199 / 0.3);
}
.hover\:border-sky-600\/40:hover {
  border-color: rgb(2 132 199 / 0.4);
}
.hover\:border-sky-600\/5:hover {
  border-color: rgb(2 132 199 / 0.05);
}
.hover\:border-sky-600\/50:hover {
  border-color: rgb(2 132 199 / 0.5);
}
.hover\:border-sky-600\/60:hover {
  border-color: rgb(2 132 199 / 0.6);
}
.hover\:border-sky-600\/70:hover {
  border-color: rgb(2 132 199 / 0.7);
}
.hover\:border-sky-600\/75:hover {
  border-color: rgb(2 132 199 / 0.75);
}
.hover\:border-sky-600\/80:hover {
  border-color: rgb(2 132 199 / 0.8);
}
.hover\:border-sky-600\/90:hover {
  border-color: rgb(2 132 199 / 0.9);
}
.hover\:border-sky-600\/95:hover {
  border-color: rgb(2 132 199 / 0.95);
}
.hover\:border-sky-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.hover\:border-sky-700\/0:hover {
  border-color: rgb(3 105 161 / 0);
}
.hover\:border-sky-700\/10:hover {
  border-color: rgb(3 105 161 / 0.1);
}
.hover\:border-sky-700\/100:hover {
  border-color: rgb(3 105 161 / 1);
}
.hover\:border-sky-700\/20:hover {
  border-color: rgb(3 105 161 / 0.2);
}
.hover\:border-sky-700\/25:hover {
  border-color: rgb(3 105 161 / 0.25);
}
.hover\:border-sky-700\/30:hover {
  border-color: rgb(3 105 161 / 0.3);
}
.hover\:border-sky-700\/40:hover {
  border-color: rgb(3 105 161 / 0.4);
}
.hover\:border-sky-700\/5:hover {
  border-color: rgb(3 105 161 / 0.05);
}
.hover\:border-sky-700\/50:hover {
  border-color: rgb(3 105 161 / 0.5);
}
.hover\:border-sky-700\/60:hover {
  border-color: rgb(3 105 161 / 0.6);
}
.hover\:border-sky-700\/70:hover {
  border-color: rgb(3 105 161 / 0.7);
}
.hover\:border-sky-700\/75:hover {
  border-color: rgb(3 105 161 / 0.75);
}
.hover\:border-sky-700\/80:hover {
  border-color: rgb(3 105 161 / 0.8);
}
.hover\:border-sky-700\/90:hover {
  border-color: rgb(3 105 161 / 0.9);
}
.hover\:border-sky-700\/95:hover {
  border-color: rgb(3 105 161 / 0.95);
}
.hover\:border-sky-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.hover\:border-sky-800\/0:hover {
  border-color: rgb(7 89 133 / 0);
}
.hover\:border-sky-800\/10:hover {
  border-color: rgb(7 89 133 / 0.1);
}
.hover\:border-sky-800\/100:hover {
  border-color: rgb(7 89 133 / 1);
}
.hover\:border-sky-800\/20:hover {
  border-color: rgb(7 89 133 / 0.2);
}
.hover\:border-sky-800\/25:hover {
  border-color: rgb(7 89 133 / 0.25);
}
.hover\:border-sky-800\/30:hover {
  border-color: rgb(7 89 133 / 0.3);
}
.hover\:border-sky-800\/40:hover {
  border-color: rgb(7 89 133 / 0.4);
}
.hover\:border-sky-800\/5:hover {
  border-color: rgb(7 89 133 / 0.05);
}
.hover\:border-sky-800\/50:hover {
  border-color: rgb(7 89 133 / 0.5);
}
.hover\:border-sky-800\/60:hover {
  border-color: rgb(7 89 133 / 0.6);
}
.hover\:border-sky-800\/70:hover {
  border-color: rgb(7 89 133 / 0.7);
}
.hover\:border-sky-800\/75:hover {
  border-color: rgb(7 89 133 / 0.75);
}
.hover\:border-sky-800\/80:hover {
  border-color: rgb(7 89 133 / 0.8);
}
.hover\:border-sky-800\/90:hover {
  border-color: rgb(7 89 133 / 0.9);
}
.hover\:border-sky-800\/95:hover {
  border-color: rgb(7 89 133 / 0.95);
}
.hover\:border-sky-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.hover\:border-sky-900\/0:hover {
  border-color: rgb(12 74 110 / 0);
}
.hover\:border-sky-900\/10:hover {
  border-color: rgb(12 74 110 / 0.1);
}
.hover\:border-sky-900\/100:hover {
  border-color: rgb(12 74 110 / 1);
}
.hover\:border-sky-900\/20:hover {
  border-color: rgb(12 74 110 / 0.2);
}
.hover\:border-sky-900\/25:hover {
  border-color: rgb(12 74 110 / 0.25);
}
.hover\:border-sky-900\/30:hover {
  border-color: rgb(12 74 110 / 0.3);
}
.hover\:border-sky-900\/40:hover {
  border-color: rgb(12 74 110 / 0.4);
}
.hover\:border-sky-900\/5:hover {
  border-color: rgb(12 74 110 / 0.05);
}
.hover\:border-sky-900\/50:hover {
  border-color: rgb(12 74 110 / 0.5);
}
.hover\:border-sky-900\/60:hover {
  border-color: rgb(12 74 110 / 0.6);
}
.hover\:border-sky-900\/70:hover {
  border-color: rgb(12 74 110 / 0.7);
}
.hover\:border-sky-900\/75:hover {
  border-color: rgb(12 74 110 / 0.75);
}
.hover\:border-sky-900\/80:hover {
  border-color: rgb(12 74 110 / 0.8);
}
.hover\:border-sky-900\/90:hover {
  border-color: rgb(12 74 110 / 0.9);
}
.hover\:border-sky-900\/95:hover {
  border-color: rgb(12 74 110 / 0.95);
}
.hover\:border-sky-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.hover\:border-sky-950\/0:hover {
  border-color: rgb(8 47 73 / 0);
}
.hover\:border-sky-950\/10:hover {
  border-color: rgb(8 47 73 / 0.1);
}
.hover\:border-sky-950\/100:hover {
  border-color: rgb(8 47 73 / 1);
}
.hover\:border-sky-950\/20:hover {
  border-color: rgb(8 47 73 / 0.2);
}
.hover\:border-sky-950\/25:hover {
  border-color: rgb(8 47 73 / 0.25);
}
.hover\:border-sky-950\/30:hover {
  border-color: rgb(8 47 73 / 0.3);
}
.hover\:border-sky-950\/40:hover {
  border-color: rgb(8 47 73 / 0.4);
}
.hover\:border-sky-950\/5:hover {
  border-color: rgb(8 47 73 / 0.05);
}
.hover\:border-sky-950\/50:hover {
  border-color: rgb(8 47 73 / 0.5);
}
.hover\:border-sky-950\/60:hover {
  border-color: rgb(8 47 73 / 0.6);
}
.hover\:border-sky-950\/70:hover {
  border-color: rgb(8 47 73 / 0.7);
}
.hover\:border-sky-950\/75:hover {
  border-color: rgb(8 47 73 / 0.75);
}
.hover\:border-sky-950\/80:hover {
  border-color: rgb(8 47 73 / 0.8);
}
.hover\:border-sky-950\/90:hover {
  border-color: rgb(8 47 73 / 0.9);
}
.hover\:border-sky-950\/95:hover {
  border-color: rgb(8 47 73 / 0.95);
}
.hover\:border-slate-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.hover\:border-slate-100\/0:hover {
  border-color: rgb(241 245 249 / 0);
}
.hover\:border-slate-100\/10:hover {
  border-color: rgb(241 245 249 / 0.1);
}
.hover\:border-slate-100\/100:hover {
  border-color: rgb(241 245 249 / 1);
}
.hover\:border-slate-100\/20:hover {
  border-color: rgb(241 245 249 / 0.2);
}
.hover\:border-slate-100\/25:hover {
  border-color: rgb(241 245 249 / 0.25);
}
.hover\:border-slate-100\/30:hover {
  border-color: rgb(241 245 249 / 0.3);
}
.hover\:border-slate-100\/40:hover {
  border-color: rgb(241 245 249 / 0.4);
}
.hover\:border-slate-100\/5:hover {
  border-color: rgb(241 245 249 / 0.05);
}
.hover\:border-slate-100\/50:hover {
  border-color: rgb(241 245 249 / 0.5);
}
.hover\:border-slate-100\/60:hover {
  border-color: rgb(241 245 249 / 0.6);
}
.hover\:border-slate-100\/70:hover {
  border-color: rgb(241 245 249 / 0.7);
}
.hover\:border-slate-100\/75:hover {
  border-color: rgb(241 245 249 / 0.75);
}
.hover\:border-slate-100\/80:hover {
  border-color: rgb(241 245 249 / 0.8);
}
.hover\:border-slate-100\/90:hover {
  border-color: rgb(241 245 249 / 0.9);
}
.hover\:border-slate-100\/95:hover {
  border-color: rgb(241 245 249 / 0.95);
}
.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.hover\:border-slate-200\/0:hover {
  border-color: rgb(226 232 240 / 0);
}
.hover\:border-slate-200\/10:hover {
  border-color: rgb(226 232 240 / 0.1);
}
.hover\:border-slate-200\/100:hover {
  border-color: rgb(226 232 240 / 1);
}
.hover\:border-slate-200\/20:hover {
  border-color: rgb(226 232 240 / 0.2);
}
.hover\:border-slate-200\/25:hover {
  border-color: rgb(226 232 240 / 0.25);
}
.hover\:border-slate-200\/30:hover {
  border-color: rgb(226 232 240 / 0.3);
}
.hover\:border-slate-200\/40:hover {
  border-color: rgb(226 232 240 / 0.4);
}
.hover\:border-slate-200\/5:hover {
  border-color: rgb(226 232 240 / 0.05);
}
.hover\:border-slate-200\/50:hover {
  border-color: rgb(226 232 240 / 0.5);
}
.hover\:border-slate-200\/60:hover {
  border-color: rgb(226 232 240 / 0.6);
}
.hover\:border-slate-200\/70:hover {
  border-color: rgb(226 232 240 / 0.7);
}
.hover\:border-slate-200\/75:hover {
  border-color: rgb(226 232 240 / 0.75);
}
.hover\:border-slate-200\/80:hover {
  border-color: rgb(226 232 240 / 0.8);
}
.hover\:border-slate-200\/90:hover {
  border-color: rgb(226 232 240 / 0.9);
}
.hover\:border-slate-200\/95:hover {
  border-color: rgb(226 232 240 / 0.95);
}
.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.hover\:border-slate-300\/0:hover {
  border-color: rgb(203 213 225 / 0);
}
.hover\:border-slate-300\/10:hover {
  border-color: rgb(203 213 225 / 0.1);
}
.hover\:border-slate-300\/100:hover {
  border-color: rgb(203 213 225 / 1);
}
.hover\:border-slate-300\/20:hover {
  border-color: rgb(203 213 225 / 0.2);
}
.hover\:border-slate-300\/25:hover {
  border-color: rgb(203 213 225 / 0.25);
}
.hover\:border-slate-300\/30:hover {
  border-color: rgb(203 213 225 / 0.3);
}
.hover\:border-slate-300\/40:hover {
  border-color: rgb(203 213 225 / 0.4);
}
.hover\:border-slate-300\/5:hover {
  border-color: rgb(203 213 225 / 0.05);
}
.hover\:border-slate-300\/50:hover {
  border-color: rgb(203 213 225 / 0.5);
}
.hover\:border-slate-300\/60:hover {
  border-color: rgb(203 213 225 / 0.6);
}
.hover\:border-slate-300\/70:hover {
  border-color: rgb(203 213 225 / 0.7);
}
.hover\:border-slate-300\/75:hover {
  border-color: rgb(203 213 225 / 0.75);
}
.hover\:border-slate-300\/80:hover {
  border-color: rgb(203 213 225 / 0.8);
}
.hover\:border-slate-300\/90:hover {
  border-color: rgb(203 213 225 / 0.9);
}
.hover\:border-slate-300\/95:hover {
  border-color: rgb(203 213 225 / 0.95);
}
.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.hover\:border-slate-400\/0:hover {
  border-color: rgb(148 163 184 / 0);
}
.hover\:border-slate-400\/10:hover {
  border-color: rgb(148 163 184 / 0.1);
}
.hover\:border-slate-400\/100:hover {
  border-color: rgb(148 163 184 / 1);
}
.hover\:border-slate-400\/20:hover {
  border-color: rgb(148 163 184 / 0.2);
}
.hover\:border-slate-400\/25:hover {
  border-color: rgb(148 163 184 / 0.25);
}
.hover\:border-slate-400\/30:hover {
  border-color: rgb(148 163 184 / 0.3);
}
.hover\:border-slate-400\/40:hover {
  border-color: rgb(148 163 184 / 0.4);
}
.hover\:border-slate-400\/5:hover {
  border-color: rgb(148 163 184 / 0.05);
}
.hover\:border-slate-400\/50:hover {
  border-color: rgb(148 163 184 / 0.5);
}
.hover\:border-slate-400\/60:hover {
  border-color: rgb(148 163 184 / 0.6);
}
.hover\:border-slate-400\/70:hover {
  border-color: rgb(148 163 184 / 0.7);
}
.hover\:border-slate-400\/75:hover {
  border-color: rgb(148 163 184 / 0.75);
}
.hover\:border-slate-400\/80:hover {
  border-color: rgb(148 163 184 / 0.8);
}
.hover\:border-slate-400\/90:hover {
  border-color: rgb(148 163 184 / 0.9);
}
.hover\:border-slate-400\/95:hover {
  border-color: rgb(148 163 184 / 0.95);
}
.hover\:border-slate-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.hover\:border-slate-50\/0:hover {
  border-color: rgb(248 250 252 / 0);
}
.hover\:border-slate-50\/10:hover {
  border-color: rgb(248 250 252 / 0.1);
}
.hover\:border-slate-50\/100:hover {
  border-color: rgb(248 250 252 / 1);
}
.hover\:border-slate-50\/20:hover {
  border-color: rgb(248 250 252 / 0.2);
}
.hover\:border-slate-50\/25:hover {
  border-color: rgb(248 250 252 / 0.25);
}
.hover\:border-slate-50\/30:hover {
  border-color: rgb(248 250 252 / 0.3);
}
.hover\:border-slate-50\/40:hover {
  border-color: rgb(248 250 252 / 0.4);
}
.hover\:border-slate-50\/5:hover {
  border-color: rgb(248 250 252 / 0.05);
}
.hover\:border-slate-50\/50:hover {
  border-color: rgb(248 250 252 / 0.5);
}
.hover\:border-slate-50\/60:hover {
  border-color: rgb(248 250 252 / 0.6);
}
.hover\:border-slate-50\/70:hover {
  border-color: rgb(248 250 252 / 0.7);
}
.hover\:border-slate-50\/75:hover {
  border-color: rgb(248 250 252 / 0.75);
}
.hover\:border-slate-50\/80:hover {
  border-color: rgb(248 250 252 / 0.8);
}
.hover\:border-slate-50\/90:hover {
  border-color: rgb(248 250 252 / 0.9);
}
.hover\:border-slate-50\/95:hover {
  border-color: rgb(248 250 252 / 0.95);
}
.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.hover\:border-slate-500\/0:hover {
  border-color: rgb(100 116 139 / 0);
}
.hover\:border-slate-500\/10:hover {
  border-color: rgb(100 116 139 / 0.1);
}
.hover\:border-slate-500\/100:hover {
  border-color: rgb(100 116 139 / 1);
}
.hover\:border-slate-500\/20:hover {
  border-color: rgb(100 116 139 / 0.2);
}
.hover\:border-slate-500\/25:hover {
  border-color: rgb(100 116 139 / 0.25);
}
.hover\:border-slate-500\/30:hover {
  border-color: rgb(100 116 139 / 0.3);
}
.hover\:border-slate-500\/40:hover {
  border-color: rgb(100 116 139 / 0.4);
}
.hover\:border-slate-500\/5:hover {
  border-color: rgb(100 116 139 / 0.05);
}
.hover\:border-slate-500\/50:hover {
  border-color: rgb(100 116 139 / 0.5);
}
.hover\:border-slate-500\/60:hover {
  border-color: rgb(100 116 139 / 0.6);
}
.hover\:border-slate-500\/70:hover {
  border-color: rgb(100 116 139 / 0.7);
}
.hover\:border-slate-500\/75:hover {
  border-color: rgb(100 116 139 / 0.75);
}
.hover\:border-slate-500\/80:hover {
  border-color: rgb(100 116 139 / 0.8);
}
.hover\:border-slate-500\/90:hover {
  border-color: rgb(100 116 139 / 0.9);
}
.hover\:border-slate-500\/95:hover {
  border-color: rgb(100 116 139 / 0.95);
}
.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.hover\:border-slate-600\/0:hover {
  border-color: rgb(71 85 105 / 0);
}
.hover\:border-slate-600\/10:hover {
  border-color: rgb(71 85 105 / 0.1);
}
.hover\:border-slate-600\/100:hover {
  border-color: rgb(71 85 105 / 1);
}
.hover\:border-slate-600\/20:hover {
  border-color: rgb(71 85 105 / 0.2);
}
.hover\:border-slate-600\/25:hover {
  border-color: rgb(71 85 105 / 0.25);
}
.hover\:border-slate-600\/30:hover {
  border-color: rgb(71 85 105 / 0.3);
}
.hover\:border-slate-600\/40:hover {
  border-color: rgb(71 85 105 / 0.4);
}
.hover\:border-slate-600\/5:hover {
  border-color: rgb(71 85 105 / 0.05);
}
.hover\:border-slate-600\/50:hover {
  border-color: rgb(71 85 105 / 0.5);
}
.hover\:border-slate-600\/60:hover {
  border-color: rgb(71 85 105 / 0.6);
}
.hover\:border-slate-600\/70:hover {
  border-color: rgb(71 85 105 / 0.7);
}
.hover\:border-slate-600\/75:hover {
  border-color: rgb(71 85 105 / 0.75);
}
.hover\:border-slate-600\/80:hover {
  border-color: rgb(71 85 105 / 0.8);
}
.hover\:border-slate-600\/90:hover {
  border-color: rgb(71 85 105 / 0.9);
}
.hover\:border-slate-600\/95:hover {
  border-color: rgb(71 85 105 / 0.95);
}
.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.hover\:border-slate-700\/0:hover {
  border-color: rgb(51 65 85 / 0);
}
.hover\:border-slate-700\/10:hover {
  border-color: rgb(51 65 85 / 0.1);
}
.hover\:border-slate-700\/100:hover {
  border-color: rgb(51 65 85 / 1);
}
.hover\:border-slate-700\/20:hover {
  border-color: rgb(51 65 85 / 0.2);
}
.hover\:border-slate-700\/25:hover {
  border-color: rgb(51 65 85 / 0.25);
}
.hover\:border-slate-700\/30:hover {
  border-color: rgb(51 65 85 / 0.3);
}
.hover\:border-slate-700\/40:hover {
  border-color: rgb(51 65 85 / 0.4);
}
.hover\:border-slate-700\/5:hover {
  border-color: rgb(51 65 85 / 0.05);
}
.hover\:border-slate-700\/50:hover {
  border-color: rgb(51 65 85 / 0.5);
}
.hover\:border-slate-700\/60:hover {
  border-color: rgb(51 65 85 / 0.6);
}
.hover\:border-slate-700\/70:hover {
  border-color: rgb(51 65 85 / 0.7);
}
.hover\:border-slate-700\/75:hover {
  border-color: rgb(51 65 85 / 0.75);
}
.hover\:border-slate-700\/80:hover {
  border-color: rgb(51 65 85 / 0.8);
}
.hover\:border-slate-700\/90:hover {
  border-color: rgb(51 65 85 / 0.9);
}
.hover\:border-slate-700\/95:hover {
  border-color: rgb(51 65 85 / 0.95);
}
.hover\:border-slate-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.hover\:border-slate-800\/0:hover {
  border-color: rgb(30 41 59 / 0);
}
.hover\:border-slate-800\/10:hover {
  border-color: rgb(30 41 59 / 0.1);
}
.hover\:border-slate-800\/100:hover {
  border-color: rgb(30 41 59 / 1);
}
.hover\:border-slate-800\/20:hover {
  border-color: rgb(30 41 59 / 0.2);
}
.hover\:border-slate-800\/25:hover {
  border-color: rgb(30 41 59 / 0.25);
}
.hover\:border-slate-800\/30:hover {
  border-color: rgb(30 41 59 / 0.3);
}
.hover\:border-slate-800\/40:hover {
  border-color: rgb(30 41 59 / 0.4);
}
.hover\:border-slate-800\/5:hover {
  border-color: rgb(30 41 59 / 0.05);
}
.hover\:border-slate-800\/50:hover {
  border-color: rgb(30 41 59 / 0.5);
}
.hover\:border-slate-800\/60:hover {
  border-color: rgb(30 41 59 / 0.6);
}
.hover\:border-slate-800\/70:hover {
  border-color: rgb(30 41 59 / 0.7);
}
.hover\:border-slate-800\/75:hover {
  border-color: rgb(30 41 59 / 0.75);
}
.hover\:border-slate-800\/80:hover {
  border-color: rgb(30 41 59 / 0.8);
}
.hover\:border-slate-800\/90:hover {
  border-color: rgb(30 41 59 / 0.9);
}
.hover\:border-slate-800\/95:hover {
  border-color: rgb(30 41 59 / 0.95);
}
.hover\:border-slate-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.hover\:border-slate-900\/0:hover {
  border-color: rgb(15 23 42 / 0);
}
.hover\:border-slate-900\/10:hover {
  border-color: rgb(15 23 42 / 0.1);
}
.hover\:border-slate-900\/100:hover {
  border-color: rgb(15 23 42 / 1);
}
.hover\:border-slate-900\/20:hover {
  border-color: rgb(15 23 42 / 0.2);
}
.hover\:border-slate-900\/25:hover {
  border-color: rgb(15 23 42 / 0.25);
}
.hover\:border-slate-900\/30:hover {
  border-color: rgb(15 23 42 / 0.3);
}
.hover\:border-slate-900\/40:hover {
  border-color: rgb(15 23 42 / 0.4);
}
.hover\:border-slate-900\/5:hover {
  border-color: rgb(15 23 42 / 0.05);
}
.hover\:border-slate-900\/50:hover {
  border-color: rgb(15 23 42 / 0.5);
}
.hover\:border-slate-900\/60:hover {
  border-color: rgb(15 23 42 / 0.6);
}
.hover\:border-slate-900\/70:hover {
  border-color: rgb(15 23 42 / 0.7);
}
.hover\:border-slate-900\/75:hover {
  border-color: rgb(15 23 42 / 0.75);
}
.hover\:border-slate-900\/80:hover {
  border-color: rgb(15 23 42 / 0.8);
}
.hover\:border-slate-900\/90:hover {
  border-color: rgb(15 23 42 / 0.9);
}
.hover\:border-slate-900\/95:hover {
  border-color: rgb(15 23 42 / 0.95);
}
.hover\:border-slate-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.hover\:border-slate-950\/0:hover {
  border-color: rgb(2 6 23 / 0);
}
.hover\:border-slate-950\/10:hover {
  border-color: rgb(2 6 23 / 0.1);
}
.hover\:border-slate-950\/100:hover {
  border-color: rgb(2 6 23 / 1);
}
.hover\:border-slate-950\/20:hover {
  border-color: rgb(2 6 23 / 0.2);
}
.hover\:border-slate-950\/25:hover {
  border-color: rgb(2 6 23 / 0.25);
}
.hover\:border-slate-950\/30:hover {
  border-color: rgb(2 6 23 / 0.3);
}
.hover\:border-slate-950\/40:hover {
  border-color: rgb(2 6 23 / 0.4);
}
.hover\:border-slate-950\/5:hover {
  border-color: rgb(2 6 23 / 0.05);
}
.hover\:border-slate-950\/50:hover {
  border-color: rgb(2 6 23 / 0.5);
}
.hover\:border-slate-950\/60:hover {
  border-color: rgb(2 6 23 / 0.6);
}
.hover\:border-slate-950\/70:hover {
  border-color: rgb(2 6 23 / 0.7);
}
.hover\:border-slate-950\/75:hover {
  border-color: rgb(2 6 23 / 0.75);
}
.hover\:border-slate-950\/80:hover {
  border-color: rgb(2 6 23 / 0.8);
}
.hover\:border-slate-950\/90:hover {
  border-color: rgb(2 6 23 / 0.9);
}
.hover\:border-slate-950\/95:hover {
  border-color: rgb(2 6 23 / 0.95);
}
.hover\:border-stone-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.hover\:border-stone-100\/0:hover {
  border-color: rgb(245 245 244 / 0);
}
.hover\:border-stone-100\/10:hover {
  border-color: rgb(245 245 244 / 0.1);
}
.hover\:border-stone-100\/100:hover {
  border-color: rgb(245 245 244 / 1);
}
.hover\:border-stone-100\/20:hover {
  border-color: rgb(245 245 244 / 0.2);
}
.hover\:border-stone-100\/25:hover {
  border-color: rgb(245 245 244 / 0.25);
}
.hover\:border-stone-100\/30:hover {
  border-color: rgb(245 245 244 / 0.3);
}
.hover\:border-stone-100\/40:hover {
  border-color: rgb(245 245 244 / 0.4);
}
.hover\:border-stone-100\/5:hover {
  border-color: rgb(245 245 244 / 0.05);
}
.hover\:border-stone-100\/50:hover {
  border-color: rgb(245 245 244 / 0.5);
}
.hover\:border-stone-100\/60:hover {
  border-color: rgb(245 245 244 / 0.6);
}
.hover\:border-stone-100\/70:hover {
  border-color: rgb(245 245 244 / 0.7);
}
.hover\:border-stone-100\/75:hover {
  border-color: rgb(245 245 244 / 0.75);
}
.hover\:border-stone-100\/80:hover {
  border-color: rgb(245 245 244 / 0.8);
}
.hover\:border-stone-100\/90:hover {
  border-color: rgb(245 245 244 / 0.9);
}
.hover\:border-stone-100\/95:hover {
  border-color: rgb(245 245 244 / 0.95);
}
.hover\:border-stone-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.hover\:border-stone-200\/0:hover {
  border-color: rgb(231 229 228 / 0);
}
.hover\:border-stone-200\/10:hover {
  border-color: rgb(231 229 228 / 0.1);
}
.hover\:border-stone-200\/100:hover {
  border-color: rgb(231 229 228 / 1);
}
.hover\:border-stone-200\/20:hover {
  border-color: rgb(231 229 228 / 0.2);
}
.hover\:border-stone-200\/25:hover {
  border-color: rgb(231 229 228 / 0.25);
}
.hover\:border-stone-200\/30:hover {
  border-color: rgb(231 229 228 / 0.3);
}
.hover\:border-stone-200\/40:hover {
  border-color: rgb(231 229 228 / 0.4);
}
.hover\:border-stone-200\/5:hover {
  border-color: rgb(231 229 228 / 0.05);
}
.hover\:border-stone-200\/50:hover {
  border-color: rgb(231 229 228 / 0.5);
}
.hover\:border-stone-200\/60:hover {
  border-color: rgb(231 229 228 / 0.6);
}
.hover\:border-stone-200\/70:hover {
  border-color: rgb(231 229 228 / 0.7);
}
.hover\:border-stone-200\/75:hover {
  border-color: rgb(231 229 228 / 0.75);
}
.hover\:border-stone-200\/80:hover {
  border-color: rgb(231 229 228 / 0.8);
}
.hover\:border-stone-200\/90:hover {
  border-color: rgb(231 229 228 / 0.9);
}
.hover\:border-stone-200\/95:hover {
  border-color: rgb(231 229 228 / 0.95);
}
.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.hover\:border-stone-300\/0:hover {
  border-color: rgb(214 211 209 / 0);
}
.hover\:border-stone-300\/10:hover {
  border-color: rgb(214 211 209 / 0.1);
}
.hover\:border-stone-300\/100:hover {
  border-color: rgb(214 211 209 / 1);
}
.hover\:border-stone-300\/20:hover {
  border-color: rgb(214 211 209 / 0.2);
}
.hover\:border-stone-300\/25:hover {
  border-color: rgb(214 211 209 / 0.25);
}
.hover\:border-stone-300\/30:hover {
  border-color: rgb(214 211 209 / 0.3);
}
.hover\:border-stone-300\/40:hover {
  border-color: rgb(214 211 209 / 0.4);
}
.hover\:border-stone-300\/5:hover {
  border-color: rgb(214 211 209 / 0.05);
}
.hover\:border-stone-300\/50:hover {
  border-color: rgb(214 211 209 / 0.5);
}
.hover\:border-stone-300\/60:hover {
  border-color: rgb(214 211 209 / 0.6);
}
.hover\:border-stone-300\/70:hover {
  border-color: rgb(214 211 209 / 0.7);
}
.hover\:border-stone-300\/75:hover {
  border-color: rgb(214 211 209 / 0.75);
}
.hover\:border-stone-300\/80:hover {
  border-color: rgb(214 211 209 / 0.8);
}
.hover\:border-stone-300\/90:hover {
  border-color: rgb(214 211 209 / 0.9);
}
.hover\:border-stone-300\/95:hover {
  border-color: rgb(214 211 209 / 0.95);
}
.hover\:border-stone-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.hover\:border-stone-400\/0:hover {
  border-color: rgb(168 162 158 / 0);
}
.hover\:border-stone-400\/10:hover {
  border-color: rgb(168 162 158 / 0.1);
}
.hover\:border-stone-400\/100:hover {
  border-color: rgb(168 162 158 / 1);
}
.hover\:border-stone-400\/20:hover {
  border-color: rgb(168 162 158 / 0.2);
}
.hover\:border-stone-400\/25:hover {
  border-color: rgb(168 162 158 / 0.25);
}
.hover\:border-stone-400\/30:hover {
  border-color: rgb(168 162 158 / 0.3);
}
.hover\:border-stone-400\/40:hover {
  border-color: rgb(168 162 158 / 0.4);
}
.hover\:border-stone-400\/5:hover {
  border-color: rgb(168 162 158 / 0.05);
}
.hover\:border-stone-400\/50:hover {
  border-color: rgb(168 162 158 / 0.5);
}
.hover\:border-stone-400\/60:hover {
  border-color: rgb(168 162 158 / 0.6);
}
.hover\:border-stone-400\/70:hover {
  border-color: rgb(168 162 158 / 0.7);
}
.hover\:border-stone-400\/75:hover {
  border-color: rgb(168 162 158 / 0.75);
}
.hover\:border-stone-400\/80:hover {
  border-color: rgb(168 162 158 / 0.8);
}
.hover\:border-stone-400\/90:hover {
  border-color: rgb(168 162 158 / 0.9);
}
.hover\:border-stone-400\/95:hover {
  border-color: rgb(168 162 158 / 0.95);
}
.hover\:border-stone-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.hover\:border-stone-50\/0:hover {
  border-color: rgb(250 250 249 / 0);
}
.hover\:border-stone-50\/10:hover {
  border-color: rgb(250 250 249 / 0.1);
}
.hover\:border-stone-50\/100:hover {
  border-color: rgb(250 250 249 / 1);
}
.hover\:border-stone-50\/20:hover {
  border-color: rgb(250 250 249 / 0.2);
}
.hover\:border-stone-50\/25:hover {
  border-color: rgb(250 250 249 / 0.25);
}
.hover\:border-stone-50\/30:hover {
  border-color: rgb(250 250 249 / 0.3);
}
.hover\:border-stone-50\/40:hover {
  border-color: rgb(250 250 249 / 0.4);
}
.hover\:border-stone-50\/5:hover {
  border-color: rgb(250 250 249 / 0.05);
}
.hover\:border-stone-50\/50:hover {
  border-color: rgb(250 250 249 / 0.5);
}
.hover\:border-stone-50\/60:hover {
  border-color: rgb(250 250 249 / 0.6);
}
.hover\:border-stone-50\/70:hover {
  border-color: rgb(250 250 249 / 0.7);
}
.hover\:border-stone-50\/75:hover {
  border-color: rgb(250 250 249 / 0.75);
}
.hover\:border-stone-50\/80:hover {
  border-color: rgb(250 250 249 / 0.8);
}
.hover\:border-stone-50\/90:hover {
  border-color: rgb(250 250 249 / 0.9);
}
.hover\:border-stone-50\/95:hover {
  border-color: rgb(250 250 249 / 0.95);
}
.hover\:border-stone-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.hover\:border-stone-500\/0:hover {
  border-color: rgb(120 113 108 / 0);
}
.hover\:border-stone-500\/10:hover {
  border-color: rgb(120 113 108 / 0.1);
}
.hover\:border-stone-500\/100:hover {
  border-color: rgb(120 113 108 / 1);
}
.hover\:border-stone-500\/20:hover {
  border-color: rgb(120 113 108 / 0.2);
}
.hover\:border-stone-500\/25:hover {
  border-color: rgb(120 113 108 / 0.25);
}
.hover\:border-stone-500\/30:hover {
  border-color: rgb(120 113 108 / 0.3);
}
.hover\:border-stone-500\/40:hover {
  border-color: rgb(120 113 108 / 0.4);
}
.hover\:border-stone-500\/5:hover {
  border-color: rgb(120 113 108 / 0.05);
}
.hover\:border-stone-500\/50:hover {
  border-color: rgb(120 113 108 / 0.5);
}
.hover\:border-stone-500\/60:hover {
  border-color: rgb(120 113 108 / 0.6);
}
.hover\:border-stone-500\/70:hover {
  border-color: rgb(120 113 108 / 0.7);
}
.hover\:border-stone-500\/75:hover {
  border-color: rgb(120 113 108 / 0.75);
}
.hover\:border-stone-500\/80:hover {
  border-color: rgb(120 113 108 / 0.8);
}
.hover\:border-stone-500\/90:hover {
  border-color: rgb(120 113 108 / 0.9);
}
.hover\:border-stone-500\/95:hover {
  border-color: rgb(120 113 108 / 0.95);
}
.hover\:border-stone-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.hover\:border-stone-600\/0:hover {
  border-color: rgb(87 83 78 / 0);
}
.hover\:border-stone-600\/10:hover {
  border-color: rgb(87 83 78 / 0.1);
}
.hover\:border-stone-600\/100:hover {
  border-color: rgb(87 83 78 / 1);
}
.hover\:border-stone-600\/20:hover {
  border-color: rgb(87 83 78 / 0.2);
}
.hover\:border-stone-600\/25:hover {
  border-color: rgb(87 83 78 / 0.25);
}
.hover\:border-stone-600\/30:hover {
  border-color: rgb(87 83 78 / 0.3);
}
.hover\:border-stone-600\/40:hover {
  border-color: rgb(87 83 78 / 0.4);
}
.hover\:border-stone-600\/5:hover {
  border-color: rgb(87 83 78 / 0.05);
}
.hover\:border-stone-600\/50:hover {
  border-color: rgb(87 83 78 / 0.5);
}
.hover\:border-stone-600\/60:hover {
  border-color: rgb(87 83 78 / 0.6);
}
.hover\:border-stone-600\/70:hover {
  border-color: rgb(87 83 78 / 0.7);
}
.hover\:border-stone-600\/75:hover {
  border-color: rgb(87 83 78 / 0.75);
}
.hover\:border-stone-600\/80:hover {
  border-color: rgb(87 83 78 / 0.8);
}
.hover\:border-stone-600\/90:hover {
  border-color: rgb(87 83 78 / 0.9);
}
.hover\:border-stone-600\/95:hover {
  border-color: rgb(87 83 78 / 0.95);
}
.hover\:border-stone-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.hover\:border-stone-700\/0:hover {
  border-color: rgb(68 64 60 / 0);
}
.hover\:border-stone-700\/10:hover {
  border-color: rgb(68 64 60 / 0.1);
}
.hover\:border-stone-700\/100:hover {
  border-color: rgb(68 64 60 / 1);
}
.hover\:border-stone-700\/20:hover {
  border-color: rgb(68 64 60 / 0.2);
}
.hover\:border-stone-700\/25:hover {
  border-color: rgb(68 64 60 / 0.25);
}
.hover\:border-stone-700\/30:hover {
  border-color: rgb(68 64 60 / 0.3);
}
.hover\:border-stone-700\/40:hover {
  border-color: rgb(68 64 60 / 0.4);
}
.hover\:border-stone-700\/5:hover {
  border-color: rgb(68 64 60 / 0.05);
}
.hover\:border-stone-700\/50:hover {
  border-color: rgb(68 64 60 / 0.5);
}
.hover\:border-stone-700\/60:hover {
  border-color: rgb(68 64 60 / 0.6);
}
.hover\:border-stone-700\/70:hover {
  border-color: rgb(68 64 60 / 0.7);
}
.hover\:border-stone-700\/75:hover {
  border-color: rgb(68 64 60 / 0.75);
}
.hover\:border-stone-700\/80:hover {
  border-color: rgb(68 64 60 / 0.8);
}
.hover\:border-stone-700\/90:hover {
  border-color: rgb(68 64 60 / 0.9);
}
.hover\:border-stone-700\/95:hover {
  border-color: rgb(68 64 60 / 0.95);
}
.hover\:border-stone-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.hover\:border-stone-800\/0:hover {
  border-color: rgb(41 37 36 / 0);
}
.hover\:border-stone-800\/10:hover {
  border-color: rgb(41 37 36 / 0.1);
}
.hover\:border-stone-800\/100:hover {
  border-color: rgb(41 37 36 / 1);
}
.hover\:border-stone-800\/20:hover {
  border-color: rgb(41 37 36 / 0.2);
}
.hover\:border-stone-800\/25:hover {
  border-color: rgb(41 37 36 / 0.25);
}
.hover\:border-stone-800\/30:hover {
  border-color: rgb(41 37 36 / 0.3);
}
.hover\:border-stone-800\/40:hover {
  border-color: rgb(41 37 36 / 0.4);
}
.hover\:border-stone-800\/5:hover {
  border-color: rgb(41 37 36 / 0.05);
}
.hover\:border-stone-800\/50:hover {
  border-color: rgb(41 37 36 / 0.5);
}
.hover\:border-stone-800\/60:hover {
  border-color: rgb(41 37 36 / 0.6);
}
.hover\:border-stone-800\/70:hover {
  border-color: rgb(41 37 36 / 0.7);
}
.hover\:border-stone-800\/75:hover {
  border-color: rgb(41 37 36 / 0.75);
}
.hover\:border-stone-800\/80:hover {
  border-color: rgb(41 37 36 / 0.8);
}
.hover\:border-stone-800\/90:hover {
  border-color: rgb(41 37 36 / 0.9);
}
.hover\:border-stone-800\/95:hover {
  border-color: rgb(41 37 36 / 0.95);
}
.hover\:border-stone-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.hover\:border-stone-900\/0:hover {
  border-color: rgb(28 25 23 / 0);
}
.hover\:border-stone-900\/10:hover {
  border-color: rgb(28 25 23 / 0.1);
}
.hover\:border-stone-900\/100:hover {
  border-color: rgb(28 25 23 / 1);
}
.hover\:border-stone-900\/20:hover {
  border-color: rgb(28 25 23 / 0.2);
}
.hover\:border-stone-900\/25:hover {
  border-color: rgb(28 25 23 / 0.25);
}
.hover\:border-stone-900\/30:hover {
  border-color: rgb(28 25 23 / 0.3);
}
.hover\:border-stone-900\/40:hover {
  border-color: rgb(28 25 23 / 0.4);
}
.hover\:border-stone-900\/5:hover {
  border-color: rgb(28 25 23 / 0.05);
}
.hover\:border-stone-900\/50:hover {
  border-color: rgb(28 25 23 / 0.5);
}
.hover\:border-stone-900\/60:hover {
  border-color: rgb(28 25 23 / 0.6);
}
.hover\:border-stone-900\/70:hover {
  border-color: rgb(28 25 23 / 0.7);
}
.hover\:border-stone-900\/75:hover {
  border-color: rgb(28 25 23 / 0.75);
}
.hover\:border-stone-900\/80:hover {
  border-color: rgb(28 25 23 / 0.8);
}
.hover\:border-stone-900\/90:hover {
  border-color: rgb(28 25 23 / 0.9);
}
.hover\:border-stone-900\/95:hover {
  border-color: rgb(28 25 23 / 0.95);
}
.hover\:border-stone-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.hover\:border-stone-950\/0:hover {
  border-color: rgb(12 10 9 / 0);
}
.hover\:border-stone-950\/10:hover {
  border-color: rgb(12 10 9 / 0.1);
}
.hover\:border-stone-950\/100:hover {
  border-color: rgb(12 10 9 / 1);
}
.hover\:border-stone-950\/20:hover {
  border-color: rgb(12 10 9 / 0.2);
}
.hover\:border-stone-950\/25:hover {
  border-color: rgb(12 10 9 / 0.25);
}
.hover\:border-stone-950\/30:hover {
  border-color: rgb(12 10 9 / 0.3);
}
.hover\:border-stone-950\/40:hover {
  border-color: rgb(12 10 9 / 0.4);
}
.hover\:border-stone-950\/5:hover {
  border-color: rgb(12 10 9 / 0.05);
}
.hover\:border-stone-950\/50:hover {
  border-color: rgb(12 10 9 / 0.5);
}
.hover\:border-stone-950\/60:hover {
  border-color: rgb(12 10 9 / 0.6);
}
.hover\:border-stone-950\/70:hover {
  border-color: rgb(12 10 9 / 0.7);
}
.hover\:border-stone-950\/75:hover {
  border-color: rgb(12 10 9 / 0.75);
}
.hover\:border-stone-950\/80:hover {
  border-color: rgb(12 10 9 / 0.8);
}
.hover\:border-stone-950\/90:hover {
  border-color: rgb(12 10 9 / 0.9);
}
.hover\:border-stone-950\/95:hover {
  border-color: rgb(12 10 9 / 0.95);
}
.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.hover\:border-teal-100\/0:hover {
  border-color: rgb(204 251 241 / 0);
}
.hover\:border-teal-100\/10:hover {
  border-color: rgb(204 251 241 / 0.1);
}
.hover\:border-teal-100\/100:hover {
  border-color: rgb(204 251 241 / 1);
}
.hover\:border-teal-100\/20:hover {
  border-color: rgb(204 251 241 / 0.2);
}
.hover\:border-teal-100\/25:hover {
  border-color: rgb(204 251 241 / 0.25);
}
.hover\:border-teal-100\/30:hover {
  border-color: rgb(204 251 241 / 0.3);
}
.hover\:border-teal-100\/40:hover {
  border-color: rgb(204 251 241 / 0.4);
}
.hover\:border-teal-100\/5:hover {
  border-color: rgb(204 251 241 / 0.05);
}
.hover\:border-teal-100\/50:hover {
  border-color: rgb(204 251 241 / 0.5);
}
.hover\:border-teal-100\/60:hover {
  border-color: rgb(204 251 241 / 0.6);
}
.hover\:border-teal-100\/70:hover {
  border-color: rgb(204 251 241 / 0.7);
}
.hover\:border-teal-100\/75:hover {
  border-color: rgb(204 251 241 / 0.75);
}
.hover\:border-teal-100\/80:hover {
  border-color: rgb(204 251 241 / 0.8);
}
.hover\:border-teal-100\/90:hover {
  border-color: rgb(204 251 241 / 0.9);
}
.hover\:border-teal-100\/95:hover {
  border-color: rgb(204 251 241 / 0.95);
}
.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.hover\:border-teal-200\/0:hover {
  border-color: rgb(153 246 228 / 0);
}
.hover\:border-teal-200\/10:hover {
  border-color: rgb(153 246 228 / 0.1);
}
.hover\:border-teal-200\/100:hover {
  border-color: rgb(153 246 228 / 1);
}
.hover\:border-teal-200\/20:hover {
  border-color: rgb(153 246 228 / 0.2);
}
.hover\:border-teal-200\/25:hover {
  border-color: rgb(153 246 228 / 0.25);
}
.hover\:border-teal-200\/30:hover {
  border-color: rgb(153 246 228 / 0.3);
}
.hover\:border-teal-200\/40:hover {
  border-color: rgb(153 246 228 / 0.4);
}
.hover\:border-teal-200\/5:hover {
  border-color: rgb(153 246 228 / 0.05);
}
.hover\:border-teal-200\/50:hover {
  border-color: rgb(153 246 228 / 0.5);
}
.hover\:border-teal-200\/60:hover {
  border-color: rgb(153 246 228 / 0.6);
}
.hover\:border-teal-200\/70:hover {
  border-color: rgb(153 246 228 / 0.7);
}
.hover\:border-teal-200\/75:hover {
  border-color: rgb(153 246 228 / 0.75);
}
.hover\:border-teal-200\/80:hover {
  border-color: rgb(153 246 228 / 0.8);
}
.hover\:border-teal-200\/90:hover {
  border-color: rgb(153 246 228 / 0.9);
}
.hover\:border-teal-200\/95:hover {
  border-color: rgb(153 246 228 / 0.95);
}
.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.hover\:border-teal-300\/0:hover {
  border-color: rgb(94 234 212 / 0);
}
.hover\:border-teal-300\/10:hover {
  border-color: rgb(94 234 212 / 0.1);
}
.hover\:border-teal-300\/100:hover {
  border-color: rgb(94 234 212 / 1);
}
.hover\:border-teal-300\/20:hover {
  border-color: rgb(94 234 212 / 0.2);
}
.hover\:border-teal-300\/25:hover {
  border-color: rgb(94 234 212 / 0.25);
}
.hover\:border-teal-300\/30:hover {
  border-color: rgb(94 234 212 / 0.3);
}
.hover\:border-teal-300\/40:hover {
  border-color: rgb(94 234 212 / 0.4);
}
.hover\:border-teal-300\/5:hover {
  border-color: rgb(94 234 212 / 0.05);
}
.hover\:border-teal-300\/50:hover {
  border-color: rgb(94 234 212 / 0.5);
}
.hover\:border-teal-300\/60:hover {
  border-color: rgb(94 234 212 / 0.6);
}
.hover\:border-teal-300\/70:hover {
  border-color: rgb(94 234 212 / 0.7);
}
.hover\:border-teal-300\/75:hover {
  border-color: rgb(94 234 212 / 0.75);
}
.hover\:border-teal-300\/80:hover {
  border-color: rgb(94 234 212 / 0.8);
}
.hover\:border-teal-300\/90:hover {
  border-color: rgb(94 234 212 / 0.9);
}
.hover\:border-teal-300\/95:hover {
  border-color: rgb(94 234 212 / 0.95);
}
.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.hover\:border-teal-400\/0:hover {
  border-color: rgb(45 212 191 / 0);
}
.hover\:border-teal-400\/10:hover {
  border-color: rgb(45 212 191 / 0.1);
}
.hover\:border-teal-400\/100:hover {
  border-color: rgb(45 212 191 / 1);
}
.hover\:border-teal-400\/20:hover {
  border-color: rgb(45 212 191 / 0.2);
}
.hover\:border-teal-400\/25:hover {
  border-color: rgb(45 212 191 / 0.25);
}
.hover\:border-teal-400\/30:hover {
  border-color: rgb(45 212 191 / 0.3);
}
.hover\:border-teal-400\/40:hover {
  border-color: rgb(45 212 191 / 0.4);
}
.hover\:border-teal-400\/5:hover {
  border-color: rgb(45 212 191 / 0.05);
}
.hover\:border-teal-400\/50:hover {
  border-color: rgb(45 212 191 / 0.5);
}
.hover\:border-teal-400\/60:hover {
  border-color: rgb(45 212 191 / 0.6);
}
.hover\:border-teal-400\/70:hover {
  border-color: rgb(45 212 191 / 0.7);
}
.hover\:border-teal-400\/75:hover {
  border-color: rgb(45 212 191 / 0.75);
}
.hover\:border-teal-400\/80:hover {
  border-color: rgb(45 212 191 / 0.8);
}
.hover\:border-teal-400\/90:hover {
  border-color: rgb(45 212 191 / 0.9);
}
.hover\:border-teal-400\/95:hover {
  border-color: rgb(45 212 191 / 0.95);
}
.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.hover\:border-teal-50\/0:hover {
  border-color: rgb(240 253 250 / 0);
}
.hover\:border-teal-50\/10:hover {
  border-color: rgb(240 253 250 / 0.1);
}
.hover\:border-teal-50\/100:hover {
  border-color: rgb(240 253 250 / 1);
}
.hover\:border-teal-50\/20:hover {
  border-color: rgb(240 253 250 / 0.2);
}
.hover\:border-teal-50\/25:hover {
  border-color: rgb(240 253 250 / 0.25);
}
.hover\:border-teal-50\/30:hover {
  border-color: rgb(240 253 250 / 0.3);
}
.hover\:border-teal-50\/40:hover {
  border-color: rgb(240 253 250 / 0.4);
}
.hover\:border-teal-50\/5:hover {
  border-color: rgb(240 253 250 / 0.05);
}
.hover\:border-teal-50\/50:hover {
  border-color: rgb(240 253 250 / 0.5);
}
.hover\:border-teal-50\/60:hover {
  border-color: rgb(240 253 250 / 0.6);
}
.hover\:border-teal-50\/70:hover {
  border-color: rgb(240 253 250 / 0.7);
}
.hover\:border-teal-50\/75:hover {
  border-color: rgb(240 253 250 / 0.75);
}
.hover\:border-teal-50\/80:hover {
  border-color: rgb(240 253 250 / 0.8);
}
.hover\:border-teal-50\/90:hover {
  border-color: rgb(240 253 250 / 0.9);
}
.hover\:border-teal-50\/95:hover {
  border-color: rgb(240 253 250 / 0.95);
}
.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.hover\:border-teal-500\/0:hover {
  border-color: rgb(20 184 166 / 0);
}
.hover\:border-teal-500\/10:hover {
  border-color: rgb(20 184 166 / 0.1);
}
.hover\:border-teal-500\/100:hover {
  border-color: rgb(20 184 166 / 1);
}
.hover\:border-teal-500\/20:hover {
  border-color: rgb(20 184 166 / 0.2);
}
.hover\:border-teal-500\/25:hover {
  border-color: rgb(20 184 166 / 0.25);
}
.hover\:border-teal-500\/30:hover {
  border-color: rgb(20 184 166 / 0.3);
}
.hover\:border-teal-500\/40:hover {
  border-color: rgb(20 184 166 / 0.4);
}
.hover\:border-teal-500\/5:hover {
  border-color: rgb(20 184 166 / 0.05);
}
.hover\:border-teal-500\/50:hover {
  border-color: rgb(20 184 166 / 0.5);
}
.hover\:border-teal-500\/60:hover {
  border-color: rgb(20 184 166 / 0.6);
}
.hover\:border-teal-500\/70:hover {
  border-color: rgb(20 184 166 / 0.7);
}
.hover\:border-teal-500\/75:hover {
  border-color: rgb(20 184 166 / 0.75);
}
.hover\:border-teal-500\/80:hover {
  border-color: rgb(20 184 166 / 0.8);
}
.hover\:border-teal-500\/90:hover {
  border-color: rgb(20 184 166 / 0.9);
}
.hover\:border-teal-500\/95:hover {
  border-color: rgb(20 184 166 / 0.95);
}
.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.hover\:border-teal-600\/0:hover {
  border-color: rgb(13 148 136 / 0);
}
.hover\:border-teal-600\/10:hover {
  border-color: rgb(13 148 136 / 0.1);
}
.hover\:border-teal-600\/100:hover {
  border-color: rgb(13 148 136 / 1);
}
.hover\:border-teal-600\/20:hover {
  border-color: rgb(13 148 136 / 0.2);
}
.hover\:border-teal-600\/25:hover {
  border-color: rgb(13 148 136 / 0.25);
}
.hover\:border-teal-600\/30:hover {
  border-color: rgb(13 148 136 / 0.3);
}
.hover\:border-teal-600\/40:hover {
  border-color: rgb(13 148 136 / 0.4);
}
.hover\:border-teal-600\/5:hover {
  border-color: rgb(13 148 136 / 0.05);
}
.hover\:border-teal-600\/50:hover {
  border-color: rgb(13 148 136 / 0.5);
}
.hover\:border-teal-600\/60:hover {
  border-color: rgb(13 148 136 / 0.6);
}
.hover\:border-teal-600\/70:hover {
  border-color: rgb(13 148 136 / 0.7);
}
.hover\:border-teal-600\/75:hover {
  border-color: rgb(13 148 136 / 0.75);
}
.hover\:border-teal-600\/80:hover {
  border-color: rgb(13 148 136 / 0.8);
}
.hover\:border-teal-600\/90:hover {
  border-color: rgb(13 148 136 / 0.9);
}
.hover\:border-teal-600\/95:hover {
  border-color: rgb(13 148 136 / 0.95);
}
.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.hover\:border-teal-700\/0:hover {
  border-color: rgb(15 118 110 / 0);
}
.hover\:border-teal-700\/10:hover {
  border-color: rgb(15 118 110 / 0.1);
}
.hover\:border-teal-700\/100:hover {
  border-color: rgb(15 118 110 / 1);
}
.hover\:border-teal-700\/20:hover {
  border-color: rgb(15 118 110 / 0.2);
}
.hover\:border-teal-700\/25:hover {
  border-color: rgb(15 118 110 / 0.25);
}
.hover\:border-teal-700\/30:hover {
  border-color: rgb(15 118 110 / 0.3);
}
.hover\:border-teal-700\/40:hover {
  border-color: rgb(15 118 110 / 0.4);
}
.hover\:border-teal-700\/5:hover {
  border-color: rgb(15 118 110 / 0.05);
}
.hover\:border-teal-700\/50:hover {
  border-color: rgb(15 118 110 / 0.5);
}
.hover\:border-teal-700\/60:hover {
  border-color: rgb(15 118 110 / 0.6);
}
.hover\:border-teal-700\/70:hover {
  border-color: rgb(15 118 110 / 0.7);
}
.hover\:border-teal-700\/75:hover {
  border-color: rgb(15 118 110 / 0.75);
}
.hover\:border-teal-700\/80:hover {
  border-color: rgb(15 118 110 / 0.8);
}
.hover\:border-teal-700\/90:hover {
  border-color: rgb(15 118 110 / 0.9);
}
.hover\:border-teal-700\/95:hover {
  border-color: rgb(15 118 110 / 0.95);
}
.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.hover\:border-teal-800\/0:hover {
  border-color: rgb(17 94 89 / 0);
}
.hover\:border-teal-800\/10:hover {
  border-color: rgb(17 94 89 / 0.1);
}
.hover\:border-teal-800\/100:hover {
  border-color: rgb(17 94 89 / 1);
}
.hover\:border-teal-800\/20:hover {
  border-color: rgb(17 94 89 / 0.2);
}
.hover\:border-teal-800\/25:hover {
  border-color: rgb(17 94 89 / 0.25);
}
.hover\:border-teal-800\/30:hover {
  border-color: rgb(17 94 89 / 0.3);
}
.hover\:border-teal-800\/40:hover {
  border-color: rgb(17 94 89 / 0.4);
}
.hover\:border-teal-800\/5:hover {
  border-color: rgb(17 94 89 / 0.05);
}
.hover\:border-teal-800\/50:hover {
  border-color: rgb(17 94 89 / 0.5);
}
.hover\:border-teal-800\/60:hover {
  border-color: rgb(17 94 89 / 0.6);
}
.hover\:border-teal-800\/70:hover {
  border-color: rgb(17 94 89 / 0.7);
}
.hover\:border-teal-800\/75:hover {
  border-color: rgb(17 94 89 / 0.75);
}
.hover\:border-teal-800\/80:hover {
  border-color: rgb(17 94 89 / 0.8);
}
.hover\:border-teal-800\/90:hover {
  border-color: rgb(17 94 89 / 0.9);
}
.hover\:border-teal-800\/95:hover {
  border-color: rgb(17 94 89 / 0.95);
}
.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.hover\:border-teal-900\/0:hover {
  border-color: rgb(19 78 74 / 0);
}
.hover\:border-teal-900\/10:hover {
  border-color: rgb(19 78 74 / 0.1);
}
.hover\:border-teal-900\/100:hover {
  border-color: rgb(19 78 74 / 1);
}
.hover\:border-teal-900\/20:hover {
  border-color: rgb(19 78 74 / 0.2);
}
.hover\:border-teal-900\/25:hover {
  border-color: rgb(19 78 74 / 0.25);
}
.hover\:border-teal-900\/30:hover {
  border-color: rgb(19 78 74 / 0.3);
}
.hover\:border-teal-900\/40:hover {
  border-color: rgb(19 78 74 / 0.4);
}
.hover\:border-teal-900\/5:hover {
  border-color: rgb(19 78 74 / 0.05);
}
.hover\:border-teal-900\/50:hover {
  border-color: rgb(19 78 74 / 0.5);
}
.hover\:border-teal-900\/60:hover {
  border-color: rgb(19 78 74 / 0.6);
}
.hover\:border-teal-900\/70:hover {
  border-color: rgb(19 78 74 / 0.7);
}
.hover\:border-teal-900\/75:hover {
  border-color: rgb(19 78 74 / 0.75);
}
.hover\:border-teal-900\/80:hover {
  border-color: rgb(19 78 74 / 0.8);
}
.hover\:border-teal-900\/90:hover {
  border-color: rgb(19 78 74 / 0.9);
}
.hover\:border-teal-900\/95:hover {
  border-color: rgb(19 78 74 / 0.95);
}
.hover\:border-teal-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.hover\:border-teal-950\/0:hover {
  border-color: rgb(4 47 46 / 0);
}
.hover\:border-teal-950\/10:hover {
  border-color: rgb(4 47 46 / 0.1);
}
.hover\:border-teal-950\/100:hover {
  border-color: rgb(4 47 46 / 1);
}
.hover\:border-teal-950\/20:hover {
  border-color: rgb(4 47 46 / 0.2);
}
.hover\:border-teal-950\/25:hover {
  border-color: rgb(4 47 46 / 0.25);
}
.hover\:border-teal-950\/30:hover {
  border-color: rgb(4 47 46 / 0.3);
}
.hover\:border-teal-950\/40:hover {
  border-color: rgb(4 47 46 / 0.4);
}
.hover\:border-teal-950\/5:hover {
  border-color: rgb(4 47 46 / 0.05);
}
.hover\:border-teal-950\/50:hover {
  border-color: rgb(4 47 46 / 0.5);
}
.hover\:border-teal-950\/60:hover {
  border-color: rgb(4 47 46 / 0.6);
}
.hover\:border-teal-950\/70:hover {
  border-color: rgb(4 47 46 / 0.7);
}
.hover\:border-teal-950\/75:hover {
  border-color: rgb(4 47 46 / 0.75);
}
.hover\:border-teal-950\/80:hover {
  border-color: rgb(4 47 46 / 0.8);
}
.hover\:border-teal-950\/90:hover {
  border-color: rgb(4 47 46 / 0.9);
}
.hover\:border-teal-950\/95:hover {
  border-color: rgb(4 47 46 / 0.95);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.hover\:border-violet-100\/0:hover {
  border-color: rgb(237 233 254 / 0);
}
.hover\:border-violet-100\/10:hover {
  border-color: rgb(237 233 254 / 0.1);
}
.hover\:border-violet-100\/100:hover {
  border-color: rgb(237 233 254 / 1);
}
.hover\:border-violet-100\/20:hover {
  border-color: rgb(237 233 254 / 0.2);
}
.hover\:border-violet-100\/25:hover {
  border-color: rgb(237 233 254 / 0.25);
}
.hover\:border-violet-100\/30:hover {
  border-color: rgb(237 233 254 / 0.3);
}
.hover\:border-violet-100\/40:hover {
  border-color: rgb(237 233 254 / 0.4);
}
.hover\:border-violet-100\/5:hover {
  border-color: rgb(237 233 254 / 0.05);
}
.hover\:border-violet-100\/50:hover {
  border-color: rgb(237 233 254 / 0.5);
}
.hover\:border-violet-100\/60:hover {
  border-color: rgb(237 233 254 / 0.6);
}
.hover\:border-violet-100\/70:hover {
  border-color: rgb(237 233 254 / 0.7);
}
.hover\:border-violet-100\/75:hover {
  border-color: rgb(237 233 254 / 0.75);
}
.hover\:border-violet-100\/80:hover {
  border-color: rgb(237 233 254 / 0.8);
}
.hover\:border-violet-100\/90:hover {
  border-color: rgb(237 233 254 / 0.9);
}
.hover\:border-violet-100\/95:hover {
  border-color: rgb(237 233 254 / 0.95);
}
.hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.hover\:border-violet-200\/0:hover {
  border-color: rgb(221 214 254 / 0);
}
.hover\:border-violet-200\/10:hover {
  border-color: rgb(221 214 254 / 0.1);
}
.hover\:border-violet-200\/100:hover {
  border-color: rgb(221 214 254 / 1);
}
.hover\:border-violet-200\/20:hover {
  border-color: rgb(221 214 254 / 0.2);
}
.hover\:border-violet-200\/25:hover {
  border-color: rgb(221 214 254 / 0.25);
}
.hover\:border-violet-200\/30:hover {
  border-color: rgb(221 214 254 / 0.3);
}
.hover\:border-violet-200\/40:hover {
  border-color: rgb(221 214 254 / 0.4);
}
.hover\:border-violet-200\/5:hover {
  border-color: rgb(221 214 254 / 0.05);
}
.hover\:border-violet-200\/50:hover {
  border-color: rgb(221 214 254 / 0.5);
}
.hover\:border-violet-200\/60:hover {
  border-color: rgb(221 214 254 / 0.6);
}
.hover\:border-violet-200\/70:hover {
  border-color: rgb(221 214 254 / 0.7);
}
.hover\:border-violet-200\/75:hover {
  border-color: rgb(221 214 254 / 0.75);
}
.hover\:border-violet-200\/80:hover {
  border-color: rgb(221 214 254 / 0.8);
}
.hover\:border-violet-200\/90:hover {
  border-color: rgb(221 214 254 / 0.9);
}
.hover\:border-violet-200\/95:hover {
  border-color: rgb(221 214 254 / 0.95);
}
.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.hover\:border-violet-300\/0:hover {
  border-color: rgb(196 181 253 / 0);
}
.hover\:border-violet-300\/10:hover {
  border-color: rgb(196 181 253 / 0.1);
}
.hover\:border-violet-300\/100:hover {
  border-color: rgb(196 181 253 / 1);
}
.hover\:border-violet-300\/20:hover {
  border-color: rgb(196 181 253 / 0.2);
}
.hover\:border-violet-300\/25:hover {
  border-color: rgb(196 181 253 / 0.25);
}
.hover\:border-violet-300\/30:hover {
  border-color: rgb(196 181 253 / 0.3);
}
.hover\:border-violet-300\/40:hover {
  border-color: rgb(196 181 253 / 0.4);
}
.hover\:border-violet-300\/5:hover {
  border-color: rgb(196 181 253 / 0.05);
}
.hover\:border-violet-300\/50:hover {
  border-color: rgb(196 181 253 / 0.5);
}
.hover\:border-violet-300\/60:hover {
  border-color: rgb(196 181 253 / 0.6);
}
.hover\:border-violet-300\/70:hover {
  border-color: rgb(196 181 253 / 0.7);
}
.hover\:border-violet-300\/75:hover {
  border-color: rgb(196 181 253 / 0.75);
}
.hover\:border-violet-300\/80:hover {
  border-color: rgb(196 181 253 / 0.8);
}
.hover\:border-violet-300\/90:hover {
  border-color: rgb(196 181 253 / 0.9);
}
.hover\:border-violet-300\/95:hover {
  border-color: rgb(196 181 253 / 0.95);
}
.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.hover\:border-violet-400\/0:hover {
  border-color: rgb(167 139 250 / 0);
}
.hover\:border-violet-400\/10:hover {
  border-color: rgb(167 139 250 / 0.1);
}
.hover\:border-violet-400\/100:hover {
  border-color: rgb(167 139 250 / 1);
}
.hover\:border-violet-400\/20:hover {
  border-color: rgb(167 139 250 / 0.2);
}
.hover\:border-violet-400\/25:hover {
  border-color: rgb(167 139 250 / 0.25);
}
.hover\:border-violet-400\/30:hover {
  border-color: rgb(167 139 250 / 0.3);
}
.hover\:border-violet-400\/40:hover {
  border-color: rgb(167 139 250 / 0.4);
}
.hover\:border-violet-400\/5:hover {
  border-color: rgb(167 139 250 / 0.05);
}
.hover\:border-violet-400\/50:hover {
  border-color: rgb(167 139 250 / 0.5);
}
.hover\:border-violet-400\/60:hover {
  border-color: rgb(167 139 250 / 0.6);
}
.hover\:border-violet-400\/70:hover {
  border-color: rgb(167 139 250 / 0.7);
}
.hover\:border-violet-400\/75:hover {
  border-color: rgb(167 139 250 / 0.75);
}
.hover\:border-violet-400\/80:hover {
  border-color: rgb(167 139 250 / 0.8);
}
.hover\:border-violet-400\/90:hover {
  border-color: rgb(167 139 250 / 0.9);
}
.hover\:border-violet-400\/95:hover {
  border-color: rgb(167 139 250 / 0.95);
}
.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.hover\:border-violet-50\/0:hover {
  border-color: rgb(245 243 255 / 0);
}
.hover\:border-violet-50\/10:hover {
  border-color: rgb(245 243 255 / 0.1);
}
.hover\:border-violet-50\/100:hover {
  border-color: rgb(245 243 255 / 1);
}
.hover\:border-violet-50\/20:hover {
  border-color: rgb(245 243 255 / 0.2);
}
.hover\:border-violet-50\/25:hover {
  border-color: rgb(245 243 255 / 0.25);
}
.hover\:border-violet-50\/30:hover {
  border-color: rgb(245 243 255 / 0.3);
}
.hover\:border-violet-50\/40:hover {
  border-color: rgb(245 243 255 / 0.4);
}
.hover\:border-violet-50\/5:hover {
  border-color: rgb(245 243 255 / 0.05);
}
.hover\:border-violet-50\/50:hover {
  border-color: rgb(245 243 255 / 0.5);
}
.hover\:border-violet-50\/60:hover {
  border-color: rgb(245 243 255 / 0.6);
}
.hover\:border-violet-50\/70:hover {
  border-color: rgb(245 243 255 / 0.7);
}
.hover\:border-violet-50\/75:hover {
  border-color: rgb(245 243 255 / 0.75);
}
.hover\:border-violet-50\/80:hover {
  border-color: rgb(245 243 255 / 0.8);
}
.hover\:border-violet-50\/90:hover {
  border-color: rgb(245 243 255 / 0.9);
}
.hover\:border-violet-50\/95:hover {
  border-color: rgb(245 243 255 / 0.95);
}
.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.hover\:border-violet-500\/0:hover {
  border-color: rgb(139 92 246 / 0);
}
.hover\:border-violet-500\/10:hover {
  border-color: rgb(139 92 246 / 0.1);
}
.hover\:border-violet-500\/100:hover {
  border-color: rgb(139 92 246 / 1);
}
.hover\:border-violet-500\/20:hover {
  border-color: rgb(139 92 246 / 0.2);
}
.hover\:border-violet-500\/25:hover {
  border-color: rgb(139 92 246 / 0.25);
}
.hover\:border-violet-500\/30:hover {
  border-color: rgb(139 92 246 / 0.3);
}
.hover\:border-violet-500\/40:hover {
  border-color: rgb(139 92 246 / 0.4);
}
.hover\:border-violet-500\/5:hover {
  border-color: rgb(139 92 246 / 0.05);
}
.hover\:border-violet-500\/50:hover {
  border-color: rgb(139 92 246 / 0.5);
}
.hover\:border-violet-500\/60:hover {
  border-color: rgb(139 92 246 / 0.6);
}
.hover\:border-violet-500\/70:hover {
  border-color: rgb(139 92 246 / 0.7);
}
.hover\:border-violet-500\/75:hover {
  border-color: rgb(139 92 246 / 0.75);
}
.hover\:border-violet-500\/80:hover {
  border-color: rgb(139 92 246 / 0.8);
}
.hover\:border-violet-500\/90:hover {
  border-color: rgb(139 92 246 / 0.9);
}
.hover\:border-violet-500\/95:hover {
  border-color: rgb(139 92 246 / 0.95);
}
.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.hover\:border-violet-600\/0:hover {
  border-color: rgb(124 58 237 / 0);
}
.hover\:border-violet-600\/10:hover {
  border-color: rgb(124 58 237 / 0.1);
}
.hover\:border-violet-600\/100:hover {
  border-color: rgb(124 58 237 / 1);
}
.hover\:border-violet-600\/20:hover {
  border-color: rgb(124 58 237 / 0.2);
}
.hover\:border-violet-600\/25:hover {
  border-color: rgb(124 58 237 / 0.25);
}
.hover\:border-violet-600\/30:hover {
  border-color: rgb(124 58 237 / 0.3);
}
.hover\:border-violet-600\/40:hover {
  border-color: rgb(124 58 237 / 0.4);
}
.hover\:border-violet-600\/5:hover {
  border-color: rgb(124 58 237 / 0.05);
}
.hover\:border-violet-600\/50:hover {
  border-color: rgb(124 58 237 / 0.5);
}
.hover\:border-violet-600\/60:hover {
  border-color: rgb(124 58 237 / 0.6);
}
.hover\:border-violet-600\/70:hover {
  border-color: rgb(124 58 237 / 0.7);
}
.hover\:border-violet-600\/75:hover {
  border-color: rgb(124 58 237 / 0.75);
}
.hover\:border-violet-600\/80:hover {
  border-color: rgb(124 58 237 / 0.8);
}
.hover\:border-violet-600\/90:hover {
  border-color: rgb(124 58 237 / 0.9);
}
.hover\:border-violet-600\/95:hover {
  border-color: rgb(124 58 237 / 0.95);
}
.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.hover\:border-violet-700\/0:hover {
  border-color: rgb(109 40 217 / 0);
}
.hover\:border-violet-700\/10:hover {
  border-color: rgb(109 40 217 / 0.1);
}
.hover\:border-violet-700\/100:hover {
  border-color: rgb(109 40 217 / 1);
}
.hover\:border-violet-700\/20:hover {
  border-color: rgb(109 40 217 / 0.2);
}
.hover\:border-violet-700\/25:hover {
  border-color: rgb(109 40 217 / 0.25);
}
.hover\:border-violet-700\/30:hover {
  border-color: rgb(109 40 217 / 0.3);
}
.hover\:border-violet-700\/40:hover {
  border-color: rgb(109 40 217 / 0.4);
}
.hover\:border-violet-700\/5:hover {
  border-color: rgb(109 40 217 / 0.05);
}
.hover\:border-violet-700\/50:hover {
  border-color: rgb(109 40 217 / 0.5);
}
.hover\:border-violet-700\/60:hover {
  border-color: rgb(109 40 217 / 0.6);
}
.hover\:border-violet-700\/70:hover {
  border-color: rgb(109 40 217 / 0.7);
}
.hover\:border-violet-700\/75:hover {
  border-color: rgb(109 40 217 / 0.75);
}
.hover\:border-violet-700\/80:hover {
  border-color: rgb(109 40 217 / 0.8);
}
.hover\:border-violet-700\/90:hover {
  border-color: rgb(109 40 217 / 0.9);
}
.hover\:border-violet-700\/95:hover {
  border-color: rgb(109 40 217 / 0.95);
}
.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.hover\:border-violet-800\/0:hover {
  border-color: rgb(91 33 182 / 0);
}
.hover\:border-violet-800\/10:hover {
  border-color: rgb(91 33 182 / 0.1);
}
.hover\:border-violet-800\/100:hover {
  border-color: rgb(91 33 182 / 1);
}
.hover\:border-violet-800\/20:hover {
  border-color: rgb(91 33 182 / 0.2);
}
.hover\:border-violet-800\/25:hover {
  border-color: rgb(91 33 182 / 0.25);
}
.hover\:border-violet-800\/30:hover {
  border-color: rgb(91 33 182 / 0.3);
}
.hover\:border-violet-800\/40:hover {
  border-color: rgb(91 33 182 / 0.4);
}
.hover\:border-violet-800\/5:hover {
  border-color: rgb(91 33 182 / 0.05);
}
.hover\:border-violet-800\/50:hover {
  border-color: rgb(91 33 182 / 0.5);
}
.hover\:border-violet-800\/60:hover {
  border-color: rgb(91 33 182 / 0.6);
}
.hover\:border-violet-800\/70:hover {
  border-color: rgb(91 33 182 / 0.7);
}
.hover\:border-violet-800\/75:hover {
  border-color: rgb(91 33 182 / 0.75);
}
.hover\:border-violet-800\/80:hover {
  border-color: rgb(91 33 182 / 0.8);
}
.hover\:border-violet-800\/90:hover {
  border-color: rgb(91 33 182 / 0.9);
}
.hover\:border-violet-800\/95:hover {
  border-color: rgb(91 33 182 / 0.95);
}
.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.hover\:border-violet-900\/0:hover {
  border-color: rgb(76 29 149 / 0);
}
.hover\:border-violet-900\/10:hover {
  border-color: rgb(76 29 149 / 0.1);
}
.hover\:border-violet-900\/100:hover {
  border-color: rgb(76 29 149 / 1);
}
.hover\:border-violet-900\/20:hover {
  border-color: rgb(76 29 149 / 0.2);
}
.hover\:border-violet-900\/25:hover {
  border-color: rgb(76 29 149 / 0.25);
}
.hover\:border-violet-900\/30:hover {
  border-color: rgb(76 29 149 / 0.3);
}
.hover\:border-violet-900\/40:hover {
  border-color: rgb(76 29 149 / 0.4);
}
.hover\:border-violet-900\/5:hover {
  border-color: rgb(76 29 149 / 0.05);
}
.hover\:border-violet-900\/50:hover {
  border-color: rgb(76 29 149 / 0.5);
}
.hover\:border-violet-900\/60:hover {
  border-color: rgb(76 29 149 / 0.6);
}
.hover\:border-violet-900\/70:hover {
  border-color: rgb(76 29 149 / 0.7);
}
.hover\:border-violet-900\/75:hover {
  border-color: rgb(76 29 149 / 0.75);
}
.hover\:border-violet-900\/80:hover {
  border-color: rgb(76 29 149 / 0.8);
}
.hover\:border-violet-900\/90:hover {
  border-color: rgb(76 29 149 / 0.9);
}
.hover\:border-violet-900\/95:hover {
  border-color: rgb(76 29 149 / 0.95);
}
.hover\:border-violet-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.hover\:border-violet-950\/0:hover {
  border-color: rgb(46 16 101 / 0);
}
.hover\:border-violet-950\/10:hover {
  border-color: rgb(46 16 101 / 0.1);
}
.hover\:border-violet-950\/100:hover {
  border-color: rgb(46 16 101 / 1);
}
.hover\:border-violet-950\/20:hover {
  border-color: rgb(46 16 101 / 0.2);
}
.hover\:border-violet-950\/25:hover {
  border-color: rgb(46 16 101 / 0.25);
}
.hover\:border-violet-950\/30:hover {
  border-color: rgb(46 16 101 / 0.3);
}
.hover\:border-violet-950\/40:hover {
  border-color: rgb(46 16 101 / 0.4);
}
.hover\:border-violet-950\/5:hover {
  border-color: rgb(46 16 101 / 0.05);
}
.hover\:border-violet-950\/50:hover {
  border-color: rgb(46 16 101 / 0.5);
}
.hover\:border-violet-950\/60:hover {
  border-color: rgb(46 16 101 / 0.6);
}
.hover\:border-violet-950\/70:hover {
  border-color: rgb(46 16 101 / 0.7);
}
.hover\:border-violet-950\/75:hover {
  border-color: rgb(46 16 101 / 0.75);
}
.hover\:border-violet-950\/80:hover {
  border-color: rgb(46 16 101 / 0.8);
}
.hover\:border-violet-950\/90:hover {
  border-color: rgb(46 16 101 / 0.9);
}
.hover\:border-violet-950\/95:hover {
  border-color: rgb(46 16 101 / 0.95);
}
.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40:hover {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60:hover {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60:hover {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60:hover {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60:hover {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60:hover {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60:hover {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60:hover {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60:hover {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60:hover {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/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\:border-zinc-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.hover\:border-zinc-100\/0:hover {
  border-color: rgb(244 244 245 / 0);
}
.hover\:border-zinc-100\/10:hover {
  border-color: rgb(244 244 245 / 0.1);
}
.hover\:border-zinc-100\/100:hover {
  border-color: rgb(244 244 245 / 1);
}
.hover\:border-zinc-100\/20:hover {
  border-color: rgb(244 244 245 / 0.2);
}
.hover\:border-zinc-100\/25:hover {
  border-color: rgb(244 244 245 / 0.25);
}
.hover\:border-zinc-100\/30:hover {
  border-color: rgb(244 244 245 / 0.3);
}
.hover\:border-zinc-100\/40:hover {
  border-color: rgb(244 244 245 / 0.4);
}
.hover\:border-zinc-100\/5:hover {
  border-color: rgb(244 244 245 / 0.05);
}
.hover\:border-zinc-100\/50:hover {
  border-color: rgb(244 244 245 / 0.5);
}
.hover\:border-zinc-100\/60:hover {
  border-color: rgb(244 244 245 / 0.6);
}
.hover\:border-zinc-100\/70:hover {
  border-color: rgb(244 244 245 / 0.7);
}
.hover\:border-zinc-100\/75:hover {
  border-color: rgb(244 244 245 / 0.75);
}
.hover\:border-zinc-100\/80:hover {
  border-color: rgb(244 244 245 / 0.8);
}
.hover\:border-zinc-100\/90:hover {
  border-color: rgb(244 244 245 / 0.9);
}
.hover\:border-zinc-100\/95:hover {
  border-color: rgb(244 244 245 / 0.95);
}
.hover\:border-zinc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.hover\:border-zinc-200\/0:hover {
  border-color: rgb(228 228 231 / 0);
}
.hover\:border-zinc-200\/10:hover {
  border-color: rgb(228 228 231 / 0.1);
}
.hover\:border-zinc-200\/100:hover {
  border-color: rgb(228 228 231 / 1);
}
.hover\:border-zinc-200\/20:hover {
  border-color: rgb(228 228 231 / 0.2);
}
.hover\:border-zinc-200\/25:hover {
  border-color: rgb(228 228 231 / 0.25);
}
.hover\:border-zinc-200\/30:hover {
  border-color: rgb(228 228 231 / 0.3);
}
.hover\:border-zinc-200\/40:hover {
  border-color: rgb(228 228 231 / 0.4);
}
.hover\:border-zinc-200\/5:hover {
  border-color: rgb(228 228 231 / 0.05);
}
.hover\:border-zinc-200\/50:hover {
  border-color: rgb(228 228 231 / 0.5);
}
.hover\:border-zinc-200\/60:hover {
  border-color: rgb(228 228 231 / 0.6);
}
.hover\:border-zinc-200\/70:hover {
  border-color: rgb(228 228 231 / 0.7);
}
.hover\:border-zinc-200\/75:hover {
  border-color: rgb(228 228 231 / 0.75);
}
.hover\:border-zinc-200\/80:hover {
  border-color: rgb(228 228 231 / 0.8);
}
.hover\:border-zinc-200\/90:hover {
  border-color: rgb(228 228 231 / 0.9);
}
.hover\:border-zinc-200\/95:hover {
  border-color: rgb(228 228 231 / 0.95);
}
.hover\:border-zinc-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.hover\:border-zinc-300\/0:hover {
  border-color: rgb(212 212 216 / 0);
}
.hover\:border-zinc-300\/10:hover {
  border-color: rgb(212 212 216 / 0.1);
}
.hover\:border-zinc-300\/100:hover {
  border-color: rgb(212 212 216 / 1);
}
.hover\:border-zinc-300\/20:hover {
  border-color: rgb(212 212 216 / 0.2);
}
.hover\:border-zinc-300\/25:hover {
  border-color: rgb(212 212 216 / 0.25);
}
.hover\:border-zinc-300\/30:hover {
  border-color: rgb(212 212 216 / 0.3);
}
.hover\:border-zinc-300\/40:hover {
  border-color: rgb(212 212 216 / 0.4);
}
.hover\:border-zinc-300\/5:hover {
  border-color: rgb(212 212 216 / 0.05);
}
.hover\:border-zinc-300\/50:hover {
  border-color: rgb(212 212 216 / 0.5);
}
.hover\:border-zinc-300\/60:hover {
  border-color: rgb(212 212 216 / 0.6);
}
.hover\:border-zinc-300\/70:hover {
  border-color: rgb(212 212 216 / 0.7);
}
.hover\:border-zinc-300\/75:hover {
  border-color: rgb(212 212 216 / 0.75);
}
.hover\:border-zinc-300\/80:hover {
  border-color: rgb(212 212 216 / 0.8);
}
.hover\:border-zinc-300\/90:hover {
  border-color: rgb(212 212 216 / 0.9);
}
.hover\:border-zinc-300\/95:hover {
  border-color: rgb(212 212 216 / 0.95);
}
.hover\:border-zinc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.hover\:border-zinc-400\/0:hover {
  border-color: rgb(161 161 170 / 0);
}
.hover\:border-zinc-400\/10:hover {
  border-color: rgb(161 161 170 / 0.1);
}
.hover\:border-zinc-400\/100:hover {
  border-color: rgb(161 161 170 / 1);
}
.hover\:border-zinc-400\/20:hover {
  border-color: rgb(161 161 170 / 0.2);
}
.hover\:border-zinc-400\/25:hover {
  border-color: rgb(161 161 170 / 0.25);
}
.hover\:border-zinc-400\/30:hover {
  border-color: rgb(161 161 170 / 0.3);
}
.hover\:border-zinc-400\/40:hover {
  border-color: rgb(161 161 170 / 0.4);
}
.hover\:border-zinc-400\/5:hover {
  border-color: rgb(161 161 170 / 0.05);
}
.hover\:border-zinc-400\/50:hover {
  border-color: rgb(161 161 170 / 0.5);
}
.hover\:border-zinc-400\/60:hover {
  border-color: rgb(161 161 170 / 0.6);
}
.hover\:border-zinc-400\/70:hover {
  border-color: rgb(161 161 170 / 0.7);
}
.hover\:border-zinc-400\/75:hover {
  border-color: rgb(161 161 170 / 0.75);
}
.hover\:border-zinc-400\/80:hover {
  border-color: rgb(161 161 170 / 0.8);
}
.hover\:border-zinc-400\/90:hover {
  border-color: rgb(161 161 170 / 0.9);
}
.hover\:border-zinc-400\/95:hover {
  border-color: rgb(161 161 170 / 0.95);
}
.hover\:border-zinc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.hover\:border-zinc-50\/0:hover {
  border-color: rgb(250 250 250 / 0);
}
.hover\:border-zinc-50\/10:hover {
  border-color: rgb(250 250 250 / 0.1);
}
.hover\:border-zinc-50\/100:hover {
  border-color: rgb(250 250 250 / 1);
}
.hover\:border-zinc-50\/20:hover {
  border-color: rgb(250 250 250 / 0.2);
}
.hover\:border-zinc-50\/25:hover {
  border-color: rgb(250 250 250 / 0.25);
}
.hover\:border-zinc-50\/30:hover {
  border-color: rgb(250 250 250 / 0.3);
}
.hover\:border-zinc-50\/40:hover {
  border-color: rgb(250 250 250 / 0.4);
}
.hover\:border-zinc-50\/5:hover {
  border-color: rgb(250 250 250 / 0.05);
}
.hover\:border-zinc-50\/50:hover {
  border-color: rgb(250 250 250 / 0.5);
}
.hover\:border-zinc-50\/60:hover {
  border-color: rgb(250 250 250 / 0.6);
}
.hover\:border-zinc-50\/70:hover {
  border-color: rgb(250 250 250 / 0.7);
}
.hover\:border-zinc-50\/75:hover {
  border-color: rgb(250 250 250 / 0.75);
}
.hover\:border-zinc-50\/80:hover {
  border-color: rgb(250 250 250 / 0.8);
}
.hover\:border-zinc-50\/90:hover {
  border-color: rgb(250 250 250 / 0.9);
}
.hover\:border-zinc-50\/95:hover {
  border-color: rgb(250 250 250 / 0.95);
}
.hover\:border-zinc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.hover\:border-zinc-500\/0:hover {
  border-color: rgb(113 113 122 / 0);
}
.hover\:border-zinc-500\/10:hover {
  border-color: rgb(113 113 122 / 0.1);
}
.hover\:border-zinc-500\/100:hover {
  border-color: rgb(113 113 122 / 1);
}
.hover\:border-zinc-500\/20:hover {
  border-color: rgb(113 113 122 / 0.2);
}
.hover\:border-zinc-500\/25:hover {
  border-color: rgb(113 113 122 / 0.25);
}
.hover\:border-zinc-500\/30:hover {
  border-color: rgb(113 113 122 / 0.3);
}
.hover\:border-zinc-500\/40:hover {
  border-color: rgb(113 113 122 / 0.4);
}
.hover\:border-zinc-500\/5:hover {
  border-color: rgb(113 113 122 / 0.05);
}
.hover\:border-zinc-500\/50:hover {
  border-color: rgb(113 113 122 / 0.5);
}
.hover\:border-zinc-500\/60:hover {
  border-color: rgb(113 113 122 / 0.6);
}
.hover\:border-zinc-500\/70:hover {
  border-color: rgb(113 113 122 / 0.7);
}
.hover\:border-zinc-500\/75:hover {
  border-color: rgb(113 113 122 / 0.75);
}
.hover\:border-zinc-500\/80:hover {
  border-color: rgb(113 113 122 / 0.8);
}
.hover\:border-zinc-500\/90:hover {
  border-color: rgb(113 113 122 / 0.9);
}
.hover\:border-zinc-500\/95:hover {
  border-color: rgb(113 113 122 / 0.95);
}
.hover\:border-zinc-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.hover\:border-zinc-600\/0:hover {
  border-color: rgb(82 82 91 / 0);
}
.hover\:border-zinc-600\/10:hover {
  border-color: rgb(82 82 91 / 0.1);
}
.hover\:border-zinc-600\/100:hover {
  border-color: rgb(82 82 91 / 1);
}
.hover\:border-zinc-600\/20:hover {
  border-color: rgb(82 82 91 / 0.2);
}
.hover\:border-zinc-600\/25:hover {
  border-color: rgb(82 82 91 / 0.25);
}
.hover\:border-zinc-600\/30:hover {
  border-color: rgb(82 82 91 / 0.3);
}
.hover\:border-zinc-600\/40:hover {
  border-color: rgb(82 82 91 / 0.4);
}
.hover\:border-zinc-600\/5:hover {
  border-color: rgb(82 82 91 / 0.05);
}
.hover\:border-zinc-600\/50:hover {
  border-color: rgb(82 82 91 / 0.5);
}
.hover\:border-zinc-600\/60:hover {
  border-color: rgb(82 82 91 / 0.6);
}
.hover\:border-zinc-600\/70:hover {
  border-color: rgb(82 82 91 / 0.7);
}
.hover\:border-zinc-600\/75:hover {
  border-color: rgb(82 82 91 / 0.75);
}
.hover\:border-zinc-600\/80:hover {
  border-color: rgb(82 82 91 / 0.8);
}
.hover\:border-zinc-600\/90:hover {
  border-color: rgb(82 82 91 / 0.9);
}
.hover\:border-zinc-600\/95:hover {
  border-color: rgb(82 82 91 / 0.95);
}
.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.hover\:border-zinc-700\/0:hover {
  border-color: rgb(63 63 70 / 0);
}
.hover\:border-zinc-700\/10:hover {
  border-color: rgb(63 63 70 / 0.1);
}
.hover\:border-zinc-700\/100:hover {
  border-color: rgb(63 63 70 / 1);
}
.hover\:border-zinc-700\/20:hover {
  border-color: rgb(63 63 70 / 0.2);
}
.hover\:border-zinc-700\/25:hover {
  border-color: rgb(63 63 70 / 0.25);
}
.hover\:border-zinc-700\/30:hover {
  border-color: rgb(63 63 70 / 0.3);
}
.hover\:border-zinc-700\/40:hover {
  border-color: rgb(63 63 70 / 0.4);
}
.hover\:border-zinc-700\/5:hover {
  border-color: rgb(63 63 70 / 0.05);
}
.hover\:border-zinc-700\/50:hover {
  border-color: rgb(63 63 70 / 0.5);
}
.hover\:border-zinc-700\/60:hover {
  border-color: rgb(63 63 70 / 0.6);
}
.hover\:border-zinc-700\/70:hover {
  border-color: rgb(63 63 70 / 0.7);
}
.hover\:border-zinc-700\/75:hover {
  border-color: rgb(63 63 70 / 0.75);
}
.hover\:border-zinc-700\/80:hover {
  border-color: rgb(63 63 70 / 0.8);
}
.hover\:border-zinc-700\/90:hover {
  border-color: rgb(63 63 70 / 0.9);
}
.hover\:border-zinc-700\/95:hover {
  border-color: rgb(63 63 70 / 0.95);
}
.hover\:border-zinc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.hover\:border-zinc-800\/0:hover {
  border-color: rgb(39 39 42 / 0);
}
.hover\:border-zinc-800\/10:hover {
  border-color: rgb(39 39 42 / 0.1);
}
.hover\:border-zinc-800\/100:hover {
  border-color: rgb(39 39 42 / 1);
}
.hover\:border-zinc-800\/20:hover {
  border-color: rgb(39 39 42 / 0.2);
}
.hover\:border-zinc-800\/25:hover {
  border-color: rgb(39 39 42 / 0.25);
}
.hover\:border-zinc-800\/30:hover {
  border-color: rgb(39 39 42 / 0.3);
}
.hover\:border-zinc-800\/40:hover {
  border-color: rgb(39 39 42 / 0.4);
}
.hover\:border-zinc-800\/5:hover {
  border-color: rgb(39 39 42 / 0.05);
}
.hover\:border-zinc-800\/50:hover {
  border-color: rgb(39 39 42 / 0.5);
}
.hover\:border-zinc-800\/60:hover {
  border-color: rgb(39 39 42 / 0.6);
}
.hover\:border-zinc-800\/70:hover {
  border-color: rgb(39 39 42 / 0.7);
}
.hover\:border-zinc-800\/75:hover {
  border-color: rgb(39 39 42 / 0.75);
}
.hover\:border-zinc-800\/80:hover {
  border-color: rgb(39 39 42 / 0.8);
}
.hover\:border-zinc-800\/90:hover {
  border-color: rgb(39 39 42 / 0.9);
}
.hover\:border-zinc-800\/95:hover {
  border-color: rgb(39 39 42 / 0.95);
}
.hover\:border-zinc-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.hover\:border-zinc-900\/0:hover {
  border-color: rgb(24 24 27 / 0);
}
.hover\:border-zinc-900\/10:hover {
  border-color: rgb(24 24 27 / 0.1);
}
.hover\:border-zinc-900\/100:hover {
  border-color: rgb(24 24 27 / 1);
}
.hover\:border-zinc-900\/20:hover {
  border-color: rgb(24 24 27 / 0.2);
}
.hover\:border-zinc-900\/25:hover {
  border-color: rgb(24 24 27 / 0.25);
}
.hover\:border-zinc-900\/30:hover {
  border-color: rgb(24 24 27 / 0.3);
}
.hover\:border-zinc-900\/40:hover {
  border-color: rgb(24 24 27 / 0.4);
}
.hover\:border-zinc-900\/5:hover {
  border-color: rgb(24 24 27 / 0.05);
}
.hover\:border-zinc-900\/50:hover {
  border-color: rgb(24 24 27 / 0.5);
}
.hover\:border-zinc-900\/60:hover {
  border-color: rgb(24 24 27 / 0.6);
}
.hover\:border-zinc-900\/70:hover {
  border-color: rgb(24 24 27 / 0.7);
}
.hover\:border-zinc-900\/75:hover {
  border-color: rgb(24 24 27 / 0.75);
}
.hover\:border-zinc-900\/80:hover {
  border-color: rgb(24 24 27 / 0.8);
}
.hover\:border-zinc-900\/90:hover {
  border-color: rgb(24 24 27 / 0.9);
}
.hover\:border-zinc-900\/95:hover {
  border-color: rgb(24 24 27 / 0.95);
}
.hover\:border-zinc-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.hover\:border-zinc-950\/0:hover {
  border-color: rgb(9 9 11 / 0);
}
.hover\:border-zinc-950\/10:hover {
  border-color: rgb(9 9 11 / 0.1);
}
.hover\:border-zinc-950\/100:hover {
  border-color: rgb(9 9 11 / 1);
}
.hover\:border-zinc-950\/20:hover {
  border-color: rgb(9 9 11 / 0.2);
}
.hover\:border-zinc-950\/25:hover {
  border-color: rgb(9 9 11 / 0.25);
}
.hover\:border-zinc-950\/30:hover {
  border-color: rgb(9 9 11 / 0.3);
}
.hover\:border-zinc-950\/40:hover {
  border-color: rgb(9 9 11 / 0.4);
}
.hover\:border-zinc-950\/5:hover {
  border-color: rgb(9 9 11 / 0.05);
}
.hover\:border-zinc-950\/50:hover {
  border-color: rgb(9 9 11 / 0.5);
}
.hover\:border-zinc-950\/60:hover {
  border-color: rgb(9 9 11 / 0.6);
}
.hover\:border-zinc-950\/70:hover {
  border-color: rgb(9 9 11 / 0.7);
}
.hover\:border-zinc-950\/75:hover {
  border-color: rgb(9 9 11 / 0.75);
}
.hover\:border-zinc-950\/80:hover {
  border-color: rgb(9 9 11 / 0.8);
}
.hover\:border-zinc-950\/90:hover {
  border-color: rgb(9 9 11 / 0.9);
}
.hover\:border-zinc-950\/95:hover {
  border-color: rgb(9 9 11 / 0.95);
}
.hover\:\!bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-pink-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#00000080\]:hover {
  background-color: #00000080;
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.hover\:bg-amber-100\/0:hover {
  background-color: rgb(254 243 199 / 0);
}
.hover\:bg-amber-100\/10:hover {
  background-color: rgb(254 243 199 / 0.1);
}
.hover\:bg-amber-100\/100:hover {
  background-color: rgb(254 243 199 / 1);
}
.hover\:bg-amber-100\/20:hover {
  background-color: rgb(254 243 199 / 0.2);
}
.hover\:bg-amber-100\/25:hover {
  background-color: rgb(254 243 199 / 0.25);
}
.hover\:bg-amber-100\/30:hover {
  background-color: rgb(254 243 199 / 0.3);
}
.hover\:bg-amber-100\/40:hover {
  background-color: rgb(254 243 199 / 0.4);
}
.hover\:bg-amber-100\/5:hover {
  background-color: rgb(254 243 199 / 0.05);
}
.hover\:bg-amber-100\/50:hover {
  background-color: rgb(254 243 199 / 0.5);
}
.hover\:bg-amber-100\/60:hover {
  background-color: rgb(254 243 199 / 0.6);
}
.hover\:bg-amber-100\/70:hover {
  background-color: rgb(254 243 199 / 0.7);
}
.hover\:bg-amber-100\/75:hover {
  background-color: rgb(254 243 199 / 0.75);
}
.hover\:bg-amber-100\/80:hover {
  background-color: rgb(254 243 199 / 0.8);
}
.hover\:bg-amber-100\/90:hover {
  background-color: rgb(254 243 199 / 0.9);
}
.hover\:bg-amber-100\/95:hover {
  background-color: rgb(254 243 199 / 0.95);
}
.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.hover\:bg-amber-200\/0:hover {
  background-color: rgb(253 230 138 / 0);
}
.hover\:bg-amber-200\/10:hover {
  background-color: rgb(253 230 138 / 0.1);
}
.hover\:bg-amber-200\/100:hover {
  background-color: rgb(253 230 138 / 1);
}
.hover\:bg-amber-200\/20:hover {
  background-color: rgb(253 230 138 / 0.2);
}
.hover\:bg-amber-200\/25:hover {
  background-color: rgb(253 230 138 / 0.25);
}
.hover\:bg-amber-200\/30:hover {
  background-color: rgb(253 230 138 / 0.3);
}
.hover\:bg-amber-200\/40:hover {
  background-color: rgb(253 230 138 / 0.4);
}
.hover\:bg-amber-200\/5:hover {
  background-color: rgb(253 230 138 / 0.05);
}
.hover\:bg-amber-200\/50:hover {
  background-color: rgb(253 230 138 / 0.5);
}
.hover\:bg-amber-200\/60:hover {
  background-color: rgb(253 230 138 / 0.6);
}
.hover\:bg-amber-200\/70:hover {
  background-color: rgb(253 230 138 / 0.7);
}
.hover\:bg-amber-200\/75:hover {
  background-color: rgb(253 230 138 / 0.75);
}
.hover\:bg-amber-200\/80:hover {
  background-color: rgb(253 230 138 / 0.8);
}
.hover\:bg-amber-200\/90:hover {
  background-color: rgb(253 230 138 / 0.9);
}
.hover\:bg-amber-200\/95:hover {
  background-color: rgb(253 230 138 / 0.95);
}
.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.hover\:bg-amber-300\/0:hover {
  background-color: rgb(252 211 77 / 0);
}
.hover\:bg-amber-300\/10:hover {
  background-color: rgb(252 211 77 / 0.1);
}
.hover\:bg-amber-300\/100:hover {
  background-color: rgb(252 211 77 / 1);
}
.hover\:bg-amber-300\/20:hover {
  background-color: rgb(252 211 77 / 0.2);
}
.hover\:bg-amber-300\/25:hover {
  background-color: rgb(252 211 77 / 0.25);
}
.hover\:bg-amber-300\/30:hover {
  background-color: rgb(252 211 77 / 0.3);
}
.hover\:bg-amber-300\/40:hover {
  background-color: rgb(252 211 77 / 0.4);
}
.hover\:bg-amber-300\/5:hover {
  background-color: rgb(252 211 77 / 0.05);
}
.hover\:bg-amber-300\/50:hover {
  background-color: rgb(252 211 77 / 0.5);
}
.hover\:bg-amber-300\/60:hover {
  background-color: rgb(252 211 77 / 0.6);
}
.hover\:bg-amber-300\/70:hover {
  background-color: rgb(252 211 77 / 0.7);
}
.hover\:bg-amber-300\/75:hover {
  background-color: rgb(252 211 77 / 0.75);
}
.hover\:bg-amber-300\/80:hover {
  background-color: rgb(252 211 77 / 0.8);
}
.hover\:bg-amber-300\/90:hover {
  background-color: rgb(252 211 77 / 0.9);
}
.hover\:bg-amber-300\/95:hover {
  background-color: rgb(252 211 77 / 0.95);
}
.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.hover\:bg-amber-400\/0:hover {
  background-color: rgb(251 191 36 / 0);
}
.hover\:bg-amber-400\/10:hover {
  background-color: rgb(251 191 36 / 0.1);
}
.hover\:bg-amber-400\/100:hover {
  background-color: rgb(251 191 36 / 1);
}
.hover\:bg-amber-400\/20:hover {
  background-color: rgb(251 191 36 / 0.2);
}
.hover\:bg-amber-400\/25:hover {
  background-color: rgb(251 191 36 / 0.25);
}
.hover\:bg-amber-400\/30:hover {
  background-color: rgb(251 191 36 / 0.3);
}
.hover\:bg-amber-400\/40:hover {
  background-color: rgb(251 191 36 / 0.4);
}
.hover\:bg-amber-400\/5:hover {
  background-color: rgb(251 191 36 / 0.05);
}
.hover\:bg-amber-400\/50:hover {
  background-color: rgb(251 191 36 / 0.5);
}
.hover\:bg-amber-400\/60:hover {
  background-color: rgb(251 191 36 / 0.6);
}
.hover\:bg-amber-400\/70:hover {
  background-color: rgb(251 191 36 / 0.7);
}
.hover\:bg-amber-400\/75:hover {
  background-color: rgb(251 191 36 / 0.75);
}
.hover\:bg-amber-400\/80:hover {
  background-color: rgb(251 191 36 / 0.8);
}
.hover\:bg-amber-400\/90:hover {
  background-color: rgb(251 191 36 / 0.9);
}
.hover\:bg-amber-400\/95:hover {
  background-color: rgb(251 191 36 / 0.95);
}
.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.hover\:bg-amber-50\/0:hover {
  background-color: rgb(255 251 235 / 0);
}
.hover\:bg-amber-50\/10:hover {
  background-color: rgb(255 251 235 / 0.1);
}
.hover\:bg-amber-50\/100:hover {
  background-color: rgb(255 251 235 / 1);
}
.hover\:bg-amber-50\/20:hover {
  background-color: rgb(255 251 235 / 0.2);
}
.hover\:bg-amber-50\/25:hover {
  background-color: rgb(255 251 235 / 0.25);
}
.hover\:bg-amber-50\/30:hover {
  background-color: rgb(255 251 235 / 0.3);
}
.hover\:bg-amber-50\/40:hover {
  background-color: rgb(255 251 235 / 0.4);
}
.hover\:bg-amber-50\/5:hover {
  background-color: rgb(255 251 235 / 0.05);
}
.hover\:bg-amber-50\/50:hover {
  background-color: rgb(255 251 235 / 0.5);
}
.hover\:bg-amber-50\/60:hover {
  background-color: rgb(255 251 235 / 0.6);
}
.hover\:bg-amber-50\/70:hover {
  background-color: rgb(255 251 235 / 0.7);
}
.hover\:bg-amber-50\/75:hover {
  background-color: rgb(255 251 235 / 0.75);
}
.hover\:bg-amber-50\/80:hover {
  background-color: rgb(255 251 235 / 0.8);
}
.hover\:bg-amber-50\/90:hover {
  background-color: rgb(255 251 235 / 0.9);
}
.hover\:bg-amber-50\/95:hover {
  background-color: rgb(255 251 235 / 0.95);
}
.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.hover\:bg-amber-500\/0:hover {
  background-color: rgb(245 158 11 / 0);
}
.hover\:bg-amber-500\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}
.hover\:bg-amber-500\/100:hover {
  background-color: rgb(245 158 11 / 1);
}
.hover\:bg-amber-500\/20:hover {
  background-color: rgb(245 158 11 / 0.2);
}
.hover\:bg-amber-500\/25:hover {
  background-color: rgb(245 158 11 / 0.25);
}
.hover\:bg-amber-500\/30:hover {
  background-color: rgb(245 158 11 / 0.3);
}
.hover\:bg-amber-500\/40:hover {
  background-color: rgb(245 158 11 / 0.4);
}
.hover\:bg-amber-500\/5:hover {
  background-color: rgb(245 158 11 / 0.05);
}
.hover\:bg-amber-500\/50:hover {
  background-color: rgb(245 158 11 / 0.5);
}
.hover\:bg-amber-500\/60:hover {
  background-color: rgb(245 158 11 / 0.6);
}
.hover\:bg-amber-500\/70:hover {
  background-color: rgb(245 158 11 / 0.7);
}
.hover\:bg-amber-500\/75:hover {
  background-color: rgb(245 158 11 / 0.75);
}
.hover\:bg-amber-500\/80:hover {
  background-color: rgb(245 158 11 / 0.8);
}
.hover\:bg-amber-500\/90:hover {
  background-color: rgb(245 158 11 / 0.9);
}
.hover\:bg-amber-500\/95:hover {
  background-color: rgb(245 158 11 / 0.95);
}
.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.hover\:bg-amber-600\/0:hover {
  background-color: rgb(217 119 6 / 0);
}
.hover\:bg-amber-600\/10:hover {
  background-color: rgb(217 119 6 / 0.1);
}
.hover\:bg-amber-600\/100:hover {
  background-color: rgb(217 119 6 / 1);
}
.hover\:bg-amber-600\/20:hover {
  background-color: rgb(217 119 6 / 0.2);
}
.hover\:bg-amber-600\/25:hover {
  background-color: rgb(217 119 6 / 0.25);
}
.hover\:bg-amber-600\/30:hover {
  background-color: rgb(217 119 6 / 0.3);
}
.hover\:bg-amber-600\/40:hover {
  background-color: rgb(217 119 6 / 0.4);
}
.hover\:bg-amber-600\/5:hover {
  background-color: rgb(217 119 6 / 0.05);
}
.hover\:bg-amber-600\/50:hover {
  background-color: rgb(217 119 6 / 0.5);
}
.hover\:bg-amber-600\/60:hover {
  background-color: rgb(217 119 6 / 0.6);
}
.hover\:bg-amber-600\/70:hover {
  background-color: rgb(217 119 6 / 0.7);
}
.hover\:bg-amber-600\/75:hover {
  background-color: rgb(217 119 6 / 0.75);
}
.hover\:bg-amber-600\/80:hover {
  background-color: rgb(217 119 6 / 0.8);
}
.hover\:bg-amber-600\/90:hover {
  background-color: rgb(217 119 6 / 0.9);
}
.hover\:bg-amber-600\/95:hover {
  background-color: rgb(217 119 6 / 0.95);
}
.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.hover\:bg-amber-700\/0:hover {
  background-color: rgb(180 83 9 / 0);
}
.hover\:bg-amber-700\/10:hover {
  background-color: rgb(180 83 9 / 0.1);
}
.hover\:bg-amber-700\/100:hover {
  background-color: rgb(180 83 9 / 1);
}
.hover\:bg-amber-700\/20:hover {
  background-color: rgb(180 83 9 / 0.2);
}
.hover\:bg-amber-700\/25:hover {
  background-color: rgb(180 83 9 / 0.25);
}
.hover\:bg-amber-700\/30:hover {
  background-color: rgb(180 83 9 / 0.3);
}
.hover\:bg-amber-700\/40:hover {
  background-color: rgb(180 83 9 / 0.4);
}
.hover\:bg-amber-700\/5:hover {
  background-color: rgb(180 83 9 / 0.05);
}
.hover\:bg-amber-700\/50:hover {
  background-color: rgb(180 83 9 / 0.5);
}
.hover\:bg-amber-700\/60:hover {
  background-color: rgb(180 83 9 / 0.6);
}
.hover\:bg-amber-700\/70:hover {
  background-color: rgb(180 83 9 / 0.7);
}
.hover\:bg-amber-700\/75:hover {
  background-color: rgb(180 83 9 / 0.75);
}
.hover\:bg-amber-700\/80:hover {
  background-color: rgb(180 83 9 / 0.8);
}
.hover\:bg-amber-700\/90:hover {
  background-color: rgb(180 83 9 / 0.9);
}
.hover\:bg-amber-700\/95:hover {
  background-color: rgb(180 83 9 / 0.95);
}
.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.hover\:bg-amber-800\/0:hover {
  background-color: rgb(146 64 14 / 0);
}
.hover\:bg-amber-800\/10:hover {
  background-color: rgb(146 64 14 / 0.1);
}
.hover\:bg-amber-800\/100:hover {
  background-color: rgb(146 64 14 / 1);
}
.hover\:bg-amber-800\/20:hover {
  background-color: rgb(146 64 14 / 0.2);
}
.hover\:bg-amber-800\/25:hover {
  background-color: rgb(146 64 14 / 0.25);
}
.hover\:bg-amber-800\/30:hover {
  background-color: rgb(146 64 14 / 0.3);
}
.hover\:bg-amber-800\/40:hover {
  background-color: rgb(146 64 14 / 0.4);
}
.hover\:bg-amber-800\/5:hover {
  background-color: rgb(146 64 14 / 0.05);
}
.hover\:bg-amber-800\/50:hover {
  background-color: rgb(146 64 14 / 0.5);
}
.hover\:bg-amber-800\/60:hover {
  background-color: rgb(146 64 14 / 0.6);
}
.hover\:bg-amber-800\/70:hover {
  background-color: rgb(146 64 14 / 0.7);
}
.hover\:bg-amber-800\/75:hover {
  background-color: rgb(146 64 14 / 0.75);
}
.hover\:bg-amber-800\/80:hover {
  background-color: rgb(146 64 14 / 0.8);
}
.hover\:bg-amber-800\/90:hover {
  background-color: rgb(146 64 14 / 0.9);
}
.hover\:bg-amber-800\/95:hover {
  background-color: rgb(146 64 14 / 0.95);
}
.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.hover\:bg-amber-900\/0:hover {
  background-color: rgb(120 53 15 / 0);
}
.hover\:bg-amber-900\/10:hover {
  background-color: rgb(120 53 15 / 0.1);
}
.hover\:bg-amber-900\/100:hover {
  background-color: rgb(120 53 15 / 1);
}
.hover\:bg-amber-900\/20:hover {
  background-color: rgb(120 53 15 / 0.2);
}
.hover\:bg-amber-900\/25:hover {
  background-color: rgb(120 53 15 / 0.25);
}
.hover\:bg-amber-900\/30:hover {
  background-color: rgb(120 53 15 / 0.3);
}
.hover\:bg-amber-900\/40:hover {
  background-color: rgb(120 53 15 / 0.4);
}
.hover\:bg-amber-900\/5:hover {
  background-color: rgb(120 53 15 / 0.05);
}
.hover\:bg-amber-900\/50:hover {
  background-color: rgb(120 53 15 / 0.5);
}
.hover\:bg-amber-900\/60:hover {
  background-color: rgb(120 53 15 / 0.6);
}
.hover\:bg-amber-900\/70:hover {
  background-color: rgb(120 53 15 / 0.7);
}
.hover\:bg-amber-900\/75:hover {
  background-color: rgb(120 53 15 / 0.75);
}
.hover\:bg-amber-900\/80:hover {
  background-color: rgb(120 53 15 / 0.8);
}
.hover\:bg-amber-900\/90:hover {
  background-color: rgb(120 53 15 / 0.9);
}
.hover\:bg-amber-900\/95:hover {
  background-color: rgb(120 53 15 / 0.95);
}
.hover\:bg-amber-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.hover\:bg-amber-950\/0:hover {
  background-color: rgb(69 26 3 / 0);
}
.hover\:bg-amber-950\/10:hover {
  background-color: rgb(69 26 3 / 0.1);
}
.hover\:bg-amber-950\/100:hover {
  background-color: rgb(69 26 3 / 1);
}
.hover\:bg-amber-950\/20:hover {
  background-color: rgb(69 26 3 / 0.2);
}
.hover\:bg-amber-950\/25:hover {
  background-color: rgb(69 26 3 / 0.25);
}
.hover\:bg-amber-950\/30:hover {
  background-color: rgb(69 26 3 / 0.3);
}
.hover\:bg-amber-950\/40:hover {
  background-color: rgb(69 26 3 / 0.4);
}
.hover\:bg-amber-950\/5:hover {
  background-color: rgb(69 26 3 / 0.05);
}
.hover\:bg-amber-950\/50:hover {
  background-color: rgb(69 26 3 / 0.5);
}
.hover\:bg-amber-950\/60:hover {
  background-color: rgb(69 26 3 / 0.6);
}
.hover\:bg-amber-950\/70:hover {
  background-color: rgb(69 26 3 / 0.7);
}
.hover\:bg-amber-950\/75:hover {
  background-color: rgb(69 26 3 / 0.75);
}
.hover\:bg-amber-950\/80:hover {
  background-color: rgb(69 26 3 / 0.8);
}
.hover\:bg-amber-950\/90:hover {
  background-color: rgb(69 26 3 / 0.9);
}
.hover\:bg-amber-950\/95:hover {
  background-color: rgb(69 26 3 / 0.95);
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.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\/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\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}
.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\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(191 219 254 / 0.4);
}
.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\/60:hover {
  background-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(147 197 253 / 0.4);
}
.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\/60:hover {
  background-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(96 165 250 / 0.4);
}
.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\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}
.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\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(37 99 235 / 0.4);
}
.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\/60:hover {
  background-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}
.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\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(30 64 175 / 0.4);
}
.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\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(30 58 138 / 0.4);
}
.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\/60:hover {
  background-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(23 37 84 / 0.4);
}
.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\/60:hover {
  background-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-100\/0:hover {
  background-color: rgb(207 250 254 / 0);
}
.hover\:bg-cyan-100\/10:hover {
  background-color: rgb(207 250 254 / 0.1);
}
.hover\:bg-cyan-100\/100:hover {
  background-color: rgb(207 250 254 / 1);
}
.hover\:bg-cyan-100\/20:hover {
  background-color: rgb(207 250 254 / 0.2);
}
.hover\:bg-cyan-100\/25:hover {
  background-color: rgb(207 250 254 / 0.25);
}
.hover\:bg-cyan-100\/30:hover {
  background-color: rgb(207 250 254 / 0.3);
}
.hover\:bg-cyan-100\/40:hover {
  background-color: rgb(207 250 254 / 0.4);
}
.hover\:bg-cyan-100\/5:hover {
  background-color: rgb(207 250 254 / 0.05);
}
.hover\:bg-cyan-100\/50:hover {
  background-color: rgb(207 250 254 / 0.5);
}
.hover\:bg-cyan-100\/60:hover {
  background-color: rgb(207 250 254 / 0.6);
}
.hover\:bg-cyan-100\/70:hover {
  background-color: rgb(207 250 254 / 0.7);
}
.hover\:bg-cyan-100\/75:hover {
  background-color: rgb(207 250 254 / 0.75);
}
.hover\:bg-cyan-100\/80:hover {
  background-color: rgb(207 250 254 / 0.8);
}
.hover\:bg-cyan-100\/90:hover {
  background-color: rgb(207 250 254 / 0.9);
}
.hover\:bg-cyan-100\/95:hover {
  background-color: rgb(207 250 254 / 0.95);
}
.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-200\/0:hover {
  background-color: rgb(165 243 252 / 0);
}
.hover\:bg-cyan-200\/10:hover {
  background-color: rgb(165 243 252 / 0.1);
}
.hover\:bg-cyan-200\/100:hover {
  background-color: rgb(165 243 252 / 1);
}
.hover\:bg-cyan-200\/20:hover {
  background-color: rgb(165 243 252 / 0.2);
}
.hover\:bg-cyan-200\/25:hover {
  background-color: rgb(165 243 252 / 0.25);
}
.hover\:bg-cyan-200\/30:hover {
  background-color: rgb(165 243 252 / 0.3);
}
.hover\:bg-cyan-200\/40:hover {
  background-color: rgb(165 243 252 / 0.4);
}
.hover\:bg-cyan-200\/5:hover {
  background-color: rgb(165 243 252 / 0.05);
}
.hover\:bg-cyan-200\/50:hover {
  background-color: rgb(165 243 252 / 0.5);
}
.hover\:bg-cyan-200\/60:hover {
  background-color: rgb(165 243 252 / 0.6);
}
.hover\:bg-cyan-200\/70:hover {
  background-color: rgb(165 243 252 / 0.7);
}
.hover\:bg-cyan-200\/75:hover {
  background-color: rgb(165 243 252 / 0.75);
}
.hover\:bg-cyan-200\/80:hover {
  background-color: rgb(165 243 252 / 0.8);
}
.hover\:bg-cyan-200\/90:hover {
  background-color: rgb(165 243 252 / 0.9);
}
.hover\:bg-cyan-200\/95:hover {
  background-color: rgb(165 243 252 / 0.95);
}
.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-300\/0:hover {
  background-color: rgb(103 232 249 / 0);
}
.hover\:bg-cyan-300\/10:hover {
  background-color: rgb(103 232 249 / 0.1);
}
.hover\:bg-cyan-300\/100:hover {
  background-color: rgb(103 232 249 / 1);
}
.hover\:bg-cyan-300\/20:hover {
  background-color: rgb(103 232 249 / 0.2);
}
.hover\:bg-cyan-300\/25:hover {
  background-color: rgb(103 232 249 / 0.25);
}
.hover\:bg-cyan-300\/30:hover {
  background-color: rgb(103 232 249 / 0.3);
}
.hover\:bg-cyan-300\/40:hover {
  background-color: rgb(103 232 249 / 0.4);
}
.hover\:bg-cyan-300\/5:hover {
  background-color: rgb(103 232 249 / 0.05);
}
.hover\:bg-cyan-300\/50:hover {
  background-color: rgb(103 232 249 / 0.5);
}
.hover\:bg-cyan-300\/60:hover {
  background-color: rgb(103 232 249 / 0.6);
}
.hover\:bg-cyan-300\/70:hover {
  background-color: rgb(103 232 249 / 0.7);
}
.hover\:bg-cyan-300\/75:hover {
  background-color: rgb(103 232 249 / 0.75);
}
.hover\:bg-cyan-300\/80:hover {
  background-color: rgb(103 232 249 / 0.8);
}
.hover\:bg-cyan-300\/90:hover {
  background-color: rgb(103 232 249 / 0.9);
}
.hover\:bg-cyan-300\/95:hover {
  background-color: rgb(103 232 249 / 0.95);
}
.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-400\/0:hover {
  background-color: rgb(34 211 238 / 0);
}
.hover\:bg-cyan-400\/10:hover {
  background-color: rgb(34 211 238 / 0.1);
}
.hover\:bg-cyan-400\/100:hover {
  background-color: rgb(34 211 238 / 1);
}
.hover\:bg-cyan-400\/20:hover {
  background-color: rgb(34 211 238 / 0.2);
}
.hover\:bg-cyan-400\/25:hover {
  background-color: rgb(34 211 238 / 0.25);
}
.hover\:bg-cyan-400\/30:hover {
  background-color: rgb(34 211 238 / 0.3);
}
.hover\:bg-cyan-400\/40:hover {
  background-color: rgb(34 211 238 / 0.4);
}
.hover\:bg-cyan-400\/5:hover {
  background-color: rgb(34 211 238 / 0.05);
}
.hover\:bg-cyan-400\/50:hover {
  background-color: rgb(34 211 238 / 0.5);
}
.hover\:bg-cyan-400\/60:hover {
  background-color: rgb(34 211 238 / 0.6);
}
.hover\:bg-cyan-400\/70:hover {
  background-color: rgb(34 211 238 / 0.7);
}
.hover\:bg-cyan-400\/75:hover {
  background-color: rgb(34 211 238 / 0.75);
}
.hover\:bg-cyan-400\/80:hover {
  background-color: rgb(34 211 238 / 0.8);
}
.hover\:bg-cyan-400\/90:hover {
  background-color: rgb(34 211 238 / 0.9);
}
.hover\:bg-cyan-400\/95:hover {
  background-color: rgb(34 211 238 / 0.95);
}
.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-50\/0:hover {
  background-color: rgb(236 254 255 / 0);
}
.hover\:bg-cyan-50\/10:hover {
  background-color: rgb(236 254 255 / 0.1);
}
.hover\:bg-cyan-50\/100:hover {
  background-color: rgb(236 254 255 / 1);
}
.hover\:bg-cyan-50\/20:hover {
  background-color: rgb(236 254 255 / 0.2);
}
.hover\:bg-cyan-50\/25:hover {
  background-color: rgb(236 254 255 / 0.25);
}
.hover\:bg-cyan-50\/30:hover {
  background-color: rgb(236 254 255 / 0.3);
}
.hover\:bg-cyan-50\/40:hover {
  background-color: rgb(236 254 255 / 0.4);
}
.hover\:bg-cyan-50\/5:hover {
  background-color: rgb(236 254 255 / 0.05);
}
.hover\:bg-cyan-50\/50:hover {
  background-color: rgb(236 254 255 / 0.5);
}
.hover\:bg-cyan-50\/60:hover {
  background-color: rgb(236 254 255 / 0.6);
}
.hover\:bg-cyan-50\/70:hover {
  background-color: rgb(236 254 255 / 0.7);
}
.hover\:bg-cyan-50\/75:hover {
  background-color: rgb(236 254 255 / 0.75);
}
.hover\:bg-cyan-50\/80:hover {
  background-color: rgb(236 254 255 / 0.8);
}
.hover\:bg-cyan-50\/90:hover {
  background-color: rgb(236 254 255 / 0.9);
}
.hover\:bg-cyan-50\/95:hover {
  background-color: rgb(236 254 255 / 0.95);
}
.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-500\/0:hover {
  background-color: rgb(6 182 212 / 0);
}
.hover\:bg-cyan-500\/10:hover {
  background-color: rgb(6 182 212 / 0.1);
}
.hover\:bg-cyan-500\/100:hover {
  background-color: rgb(6 182 212 / 1);
}
.hover\:bg-cyan-500\/20:hover {
  background-color: rgb(6 182 212 / 0.2);
}
.hover\:bg-cyan-500\/25:hover {
  background-color: rgb(6 182 212 / 0.25);
}
.hover\:bg-cyan-500\/30:hover {
  background-color: rgb(6 182 212 / 0.3);
}
.hover\:bg-cyan-500\/40:hover {
  background-color: rgb(6 182 212 / 0.4);
}
.hover\:bg-cyan-500\/5:hover {
  background-color: rgb(6 182 212 / 0.05);
}
.hover\:bg-cyan-500\/50:hover {
  background-color: rgb(6 182 212 / 0.5);
}
.hover\:bg-cyan-500\/60:hover {
  background-color: rgb(6 182 212 / 0.6);
}
.hover\:bg-cyan-500\/70:hover {
  background-color: rgb(6 182 212 / 0.7);
}
.hover\:bg-cyan-500\/75:hover {
  background-color: rgb(6 182 212 / 0.75);
}
.hover\:bg-cyan-500\/80:hover {
  background-color: rgb(6 182 212 / 0.8);
}
.hover\:bg-cyan-500\/90:hover {
  background-color: rgb(6 182 212 / 0.9);
}
.hover\:bg-cyan-500\/95:hover {
  background-color: rgb(6 182 212 / 0.95);
}
.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-600\/0:hover {
  background-color: rgb(8 145 178 / 0);
}
.hover\:bg-cyan-600\/10:hover {
  background-color: rgb(8 145 178 / 0.1);
}
.hover\:bg-cyan-600\/100:hover {
  background-color: rgb(8 145 178 / 1);
}
.hover\:bg-cyan-600\/20:hover {
  background-color: rgb(8 145 178 / 0.2);
}
.hover\:bg-cyan-600\/25:hover {
  background-color: rgb(8 145 178 / 0.25);
}
.hover\:bg-cyan-600\/30:hover {
  background-color: rgb(8 145 178 / 0.3);
}
.hover\:bg-cyan-600\/40:hover {
  background-color: rgb(8 145 178 / 0.4);
}
.hover\:bg-cyan-600\/5:hover {
  background-color: rgb(8 145 178 / 0.05);
}
.hover\:bg-cyan-600\/50:hover {
  background-color: rgb(8 145 178 / 0.5);
}
.hover\:bg-cyan-600\/60:hover {
  background-color: rgb(8 145 178 / 0.6);
}
.hover\:bg-cyan-600\/70:hover {
  background-color: rgb(8 145 178 / 0.7);
}
.hover\:bg-cyan-600\/75:hover {
  background-color: rgb(8 145 178 / 0.75);
}
.hover\:bg-cyan-600\/80:hover {
  background-color: rgb(8 145 178 / 0.8);
}
.hover\:bg-cyan-600\/90:hover {
  background-color: rgb(8 145 178 / 0.9);
}
.hover\:bg-cyan-600\/95:hover {
  background-color: rgb(8 145 178 / 0.95);
}
.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-700\/0:hover {
  background-color: rgb(14 116 144 / 0);
}
.hover\:bg-cyan-700\/10:hover {
  background-color: rgb(14 116 144 / 0.1);
}
.hover\:bg-cyan-700\/100:hover {
  background-color: rgb(14 116 144 / 1);
}
.hover\:bg-cyan-700\/20:hover {
  background-color: rgb(14 116 144 / 0.2);
}
.hover\:bg-cyan-700\/25:hover {
  background-color: rgb(14 116 144 / 0.25);
}
.hover\:bg-cyan-700\/30:hover {
  background-color: rgb(14 116 144 / 0.3);
}
.hover\:bg-cyan-700\/40:hover {
  background-color: rgb(14 116 144 / 0.4);
}
.hover\:bg-cyan-700\/5:hover {
  background-color: rgb(14 116 144 / 0.05);
}
.hover\:bg-cyan-700\/50:hover {
  background-color: rgb(14 116 144 / 0.5);
}
.hover\:bg-cyan-700\/60:hover {
  background-color: rgb(14 116 144 / 0.6);
}
.hover\:bg-cyan-700\/70:hover {
  background-color: rgb(14 116 144 / 0.7);
}
.hover\:bg-cyan-700\/75:hover {
  background-color: rgb(14 116 144 / 0.75);
}
.hover\:bg-cyan-700\/80:hover {
  background-color: rgb(14 116 144 / 0.8);
}
.hover\:bg-cyan-700\/90:hover {
  background-color: rgb(14 116 144 / 0.9);
}
.hover\:bg-cyan-700\/95:hover {
  background-color: rgb(14 116 144 / 0.95);
}
.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-800\/0:hover {
  background-color: rgb(21 94 117 / 0);
}
.hover\:bg-cyan-800\/10:hover {
  background-color: rgb(21 94 117 / 0.1);
}
.hover\:bg-cyan-800\/100:hover {
  background-color: rgb(21 94 117 / 1);
}
.hover\:bg-cyan-800\/20:hover {
  background-color: rgb(21 94 117 / 0.2);
}
.hover\:bg-cyan-800\/25:hover {
  background-color: rgb(21 94 117 / 0.25);
}
.hover\:bg-cyan-800\/30:hover {
  background-color: rgb(21 94 117 / 0.3);
}
.hover\:bg-cyan-800\/40:hover {
  background-color: rgb(21 94 117 / 0.4);
}
.hover\:bg-cyan-800\/5:hover {
  background-color: rgb(21 94 117 / 0.05);
}
.hover\:bg-cyan-800\/50:hover {
  background-color: rgb(21 94 117 / 0.5);
}
.hover\:bg-cyan-800\/60:hover {
  background-color: rgb(21 94 117 / 0.6);
}
.hover\:bg-cyan-800\/70:hover {
  background-color: rgb(21 94 117 / 0.7);
}
.hover\:bg-cyan-800\/75:hover {
  background-color: rgb(21 94 117 / 0.75);
}
.hover\:bg-cyan-800\/80:hover {
  background-color: rgb(21 94 117 / 0.8);
}
.hover\:bg-cyan-800\/90:hover {
  background-color: rgb(21 94 117 / 0.9);
}
.hover\:bg-cyan-800\/95:hover {
  background-color: rgb(21 94 117 / 0.95);
}
.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-900\/0:hover {
  background-color: rgb(22 78 99 / 0);
}
.hover\:bg-cyan-900\/10:hover {
  background-color: rgb(22 78 99 / 0.1);
}
.hover\:bg-cyan-900\/100:hover {
  background-color: rgb(22 78 99 / 1);
}
.hover\:bg-cyan-900\/20:hover {
  background-color: rgb(22 78 99 / 0.2);
}
.hover\:bg-cyan-900\/25:hover {
  background-color: rgb(22 78 99 / 0.25);
}
.hover\:bg-cyan-900\/30:hover {
  background-color: rgb(22 78 99 / 0.3);
}
.hover\:bg-cyan-900\/40:hover {
  background-color: rgb(22 78 99 / 0.4);
}
.hover\:bg-cyan-900\/5:hover {
  background-color: rgb(22 78 99 / 0.05);
}
.hover\:bg-cyan-900\/50:hover {
  background-color: rgb(22 78 99 / 0.5);
}
.hover\:bg-cyan-900\/60:hover {
  background-color: rgb(22 78 99 / 0.6);
}
.hover\:bg-cyan-900\/70:hover {
  background-color: rgb(22 78 99 / 0.7);
}
.hover\:bg-cyan-900\/75:hover {
  background-color: rgb(22 78 99 / 0.75);
}
.hover\:bg-cyan-900\/80:hover {
  background-color: rgb(22 78 99 / 0.8);
}
.hover\:bg-cyan-900\/90:hover {
  background-color: rgb(22 78 99 / 0.9);
}
.hover\:bg-cyan-900\/95:hover {
  background-color: rgb(22 78 99 / 0.95);
}
.hover\:bg-cyan-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-950\/0:hover {
  background-color: rgb(8 51 68 / 0);
}
.hover\:bg-cyan-950\/10:hover {
  background-color: rgb(8 51 68 / 0.1);
}
.hover\:bg-cyan-950\/100:hover {
  background-color: rgb(8 51 68 / 1);
}
.hover\:bg-cyan-950\/20:hover {
  background-color: rgb(8 51 68 / 0.2);
}
.hover\:bg-cyan-950\/25:hover {
  background-color: rgb(8 51 68 / 0.25);
}
.hover\:bg-cyan-950\/30:hover {
  background-color: rgb(8 51 68 / 0.3);
}
.hover\:bg-cyan-950\/40:hover {
  background-color: rgb(8 51 68 / 0.4);
}
.hover\:bg-cyan-950\/5:hover {
  background-color: rgb(8 51 68 / 0.05);
}
.hover\:bg-cyan-950\/50:hover {
  background-color: rgb(8 51 68 / 0.5);
}
.hover\:bg-cyan-950\/60:hover {
  background-color: rgb(8 51 68 / 0.6);
}
.hover\:bg-cyan-950\/70:hover {
  background-color: rgb(8 51 68 / 0.7);
}
.hover\:bg-cyan-950\/75:hover {
  background-color: rgb(8 51 68 / 0.75);
}
.hover\:bg-cyan-950\/80:hover {
  background-color: rgb(8 51 68 / 0.8);
}
.hover\:bg-cyan-950\/90:hover {
  background-color: rgb(8 51 68 / 0.9);
}
.hover\:bg-cyan-950\/95:hover {
  background-color: rgb(8 51 68 / 0.95);
}
.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-100\/0:hover {
  background-color: rgb(209 250 229 / 0);
}
.hover\:bg-emerald-100\/10:hover {
  background-color: rgb(209 250 229 / 0.1);
}
.hover\:bg-emerald-100\/100:hover {
  background-color: rgb(209 250 229 / 1);
}
.hover\:bg-emerald-100\/20:hover {
  background-color: rgb(209 250 229 / 0.2);
}
.hover\:bg-emerald-100\/25:hover {
  background-color: rgb(209 250 229 / 0.25);
}
.hover\:bg-emerald-100\/30:hover {
  background-color: rgb(209 250 229 / 0.3);
}
.hover\:bg-emerald-100\/40:hover {
  background-color: rgb(209 250 229 / 0.4);
}
.hover\:bg-emerald-100\/5:hover {
  background-color: rgb(209 250 229 / 0.05);
}
.hover\:bg-emerald-100\/50:hover {
  background-color: rgb(209 250 229 / 0.5);
}
.hover\:bg-emerald-100\/60:hover {
  background-color: rgb(209 250 229 / 0.6);
}
.hover\:bg-emerald-100\/70:hover {
  background-color: rgb(209 250 229 / 0.7);
}
.hover\:bg-emerald-100\/75:hover {
  background-color: rgb(209 250 229 / 0.75);
}
.hover\:bg-emerald-100\/80:hover {
  background-color: rgb(209 250 229 / 0.8);
}
.hover\:bg-emerald-100\/90:hover {
  background-color: rgb(209 250 229 / 0.9);
}
.hover\:bg-emerald-100\/95:hover {
  background-color: rgb(209 250 229 / 0.95);
}
.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-200\/0:hover {
  background-color: rgb(167 243 208 / 0);
}
.hover\:bg-emerald-200\/10:hover {
  background-color: rgb(167 243 208 / 0.1);
}
.hover\:bg-emerald-200\/100:hover {
  background-color: rgb(167 243 208 / 1);
}
.hover\:bg-emerald-200\/20:hover {
  background-color: rgb(167 243 208 / 0.2);
}
.hover\:bg-emerald-200\/25:hover {
  background-color: rgb(167 243 208 / 0.25);
}
.hover\:bg-emerald-200\/30:hover {
  background-color: rgb(167 243 208 / 0.3);
}
.hover\:bg-emerald-200\/40:hover {
  background-color: rgb(167 243 208 / 0.4);
}
.hover\:bg-emerald-200\/5:hover {
  background-color: rgb(167 243 208 / 0.05);
}
.hover\:bg-emerald-200\/50:hover {
  background-color: rgb(167 243 208 / 0.5);
}
.hover\:bg-emerald-200\/60:hover {
  background-color: rgb(167 243 208 / 0.6);
}
.hover\:bg-emerald-200\/70:hover {
  background-color: rgb(167 243 208 / 0.7);
}
.hover\:bg-emerald-200\/75:hover {
  background-color: rgb(167 243 208 / 0.75);
}
.hover\:bg-emerald-200\/80:hover {
  background-color: rgb(167 243 208 / 0.8);
}
.hover\:bg-emerald-200\/90:hover {
  background-color: rgb(167 243 208 / 0.9);
}
.hover\:bg-emerald-200\/95:hover {
  background-color: rgb(167 243 208 / 0.95);
}
.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-300\/0:hover {
  background-color: rgb(110 231 183 / 0);
}
.hover\:bg-emerald-300\/10:hover {
  background-color: rgb(110 231 183 / 0.1);
}
.hover\:bg-emerald-300\/100:hover {
  background-color: rgb(110 231 183 / 1);
}
.hover\:bg-emerald-300\/20:hover {
  background-color: rgb(110 231 183 / 0.2);
}
.hover\:bg-emerald-300\/25:hover {
  background-color: rgb(110 231 183 / 0.25);
}
.hover\:bg-emerald-300\/30:hover {
  background-color: rgb(110 231 183 / 0.3);
}
.hover\:bg-emerald-300\/40:hover {
  background-color: rgb(110 231 183 / 0.4);
}
.hover\:bg-emerald-300\/5:hover {
  background-color: rgb(110 231 183 / 0.05);
}
.hover\:bg-emerald-300\/50:hover {
  background-color: rgb(110 231 183 / 0.5);
}
.hover\:bg-emerald-300\/60:hover {
  background-color: rgb(110 231 183 / 0.6);
}
.hover\:bg-emerald-300\/70:hover {
  background-color: rgb(110 231 183 / 0.7);
}
.hover\:bg-emerald-300\/75:hover {
  background-color: rgb(110 231 183 / 0.75);
}
.hover\:bg-emerald-300\/80:hover {
  background-color: rgb(110 231 183 / 0.8);
}
.hover\:bg-emerald-300\/90:hover {
  background-color: rgb(110 231 183 / 0.9);
}
.hover\:bg-emerald-300\/95:hover {
  background-color: rgb(110 231 183 / 0.95);
}
.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-400\/0:hover {
  background-color: rgb(52 211 153 / 0);
}
.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}
.hover\:bg-emerald-400\/100:hover {
  background-color: rgb(52 211 153 / 1);
}
.hover\:bg-emerald-400\/20:hover {
  background-color: rgb(52 211 153 / 0.2);
}
.hover\:bg-emerald-400\/25:hover {
  background-color: rgb(52 211 153 / 0.25);
}
.hover\:bg-emerald-400\/30:hover {
  background-color: rgb(52 211 153 / 0.3);
}
.hover\:bg-emerald-400\/40:hover {
  background-color: rgb(52 211 153 / 0.4);
}
.hover\:bg-emerald-400\/5:hover {
  background-color: rgb(52 211 153 / 0.05);
}
.hover\:bg-emerald-400\/50:hover {
  background-color: rgb(52 211 153 / 0.5);
}
.hover\:bg-emerald-400\/60:hover {
  background-color: rgb(52 211 153 / 0.6);
}
.hover\:bg-emerald-400\/70:hover {
  background-color: rgb(52 211 153 / 0.7);
}
.hover\:bg-emerald-400\/75:hover {
  background-color: rgb(52 211 153 / 0.75);
}
.hover\:bg-emerald-400\/80:hover {
  background-color: rgb(52 211 153 / 0.8);
}
.hover\:bg-emerald-400\/90:hover {
  background-color: rgb(52 211 153 / 0.9);
}
.hover\:bg-emerald-400\/95:hover {
  background-color: rgb(52 211 153 / 0.95);
}
.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-50\/0:hover {
  background-color: rgb(236 253 245 / 0);
}
.hover\:bg-emerald-50\/10:hover {
  background-color: rgb(236 253 245 / 0.1);
}
.hover\:bg-emerald-50\/100:hover {
  background-color: rgb(236 253 245 / 1);
}
.hover\:bg-emerald-50\/20:hover {
  background-color: rgb(236 253 245 / 0.2);
}
.hover\:bg-emerald-50\/25:hover {
  background-color: rgb(236 253 245 / 0.25);
}
.hover\:bg-emerald-50\/30:hover {
  background-color: rgb(236 253 245 / 0.3);
}
.hover\:bg-emerald-50\/40:hover {
  background-color: rgb(236 253 245 / 0.4);
}
.hover\:bg-emerald-50\/5:hover {
  background-color: rgb(236 253 245 / 0.05);
}
.hover\:bg-emerald-50\/50:hover {
  background-color: rgb(236 253 245 / 0.5);
}
.hover\:bg-emerald-50\/60:hover {
  background-color: rgb(236 253 245 / 0.6);
}
.hover\:bg-emerald-50\/70:hover {
  background-color: rgb(236 253 245 / 0.7);
}
.hover\:bg-emerald-50\/75:hover {
  background-color: rgb(236 253 245 / 0.75);
}
.hover\:bg-emerald-50\/80:hover {
  background-color: rgb(236 253 245 / 0.8);
}
.hover\:bg-emerald-50\/90:hover {
  background-color: rgb(236 253 245 / 0.9);
}
.hover\:bg-emerald-50\/95:hover {
  background-color: rgb(236 253 245 / 0.95);
}
.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-500\/0:hover {
  background-color: rgb(16 185 129 / 0);
}
.hover\:bg-emerald-500\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}
.hover\:bg-emerald-500\/100:hover {
  background-color: rgb(16 185 129 / 1);
}
.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}
.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}
.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}
.hover\:bg-emerald-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}
.hover\:bg-emerald-500\/5:hover {
  background-color: rgb(16 185 129 / 0.05);
}
.hover\:bg-emerald-500\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}
.hover\:bg-emerald-500\/60:hover {
  background-color: rgb(16 185 129 / 0.6);
}
.hover\:bg-emerald-500\/70:hover {
  background-color: rgb(16 185 129 / 0.7);
}
.hover\:bg-emerald-500\/75:hover {
  background-color: rgb(16 185 129 / 0.75);
}
.hover\:bg-emerald-500\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}
.hover\:bg-emerald-500\/90:hover {
  background-color: rgb(16 185 129 / 0.9);
}
.hover\:bg-emerald-500\/95:hover {
  background-color: rgb(16 185 129 / 0.95);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-600\/0:hover {
  background-color: rgb(5 150 105 / 0);
}
.hover\:bg-emerald-600\/10:hover {
  background-color: rgb(5 150 105 / 0.1);
}
.hover\:bg-emerald-600\/100:hover {
  background-color: rgb(5 150 105 / 1);
}
.hover\:bg-emerald-600\/20:hover {
  background-color: rgb(5 150 105 / 0.2);
}
.hover\:bg-emerald-600\/25:hover {
  background-color: rgb(5 150 105 / 0.25);
}
.hover\:bg-emerald-600\/30:hover {
  background-color: rgb(5 150 105 / 0.3);
}
.hover\:bg-emerald-600\/40:hover {
  background-color: rgb(5 150 105 / 0.4);
}
.hover\:bg-emerald-600\/5:hover {
  background-color: rgb(5 150 105 / 0.05);
}
.hover\:bg-emerald-600\/50:hover {
  background-color: rgb(5 150 105 / 0.5);
}
.hover\:bg-emerald-600\/60:hover {
  background-color: rgb(5 150 105 / 0.6);
}
.hover\:bg-emerald-600\/70:hover {
  background-color: rgb(5 150 105 / 0.7);
}
.hover\:bg-emerald-600\/75:hover {
  background-color: rgb(5 150 105 / 0.75);
}
.hover\:bg-emerald-600\/80:hover {
  background-color: rgb(5 150 105 / 0.8);
}
.hover\:bg-emerald-600\/90:hover {
  background-color: rgb(5 150 105 / 0.9);
}
.hover\:bg-emerald-600\/95:hover {
  background-color: rgb(5 150 105 / 0.95);
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-700\/0:hover {
  background-color: rgb(4 120 87 / 0);
}
.hover\:bg-emerald-700\/10:hover {
  background-color: rgb(4 120 87 / 0.1);
}
.hover\:bg-emerald-700\/100:hover {
  background-color: rgb(4 120 87 / 1);
}
.hover\:bg-emerald-700\/20:hover {
  background-color: rgb(4 120 87 / 0.2);
}
.hover\:bg-emerald-700\/25:hover {
  background-color: rgb(4 120 87 / 0.25);
}
.hover\:bg-emerald-700\/30:hover {
  background-color: rgb(4 120 87 / 0.3);
}
.hover\:bg-emerald-700\/40:hover {
  background-color: rgb(4 120 87 / 0.4);
}
.hover\:bg-emerald-700\/5:hover {
  background-color: rgb(4 120 87 / 0.05);
}
.hover\:bg-emerald-700\/50:hover {
  background-color: rgb(4 120 87 / 0.5);
}
.hover\:bg-emerald-700\/60:hover {
  background-color: rgb(4 120 87 / 0.6);
}
.hover\:bg-emerald-700\/70:hover {
  background-color: rgb(4 120 87 / 0.7);
}
.hover\:bg-emerald-700\/75:hover {
  background-color: rgb(4 120 87 / 0.75);
}
.hover\:bg-emerald-700\/80:hover {
  background-color: rgb(4 120 87 / 0.8);
}
.hover\:bg-emerald-700\/90:hover {
  background-color: rgb(4 120 87 / 0.9);
}
.hover\:bg-emerald-700\/95:hover {
  background-color: rgb(4 120 87 / 0.95);
}
.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-800\/0:hover {
  background-color: rgb(6 95 70 / 0);
}
.hover\:bg-emerald-800\/10:hover {
  background-color: rgb(6 95 70 / 0.1);
}
.hover\:bg-emerald-800\/100:hover {
  background-color: rgb(6 95 70 / 1);
}
.hover\:bg-emerald-800\/20:hover {
  background-color: rgb(6 95 70 / 0.2);
}
.hover\:bg-emerald-800\/25:hover {
  background-color: rgb(6 95 70 / 0.25);
}
.hover\:bg-emerald-800\/30:hover {
  background-color: rgb(6 95 70 / 0.3);
}
.hover\:bg-emerald-800\/40:hover {
  background-color: rgb(6 95 70 / 0.4);
}
.hover\:bg-emerald-800\/5:hover {
  background-color: rgb(6 95 70 / 0.05);
}
.hover\:bg-emerald-800\/50:hover {
  background-color: rgb(6 95 70 / 0.5);
}
.hover\:bg-emerald-800\/60:hover {
  background-color: rgb(6 95 70 / 0.6);
}
.hover\:bg-emerald-800\/70:hover {
  background-color: rgb(6 95 70 / 0.7);
}
.hover\:bg-emerald-800\/75:hover {
  background-color: rgb(6 95 70 / 0.75);
}
.hover\:bg-emerald-800\/80:hover {
  background-color: rgb(6 95 70 / 0.8);
}
.hover\:bg-emerald-800\/90:hover {
  background-color: rgb(6 95 70 / 0.9);
}
.hover\:bg-emerald-800\/95:hover {
  background-color: rgb(6 95 70 / 0.95);
}
.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-900\/0:hover {
  background-color: rgb(6 78 59 / 0);
}
.hover\:bg-emerald-900\/10:hover {
  background-color: rgb(6 78 59 / 0.1);
}
.hover\:bg-emerald-900\/100:hover {
  background-color: rgb(6 78 59 / 1);
}
.hover\:bg-emerald-900\/20:hover {
  background-color: rgb(6 78 59 / 0.2);
}
.hover\:bg-emerald-900\/25:hover {
  background-color: rgb(6 78 59 / 0.25);
}
.hover\:bg-emerald-900\/30:hover {
  background-color: rgb(6 78 59 / 0.3);
}
.hover\:bg-emerald-900\/40:hover {
  background-color: rgb(6 78 59 / 0.4);
}
.hover\:bg-emerald-900\/5:hover {
  background-color: rgb(6 78 59 / 0.05);
}
.hover\:bg-emerald-900\/50:hover {
  background-color: rgb(6 78 59 / 0.5);
}
.hover\:bg-emerald-900\/60:hover {
  background-color: rgb(6 78 59 / 0.6);
}
.hover\:bg-emerald-900\/70:hover {
  background-color: rgb(6 78 59 / 0.7);
}
.hover\:bg-emerald-900\/75:hover {
  background-color: rgb(6 78 59 / 0.75);
}
.hover\:bg-emerald-900\/80:hover {
  background-color: rgb(6 78 59 / 0.8);
}
.hover\:bg-emerald-900\/90:hover {
  background-color: rgb(6 78 59 / 0.9);
}
.hover\:bg-emerald-900\/95:hover {
  background-color: rgb(6 78 59 / 0.95);
}
.hover\:bg-emerald-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-950\/0:hover {
  background-color: rgb(2 44 34 / 0);
}
.hover\:bg-emerald-950\/10:hover {
  background-color: rgb(2 44 34 / 0.1);
}
.hover\:bg-emerald-950\/100:hover {
  background-color: rgb(2 44 34 / 1);
}
.hover\:bg-emerald-950\/20:hover {
  background-color: rgb(2 44 34 / 0.2);
}
.hover\:bg-emerald-950\/25:hover {
  background-color: rgb(2 44 34 / 0.25);
}
.hover\:bg-emerald-950\/30:hover {
  background-color: rgb(2 44 34 / 0.3);
}
.hover\:bg-emerald-950\/40:hover {
  background-color: rgb(2 44 34 / 0.4);
}
.hover\:bg-emerald-950\/5:hover {
  background-color: rgb(2 44 34 / 0.05);
}
.hover\:bg-emerald-950\/50:hover {
  background-color: rgb(2 44 34 / 0.5);
}
.hover\:bg-emerald-950\/60:hover {
  background-color: rgb(2 44 34 / 0.6);
}
.hover\:bg-emerald-950\/70:hover {
  background-color: rgb(2 44 34 / 0.7);
}
.hover\:bg-emerald-950\/75:hover {
  background-color: rgb(2 44 34 / 0.75);
}
.hover\:bg-emerald-950\/80:hover {
  background-color: rgb(2 44 34 / 0.8);
}
.hover\:bg-emerald-950\/90:hover {
  background-color: rgb(2 44 34 / 0.9);
}
.hover\:bg-emerald-950\/95:hover {
  background-color: rgb(2 44 34 / 0.95);
}
.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-100\/0:hover {
  background-color: rgb(250 232 255 / 0);
}
.hover\:bg-fuchsia-100\/10:hover {
  background-color: rgb(250 232 255 / 0.1);
}
.hover\:bg-fuchsia-100\/100:hover {
  background-color: rgb(250 232 255 / 1);
}
.hover\:bg-fuchsia-100\/20:hover {
  background-color: rgb(250 232 255 / 0.2);
}
.hover\:bg-fuchsia-100\/25:hover {
  background-color: rgb(250 232 255 / 0.25);
}
.hover\:bg-fuchsia-100\/30:hover {
  background-color: rgb(250 232 255 / 0.3);
}
.hover\:bg-fuchsia-100\/40:hover {
  background-color: rgb(250 232 255 / 0.4);
}
.hover\:bg-fuchsia-100\/5:hover {
  background-color: rgb(250 232 255 / 0.05);
}
.hover\:bg-fuchsia-100\/50:hover {
  background-color: rgb(250 232 255 / 0.5);
}
.hover\:bg-fuchsia-100\/60:hover {
  background-color: rgb(250 232 255 / 0.6);
}
.hover\:bg-fuchsia-100\/70:hover {
  background-color: rgb(250 232 255 / 0.7);
}
.hover\:bg-fuchsia-100\/75:hover {
  background-color: rgb(250 232 255 / 0.75);
}
.hover\:bg-fuchsia-100\/80:hover {
  background-color: rgb(250 232 255 / 0.8);
}
.hover\:bg-fuchsia-100\/90:hover {
  background-color: rgb(250 232 255 / 0.9);
}
.hover\:bg-fuchsia-100\/95:hover {
  background-color: rgb(250 232 255 / 0.95);
}
.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-200\/0:hover {
  background-color: rgb(245 208 254 / 0);
}
.hover\:bg-fuchsia-200\/10:hover {
  background-color: rgb(245 208 254 / 0.1);
}
.hover\:bg-fuchsia-200\/100:hover {
  background-color: rgb(245 208 254 / 1);
}
.hover\:bg-fuchsia-200\/20:hover {
  background-color: rgb(245 208 254 / 0.2);
}
.hover\:bg-fuchsia-200\/25:hover {
  background-color: rgb(245 208 254 / 0.25);
}
.hover\:bg-fuchsia-200\/30:hover {
  background-color: rgb(245 208 254 / 0.3);
}
.hover\:bg-fuchsia-200\/40:hover {
  background-color: rgb(245 208 254 / 0.4);
}
.hover\:bg-fuchsia-200\/5:hover {
  background-color: rgb(245 208 254 / 0.05);
}
.hover\:bg-fuchsia-200\/50:hover {
  background-color: rgb(245 208 254 / 0.5);
}
.hover\:bg-fuchsia-200\/60:hover {
  background-color: rgb(245 208 254 / 0.6);
}
.hover\:bg-fuchsia-200\/70:hover {
  background-color: rgb(245 208 254 / 0.7);
}
.hover\:bg-fuchsia-200\/75:hover {
  background-color: rgb(245 208 254 / 0.75);
}
.hover\:bg-fuchsia-200\/80:hover {
  background-color: rgb(245 208 254 / 0.8);
}
.hover\:bg-fuchsia-200\/90:hover {
  background-color: rgb(245 208 254 / 0.9);
}
.hover\:bg-fuchsia-200\/95:hover {
  background-color: rgb(245 208 254 / 0.95);
}
.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-300\/0:hover {
  background-color: rgb(240 171 252 / 0);
}
.hover\:bg-fuchsia-300\/10:hover {
  background-color: rgb(240 171 252 / 0.1);
}
.hover\:bg-fuchsia-300\/100:hover {
  background-color: rgb(240 171 252 / 1);
}
.hover\:bg-fuchsia-300\/20:hover {
  background-color: rgb(240 171 252 / 0.2);
}
.hover\:bg-fuchsia-300\/25:hover {
  background-color: rgb(240 171 252 / 0.25);
}
.hover\:bg-fuchsia-300\/30:hover {
  background-color: rgb(240 171 252 / 0.3);
}
.hover\:bg-fuchsia-300\/40:hover {
  background-color: rgb(240 171 252 / 0.4);
}
.hover\:bg-fuchsia-300\/5:hover {
  background-color: rgb(240 171 252 / 0.05);
}
.hover\:bg-fuchsia-300\/50:hover {
  background-color: rgb(240 171 252 / 0.5);
}
.hover\:bg-fuchsia-300\/60:hover {
  background-color: rgb(240 171 252 / 0.6);
}
.hover\:bg-fuchsia-300\/70:hover {
  background-color: rgb(240 171 252 / 0.7);
}
.hover\:bg-fuchsia-300\/75:hover {
  background-color: rgb(240 171 252 / 0.75);
}
.hover\:bg-fuchsia-300\/80:hover {
  background-color: rgb(240 171 252 / 0.8);
}
.hover\:bg-fuchsia-300\/90:hover {
  background-color: rgb(240 171 252 / 0.9);
}
.hover\:bg-fuchsia-300\/95:hover {
  background-color: rgb(240 171 252 / 0.95);
}
.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-400\/0:hover {
  background-color: rgb(232 121 249 / 0);
}
.hover\:bg-fuchsia-400\/10:hover {
  background-color: rgb(232 121 249 / 0.1);
}
.hover\:bg-fuchsia-400\/100:hover {
  background-color: rgb(232 121 249 / 1);
}
.hover\:bg-fuchsia-400\/20:hover {
  background-color: rgb(232 121 249 / 0.2);
}
.hover\:bg-fuchsia-400\/25:hover {
  background-color: rgb(232 121 249 / 0.25);
}
.hover\:bg-fuchsia-400\/30:hover {
  background-color: rgb(232 121 249 / 0.3);
}
.hover\:bg-fuchsia-400\/40:hover {
  background-color: rgb(232 121 249 / 0.4);
}
.hover\:bg-fuchsia-400\/5:hover {
  background-color: rgb(232 121 249 / 0.05);
}
.hover\:bg-fuchsia-400\/50:hover {
  background-color: rgb(232 121 249 / 0.5);
}
.hover\:bg-fuchsia-400\/60:hover {
  background-color: rgb(232 121 249 / 0.6);
}
.hover\:bg-fuchsia-400\/70:hover {
  background-color: rgb(232 121 249 / 0.7);
}
.hover\:bg-fuchsia-400\/75:hover {
  background-color: rgb(232 121 249 / 0.75);
}
.hover\:bg-fuchsia-400\/80:hover {
  background-color: rgb(232 121 249 / 0.8);
}
.hover\:bg-fuchsia-400\/90:hover {
  background-color: rgb(232 121 249 / 0.9);
}
.hover\:bg-fuchsia-400\/95:hover {
  background-color: rgb(232 121 249 / 0.95);
}
.hover\:bg-fuchsia-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-50\/0:hover {
  background-color: rgb(253 244 255 / 0);
}
.hover\:bg-fuchsia-50\/10:hover {
  background-color: rgb(253 244 255 / 0.1);
}
.hover\:bg-fuchsia-50\/100:hover {
  background-color: rgb(253 244 255 / 1);
}
.hover\:bg-fuchsia-50\/20:hover {
  background-color: rgb(253 244 255 / 0.2);
}
.hover\:bg-fuchsia-50\/25:hover {
  background-color: rgb(253 244 255 / 0.25);
}
.hover\:bg-fuchsia-50\/30:hover {
  background-color: rgb(253 244 255 / 0.3);
}
.hover\:bg-fuchsia-50\/40:hover {
  background-color: rgb(253 244 255 / 0.4);
}
.hover\:bg-fuchsia-50\/5:hover {
  background-color: rgb(253 244 255 / 0.05);
}
.hover\:bg-fuchsia-50\/50:hover {
  background-color: rgb(253 244 255 / 0.5);
}
.hover\:bg-fuchsia-50\/60:hover {
  background-color: rgb(253 244 255 / 0.6);
}
.hover\:bg-fuchsia-50\/70:hover {
  background-color: rgb(253 244 255 / 0.7);
}
.hover\:bg-fuchsia-50\/75:hover {
  background-color: rgb(253 244 255 / 0.75);
}
.hover\:bg-fuchsia-50\/80:hover {
  background-color: rgb(253 244 255 / 0.8);
}
.hover\:bg-fuchsia-50\/90:hover {
  background-color: rgb(253 244 255 / 0.9);
}
.hover\:bg-fuchsia-50\/95:hover {
  background-color: rgb(253 244 255 / 0.95);
}
.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-500\/0:hover {
  background-color: rgb(217 70 239 / 0);
}
.hover\:bg-fuchsia-500\/10:hover {
  background-color: rgb(217 70 239 / 0.1);
}
.hover\:bg-fuchsia-500\/100:hover {
  background-color: rgb(217 70 239 / 1);
}
.hover\:bg-fuchsia-500\/20:hover {
  background-color: rgb(217 70 239 / 0.2);
}
.hover\:bg-fuchsia-500\/25:hover {
  background-color: rgb(217 70 239 / 0.25);
}
.hover\:bg-fuchsia-500\/30:hover {
  background-color: rgb(217 70 239 / 0.3);
}
.hover\:bg-fuchsia-500\/40:hover {
  background-color: rgb(217 70 239 / 0.4);
}
.hover\:bg-fuchsia-500\/5:hover {
  background-color: rgb(217 70 239 / 0.05);
}
.hover\:bg-fuchsia-500\/50:hover {
  background-color: rgb(217 70 239 / 0.5);
}
.hover\:bg-fuchsia-500\/60:hover {
  background-color: rgb(217 70 239 / 0.6);
}
.hover\:bg-fuchsia-500\/70:hover {
  background-color: rgb(217 70 239 / 0.7);
}
.hover\:bg-fuchsia-500\/75:hover {
  background-color: rgb(217 70 239 / 0.75);
}
.hover\:bg-fuchsia-500\/80:hover {
  background-color: rgb(217 70 239 / 0.8);
}
.hover\:bg-fuchsia-500\/90:hover {
  background-color: rgb(217 70 239 / 0.9);
}
.hover\:bg-fuchsia-500\/95:hover {
  background-color: rgb(217 70 239 / 0.95);
}
.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-600\/0:hover {
  background-color: rgb(192 38 211 / 0);
}
.hover\:bg-fuchsia-600\/10:hover {
  background-color: rgb(192 38 211 / 0.1);
}
.hover\:bg-fuchsia-600\/100:hover {
  background-color: rgb(192 38 211 / 1);
}
.hover\:bg-fuchsia-600\/20:hover {
  background-color: rgb(192 38 211 / 0.2);
}
.hover\:bg-fuchsia-600\/25:hover {
  background-color: rgb(192 38 211 / 0.25);
}
.hover\:bg-fuchsia-600\/30:hover {
  background-color: rgb(192 38 211 / 0.3);
}
.hover\:bg-fuchsia-600\/40:hover {
  background-color: rgb(192 38 211 / 0.4);
}
.hover\:bg-fuchsia-600\/5:hover {
  background-color: rgb(192 38 211 / 0.05);
}
.hover\:bg-fuchsia-600\/50:hover {
  background-color: rgb(192 38 211 / 0.5);
}
.hover\:bg-fuchsia-600\/60:hover {
  background-color: rgb(192 38 211 / 0.6);
}
.hover\:bg-fuchsia-600\/70:hover {
  background-color: rgb(192 38 211 / 0.7);
}
.hover\:bg-fuchsia-600\/75:hover {
  background-color: rgb(192 38 211 / 0.75);
}
.hover\:bg-fuchsia-600\/80:hover {
  background-color: rgb(192 38 211 / 0.8);
}
.hover\:bg-fuchsia-600\/90:hover {
  background-color: rgb(192 38 211 / 0.9);
}
.hover\:bg-fuchsia-600\/95:hover {
  background-color: rgb(192 38 211 / 0.95);
}
.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-700\/0:hover {
  background-color: rgb(162 28 175 / 0);
}
.hover\:bg-fuchsia-700\/10:hover {
  background-color: rgb(162 28 175 / 0.1);
}
.hover\:bg-fuchsia-700\/100:hover {
  background-color: rgb(162 28 175 / 1);
}
.hover\:bg-fuchsia-700\/20:hover {
  background-color: rgb(162 28 175 / 0.2);
}
.hover\:bg-fuchsia-700\/25:hover {
  background-color: rgb(162 28 175 / 0.25);
}
.hover\:bg-fuchsia-700\/30:hover {
  background-color: rgb(162 28 175 / 0.3);
}
.hover\:bg-fuchsia-700\/40:hover {
  background-color: rgb(162 28 175 / 0.4);
}
.hover\:bg-fuchsia-700\/5:hover {
  background-color: rgb(162 28 175 / 0.05);
}
.hover\:bg-fuchsia-700\/50:hover {
  background-color: rgb(162 28 175 / 0.5);
}
.hover\:bg-fuchsia-700\/60:hover {
  background-color: rgb(162 28 175 / 0.6);
}
.hover\:bg-fuchsia-700\/70:hover {
  background-color: rgb(162 28 175 / 0.7);
}
.hover\:bg-fuchsia-700\/75:hover {
  background-color: rgb(162 28 175 / 0.75);
}
.hover\:bg-fuchsia-700\/80:hover {
  background-color: rgb(162 28 175 / 0.8);
}
.hover\:bg-fuchsia-700\/90:hover {
  background-color: rgb(162 28 175 / 0.9);
}
.hover\:bg-fuchsia-700\/95:hover {
  background-color: rgb(162 28 175 / 0.95);
}
.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-800\/0:hover {
  background-color: rgb(134 25 143 / 0);
}
.hover\:bg-fuchsia-800\/10:hover {
  background-color: rgb(134 25 143 / 0.1);
}
.hover\:bg-fuchsia-800\/100:hover {
  background-color: rgb(134 25 143 / 1);
}
.hover\:bg-fuchsia-800\/20:hover {
  background-color: rgb(134 25 143 / 0.2);
}
.hover\:bg-fuchsia-800\/25:hover {
  background-color: rgb(134 25 143 / 0.25);
}
.hover\:bg-fuchsia-800\/30:hover {
  background-color: rgb(134 25 143 / 0.3);
}
.hover\:bg-fuchsia-800\/40:hover {
  background-color: rgb(134 25 143 / 0.4);
}
.hover\:bg-fuchsia-800\/5:hover {
  background-color: rgb(134 25 143 / 0.05);
}
.hover\:bg-fuchsia-800\/50:hover {
  background-color: rgb(134 25 143 / 0.5);
}
.hover\:bg-fuchsia-800\/60:hover {
  background-color: rgb(134 25 143 / 0.6);
}
.hover\:bg-fuchsia-800\/70:hover {
  background-color: rgb(134 25 143 / 0.7);
}
.hover\:bg-fuchsia-800\/75:hover {
  background-color: rgb(134 25 143 / 0.75);
}
.hover\:bg-fuchsia-800\/80:hover {
  background-color: rgb(134 25 143 / 0.8);
}
.hover\:bg-fuchsia-800\/90:hover {
  background-color: rgb(134 25 143 / 0.9);
}
.hover\:bg-fuchsia-800\/95:hover {
  background-color: rgb(134 25 143 / 0.95);
}
.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-900\/0:hover {
  background-color: rgb(112 26 117 / 0);
}
.hover\:bg-fuchsia-900\/10:hover {
  background-color: rgb(112 26 117 / 0.1);
}
.hover\:bg-fuchsia-900\/100:hover {
  background-color: rgb(112 26 117 / 1);
}
.hover\:bg-fuchsia-900\/20:hover {
  background-color: rgb(112 26 117 / 0.2);
}
.hover\:bg-fuchsia-900\/25:hover {
  background-color: rgb(112 26 117 / 0.25);
}
.hover\:bg-fuchsia-900\/30:hover {
  background-color: rgb(112 26 117 / 0.3);
}
.hover\:bg-fuchsia-900\/40:hover {
  background-color: rgb(112 26 117 / 0.4);
}
.hover\:bg-fuchsia-900\/5:hover {
  background-color: rgb(112 26 117 / 0.05);
}
.hover\:bg-fuchsia-900\/50:hover {
  background-color: rgb(112 26 117 / 0.5);
}
.hover\:bg-fuchsia-900\/60:hover {
  background-color: rgb(112 26 117 / 0.6);
}
.hover\:bg-fuchsia-900\/70:hover {
  background-color: rgb(112 26 117 / 0.7);
}
.hover\:bg-fuchsia-900\/75:hover {
  background-color: rgb(112 26 117 / 0.75);
}
.hover\:bg-fuchsia-900\/80:hover {
  background-color: rgb(112 26 117 / 0.8);
}
.hover\:bg-fuchsia-900\/90:hover {
  background-color: rgb(112 26 117 / 0.9);
}
.hover\:bg-fuchsia-900\/95:hover {
  background-color: rgb(112 26 117 / 0.95);
}
.hover\:bg-fuchsia-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.hover\:bg-fuchsia-950\/0:hover {
  background-color: rgb(74 4 78 / 0);
}
.hover\:bg-fuchsia-950\/10:hover {
  background-color: rgb(74 4 78 / 0.1);
}
.hover\:bg-fuchsia-950\/100:hover {
  background-color: rgb(74 4 78 / 1);
}
.hover\:bg-fuchsia-950\/20:hover {
  background-color: rgb(74 4 78 / 0.2);
}
.hover\:bg-fuchsia-950\/25:hover {
  background-color: rgb(74 4 78 / 0.25);
}
.hover\:bg-fuchsia-950\/30:hover {
  background-color: rgb(74 4 78 / 0.3);
}
.hover\:bg-fuchsia-950\/40:hover {
  background-color: rgb(74 4 78 / 0.4);
}
.hover\:bg-fuchsia-950\/5:hover {
  background-color: rgb(74 4 78 / 0.05);
}
.hover\:bg-fuchsia-950\/50:hover {
  background-color: rgb(74 4 78 / 0.5);
}
.hover\:bg-fuchsia-950\/60:hover {
  background-color: rgb(74 4 78 / 0.6);
}
.hover\:bg-fuchsia-950\/70:hover {
  background-color: rgb(74 4 78 / 0.7);
}
.hover\:bg-fuchsia-950\/75:hover {
  background-color: rgb(74 4 78 / 0.75);
}
.hover\:bg-fuchsia-950\/80:hover {
  background-color: rgb(74 4 78 / 0.8);
}
.hover\:bg-fuchsia-950\/90:hover {
  background-color: rgb(74 4 78 / 0.9);
}
.hover\:bg-fuchsia-950\/95:hover {
  background-color: rgb(74 4 78 / 0.95);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.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\/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\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}
.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\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}
.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\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}
.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\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}
.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\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(249 250 251 / 0.4);
}
.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\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}
.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\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}
.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\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}
.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\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}
.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\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.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\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(3 7 18 / 0.4);
}
.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\/60:hover {
  background-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(220 252 231 / 0.4);
}
.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\/60:hover {
  background-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(187 247 208 / 0.4);
}
.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\/60:hover {
  background-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(134 239 172 / 0.4);
}
.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\/60:hover {
  background-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(74 222 128 / 0.4);
}
.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\/60:hover {
  background-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(240 253 244 / 0.4);
}
.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\/60:hover {
  background-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(34 197 94 / 0.4);
}
.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\/60:hover {
  background-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(22 163 74 / 0.4);
}
.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\/60:hover {
  background-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(21 128 61 / 0.4);
}
.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\/60:hover {
  background-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(22 101 52 / 0.4);
}
.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\/60:hover {
  background-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(20 83 45 / 0.4);
}
.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\/60:hover {
  background-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(5 46 22 / 0.4);
}
.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\/60:hover {
  background-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(224 231 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(199 210 254 / 0.4);
}
.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\/60:hover {
  background-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(165 180 252 / 0.4);
}
.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\/60:hover {
  background-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(129 140 248 / 0.4);
}
.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\/60:hover {
  background-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(238 242 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(99 102 241 / 0.4);
}
.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\/60:hover {
  background-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(79 70 229 / 0.4);
}
.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\/60:hover {
  background-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(67 56 202 / 0.4);
}
.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\/60:hover {
  background-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(55 48 163 / 0.4);
}
.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\/60:hover {
  background-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(49 46 129 / 0.4);
}
.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\/60:hover {
  background-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(30 27 75 / 0.4);
}
.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\/60:hover {
  background-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.hover\:bg-lime-100\/0:hover {
  background-color: rgb(236 252 203 / 0);
}
.hover\:bg-lime-100\/10:hover {
  background-color: rgb(236 252 203 / 0.1);
}
.hover\:bg-lime-100\/100:hover {
  background-color: rgb(236 252 203 / 1);
}
.hover\:bg-lime-100\/20:hover {
  background-color: rgb(236 252 203 / 0.2);
}
.hover\:bg-lime-100\/25:hover {
  background-color: rgb(236 252 203 / 0.25);
}
.hover\:bg-lime-100\/30:hover {
  background-color: rgb(236 252 203 / 0.3);
}
.hover\:bg-lime-100\/40:hover {
  background-color: rgb(236 252 203 / 0.4);
}
.hover\:bg-lime-100\/5:hover {
  background-color: rgb(236 252 203 / 0.05);
}
.hover\:bg-lime-100\/50:hover {
  background-color: rgb(236 252 203 / 0.5);
}
.hover\:bg-lime-100\/60:hover {
  background-color: rgb(236 252 203 / 0.6);
}
.hover\:bg-lime-100\/70:hover {
  background-color: rgb(236 252 203 / 0.7);
}
.hover\:bg-lime-100\/75:hover {
  background-color: rgb(236 252 203 / 0.75);
}
.hover\:bg-lime-100\/80:hover {
  background-color: rgb(236 252 203 / 0.8);
}
.hover\:bg-lime-100\/90:hover {
  background-color: rgb(236 252 203 / 0.9);
}
.hover\:bg-lime-100\/95:hover {
  background-color: rgb(236 252 203 / 0.95);
}
.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.hover\:bg-lime-200\/0:hover {
  background-color: rgb(217 249 157 / 0);
}
.hover\:bg-lime-200\/10:hover {
  background-color: rgb(217 249 157 / 0.1);
}
.hover\:bg-lime-200\/100:hover {
  background-color: rgb(217 249 157 / 1);
}
.hover\:bg-lime-200\/20:hover {
  background-color: rgb(217 249 157 / 0.2);
}
.hover\:bg-lime-200\/25:hover {
  background-color: rgb(217 249 157 / 0.25);
}
.hover\:bg-lime-200\/30:hover {
  background-color: rgb(217 249 157 / 0.3);
}
.hover\:bg-lime-200\/40:hover {
  background-color: rgb(217 249 157 / 0.4);
}
.hover\:bg-lime-200\/5:hover {
  background-color: rgb(217 249 157 / 0.05);
}
.hover\:bg-lime-200\/50:hover {
  background-color: rgb(217 249 157 / 0.5);
}
.hover\:bg-lime-200\/60:hover {
  background-color: rgb(217 249 157 / 0.6);
}
.hover\:bg-lime-200\/70:hover {
  background-color: rgb(217 249 157 / 0.7);
}
.hover\:bg-lime-200\/75:hover {
  background-color: rgb(217 249 157 / 0.75);
}
.hover\:bg-lime-200\/80:hover {
  background-color: rgb(217 249 157 / 0.8);
}
.hover\:bg-lime-200\/90:hover {
  background-color: rgb(217 249 157 / 0.9);
}
.hover\:bg-lime-200\/95:hover {
  background-color: rgb(217 249 157 / 0.95);
}
.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.hover\:bg-lime-300\/0:hover {
  background-color: rgb(190 242 100 / 0);
}
.hover\:bg-lime-300\/10:hover {
  background-color: rgb(190 242 100 / 0.1);
}
.hover\:bg-lime-300\/100:hover {
  background-color: rgb(190 242 100 / 1);
}
.hover\:bg-lime-300\/20:hover {
  background-color: rgb(190 242 100 / 0.2);
}
.hover\:bg-lime-300\/25:hover {
  background-color: rgb(190 242 100 / 0.25);
}
.hover\:bg-lime-300\/30:hover {
  background-color: rgb(190 242 100 / 0.3);
}
.hover\:bg-lime-300\/40:hover {
  background-color: rgb(190 242 100 / 0.4);
}
.hover\:bg-lime-300\/5:hover {
  background-color: rgb(190 242 100 / 0.05);
}
.hover\:bg-lime-300\/50:hover {
  background-color: rgb(190 242 100 / 0.5);
}
.hover\:bg-lime-300\/60:hover {
  background-color: rgb(190 242 100 / 0.6);
}
.hover\:bg-lime-300\/70:hover {
  background-color: rgb(190 242 100 / 0.7);
}
.hover\:bg-lime-300\/75:hover {
  background-color: rgb(190 242 100 / 0.75);
}
.hover\:bg-lime-300\/80:hover {
  background-color: rgb(190 242 100 / 0.8);
}
.hover\:bg-lime-300\/90:hover {
  background-color: rgb(190 242 100 / 0.9);
}
.hover\:bg-lime-300\/95:hover {
  background-color: rgb(190 242 100 / 0.95);
}
.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.hover\:bg-lime-400\/0:hover {
  background-color: rgb(163 230 53 / 0);
}
.hover\:bg-lime-400\/10:hover {
  background-color: rgb(163 230 53 / 0.1);
}
.hover\:bg-lime-400\/100:hover {
  background-color: rgb(163 230 53 / 1);
}
.hover\:bg-lime-400\/20:hover {
  background-color: rgb(163 230 53 / 0.2);
}
.hover\:bg-lime-400\/25:hover {
  background-color: rgb(163 230 53 / 0.25);
}
.hover\:bg-lime-400\/30:hover {
  background-color: rgb(163 230 53 / 0.3);
}
.hover\:bg-lime-400\/40:hover {
  background-color: rgb(163 230 53 / 0.4);
}
.hover\:bg-lime-400\/5:hover {
  background-color: rgb(163 230 53 / 0.05);
}
.hover\:bg-lime-400\/50:hover {
  background-color: rgb(163 230 53 / 0.5);
}
.hover\:bg-lime-400\/60:hover {
  background-color: rgb(163 230 53 / 0.6);
}
.hover\:bg-lime-400\/70:hover {
  background-color: rgb(163 230 53 / 0.7);
}
.hover\:bg-lime-400\/75:hover {
  background-color: rgb(163 230 53 / 0.75);
}
.hover\:bg-lime-400\/80:hover {
  background-color: rgb(163 230 53 / 0.8);
}
.hover\:bg-lime-400\/90:hover {
  background-color: rgb(163 230 53 / 0.9);
}
.hover\:bg-lime-400\/95:hover {
  background-color: rgb(163 230 53 / 0.95);
}
.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.hover\:bg-lime-50\/0:hover {
  background-color: rgb(247 254 231 / 0);
}
.hover\:bg-lime-50\/10:hover {
  background-color: rgb(247 254 231 / 0.1);
}
.hover\:bg-lime-50\/100:hover {
  background-color: rgb(247 254 231 / 1);
}
.hover\:bg-lime-50\/20:hover {
  background-color: rgb(247 254 231 / 0.2);
}
.hover\:bg-lime-50\/25:hover {
  background-color: rgb(247 254 231 / 0.25);
}
.hover\:bg-lime-50\/30:hover {
  background-color: rgb(247 254 231 / 0.3);
}
.hover\:bg-lime-50\/40:hover {
  background-color: rgb(247 254 231 / 0.4);
}
.hover\:bg-lime-50\/5:hover {
  background-color: rgb(247 254 231 / 0.05);
}
.hover\:bg-lime-50\/50:hover {
  background-color: rgb(247 254 231 / 0.5);
}
.hover\:bg-lime-50\/60:hover {
  background-color: rgb(247 254 231 / 0.6);
}
.hover\:bg-lime-50\/70:hover {
  background-color: rgb(247 254 231 / 0.7);
}
.hover\:bg-lime-50\/75:hover {
  background-color: rgb(247 254 231 / 0.75);
}
.hover\:bg-lime-50\/80:hover {
  background-color: rgb(247 254 231 / 0.8);
}
.hover\:bg-lime-50\/90:hover {
  background-color: rgb(247 254 231 / 0.9);
}
.hover\:bg-lime-50\/95:hover {
  background-color: rgb(247 254 231 / 0.95);
}
.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.hover\:bg-lime-500\/0:hover {
  background-color: rgb(132 204 22 / 0);
}
.hover\:bg-lime-500\/10:hover {
  background-color: rgb(132 204 22 / 0.1);
}
.hover\:bg-lime-500\/100:hover {
  background-color: rgb(132 204 22 / 1);
}
.hover\:bg-lime-500\/20:hover {
  background-color: rgb(132 204 22 / 0.2);
}
.hover\:bg-lime-500\/25:hover {
  background-color: rgb(132 204 22 / 0.25);
}
.hover\:bg-lime-500\/30:hover {
  background-color: rgb(132 204 22 / 0.3);
}
.hover\:bg-lime-500\/40:hover {
  background-color: rgb(132 204 22 / 0.4);
}
.hover\:bg-lime-500\/5:hover {
  background-color: rgb(132 204 22 / 0.05);
}
.hover\:bg-lime-500\/50:hover {
  background-color: rgb(132 204 22 / 0.5);
}
.hover\:bg-lime-500\/60:hover {
  background-color: rgb(132 204 22 / 0.6);
}
.hover\:bg-lime-500\/70:hover {
  background-color: rgb(132 204 22 / 0.7);
}
.hover\:bg-lime-500\/75:hover {
  background-color: rgb(132 204 22 / 0.75);
}
.hover\:bg-lime-500\/80:hover {
  background-color: rgb(132 204 22 / 0.8);
}
.hover\:bg-lime-500\/90:hover {
  background-color: rgb(132 204 22 / 0.9);
}
.hover\:bg-lime-500\/95:hover {
  background-color: rgb(132 204 22 / 0.95);
}
.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.hover\:bg-lime-600\/0:hover {
  background-color: rgb(101 163 13 / 0);
}
.hover\:bg-lime-600\/10:hover {
  background-color: rgb(101 163 13 / 0.1);
}
.hover\:bg-lime-600\/100:hover {
  background-color: rgb(101 163 13 / 1);
}
.hover\:bg-lime-600\/20:hover {
  background-color: rgb(101 163 13 / 0.2);
}
.hover\:bg-lime-600\/25:hover {
  background-color: rgb(101 163 13 / 0.25);
}
.hover\:bg-lime-600\/30:hover {
  background-color: rgb(101 163 13 / 0.3);
}
.hover\:bg-lime-600\/40:hover {
  background-color: rgb(101 163 13 / 0.4);
}
.hover\:bg-lime-600\/5:hover {
  background-color: rgb(101 163 13 / 0.05);
}
.hover\:bg-lime-600\/50:hover {
  background-color: rgb(101 163 13 / 0.5);
}
.hover\:bg-lime-600\/60:hover {
  background-color: rgb(101 163 13 / 0.6);
}
.hover\:bg-lime-600\/70:hover {
  background-color: rgb(101 163 13 / 0.7);
}
.hover\:bg-lime-600\/75:hover {
  background-color: rgb(101 163 13 / 0.75);
}
.hover\:bg-lime-600\/80:hover {
  background-color: rgb(101 163 13 / 0.8);
}
.hover\:bg-lime-600\/90:hover {
  background-color: rgb(101 163 13 / 0.9);
}
.hover\:bg-lime-600\/95:hover {
  background-color: rgb(101 163 13 / 0.95);
}
.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.hover\:bg-lime-700\/0:hover {
  background-color: rgb(77 124 15 / 0);
}
.hover\:bg-lime-700\/10:hover {
  background-color: rgb(77 124 15 / 0.1);
}
.hover\:bg-lime-700\/100:hover {
  background-color: rgb(77 124 15 / 1);
}
.hover\:bg-lime-700\/20:hover {
  background-color: rgb(77 124 15 / 0.2);
}
.hover\:bg-lime-700\/25:hover {
  background-color: rgb(77 124 15 / 0.25);
}
.hover\:bg-lime-700\/30:hover {
  background-color: rgb(77 124 15 / 0.3);
}
.hover\:bg-lime-700\/40:hover {
  background-color: rgb(77 124 15 / 0.4);
}
.hover\:bg-lime-700\/5:hover {
  background-color: rgb(77 124 15 / 0.05);
}
.hover\:bg-lime-700\/50:hover {
  background-color: rgb(77 124 15 / 0.5);
}
.hover\:bg-lime-700\/60:hover {
  background-color: rgb(77 124 15 / 0.6);
}
.hover\:bg-lime-700\/70:hover {
  background-color: rgb(77 124 15 / 0.7);
}
.hover\:bg-lime-700\/75:hover {
  background-color: rgb(77 124 15 / 0.75);
}
.hover\:bg-lime-700\/80:hover {
  background-color: rgb(77 124 15 / 0.8);
}
.hover\:bg-lime-700\/90:hover {
  background-color: rgb(77 124 15 / 0.9);
}
.hover\:bg-lime-700\/95:hover {
  background-color: rgb(77 124 15 / 0.95);
}
.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.hover\:bg-lime-800\/0:hover {
  background-color: rgb(63 98 18 / 0);
}
.hover\:bg-lime-800\/10:hover {
  background-color: rgb(63 98 18 / 0.1);
}
.hover\:bg-lime-800\/100:hover {
  background-color: rgb(63 98 18 / 1);
}
.hover\:bg-lime-800\/20:hover {
  background-color: rgb(63 98 18 / 0.2);
}
.hover\:bg-lime-800\/25:hover {
  background-color: rgb(63 98 18 / 0.25);
}
.hover\:bg-lime-800\/30:hover {
  background-color: rgb(63 98 18 / 0.3);
}
.hover\:bg-lime-800\/40:hover {
  background-color: rgb(63 98 18 / 0.4);
}
.hover\:bg-lime-800\/5:hover {
  background-color: rgb(63 98 18 / 0.05);
}
.hover\:bg-lime-800\/50:hover {
  background-color: rgb(63 98 18 / 0.5);
}
.hover\:bg-lime-800\/60:hover {
  background-color: rgb(63 98 18 / 0.6);
}
.hover\:bg-lime-800\/70:hover {
  background-color: rgb(63 98 18 / 0.7);
}
.hover\:bg-lime-800\/75:hover {
  background-color: rgb(63 98 18 / 0.75);
}
.hover\:bg-lime-800\/80:hover {
  background-color: rgb(63 98 18 / 0.8);
}
.hover\:bg-lime-800\/90:hover {
  background-color: rgb(63 98 18 / 0.9);
}
.hover\:bg-lime-800\/95:hover {
  background-color: rgb(63 98 18 / 0.95);
}
.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.hover\:bg-lime-900\/0:hover {
  background-color: rgb(54 83 20 / 0);
}
.hover\:bg-lime-900\/10:hover {
  background-color: rgb(54 83 20 / 0.1);
}
.hover\:bg-lime-900\/100:hover {
  background-color: rgb(54 83 20 / 1);
}
.hover\:bg-lime-900\/20:hover {
  background-color: rgb(54 83 20 / 0.2);
}
.hover\:bg-lime-900\/25:hover {
  background-color: rgb(54 83 20 / 0.25);
}
.hover\:bg-lime-900\/30:hover {
  background-color: rgb(54 83 20 / 0.3);
}
.hover\:bg-lime-900\/40:hover {
  background-color: rgb(54 83 20 / 0.4);
}
.hover\:bg-lime-900\/5:hover {
  background-color: rgb(54 83 20 / 0.05);
}
.hover\:bg-lime-900\/50:hover {
  background-color: rgb(54 83 20 / 0.5);
}
.hover\:bg-lime-900\/60:hover {
  background-color: rgb(54 83 20 / 0.6);
}
.hover\:bg-lime-900\/70:hover {
  background-color: rgb(54 83 20 / 0.7);
}
.hover\:bg-lime-900\/75:hover {
  background-color: rgb(54 83 20 / 0.75);
}
.hover\:bg-lime-900\/80:hover {
  background-color: rgb(54 83 20 / 0.8);
}
.hover\:bg-lime-900\/90:hover {
  background-color: rgb(54 83 20 / 0.9);
}
.hover\:bg-lime-900\/95:hover {
  background-color: rgb(54 83 20 / 0.95);
}
.hover\:bg-lime-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.hover\:bg-lime-950\/0:hover {
  background-color: rgb(26 46 5 / 0);
}
.hover\:bg-lime-950\/10:hover {
  background-color: rgb(26 46 5 / 0.1);
}
.hover\:bg-lime-950\/100:hover {
  background-color: rgb(26 46 5 / 1);
}
.hover\:bg-lime-950\/20:hover {
  background-color: rgb(26 46 5 / 0.2);
}
.hover\:bg-lime-950\/25:hover {
  background-color: rgb(26 46 5 / 0.25);
}
.hover\:bg-lime-950\/30:hover {
  background-color: rgb(26 46 5 / 0.3);
}
.hover\:bg-lime-950\/40:hover {
  background-color: rgb(26 46 5 / 0.4);
}
.hover\:bg-lime-950\/5:hover {
  background-color: rgb(26 46 5 / 0.05);
}
.hover\:bg-lime-950\/50:hover {
  background-color: rgb(26 46 5 / 0.5);
}
.hover\:bg-lime-950\/60:hover {
  background-color: rgb(26 46 5 / 0.6);
}
.hover\:bg-lime-950\/70:hover {
  background-color: rgb(26 46 5 / 0.7);
}
.hover\:bg-lime-950\/75:hover {
  background-color: rgb(26 46 5 / 0.75);
}
.hover\:bg-lime-950\/80:hover {
  background-color: rgb(26 46 5 / 0.8);
}
.hover\:bg-lime-950\/90:hover {
  background-color: rgb(26 46 5 / 0.9);
}
.hover\:bg-lime-950\/95:hover {
  background-color: rgb(26 46 5 / 0.95);
}
.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-100\/0:hover {
  background-color: rgb(245 245 245 / 0);
}
.hover\:bg-neutral-100\/10:hover {
  background-color: rgb(245 245 245 / 0.1);
}
.hover\:bg-neutral-100\/100:hover {
  background-color: rgb(245 245 245 / 1);
}
.hover\:bg-neutral-100\/20:hover {
  background-color: rgb(245 245 245 / 0.2);
}
.hover\:bg-neutral-100\/25:hover {
  background-color: rgb(245 245 245 / 0.25);
}
.hover\:bg-neutral-100\/30:hover {
  background-color: rgb(245 245 245 / 0.3);
}
.hover\:bg-neutral-100\/40:hover {
  background-color: rgb(245 245 245 / 0.4);
}
.hover\:bg-neutral-100\/5:hover {
  background-color: rgb(245 245 245 / 0.05);
}
.hover\:bg-neutral-100\/50:hover {
  background-color: rgb(245 245 245 / 0.5);
}
.hover\:bg-neutral-100\/60:hover {
  background-color: rgb(245 245 245 / 0.6);
}
.hover\:bg-neutral-100\/70:hover {
  background-color: rgb(245 245 245 / 0.7);
}
.hover\:bg-neutral-100\/75:hover {
  background-color: rgb(245 245 245 / 0.75);
}
.hover\:bg-neutral-100\/80:hover {
  background-color: rgb(245 245 245 / 0.8);
}
.hover\:bg-neutral-100\/90:hover {
  background-color: rgb(245 245 245 / 0.9);
}
.hover\:bg-neutral-100\/95:hover {
  background-color: rgb(245 245 245 / 0.95);
}
.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-200\/0:hover {
  background-color: rgb(229 229 229 / 0);
}
.hover\:bg-neutral-200\/10:hover {
  background-color: rgb(229 229 229 / 0.1);
}
.hover\:bg-neutral-200\/100:hover {
  background-color: rgb(229 229 229 / 1);
}
.hover\:bg-neutral-200\/20:hover {
  background-color: rgb(229 229 229 / 0.2);
}
.hover\:bg-neutral-200\/25:hover {
  background-color: rgb(229 229 229 / 0.25);
}
.hover\:bg-neutral-200\/30:hover {
  background-color: rgb(229 229 229 / 0.3);
}
.hover\:bg-neutral-200\/40:hover {
  background-color: rgb(229 229 229 / 0.4);
}
.hover\:bg-neutral-200\/5:hover {
  background-color: rgb(229 229 229 / 0.05);
}
.hover\:bg-neutral-200\/50:hover {
  background-color: rgb(229 229 229 / 0.5);
}
.hover\:bg-neutral-200\/60:hover {
  background-color: rgb(229 229 229 / 0.6);
}
.hover\:bg-neutral-200\/70:hover {
  background-color: rgb(229 229 229 / 0.7);
}
.hover\:bg-neutral-200\/75:hover {
  background-color: rgb(229 229 229 / 0.75);
}
.hover\:bg-neutral-200\/80:hover {
  background-color: rgb(229 229 229 / 0.8);
}
.hover\:bg-neutral-200\/90:hover {
  background-color: rgb(229 229 229 / 0.9);
}
.hover\:bg-neutral-200\/95:hover {
  background-color: rgb(229 229 229 / 0.95);
}
.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-300\/0:hover {
  background-color: rgb(212 212 212 / 0);
}
.hover\:bg-neutral-300\/10:hover {
  background-color: rgb(212 212 212 / 0.1);
}
.hover\:bg-neutral-300\/100:hover {
  background-color: rgb(212 212 212 / 1);
}
.hover\:bg-neutral-300\/20:hover {
  background-color: rgb(212 212 212 / 0.2);
}
.hover\:bg-neutral-300\/25:hover {
  background-color: rgb(212 212 212 / 0.25);
}
.hover\:bg-neutral-300\/30:hover {
  background-color: rgb(212 212 212 / 0.3);
}
.hover\:bg-neutral-300\/40:hover {
  background-color: rgb(212 212 212 / 0.4);
}
.hover\:bg-neutral-300\/5:hover {
  background-color: rgb(212 212 212 / 0.05);
}
.hover\:bg-neutral-300\/50:hover {
  background-color: rgb(212 212 212 / 0.5);
}
.hover\:bg-neutral-300\/60:hover {
  background-color: rgb(212 212 212 / 0.6);
}
.hover\:bg-neutral-300\/70:hover {
  background-color: rgb(212 212 212 / 0.7);
}
.hover\:bg-neutral-300\/75:hover {
  background-color: rgb(212 212 212 / 0.75);
}
.hover\:bg-neutral-300\/80:hover {
  background-color: rgb(212 212 212 / 0.8);
}
.hover\:bg-neutral-300\/90:hover {
  background-color: rgb(212 212 212 / 0.9);
}
.hover\:bg-neutral-300\/95:hover {
  background-color: rgb(212 212 212 / 0.95);
}
.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-400\/0:hover {
  background-color: rgb(163 163 163 / 0);
}
.hover\:bg-neutral-400\/10:hover {
  background-color: rgb(163 163 163 / 0.1);
}
.hover\:bg-neutral-400\/100:hover {
  background-color: rgb(163 163 163 / 1);
}
.hover\:bg-neutral-400\/20:hover {
  background-color: rgb(163 163 163 / 0.2);
}
.hover\:bg-neutral-400\/25:hover {
  background-color: rgb(163 163 163 / 0.25);
}
.hover\:bg-neutral-400\/30:hover {
  background-color: rgb(163 163 163 / 0.3);
}
.hover\:bg-neutral-400\/40:hover {
  background-color: rgb(163 163 163 / 0.4);
}
.hover\:bg-neutral-400\/5:hover {
  background-color: rgb(163 163 163 / 0.05);
}
.hover\:bg-neutral-400\/50:hover {
  background-color: rgb(163 163 163 / 0.5);
}
.hover\:bg-neutral-400\/60:hover {
  background-color: rgb(163 163 163 / 0.6);
}
.hover\:bg-neutral-400\/70:hover {
  background-color: rgb(163 163 163 / 0.7);
}
.hover\:bg-neutral-400\/75:hover {
  background-color: rgb(163 163 163 / 0.75);
}
.hover\:bg-neutral-400\/80:hover {
  background-color: rgb(163 163 163 / 0.8);
}
.hover\:bg-neutral-400\/90:hover {
  background-color: rgb(163 163 163 / 0.9);
}
.hover\:bg-neutral-400\/95:hover {
  background-color: rgb(163 163 163 / 0.95);
}
.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-50\/0:hover {
  background-color: rgb(250 250 250 / 0);
}
.hover\:bg-neutral-50\/10:hover {
  background-color: rgb(250 250 250 / 0.1);
}
.hover\:bg-neutral-50\/100:hover {
  background-color: rgb(250 250 250 / 1);
}
.hover\:bg-neutral-50\/20:hover {
  background-color: rgb(250 250 250 / 0.2);
}
.hover\:bg-neutral-50\/25:hover {
  background-color: rgb(250 250 250 / 0.25);
}
.hover\:bg-neutral-50\/30:hover {
  background-color: rgb(250 250 250 / 0.3);
}
.hover\:bg-neutral-50\/40:hover {
  background-color: rgb(250 250 250 / 0.4);
}
.hover\:bg-neutral-50\/5:hover {
  background-color: rgb(250 250 250 / 0.05);
}
.hover\:bg-neutral-50\/50:hover {
  background-color: rgb(250 250 250 / 0.5);
}
.hover\:bg-neutral-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}
.hover\:bg-neutral-50\/70:hover {
  background-color: rgb(250 250 250 / 0.7);
}
.hover\:bg-neutral-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}
.hover\:bg-neutral-50\/80:hover {
  background-color: rgb(250 250 250 / 0.8);
}
.hover\:bg-neutral-50\/90:hover {
  background-color: rgb(250 250 250 / 0.9);
}
.hover\:bg-neutral-50\/95:hover {
  background-color: rgb(250 250 250 / 0.95);
}
.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-500\/0:hover {
  background-color: rgb(115 115 115 / 0);
}
.hover\:bg-neutral-500\/10:hover {
  background-color: rgb(115 115 115 / 0.1);
}
.hover\:bg-neutral-500\/100:hover {
  background-color: rgb(115 115 115 / 1);
}
.hover\:bg-neutral-500\/20:hover {
  background-color: rgb(115 115 115 / 0.2);
}
.hover\:bg-neutral-500\/25:hover {
  background-color: rgb(115 115 115 / 0.25);
}
.hover\:bg-neutral-500\/30:hover {
  background-color: rgb(115 115 115 / 0.3);
}
.hover\:bg-neutral-500\/40:hover {
  background-color: rgb(115 115 115 / 0.4);
}
.hover\:bg-neutral-500\/5:hover {
  background-color: rgb(115 115 115 / 0.05);
}
.hover\:bg-neutral-500\/50:hover {
  background-color: rgb(115 115 115 / 0.5);
}
.hover\:bg-neutral-500\/60:hover {
  background-color: rgb(115 115 115 / 0.6);
}
.hover\:bg-neutral-500\/70:hover {
  background-color: rgb(115 115 115 / 0.7);
}
.hover\:bg-neutral-500\/75:hover {
  background-color: rgb(115 115 115 / 0.75);
}
.hover\:bg-neutral-500\/80:hover {
  background-color: rgb(115 115 115 / 0.8);
}
.hover\:bg-neutral-500\/90:hover {
  background-color: rgb(115 115 115 / 0.9);
}
.hover\:bg-neutral-500\/95:hover {
  background-color: rgb(115 115 115 / 0.95);
}
.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-600\/0:hover {
  background-color: rgb(82 82 82 / 0);
}
.hover\:bg-neutral-600\/10:hover {
  background-color: rgb(82 82 82 / 0.1);
}
.hover\:bg-neutral-600\/100:hover {
  background-color: rgb(82 82 82 / 1);
}
.hover\:bg-neutral-600\/20:hover {
  background-color: rgb(82 82 82 / 0.2);
}
.hover\:bg-neutral-600\/25:hover {
  background-color: rgb(82 82 82 / 0.25);
}
.hover\:bg-neutral-600\/30:hover {
  background-color: rgb(82 82 82 / 0.3);
}
.hover\:bg-neutral-600\/40:hover {
  background-color: rgb(82 82 82 / 0.4);
}
.hover\:bg-neutral-600\/5:hover {
  background-color: rgb(82 82 82 / 0.05);
}
.hover\:bg-neutral-600\/50:hover {
  background-color: rgb(82 82 82 / 0.5);
}
.hover\:bg-neutral-600\/60:hover {
  background-color: rgb(82 82 82 / 0.6);
}
.hover\:bg-neutral-600\/70:hover {
  background-color: rgb(82 82 82 / 0.7);
}
.hover\:bg-neutral-600\/75:hover {
  background-color: rgb(82 82 82 / 0.75);
}
.hover\:bg-neutral-600\/80:hover {
  background-color: rgb(82 82 82 / 0.8);
}
.hover\:bg-neutral-600\/90:hover {
  background-color: rgb(82 82 82 / 0.9);
}
.hover\:bg-neutral-600\/95:hover {
  background-color: rgb(82 82 82 / 0.95);
}
.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-700\/0:hover {
  background-color: rgb(64 64 64 / 0);
}
.hover\:bg-neutral-700\/10:hover {
  background-color: rgb(64 64 64 / 0.1);
}
.hover\:bg-neutral-700\/100:hover {
  background-color: rgb(64 64 64 / 1);
}
.hover\:bg-neutral-700\/20:hover {
  background-color: rgb(64 64 64 / 0.2);
}
.hover\:bg-neutral-700\/25:hover {
  background-color: rgb(64 64 64 / 0.25);
}
.hover\:bg-neutral-700\/30:hover {
  background-color: rgb(64 64 64 / 0.3);
}
.hover\:bg-neutral-700\/40:hover {
  background-color: rgb(64 64 64 / 0.4);
}
.hover\:bg-neutral-700\/5:hover {
  background-color: rgb(64 64 64 / 0.05);
}
.hover\:bg-neutral-700\/50:hover {
  background-color: rgb(64 64 64 / 0.5);
}
.hover\:bg-neutral-700\/60:hover {
  background-color: rgb(64 64 64 / 0.6);
}
.hover\:bg-neutral-700\/70:hover {
  background-color: rgb(64 64 64 / 0.7);
}
.hover\:bg-neutral-700\/75:hover {
  background-color: rgb(64 64 64 / 0.75);
}
.hover\:bg-neutral-700\/80:hover {
  background-color: rgb(64 64 64 / 0.8);
}
.hover\:bg-neutral-700\/90:hover {
  background-color: rgb(64 64 64 / 0.9);
}
.hover\:bg-neutral-700\/95:hover {
  background-color: rgb(64 64 64 / 0.95);
}
.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-800\/0:hover {
  background-color: rgb(38 38 38 / 0);
}
.hover\:bg-neutral-800\/10:hover {
  background-color: rgb(38 38 38 / 0.1);
}
.hover\:bg-neutral-800\/100:hover {
  background-color: rgb(38 38 38 / 1);
}
.hover\:bg-neutral-800\/20:hover {
  background-color: rgb(38 38 38 / 0.2);
}
.hover\:bg-neutral-800\/25:hover {
  background-color: rgb(38 38 38 / 0.25);
}
.hover\:bg-neutral-800\/30:hover {
  background-color: rgb(38 38 38 / 0.3);
}
.hover\:bg-neutral-800\/40:hover {
  background-color: rgb(38 38 38 / 0.4);
}
.hover\:bg-neutral-800\/5:hover {
  background-color: rgb(38 38 38 / 0.05);
}
.hover\:bg-neutral-800\/50:hover {
  background-color: rgb(38 38 38 / 0.5);
}
.hover\:bg-neutral-800\/60:hover {
  background-color: rgb(38 38 38 / 0.6);
}
.hover\:bg-neutral-800\/70:hover {
  background-color: rgb(38 38 38 / 0.7);
}
.hover\:bg-neutral-800\/75:hover {
  background-color: rgb(38 38 38 / 0.75);
}
.hover\:bg-neutral-800\/80:hover {
  background-color: rgb(38 38 38 / 0.8);
}
.hover\:bg-neutral-800\/90:hover {
  background-color: rgb(38 38 38 / 0.9);
}
.hover\:bg-neutral-800\/95:hover {
  background-color: rgb(38 38 38 / 0.95);
}
.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-900\/0:hover {
  background-color: rgb(23 23 23 / 0);
}
.hover\:bg-neutral-900\/10:hover {
  background-color: rgb(23 23 23 / 0.1);
}
.hover\:bg-neutral-900\/100:hover {
  background-color: rgb(23 23 23 / 1);
}
.hover\:bg-neutral-900\/20:hover {
  background-color: rgb(23 23 23 / 0.2);
}
.hover\:bg-neutral-900\/25:hover {
  background-color: rgb(23 23 23 / 0.25);
}
.hover\:bg-neutral-900\/30:hover {
  background-color: rgb(23 23 23 / 0.3);
}
.hover\:bg-neutral-900\/40:hover {
  background-color: rgb(23 23 23 / 0.4);
}
.hover\:bg-neutral-900\/5:hover {
  background-color: rgb(23 23 23 / 0.05);
}
.hover\:bg-neutral-900\/50:hover {
  background-color: rgb(23 23 23 / 0.5);
}
.hover\:bg-neutral-900\/60:hover {
  background-color: rgb(23 23 23 / 0.6);
}
.hover\:bg-neutral-900\/70:hover {
  background-color: rgb(23 23 23 / 0.7);
}
.hover\:bg-neutral-900\/75:hover {
  background-color: rgb(23 23 23 / 0.75);
}
.hover\:bg-neutral-900\/80:hover {
  background-color: rgb(23 23 23 / 0.8);
}
.hover\:bg-neutral-900\/90:hover {
  background-color: rgb(23 23 23 / 0.9);
}
.hover\:bg-neutral-900\/95:hover {
  background-color: rgb(23 23 23 / 0.95);
}
.hover\:bg-neutral-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-950\/0:hover {
  background-color: rgb(10 10 10 / 0);
}
.hover\:bg-neutral-950\/10:hover {
  background-color: rgb(10 10 10 / 0.1);
}
.hover\:bg-neutral-950\/100:hover {
  background-color: rgb(10 10 10 / 1);
}
.hover\:bg-neutral-950\/20:hover {
  background-color: rgb(10 10 10 / 0.2);
}
.hover\:bg-neutral-950\/25:hover {
  background-color: rgb(10 10 10 / 0.25);
}
.hover\:bg-neutral-950\/30:hover {
  background-color: rgb(10 10 10 / 0.3);
}
.hover\:bg-neutral-950\/40:hover {
  background-color: rgb(10 10 10 / 0.4);
}
.hover\:bg-neutral-950\/5:hover {
  background-color: rgb(10 10 10 / 0.05);
}
.hover\:bg-neutral-950\/50:hover {
  background-color: rgb(10 10 10 / 0.5);
}
.hover\:bg-neutral-950\/60:hover {
  background-color: rgb(10 10 10 / 0.6);
}
.hover\:bg-neutral-950\/70:hover {
  background-color: rgb(10 10 10 / 0.7);
}
.hover\:bg-neutral-950\/75:hover {
  background-color: rgb(10 10 10 / 0.75);
}
.hover\:bg-neutral-950\/80:hover {
  background-color: rgb(10 10 10 / 0.8);
}
.hover\:bg-neutral-950\/90:hover {
  background-color: rgb(10 10 10 / 0.9);
}
.hover\:bg-neutral-950\/95:hover {
  background-color: rgb(10 10 10 / 0.95);
}
.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.hover\:bg-orange-100\/0:hover {
  background-color: rgb(255 237 213 / 0);
}
.hover\:bg-orange-100\/10:hover {
  background-color: rgb(255 237 213 / 0.1);
}
.hover\:bg-orange-100\/100:hover {
  background-color: rgb(255 237 213 / 1);
}
.hover\:bg-orange-100\/20:hover {
  background-color: rgb(255 237 213 / 0.2);
}
.hover\:bg-orange-100\/25:hover {
  background-color: rgb(255 237 213 / 0.25);
}
.hover\:bg-orange-100\/30:hover {
  background-color: rgb(255 237 213 / 0.3);
}
.hover\:bg-orange-100\/40:hover {
  background-color: rgb(255 237 213 / 0.4);
}
.hover\:bg-orange-100\/5:hover {
  background-color: rgb(255 237 213 / 0.05);
}
.hover\:bg-orange-100\/50:hover {
  background-color: rgb(255 237 213 / 0.5);
}
.hover\:bg-orange-100\/60:hover {
  background-color: rgb(255 237 213 / 0.6);
}
.hover\:bg-orange-100\/70:hover {
  background-color: rgb(255 237 213 / 0.7);
}
.hover\:bg-orange-100\/75:hover {
  background-color: rgb(255 237 213 / 0.75);
}
.hover\:bg-orange-100\/80:hover {
  background-color: rgb(255 237 213 / 0.8);
}
.hover\:bg-orange-100\/90:hover {
  background-color: rgb(255 237 213 / 0.9);
}
.hover\:bg-orange-100\/95:hover {
  background-color: rgb(255 237 213 / 0.95);
}
.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.hover\:bg-orange-200\/0:hover {
  background-color: rgb(254 215 170 / 0);
}
.hover\:bg-orange-200\/10:hover {
  background-color: rgb(254 215 170 / 0.1);
}
.hover\:bg-orange-200\/100:hover {
  background-color: rgb(254 215 170 / 1);
}
.hover\:bg-orange-200\/20:hover {
  background-color: rgb(254 215 170 / 0.2);
}
.hover\:bg-orange-200\/25:hover {
  background-color: rgb(254 215 170 / 0.25);
}
.hover\:bg-orange-200\/30:hover {
  background-color: rgb(254 215 170 / 0.3);
}
.hover\:bg-orange-200\/40:hover {
  background-color: rgb(254 215 170 / 0.4);
}
.hover\:bg-orange-200\/5:hover {
  background-color: rgb(254 215 170 / 0.05);
}
.hover\:bg-orange-200\/50:hover {
  background-color: rgb(254 215 170 / 0.5);
}
.hover\:bg-orange-200\/60:hover {
  background-color: rgb(254 215 170 / 0.6);
}
.hover\:bg-orange-200\/70:hover {
  background-color: rgb(254 215 170 / 0.7);
}
.hover\:bg-orange-200\/75:hover {
  background-color: rgb(254 215 170 / 0.75);
}
.hover\:bg-orange-200\/80:hover {
  background-color: rgb(254 215 170 / 0.8);
}
.hover\:bg-orange-200\/90:hover {
  background-color: rgb(254 215 170 / 0.9);
}
.hover\:bg-orange-200\/95:hover {
  background-color: rgb(254 215 170 / 0.95);
}
.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.hover\:bg-orange-300\/0:hover {
  background-color: rgb(253 186 116 / 0);
}
.hover\:bg-orange-300\/10:hover {
  background-color: rgb(253 186 116 / 0.1);
}
.hover\:bg-orange-300\/100:hover {
  background-color: rgb(253 186 116 / 1);
}
.hover\:bg-orange-300\/20:hover {
  background-color: rgb(253 186 116 / 0.2);
}
.hover\:bg-orange-300\/25:hover {
  background-color: rgb(253 186 116 / 0.25);
}
.hover\:bg-orange-300\/30:hover {
  background-color: rgb(253 186 116 / 0.3);
}
.hover\:bg-orange-300\/40:hover {
  background-color: rgb(253 186 116 / 0.4);
}
.hover\:bg-orange-300\/5:hover {
  background-color: rgb(253 186 116 / 0.05);
}
.hover\:bg-orange-300\/50:hover {
  background-color: rgb(253 186 116 / 0.5);
}
.hover\:bg-orange-300\/60:hover {
  background-color: rgb(253 186 116 / 0.6);
}
.hover\:bg-orange-300\/70:hover {
  background-color: rgb(253 186 116 / 0.7);
}
.hover\:bg-orange-300\/75:hover {
  background-color: rgb(253 186 116 / 0.75);
}
.hover\:bg-orange-300\/80:hover {
  background-color: rgb(253 186 116 / 0.8);
}
.hover\:bg-orange-300\/90:hover {
  background-color: rgb(253 186 116 / 0.9);
}
.hover\:bg-orange-300\/95:hover {
  background-color: rgb(253 186 116 / 0.95);
}
.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.hover\:bg-orange-400\/0:hover {
  background-color: rgb(251 146 60 / 0);
}
.hover\:bg-orange-400\/10:hover {
  background-color: rgb(251 146 60 / 0.1);
}
.hover\:bg-orange-400\/100:hover {
  background-color: rgb(251 146 60 / 1);
}
.hover\:bg-orange-400\/20:hover {
  background-color: rgb(251 146 60 / 0.2);
}
.hover\:bg-orange-400\/25:hover {
  background-color: rgb(251 146 60 / 0.25);
}
.hover\:bg-orange-400\/30:hover {
  background-color: rgb(251 146 60 / 0.3);
}
.hover\:bg-orange-400\/40:hover {
  background-color: rgb(251 146 60 / 0.4);
}
.hover\:bg-orange-400\/5:hover {
  background-color: rgb(251 146 60 / 0.05);
}
.hover\:bg-orange-400\/50:hover {
  background-color: rgb(251 146 60 / 0.5);
}
.hover\:bg-orange-400\/60:hover {
  background-color: rgb(251 146 60 / 0.6);
}
.hover\:bg-orange-400\/70:hover {
  background-color: rgb(251 146 60 / 0.7);
}
.hover\:bg-orange-400\/75:hover {
  background-color: rgb(251 146 60 / 0.75);
}
.hover\:bg-orange-400\/80:hover {
  background-color: rgb(251 146 60 / 0.8);
}
.hover\:bg-orange-400\/90:hover {
  background-color: rgb(251 146 60 / 0.9);
}
.hover\:bg-orange-400\/95:hover {
  background-color: rgb(251 146 60 / 0.95);
}
.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.hover\:bg-orange-50\/0:hover {
  background-color: rgb(255 247 237 / 0);
}
.hover\:bg-orange-50\/10:hover {
  background-color: rgb(255 247 237 / 0.1);
}
.hover\:bg-orange-50\/100:hover {
  background-color: rgb(255 247 237 / 1);
}
.hover\:bg-orange-50\/20:hover {
  background-color: rgb(255 247 237 / 0.2);
}
.hover\:bg-orange-50\/25:hover {
  background-color: rgb(255 247 237 / 0.25);
}
.hover\:bg-orange-50\/30:hover {
  background-color: rgb(255 247 237 / 0.3);
}
.hover\:bg-orange-50\/40:hover {
  background-color: rgb(255 247 237 / 0.4);
}
.hover\:bg-orange-50\/5:hover {
  background-color: rgb(255 247 237 / 0.05);
}
.hover\:bg-orange-50\/50:hover {
  background-color: rgb(255 247 237 / 0.5);
}
.hover\:bg-orange-50\/60:hover {
  background-color: rgb(255 247 237 / 0.6);
}
.hover\:bg-orange-50\/70:hover {
  background-color: rgb(255 247 237 / 0.7);
}
.hover\:bg-orange-50\/75:hover {
  background-color: rgb(255 247 237 / 0.75);
}
.hover\:bg-orange-50\/80:hover {
  background-color: rgb(255 247 237 / 0.8);
}
.hover\:bg-orange-50\/90:hover {
  background-color: rgb(255 247 237 / 0.9);
}
.hover\:bg-orange-50\/95:hover {
  background-color: rgb(255 247 237 / 0.95);
}
.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.hover\:bg-orange-500\/0:hover {
  background-color: rgb(249 115 22 / 0);
}
.hover\:bg-orange-500\/10:hover {
  background-color: rgb(249 115 22 / 0.1);
}
.hover\:bg-orange-500\/100:hover {
  background-color: rgb(249 115 22 / 1);
}
.hover\:bg-orange-500\/20:hover {
  background-color: rgb(249 115 22 / 0.2);
}
.hover\:bg-orange-500\/25:hover {
  background-color: rgb(249 115 22 / 0.25);
}
.hover\:bg-orange-500\/30:hover {
  background-color: rgb(249 115 22 / 0.3);
}
.hover\:bg-orange-500\/40:hover {
  background-color: rgb(249 115 22 / 0.4);
}
.hover\:bg-orange-500\/5:hover {
  background-color: rgb(249 115 22 / 0.05);
}
.hover\:bg-orange-500\/50:hover {
  background-color: rgb(249 115 22 / 0.5);
}
.hover\:bg-orange-500\/60:hover {
  background-color: rgb(249 115 22 / 0.6);
}
.hover\:bg-orange-500\/70:hover {
  background-color: rgb(249 115 22 / 0.7);
}
.hover\:bg-orange-500\/75:hover {
  background-color: rgb(249 115 22 / 0.75);
}
.hover\:bg-orange-500\/80:hover {
  background-color: rgb(249 115 22 / 0.8);
}
.hover\:bg-orange-500\/90:hover {
  background-color: rgb(249 115 22 / 0.9);
}
.hover\:bg-orange-500\/95:hover {
  background-color: rgb(249 115 22 / 0.95);
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.hover\:bg-orange-600\/0:hover {
  background-color: rgb(234 88 12 / 0);
}
.hover\:bg-orange-600\/10:hover {
  background-color: rgb(234 88 12 / 0.1);
}
.hover\:bg-orange-600\/100:hover {
  background-color: rgb(234 88 12 / 1);
}
.hover\:bg-orange-600\/20:hover {
  background-color: rgb(234 88 12 / 0.2);
}
.hover\:bg-orange-600\/25:hover {
  background-color: rgb(234 88 12 / 0.25);
}
.hover\:bg-orange-600\/30:hover {
  background-color: rgb(234 88 12 / 0.3);
}
.hover\:bg-orange-600\/40:hover {
  background-color: rgb(234 88 12 / 0.4);
}
.hover\:bg-orange-600\/5:hover {
  background-color: rgb(234 88 12 / 0.05);
}
.hover\:bg-orange-600\/50:hover {
  background-color: rgb(234 88 12 / 0.5);
}
.hover\:bg-orange-600\/60:hover {
  background-color: rgb(234 88 12 / 0.6);
}
.hover\:bg-orange-600\/70:hover {
  background-color: rgb(234 88 12 / 0.7);
}
.hover\:bg-orange-600\/75:hover {
  background-color: rgb(234 88 12 / 0.75);
}
.hover\:bg-orange-600\/80:hover {
  background-color: rgb(234 88 12 / 0.8);
}
.hover\:bg-orange-600\/90:hover {
  background-color: rgb(234 88 12 / 0.9);
}
.hover\:bg-orange-600\/95:hover {
  background-color: rgb(234 88 12 / 0.95);
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.hover\:bg-orange-700\/0:hover {
  background-color: rgb(194 65 12 / 0);
}
.hover\:bg-orange-700\/10:hover {
  background-color: rgb(194 65 12 / 0.1);
}
.hover\:bg-orange-700\/100:hover {
  background-color: rgb(194 65 12 / 1);
}
.hover\:bg-orange-700\/20:hover {
  background-color: rgb(194 65 12 / 0.2);
}
.hover\:bg-orange-700\/25:hover {
  background-color: rgb(194 65 12 / 0.25);
}
.hover\:bg-orange-700\/30:hover {
  background-color: rgb(194 65 12 / 0.3);
}
.hover\:bg-orange-700\/40:hover {
  background-color: rgb(194 65 12 / 0.4);
}
.hover\:bg-orange-700\/5:hover {
  background-color: rgb(194 65 12 / 0.05);
}
.hover\:bg-orange-700\/50:hover {
  background-color: rgb(194 65 12 / 0.5);
}
.hover\:bg-orange-700\/60:hover {
  background-color: rgb(194 65 12 / 0.6);
}
.hover\:bg-orange-700\/70:hover {
  background-color: rgb(194 65 12 / 0.7);
}
.hover\:bg-orange-700\/75:hover {
  background-color: rgb(194 65 12 / 0.75);
}
.hover\:bg-orange-700\/80:hover {
  background-color: rgb(194 65 12 / 0.8);
}
.hover\:bg-orange-700\/90:hover {
  background-color: rgb(194 65 12 / 0.9);
}
.hover\:bg-orange-700\/95:hover {
  background-color: rgb(194 65 12 / 0.95);
}
.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.hover\:bg-orange-800\/0:hover {
  background-color: rgb(154 52 18 / 0);
}
.hover\:bg-orange-800\/10:hover {
  background-color: rgb(154 52 18 / 0.1);
}
.hover\:bg-orange-800\/100:hover {
  background-color: rgb(154 52 18 / 1);
}
.hover\:bg-orange-800\/20:hover {
  background-color: rgb(154 52 18 / 0.2);
}
.hover\:bg-orange-800\/25:hover {
  background-color: rgb(154 52 18 / 0.25);
}
.hover\:bg-orange-800\/30:hover {
  background-color: rgb(154 52 18 / 0.3);
}
.hover\:bg-orange-800\/40:hover {
  background-color: rgb(154 52 18 / 0.4);
}
.hover\:bg-orange-800\/5:hover {
  background-color: rgb(154 52 18 / 0.05);
}
.hover\:bg-orange-800\/50:hover {
  background-color: rgb(154 52 18 / 0.5);
}
.hover\:bg-orange-800\/60:hover {
  background-color: rgb(154 52 18 / 0.6);
}
.hover\:bg-orange-800\/70:hover {
  background-color: rgb(154 52 18 / 0.7);
}
.hover\:bg-orange-800\/75:hover {
  background-color: rgb(154 52 18 / 0.75);
}
.hover\:bg-orange-800\/80:hover {
  background-color: rgb(154 52 18 / 0.8);
}
.hover\:bg-orange-800\/90:hover {
  background-color: rgb(154 52 18 / 0.9);
}
.hover\:bg-orange-800\/95:hover {
  background-color: rgb(154 52 18 / 0.95);
}
.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.hover\:bg-orange-900\/0:hover {
  background-color: rgb(124 45 18 / 0);
}
.hover\:bg-orange-900\/10:hover {
  background-color: rgb(124 45 18 / 0.1);
}
.hover\:bg-orange-900\/100:hover {
  background-color: rgb(124 45 18 / 1);
}
.hover\:bg-orange-900\/20:hover {
  background-color: rgb(124 45 18 / 0.2);
}
.hover\:bg-orange-900\/25:hover {
  background-color: rgb(124 45 18 / 0.25);
}
.hover\:bg-orange-900\/30:hover {
  background-color: rgb(124 45 18 / 0.3);
}
.hover\:bg-orange-900\/40:hover {
  background-color: rgb(124 45 18 / 0.4);
}
.hover\:bg-orange-900\/5:hover {
  background-color: rgb(124 45 18 / 0.05);
}
.hover\:bg-orange-900\/50:hover {
  background-color: rgb(124 45 18 / 0.5);
}
.hover\:bg-orange-900\/60:hover {
  background-color: rgb(124 45 18 / 0.6);
}
.hover\:bg-orange-900\/70:hover {
  background-color: rgb(124 45 18 / 0.7);
}
.hover\:bg-orange-900\/75:hover {
  background-color: rgb(124 45 18 / 0.75);
}
.hover\:bg-orange-900\/80:hover {
  background-color: rgb(124 45 18 / 0.8);
}
.hover\:bg-orange-900\/90:hover {
  background-color: rgb(124 45 18 / 0.9);
}
.hover\:bg-orange-900\/95:hover {
  background-color: rgb(124 45 18 / 0.95);
}
.hover\:bg-orange-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.hover\:bg-orange-950\/0:hover {
  background-color: rgb(67 20 7 / 0);
}
.hover\:bg-orange-950\/10:hover {
  background-color: rgb(67 20 7 / 0.1);
}
.hover\:bg-orange-950\/100:hover {
  background-color: rgb(67 20 7 / 1);
}
.hover\:bg-orange-950\/20:hover {
  background-color: rgb(67 20 7 / 0.2);
}
.hover\:bg-orange-950\/25:hover {
  background-color: rgb(67 20 7 / 0.25);
}
.hover\:bg-orange-950\/30:hover {
  background-color: rgb(67 20 7 / 0.3);
}
.hover\:bg-orange-950\/40:hover {
  background-color: rgb(67 20 7 / 0.4);
}
.hover\:bg-orange-950\/5:hover {
  background-color: rgb(67 20 7 / 0.05);
}
.hover\:bg-orange-950\/50:hover {
  background-color: rgb(67 20 7 / 0.5);
}
.hover\:bg-orange-950\/60:hover {
  background-color: rgb(67 20 7 / 0.6);
}
.hover\:bg-orange-950\/70:hover {
  background-color: rgb(67 20 7 / 0.7);
}
.hover\:bg-orange-950\/75:hover {
  background-color: rgb(67 20 7 / 0.75);
}
.hover\:bg-orange-950\/80:hover {
  background-color: rgb(67 20 7 / 0.8);
}
.hover\:bg-orange-950\/90:hover {
  background-color: rgb(67 20 7 / 0.9);
}
.hover\:bg-orange-950\/95:hover {
  background-color: rgb(67 20 7 / 0.95);
}
.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.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\/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\/40:hover {
  background-color: rgb(252 231 243 / 0.4);
}
.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\/60:hover {
  background-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(251 207 232 / 0.4);
}
.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\/60:hover {
  background-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(249 168 212 / 0.4);
}
.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\/60:hover {
  background-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(244 114 182 / 0.4);
}
.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\/60:hover {
  background-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(253 242 248 / 0.4);
}
.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\/60:hover {
  background-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(236 72 153 / 0.4);
}
.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\/60:hover {
  background-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(219 39 119 / 0.4);
}
.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\/60:hover {
  background-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(190 24 93 / 0.4);
}
.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\/60:hover {
  background-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(157 23 77 / 0.4);
}
.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\/60:hover {
  background-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(131 24 67 / 0.4);
}
.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\/60:hover {
  background-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(80 7 36 / 0.4);
}
.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\/60:hover {
  background-color: rgb(80 7 36 / 0.6);
}
.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\/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-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.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\/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\/40:hover {
  background-color: rgb(243 232 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(233 213 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(216 180 254 / 0.4);
}
.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\/60:hover {
  background-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(192 132 252 / 0.4);
}
.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\/60:hover {
  background-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(250 245 255 / 0.4);
}
.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\/60:hover {
  background-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(168 85 247 / 0.4);
}
.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\/60:hover {
  background-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(147 51 234 / 0.4);
}
.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\/60:hover {
  background-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(126 34 206 / 0.4);
}
.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\/60:hover {
  background-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(107 33 168 / 0.4);
}
.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\/60:hover {
  background-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(88 28 135 / 0.4);
}
.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\/60:hover {
  background-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(59 7 100 / 0.4);
}
.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\/60:hover {
  background-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}
.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\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}
.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\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}
.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\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}
.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\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}
.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\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}
.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\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}
.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\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(69 10 10 / 0.4);
}
.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\/60:hover {
  background-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.hover\:bg-rose-100\/0:hover {
  background-color: rgb(255 228 230 / 0);
}
.hover\:bg-rose-100\/10:hover {
  background-color: rgb(255 228 230 / 0.1);
}
.hover\:bg-rose-100\/100:hover {
  background-color: rgb(255 228 230 / 1);
}
.hover\:bg-rose-100\/20:hover {
  background-color: rgb(255 228 230 / 0.2);
}
.hover\:bg-rose-100\/25:hover {
  background-color: rgb(255 228 230 / 0.25);
}
.hover\:bg-rose-100\/30:hover {
  background-color: rgb(255 228 230 / 0.3);
}
.hover\:bg-rose-100\/40:hover {
  background-color: rgb(255 228 230 / 0.4);
}
.hover\:bg-rose-100\/5:hover {
  background-color: rgb(255 228 230 / 0.05);
}
.hover\:bg-rose-100\/50:hover {
  background-color: rgb(255 228 230 / 0.5);
}
.hover\:bg-rose-100\/60:hover {
  background-color: rgb(255 228 230 / 0.6);
}
.hover\:bg-rose-100\/70:hover {
  background-color: rgb(255 228 230 / 0.7);
}
.hover\:bg-rose-100\/75:hover {
  background-color: rgb(255 228 230 / 0.75);
}
.hover\:bg-rose-100\/80:hover {
  background-color: rgb(255 228 230 / 0.8);
}
.hover\:bg-rose-100\/90:hover {
  background-color: rgb(255 228 230 / 0.9);
}
.hover\:bg-rose-100\/95:hover {
  background-color: rgb(255 228 230 / 0.95);
}
.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.hover\:bg-rose-200\/0:hover {
  background-color: rgb(254 205 211 / 0);
}
.hover\:bg-rose-200\/10:hover {
  background-color: rgb(254 205 211 / 0.1);
}
.hover\:bg-rose-200\/100:hover {
  background-color: rgb(254 205 211 / 1);
}
.hover\:bg-rose-200\/20:hover {
  background-color: rgb(254 205 211 / 0.2);
}
.hover\:bg-rose-200\/25:hover {
  background-color: rgb(254 205 211 / 0.25);
}
.hover\:bg-rose-200\/30:hover {
  background-color: rgb(254 205 211 / 0.3);
}
.hover\:bg-rose-200\/40:hover {
  background-color: rgb(254 205 211 / 0.4);
}
.hover\:bg-rose-200\/5:hover {
  background-color: rgb(254 205 211 / 0.05);
}
.hover\:bg-rose-200\/50:hover {
  background-color: rgb(254 205 211 / 0.5);
}
.hover\:bg-rose-200\/60:hover {
  background-color: rgb(254 205 211 / 0.6);
}
.hover\:bg-rose-200\/70:hover {
  background-color: rgb(254 205 211 / 0.7);
}
.hover\:bg-rose-200\/75:hover {
  background-color: rgb(254 205 211 / 0.75);
}
.hover\:bg-rose-200\/80:hover {
  background-color: rgb(254 205 211 / 0.8);
}
.hover\:bg-rose-200\/90:hover {
  background-color: rgb(254 205 211 / 0.9);
}
.hover\:bg-rose-200\/95:hover {
  background-color: rgb(254 205 211 / 0.95);
}
.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.hover\:bg-rose-300\/0:hover {
  background-color: rgb(253 164 175 / 0);
}
.hover\:bg-rose-300\/10:hover {
  background-color: rgb(253 164 175 / 0.1);
}
.hover\:bg-rose-300\/100:hover {
  background-color: rgb(253 164 175 / 1);
}
.hover\:bg-rose-300\/20:hover {
  background-color: rgb(253 164 175 / 0.2);
}
.hover\:bg-rose-300\/25:hover {
  background-color: rgb(253 164 175 / 0.25);
}
.hover\:bg-rose-300\/30:hover {
  background-color: rgb(253 164 175 / 0.3);
}
.hover\:bg-rose-300\/40:hover {
  background-color: rgb(253 164 175 / 0.4);
}
.hover\:bg-rose-300\/5:hover {
  background-color: rgb(253 164 175 / 0.05);
}
.hover\:bg-rose-300\/50:hover {
  background-color: rgb(253 164 175 / 0.5);
}
.hover\:bg-rose-300\/60:hover {
  background-color: rgb(253 164 175 / 0.6);
}
.hover\:bg-rose-300\/70:hover {
  background-color: rgb(253 164 175 / 0.7);
}
.hover\:bg-rose-300\/75:hover {
  background-color: rgb(253 164 175 / 0.75);
}
.hover\:bg-rose-300\/80:hover {
  background-color: rgb(253 164 175 / 0.8);
}
.hover\:bg-rose-300\/90:hover {
  background-color: rgb(253 164 175 / 0.9);
}
.hover\:bg-rose-300\/95:hover {
  background-color: rgb(253 164 175 / 0.95);
}
.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.hover\:bg-rose-400\/0:hover {
  background-color: rgb(251 113 133 / 0);
}
.hover\:bg-rose-400\/10:hover {
  background-color: rgb(251 113 133 / 0.1);
}
.hover\:bg-rose-400\/100:hover {
  background-color: rgb(251 113 133 / 1);
}
.hover\:bg-rose-400\/20:hover {
  background-color: rgb(251 113 133 / 0.2);
}
.hover\:bg-rose-400\/25:hover {
  background-color: rgb(251 113 133 / 0.25);
}
.hover\:bg-rose-400\/30:hover {
  background-color: rgb(251 113 133 / 0.3);
}
.hover\:bg-rose-400\/40:hover {
  background-color: rgb(251 113 133 / 0.4);
}
.hover\:bg-rose-400\/5:hover {
  background-color: rgb(251 113 133 / 0.05);
}
.hover\:bg-rose-400\/50:hover {
  background-color: rgb(251 113 133 / 0.5);
}
.hover\:bg-rose-400\/60:hover {
  background-color: rgb(251 113 133 / 0.6);
}
.hover\:bg-rose-400\/70:hover {
  background-color: rgb(251 113 133 / 0.7);
}
.hover\:bg-rose-400\/75:hover {
  background-color: rgb(251 113 133 / 0.75);
}
.hover\:bg-rose-400\/80:hover {
  background-color: rgb(251 113 133 / 0.8);
}
.hover\:bg-rose-400\/90:hover {
  background-color: rgb(251 113 133 / 0.9);
}
.hover\:bg-rose-400\/95:hover {
  background-color: rgb(251 113 133 / 0.95);
}
.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.hover\:bg-rose-50\/0:hover {
  background-color: rgb(255 241 242 / 0);
}
.hover\:bg-rose-50\/10:hover {
  background-color: rgb(255 241 242 / 0.1);
}
.hover\:bg-rose-50\/100:hover {
  background-color: rgb(255 241 242 / 1);
}
.hover\:bg-rose-50\/20:hover {
  background-color: rgb(255 241 242 / 0.2);
}
.hover\:bg-rose-50\/25:hover {
  background-color: rgb(255 241 242 / 0.25);
}
.hover\:bg-rose-50\/30:hover {
  background-color: rgb(255 241 242 / 0.3);
}
.hover\:bg-rose-50\/40:hover {
  background-color: rgb(255 241 242 / 0.4);
}
.hover\:bg-rose-50\/5:hover {
  background-color: rgb(255 241 242 / 0.05);
}
.hover\:bg-rose-50\/50:hover {
  background-color: rgb(255 241 242 / 0.5);
}
.hover\:bg-rose-50\/60:hover {
  background-color: rgb(255 241 242 / 0.6);
}
.hover\:bg-rose-50\/70:hover {
  background-color: rgb(255 241 242 / 0.7);
}
.hover\:bg-rose-50\/75:hover {
  background-color: rgb(255 241 242 / 0.75);
}
.hover\:bg-rose-50\/80:hover {
  background-color: rgb(255 241 242 / 0.8);
}
.hover\:bg-rose-50\/90:hover {
  background-color: rgb(255 241 242 / 0.9);
}
.hover\:bg-rose-50\/95:hover {
  background-color: rgb(255 241 242 / 0.95);
}
.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.hover\:bg-rose-500\/0:hover {
  background-color: rgb(244 63 94 / 0);
}
.hover\:bg-rose-500\/10:hover {
  background-color: rgb(244 63 94 / 0.1);
}
.hover\:bg-rose-500\/100:hover {
  background-color: rgb(244 63 94 / 1);
}
.hover\:bg-rose-500\/20:hover {
  background-color: rgb(244 63 94 / 0.2);
}
.hover\:bg-rose-500\/25:hover {
  background-color: rgb(244 63 94 / 0.25);
}
.hover\:bg-rose-500\/30:hover {
  background-color: rgb(244 63 94 / 0.3);
}
.hover\:bg-rose-500\/40:hover {
  background-color: rgb(244 63 94 / 0.4);
}
.hover\:bg-rose-500\/5:hover {
  background-color: rgb(244 63 94 / 0.05);
}
.hover\:bg-rose-500\/50:hover {
  background-color: rgb(244 63 94 / 0.5);
}
.hover\:bg-rose-500\/60:hover {
  background-color: rgb(244 63 94 / 0.6);
}
.hover\:bg-rose-500\/70:hover {
  background-color: rgb(244 63 94 / 0.7);
}
.hover\:bg-rose-500\/75:hover {
  background-color: rgb(244 63 94 / 0.75);
}
.hover\:bg-rose-500\/80:hover {
  background-color: rgb(244 63 94 / 0.8);
}
.hover\:bg-rose-500\/90:hover {
  background-color: rgb(244 63 94 / 0.9);
}
.hover\:bg-rose-500\/95:hover {
  background-color: rgb(244 63 94 / 0.95);
}
.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.hover\:bg-rose-600\/0:hover {
  background-color: rgb(225 29 72 / 0);
}
.hover\:bg-rose-600\/10:hover {
  background-color: rgb(225 29 72 / 0.1);
}
.hover\:bg-rose-600\/100:hover {
  background-color: rgb(225 29 72 / 1);
}
.hover\:bg-rose-600\/20:hover {
  background-color: rgb(225 29 72 / 0.2);
}
.hover\:bg-rose-600\/25:hover {
  background-color: rgb(225 29 72 / 0.25);
}
.hover\:bg-rose-600\/30:hover {
  background-color: rgb(225 29 72 / 0.3);
}
.hover\:bg-rose-600\/40:hover {
  background-color: rgb(225 29 72 / 0.4);
}
.hover\:bg-rose-600\/5:hover {
  background-color: rgb(225 29 72 / 0.05);
}
.hover\:bg-rose-600\/50:hover {
  background-color: rgb(225 29 72 / 0.5);
}
.hover\:bg-rose-600\/60:hover {
  background-color: rgb(225 29 72 / 0.6);
}
.hover\:bg-rose-600\/70:hover {
  background-color: rgb(225 29 72 / 0.7);
}
.hover\:bg-rose-600\/75:hover {
  background-color: rgb(225 29 72 / 0.75);
}
.hover\:bg-rose-600\/80:hover {
  background-color: rgb(225 29 72 / 0.8);
}
.hover\:bg-rose-600\/90:hover {
  background-color: rgb(225 29 72 / 0.9);
}
.hover\:bg-rose-600\/95:hover {
  background-color: rgb(225 29 72 / 0.95);
}
.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.hover\:bg-rose-700\/0:hover {
  background-color: rgb(190 18 60 / 0);
}
.hover\:bg-rose-700\/10:hover {
  background-color: rgb(190 18 60 / 0.1);
}
.hover\:bg-rose-700\/100:hover {
  background-color: rgb(190 18 60 / 1);
}
.hover\:bg-rose-700\/20:hover {
  background-color: rgb(190 18 60 / 0.2);
}
.hover\:bg-rose-700\/25:hover {
  background-color: rgb(190 18 60 / 0.25);
}
.hover\:bg-rose-700\/30:hover {
  background-color: rgb(190 18 60 / 0.3);
}
.hover\:bg-rose-700\/40:hover {
  background-color: rgb(190 18 60 / 0.4);
}
.hover\:bg-rose-700\/5:hover {
  background-color: rgb(190 18 60 / 0.05);
}
.hover\:bg-rose-700\/50:hover {
  background-color: rgb(190 18 60 / 0.5);
}
.hover\:bg-rose-700\/60:hover {
  background-color: rgb(190 18 60 / 0.6);
}
.hover\:bg-rose-700\/70:hover {
  background-color: rgb(190 18 60 / 0.7);
}
.hover\:bg-rose-700\/75:hover {
  background-color: rgb(190 18 60 / 0.75);
}
.hover\:bg-rose-700\/80:hover {
  background-color: rgb(190 18 60 / 0.8);
}
.hover\:bg-rose-700\/90:hover {
  background-color: rgb(190 18 60 / 0.9);
}
.hover\:bg-rose-700\/95:hover {
  background-color: rgb(190 18 60 / 0.95);
}
.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.hover\:bg-rose-800\/0:hover {
  background-color: rgb(159 18 57 / 0);
}
.hover\:bg-rose-800\/10:hover {
  background-color: rgb(159 18 57 / 0.1);
}
.hover\:bg-rose-800\/100:hover {
  background-color: rgb(159 18 57 / 1);
}
.hover\:bg-rose-800\/20:hover {
  background-color: rgb(159 18 57 / 0.2);
}
.hover\:bg-rose-800\/25:hover {
  background-color: rgb(159 18 57 / 0.25);
}
.hover\:bg-rose-800\/30:hover {
  background-color: rgb(159 18 57 / 0.3);
}
.hover\:bg-rose-800\/40:hover {
  background-color: rgb(159 18 57 / 0.4);
}
.hover\:bg-rose-800\/5:hover {
  background-color: rgb(159 18 57 / 0.05);
}
.hover\:bg-rose-800\/50:hover {
  background-color: rgb(159 18 57 / 0.5);
}
.hover\:bg-rose-800\/60:hover {
  background-color: rgb(159 18 57 / 0.6);
}
.hover\:bg-rose-800\/70:hover {
  background-color: rgb(159 18 57 / 0.7);
}
.hover\:bg-rose-800\/75:hover {
  background-color: rgb(159 18 57 / 0.75);
}
.hover\:bg-rose-800\/80:hover {
  background-color: rgb(159 18 57 / 0.8);
}
.hover\:bg-rose-800\/90:hover {
  background-color: rgb(159 18 57 / 0.9);
}
.hover\:bg-rose-800\/95:hover {
  background-color: rgb(159 18 57 / 0.95);
}
.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.hover\:bg-rose-900\/0:hover {
  background-color: rgb(136 19 55 / 0);
}
.hover\:bg-rose-900\/10:hover {
  background-color: rgb(136 19 55 / 0.1);
}
.hover\:bg-rose-900\/100:hover {
  background-color: rgb(136 19 55 / 1);
}
.hover\:bg-rose-900\/20:hover {
  background-color: rgb(136 19 55 / 0.2);
}
.hover\:bg-rose-900\/25:hover {
  background-color: rgb(136 19 55 / 0.25);
}
.hover\:bg-rose-900\/30:hover {
  background-color: rgb(136 19 55 / 0.3);
}
.hover\:bg-rose-900\/40:hover {
  background-color: rgb(136 19 55 / 0.4);
}
.hover\:bg-rose-900\/5:hover {
  background-color: rgb(136 19 55 / 0.05);
}
.hover\:bg-rose-900\/50:hover {
  background-color: rgb(136 19 55 / 0.5);
}
.hover\:bg-rose-900\/60:hover {
  background-color: rgb(136 19 55 / 0.6);
}
.hover\:bg-rose-900\/70:hover {
  background-color: rgb(136 19 55 / 0.7);
}
.hover\:bg-rose-900\/75:hover {
  background-color: rgb(136 19 55 / 0.75);
}
.hover\:bg-rose-900\/80:hover {
  background-color: rgb(136 19 55 / 0.8);
}
.hover\:bg-rose-900\/90:hover {
  background-color: rgb(136 19 55 / 0.9);
}
.hover\:bg-rose-900\/95:hover {
  background-color: rgb(136 19 55 / 0.95);
}
.hover\:bg-rose-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.hover\:bg-rose-950\/0:hover {
  background-color: rgb(76 5 25 / 0);
}
.hover\:bg-rose-950\/10:hover {
  background-color: rgb(76 5 25 / 0.1);
}
.hover\:bg-rose-950\/100:hover {
  background-color: rgb(76 5 25 / 1);
}
.hover\:bg-rose-950\/20:hover {
  background-color: rgb(76 5 25 / 0.2);
}
.hover\:bg-rose-950\/25:hover {
  background-color: rgb(76 5 25 / 0.25);
}
.hover\:bg-rose-950\/30:hover {
  background-color: rgb(76 5 25 / 0.3);
}
.hover\:bg-rose-950\/40:hover {
  background-color: rgb(76 5 25 / 0.4);
}
.hover\:bg-rose-950\/5:hover {
  background-color: rgb(76 5 25 / 0.05);
}
.hover\:bg-rose-950\/50:hover {
  background-color: rgb(76 5 25 / 0.5);
}
.hover\:bg-rose-950\/60:hover {
  background-color: rgb(76 5 25 / 0.6);
}
.hover\:bg-rose-950\/70:hover {
  background-color: rgb(76 5 25 / 0.7);
}
.hover\:bg-rose-950\/75:hover {
  background-color: rgb(76 5 25 / 0.75);
}
.hover\:bg-rose-950\/80:hover {
  background-color: rgb(76 5 25 / 0.8);
}
.hover\:bg-rose-950\/90:hover {
  background-color: rgb(76 5 25 / 0.9);
}
.hover\:bg-rose-950\/95:hover {
  background-color: rgb(76 5 25 / 0.95);
}
.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.hover\:bg-sky-100\/0:hover {
  background-color: rgb(224 242 254 / 0);
}
.hover\:bg-sky-100\/10:hover {
  background-color: rgb(224 242 254 / 0.1);
}
.hover\:bg-sky-100\/100:hover {
  background-color: rgb(224 242 254 / 1);
}
.hover\:bg-sky-100\/20:hover {
  background-color: rgb(224 242 254 / 0.2);
}
.hover\:bg-sky-100\/25:hover {
  background-color: rgb(224 242 254 / 0.25);
}
.hover\:bg-sky-100\/30:hover {
  background-color: rgb(224 242 254 / 0.3);
}
.hover\:bg-sky-100\/40:hover {
  background-color: rgb(224 242 254 / 0.4);
}
.hover\:bg-sky-100\/5:hover {
  background-color: rgb(224 242 254 / 0.05);
}
.hover\:bg-sky-100\/50:hover {
  background-color: rgb(224 242 254 / 0.5);
}
.hover\:bg-sky-100\/60:hover {
  background-color: rgb(224 242 254 / 0.6);
}
.hover\:bg-sky-100\/70:hover {
  background-color: rgb(224 242 254 / 0.7);
}
.hover\:bg-sky-100\/75:hover {
  background-color: rgb(224 242 254 / 0.75);
}
.hover\:bg-sky-100\/80:hover {
  background-color: rgb(224 242 254 / 0.8);
}
.hover\:bg-sky-100\/90:hover {
  background-color: rgb(224 242 254 / 0.9);
}
.hover\:bg-sky-100\/95:hover {
  background-color: rgb(224 242 254 / 0.95);
}
.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.hover\:bg-sky-200\/0:hover {
  background-color: rgb(186 230 253 / 0);
}
.hover\:bg-sky-200\/10:hover {
  background-color: rgb(186 230 253 / 0.1);
}
.hover\:bg-sky-200\/100:hover {
  background-color: rgb(186 230 253 / 1);
}
.hover\:bg-sky-200\/20:hover {
  background-color: rgb(186 230 253 / 0.2);
}
.hover\:bg-sky-200\/25:hover {
  background-color: rgb(186 230 253 / 0.25);
}
.hover\:bg-sky-200\/30:hover {
  background-color: rgb(186 230 253 / 0.3);
}
.hover\:bg-sky-200\/40:hover {
  background-color: rgb(186 230 253 / 0.4);
}
.hover\:bg-sky-200\/5:hover {
  background-color: rgb(186 230 253 / 0.05);
}
.hover\:bg-sky-200\/50:hover {
  background-color: rgb(186 230 253 / 0.5);
}
.hover\:bg-sky-200\/60:hover {
  background-color: rgb(186 230 253 / 0.6);
}
.hover\:bg-sky-200\/70:hover {
  background-color: rgb(186 230 253 / 0.7);
}
.hover\:bg-sky-200\/75:hover {
  background-color: rgb(186 230 253 / 0.75);
}
.hover\:bg-sky-200\/80:hover {
  background-color: rgb(186 230 253 / 0.8);
}
.hover\:bg-sky-200\/90:hover {
  background-color: rgb(186 230 253 / 0.9);
}
.hover\:bg-sky-200\/95:hover {
  background-color: rgb(186 230 253 / 0.95);
}
.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.hover\:bg-sky-300\/0:hover {
  background-color: rgb(125 211 252 / 0);
}
.hover\:bg-sky-300\/10:hover {
  background-color: rgb(125 211 252 / 0.1);
}
.hover\:bg-sky-300\/100:hover {
  background-color: rgb(125 211 252 / 1);
}
.hover\:bg-sky-300\/20:hover {
  background-color: rgb(125 211 252 / 0.2);
}
.hover\:bg-sky-300\/25:hover {
  background-color: rgb(125 211 252 / 0.25);
}
.hover\:bg-sky-300\/30:hover {
  background-color: rgb(125 211 252 / 0.3);
}
.hover\:bg-sky-300\/40:hover {
  background-color: rgb(125 211 252 / 0.4);
}
.hover\:bg-sky-300\/5:hover {
  background-color: rgb(125 211 252 / 0.05);
}
.hover\:bg-sky-300\/50:hover {
  background-color: rgb(125 211 252 / 0.5);
}
.hover\:bg-sky-300\/60:hover {
  background-color: rgb(125 211 252 / 0.6);
}
.hover\:bg-sky-300\/70:hover {
  background-color: rgb(125 211 252 / 0.7);
}
.hover\:bg-sky-300\/75:hover {
  background-color: rgb(125 211 252 / 0.75);
}
.hover\:bg-sky-300\/80:hover {
  background-color: rgb(125 211 252 / 0.8);
}
.hover\:bg-sky-300\/90:hover {
  background-color: rgb(125 211 252 / 0.9);
}
.hover\:bg-sky-300\/95:hover {
  background-color: rgb(125 211 252 / 0.95);
}
.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.hover\:bg-sky-400\/0:hover {
  background-color: rgb(56 189 248 / 0);
}
.hover\:bg-sky-400\/10:hover {
  background-color: rgb(56 189 248 / 0.1);
}
.hover\:bg-sky-400\/100:hover {
  background-color: rgb(56 189 248 / 1);
}
.hover\:bg-sky-400\/20:hover {
  background-color: rgb(56 189 248 / 0.2);
}
.hover\:bg-sky-400\/25:hover {
  background-color: rgb(56 189 248 / 0.25);
}
.hover\:bg-sky-400\/30:hover {
  background-color: rgb(56 189 248 / 0.3);
}
.hover\:bg-sky-400\/40:hover {
  background-color: rgb(56 189 248 / 0.4);
}
.hover\:bg-sky-400\/5:hover {
  background-color: rgb(56 189 248 / 0.05);
}
.hover\:bg-sky-400\/50:hover {
  background-color: rgb(56 189 248 / 0.5);
}
.hover\:bg-sky-400\/60:hover {
  background-color: rgb(56 189 248 / 0.6);
}
.hover\:bg-sky-400\/70:hover {
  background-color: rgb(56 189 248 / 0.7);
}
.hover\:bg-sky-400\/75:hover {
  background-color: rgb(56 189 248 / 0.75);
}
.hover\:bg-sky-400\/80:hover {
  background-color: rgb(56 189 248 / 0.8);
}
.hover\:bg-sky-400\/90:hover {
  background-color: rgb(56 189 248 / 0.9);
}
.hover\:bg-sky-400\/95:hover {
  background-color: rgb(56 189 248 / 0.95);
}
.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.hover\:bg-sky-50\/0:hover {
  background-color: rgb(240 249 255 / 0);
}
.hover\:bg-sky-50\/10:hover {
  background-color: rgb(240 249 255 / 0.1);
}
.hover\:bg-sky-50\/100:hover {
  background-color: rgb(240 249 255 / 1);
}
.hover\:bg-sky-50\/20:hover {
  background-color: rgb(240 249 255 / 0.2);
}
.hover\:bg-sky-50\/25:hover {
  background-color: rgb(240 249 255 / 0.25);
}
.hover\:bg-sky-50\/30:hover {
  background-color: rgb(240 249 255 / 0.3);
}
.hover\:bg-sky-50\/40:hover {
  background-color: rgb(240 249 255 / 0.4);
}
.hover\:bg-sky-50\/5:hover {
  background-color: rgb(240 249 255 / 0.05);
}
.hover\:bg-sky-50\/50:hover {
  background-color: rgb(240 249 255 / 0.5);
}
.hover\:bg-sky-50\/60:hover {
  background-color: rgb(240 249 255 / 0.6);
}
.hover\:bg-sky-50\/70:hover {
  background-color: rgb(240 249 255 / 0.7);
}
.hover\:bg-sky-50\/75:hover {
  background-color: rgb(240 249 255 / 0.75);
}
.hover\:bg-sky-50\/80:hover {
  background-color: rgb(240 249 255 / 0.8);
}
.hover\:bg-sky-50\/90:hover {
  background-color: rgb(240 249 255 / 0.9);
}
.hover\:bg-sky-50\/95:hover {
  background-color: rgb(240 249 255 / 0.95);
}
.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.hover\:bg-sky-500\/0:hover {
  background-color: rgb(14 165 233 / 0);
}
.hover\:bg-sky-500\/10:hover {
  background-color: rgb(14 165 233 / 0.1);
}
.hover\:bg-sky-500\/100:hover {
  background-color: rgb(14 165 233 / 1);
}
.hover\:bg-sky-500\/20:hover {
  background-color: rgb(14 165 233 / 0.2);
}
.hover\:bg-sky-500\/25:hover {
  background-color: rgb(14 165 233 / 0.25);
}
.hover\:bg-sky-500\/30:hover {
  background-color: rgb(14 165 233 / 0.3);
}
.hover\:bg-sky-500\/40:hover {
  background-color: rgb(14 165 233 / 0.4);
}
.hover\:bg-sky-500\/5:hover {
  background-color: rgb(14 165 233 / 0.05);
}
.hover\:bg-sky-500\/50:hover {
  background-color: rgb(14 165 233 / 0.5);
}
.hover\:bg-sky-500\/60:hover {
  background-color: rgb(14 165 233 / 0.6);
}
.hover\:bg-sky-500\/70:hover {
  background-color: rgb(14 165 233 / 0.7);
}
.hover\:bg-sky-500\/75:hover {
  background-color: rgb(14 165 233 / 0.75);
}
.hover\:bg-sky-500\/80:hover {
  background-color: rgb(14 165 233 / 0.8);
}
.hover\:bg-sky-500\/90:hover {
  background-color: rgb(14 165 233 / 0.9);
}
.hover\:bg-sky-500\/95:hover {
  background-color: rgb(14 165 233 / 0.95);
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.hover\:bg-sky-600\/0:hover {
  background-color: rgb(2 132 199 / 0);
}
.hover\:bg-sky-600\/10:hover {
  background-color: rgb(2 132 199 / 0.1);
}
.hover\:bg-sky-600\/100:hover {
  background-color: rgb(2 132 199 / 1);
}
.hover\:bg-sky-600\/20:hover {
  background-color: rgb(2 132 199 / 0.2);
}
.hover\:bg-sky-600\/25:hover {
  background-color: rgb(2 132 199 / 0.25);
}
.hover\:bg-sky-600\/30:hover {
  background-color: rgb(2 132 199 / 0.3);
}
.hover\:bg-sky-600\/40:hover {
  background-color: rgb(2 132 199 / 0.4);
}
.hover\:bg-sky-600\/5:hover {
  background-color: rgb(2 132 199 / 0.05);
}
.hover\:bg-sky-600\/50:hover {
  background-color: rgb(2 132 199 / 0.5);
}
.hover\:bg-sky-600\/60:hover {
  background-color: rgb(2 132 199 / 0.6);
}
.hover\:bg-sky-600\/70:hover {
  background-color: rgb(2 132 199 / 0.7);
}
.hover\:bg-sky-600\/75:hover {
  background-color: rgb(2 132 199 / 0.75);
}
.hover\:bg-sky-600\/80:hover {
  background-color: rgb(2 132 199 / 0.8);
}
.hover\:bg-sky-600\/90:hover {
  background-color: rgb(2 132 199 / 0.9);
}
.hover\:bg-sky-600\/95:hover {
  background-color: rgb(2 132 199 / 0.95);
}
.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.hover\:bg-sky-700\/0:hover {
  background-color: rgb(3 105 161 / 0);
}
.hover\:bg-sky-700\/10:hover {
  background-color: rgb(3 105 161 / 0.1);
}
.hover\:bg-sky-700\/100:hover {
  background-color: rgb(3 105 161 / 1);
}
.hover\:bg-sky-700\/20:hover {
  background-color: rgb(3 105 161 / 0.2);
}
.hover\:bg-sky-700\/25:hover {
  background-color: rgb(3 105 161 / 0.25);
}
.hover\:bg-sky-700\/30:hover {
  background-color: rgb(3 105 161 / 0.3);
}
.hover\:bg-sky-700\/40:hover {
  background-color: rgb(3 105 161 / 0.4);
}
.hover\:bg-sky-700\/5:hover {
  background-color: rgb(3 105 161 / 0.05);
}
.hover\:bg-sky-700\/50:hover {
  background-color: rgb(3 105 161 / 0.5);
}
.hover\:bg-sky-700\/60:hover {
  background-color: rgb(3 105 161 / 0.6);
}
.hover\:bg-sky-700\/70:hover {
  background-color: rgb(3 105 161 / 0.7);
}
.hover\:bg-sky-700\/75:hover {
  background-color: rgb(3 105 161 / 0.75);
}
.hover\:bg-sky-700\/80:hover {
  background-color: rgb(3 105 161 / 0.8);
}
.hover\:bg-sky-700\/90:hover {
  background-color: rgb(3 105 161 / 0.9);
}
.hover\:bg-sky-700\/95:hover {
  background-color: rgb(3 105 161 / 0.95);
}
.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.hover\:bg-sky-800\/0:hover {
  background-color: rgb(7 89 133 / 0);
}
.hover\:bg-sky-800\/10:hover {
  background-color: rgb(7 89 133 / 0.1);
}
.hover\:bg-sky-800\/100:hover {
  background-color: rgb(7 89 133 / 1);
}
.hover\:bg-sky-800\/20:hover {
  background-color: rgb(7 89 133 / 0.2);
}
.hover\:bg-sky-800\/25:hover {
  background-color: rgb(7 89 133 / 0.25);
}
.hover\:bg-sky-800\/30:hover {
  background-color: rgb(7 89 133 / 0.3);
}
.hover\:bg-sky-800\/40:hover {
  background-color: rgb(7 89 133 / 0.4);
}
.hover\:bg-sky-800\/5:hover {
  background-color: rgb(7 89 133 / 0.05);
}
.hover\:bg-sky-800\/50:hover {
  background-color: rgb(7 89 133 / 0.5);
}
.hover\:bg-sky-800\/60:hover {
  background-color: rgb(7 89 133 / 0.6);
}
.hover\:bg-sky-800\/70:hover {
  background-color: rgb(7 89 133 / 0.7);
}
.hover\:bg-sky-800\/75:hover {
  background-color: rgb(7 89 133 / 0.75);
}
.hover\:bg-sky-800\/80:hover {
  background-color: rgb(7 89 133 / 0.8);
}
.hover\:bg-sky-800\/90:hover {
  background-color: rgb(7 89 133 / 0.9);
}
.hover\:bg-sky-800\/95:hover {
  background-color: rgb(7 89 133 / 0.95);
}
.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.hover\:bg-sky-900\/0:hover {
  background-color: rgb(12 74 110 / 0);
}
.hover\:bg-sky-900\/10:hover {
  background-color: rgb(12 74 110 / 0.1);
}
.hover\:bg-sky-900\/100:hover {
  background-color: rgb(12 74 110 / 1);
}
.hover\:bg-sky-900\/20:hover {
  background-color: rgb(12 74 110 / 0.2);
}
.hover\:bg-sky-900\/25:hover {
  background-color: rgb(12 74 110 / 0.25);
}
.hover\:bg-sky-900\/30:hover {
  background-color: rgb(12 74 110 / 0.3);
}
.hover\:bg-sky-900\/40:hover {
  background-color: rgb(12 74 110 / 0.4);
}
.hover\:bg-sky-900\/5:hover {
  background-color: rgb(12 74 110 / 0.05);
}
.hover\:bg-sky-900\/50:hover {
  background-color: rgb(12 74 110 / 0.5);
}
.hover\:bg-sky-900\/60:hover {
  background-color: rgb(12 74 110 / 0.6);
}
.hover\:bg-sky-900\/70:hover {
  background-color: rgb(12 74 110 / 0.7);
}
.hover\:bg-sky-900\/75:hover {
  background-color: rgb(12 74 110 / 0.75);
}
.hover\:bg-sky-900\/80:hover {
  background-color: rgb(12 74 110 / 0.8);
}
.hover\:bg-sky-900\/90:hover {
  background-color: rgb(12 74 110 / 0.9);
}
.hover\:bg-sky-900\/95:hover {
  background-color: rgb(12 74 110 / 0.95);
}
.hover\:bg-sky-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.hover\:bg-sky-950\/0:hover {
  background-color: rgb(8 47 73 / 0);
}
.hover\:bg-sky-950\/10:hover {
  background-color: rgb(8 47 73 / 0.1);
}
.hover\:bg-sky-950\/100:hover {
  background-color: rgb(8 47 73 / 1);
}
.hover\:bg-sky-950\/20:hover {
  background-color: rgb(8 47 73 / 0.2);
}
.hover\:bg-sky-950\/25:hover {
  background-color: rgb(8 47 73 / 0.25);
}
.hover\:bg-sky-950\/30:hover {
  background-color: rgb(8 47 73 / 0.3);
}
.hover\:bg-sky-950\/40:hover {
  background-color: rgb(8 47 73 / 0.4);
}
.hover\:bg-sky-950\/5:hover {
  background-color: rgb(8 47 73 / 0.05);
}
.hover\:bg-sky-950\/50:hover {
  background-color: rgb(8 47 73 / 0.5);
}
.hover\:bg-sky-950\/60:hover {
  background-color: rgb(8 47 73 / 0.6);
}
.hover\:bg-sky-950\/70:hover {
  background-color: rgb(8 47 73 / 0.7);
}
.hover\:bg-sky-950\/75:hover {
  background-color: rgb(8 47 73 / 0.75);
}
.hover\:bg-sky-950\/80:hover {
  background-color: rgb(8 47 73 / 0.8);
}
.hover\:bg-sky-950\/90:hover {
  background-color: rgb(8 47 73 / 0.9);
}
.hover\:bg-sky-950\/95:hover {
  background-color: rgb(8 47 73 / 0.95);
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hover\:bg-slate-100\/0:hover {
  background-color: rgb(241 245 249 / 0);
}
.hover\:bg-slate-100\/10:hover {
  background-color: rgb(241 245 249 / 0.1);
}
.hover\:bg-slate-100\/100:hover {
  background-color: rgb(241 245 249 / 1);
}
.hover\:bg-slate-100\/20:hover {
  background-color: rgb(241 245 249 / 0.2);
}
.hover\:bg-slate-100\/25:hover {
  background-color: rgb(241 245 249 / 0.25);
}
.hover\:bg-slate-100\/30:hover {
  background-color: rgb(241 245 249 / 0.3);
}
.hover\:bg-slate-100\/40:hover {
  background-color: rgb(241 245 249 / 0.4);
}
.hover\:bg-slate-100\/5:hover {
  background-color: rgb(241 245 249 / 0.05);
}
.hover\:bg-slate-100\/50:hover {
  background-color: rgb(241 245 249 / 0.5);
}
.hover\:bg-slate-100\/60:hover {
  background-color: rgb(241 245 249 / 0.6);
}
.hover\:bg-slate-100\/70:hover {
  background-color: rgb(241 245 249 / 0.7);
}
.hover\:bg-slate-100\/75:hover {
  background-color: rgb(241 245 249 / 0.75);
}
.hover\:bg-slate-100\/80:hover {
  background-color: rgb(241 245 249 / 0.8);
}
.hover\:bg-slate-100\/90:hover {
  background-color: rgb(241 245 249 / 0.9);
}
.hover\:bg-slate-100\/95:hover {
  background-color: rgb(241 245 249 / 0.95);
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hover\:bg-slate-200\/0:hover {
  background-color: rgb(226 232 240 / 0);
}
.hover\:bg-slate-200\/10:hover {
  background-color: rgb(226 232 240 / 0.1);
}
.hover\:bg-slate-200\/100:hover {
  background-color: rgb(226 232 240 / 1);
}
.hover\:bg-slate-200\/20:hover {
  background-color: rgb(226 232 240 / 0.2);
}
.hover\:bg-slate-200\/25:hover {
  background-color: rgb(226 232 240 / 0.25);
}
.hover\:bg-slate-200\/30:hover {
  background-color: rgb(226 232 240 / 0.3);
}
.hover\:bg-slate-200\/40:hover {
  background-color: rgb(226 232 240 / 0.4);
}
.hover\:bg-slate-200\/5:hover {
  background-color: rgb(226 232 240 / 0.05);
}
.hover\:bg-slate-200\/50:hover {
  background-color: rgb(226 232 240 / 0.5);
}
.hover\:bg-slate-200\/60:hover {
  background-color: rgb(226 232 240 / 0.6);
}
.hover\:bg-slate-200\/70:hover {
  background-color: rgb(226 232 240 / 0.7);
}
.hover\:bg-slate-200\/75:hover {
  background-color: rgb(226 232 240 / 0.75);
}
.hover\:bg-slate-200\/80:hover {
  background-color: rgb(226 232 240 / 0.8);
}
.hover\:bg-slate-200\/90:hover {
  background-color: rgb(226 232 240 / 0.9);
}
.hover\:bg-slate-200\/95:hover {
  background-color: rgb(226 232 240 / 0.95);
}
.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hover\:bg-slate-300\/0:hover {
  background-color: rgb(203 213 225 / 0);
}
.hover\:bg-slate-300\/10:hover {
  background-color: rgb(203 213 225 / 0.1);
}
.hover\:bg-slate-300\/100:hover {
  background-color: rgb(203 213 225 / 1);
}
.hover\:bg-slate-300\/20:hover {
  background-color: rgb(203 213 225 / 0.2);
}
.hover\:bg-slate-300\/25:hover {
  background-color: rgb(203 213 225 / 0.25);
}
.hover\:bg-slate-300\/30:hover {
  background-color: rgb(203 213 225 / 0.3);
}
.hover\:bg-slate-300\/40:hover {
  background-color: rgb(203 213 225 / 0.4);
}
.hover\:bg-slate-300\/5:hover {
  background-color: rgb(203 213 225 / 0.05);
}
.hover\:bg-slate-300\/50:hover {
  background-color: rgb(203 213 225 / 0.5);
}
.hover\:bg-slate-300\/60:hover {
  background-color: rgb(203 213 225 / 0.6);
}
.hover\:bg-slate-300\/70:hover {
  background-color: rgb(203 213 225 / 0.7);
}
.hover\:bg-slate-300\/75:hover {
  background-color: rgb(203 213 225 / 0.75);
}
.hover\:bg-slate-300\/80:hover {
  background-color: rgb(203 213 225 / 0.8);
}
.hover\:bg-slate-300\/90:hover {
  background-color: rgb(203 213 225 / 0.9);
}
.hover\:bg-slate-300\/95:hover {
  background-color: rgb(203 213 225 / 0.95);
}
.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.hover\:bg-slate-400\/0:hover {
  background-color: rgb(148 163 184 / 0);
}
.hover\:bg-slate-400\/10:hover {
  background-color: rgb(148 163 184 / 0.1);
}
.hover\:bg-slate-400\/100:hover {
  background-color: rgb(148 163 184 / 1);
}
.hover\:bg-slate-400\/20:hover {
  background-color: rgb(148 163 184 / 0.2);
}
.hover\:bg-slate-400\/25:hover {
  background-color: rgb(148 163 184 / 0.25);
}
.hover\:bg-slate-400\/30:hover {
  background-color: rgb(148 163 184 / 0.3);
}
.hover\:bg-slate-400\/40:hover {
  background-color: rgb(148 163 184 / 0.4);
}
.hover\:bg-slate-400\/5:hover {
  background-color: rgb(148 163 184 / 0.05);
}
.hover\:bg-slate-400\/50:hover {
  background-color: rgb(148 163 184 / 0.5);
}
.hover\:bg-slate-400\/60:hover {
  background-color: rgb(148 163 184 / 0.6);
}
.hover\:bg-slate-400\/70:hover {
  background-color: rgb(148 163 184 / 0.7);
}
.hover\:bg-slate-400\/75:hover {
  background-color: rgb(148 163 184 / 0.75);
}
.hover\:bg-slate-400\/80:hover {
  background-color: rgb(148 163 184 / 0.8);
}
.hover\:bg-slate-400\/90:hover {
  background-color: rgb(148 163 184 / 0.9);
}
.hover\:bg-slate-400\/95:hover {
  background-color: rgb(148 163 184 / 0.95);
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:bg-slate-50\/0:hover {
  background-color: rgb(248 250 252 / 0);
}
.hover\:bg-slate-50\/10:hover {
  background-color: rgb(248 250 252 / 0.1);
}
.hover\:bg-slate-50\/100:hover {
  background-color: rgb(248 250 252 / 1);
}
.hover\:bg-slate-50\/20:hover {
  background-color: rgb(248 250 252 / 0.2);
}
.hover\:bg-slate-50\/25:hover {
  background-color: rgb(248 250 252 / 0.25);
}
.hover\:bg-slate-50\/30:hover {
  background-color: rgb(248 250 252 / 0.3);
}
.hover\:bg-slate-50\/40:hover {
  background-color: rgb(248 250 252 / 0.4);
}
.hover\:bg-slate-50\/5:hover {
  background-color: rgb(248 250 252 / 0.05);
}
.hover\:bg-slate-50\/50:hover {
  background-color: rgb(248 250 252 / 0.5);
}
.hover\:bg-slate-50\/60:hover {
  background-color: rgb(248 250 252 / 0.6);
}
.hover\:bg-slate-50\/70:hover {
  background-color: rgb(248 250 252 / 0.7);
}
.hover\:bg-slate-50\/75:hover {
  background-color: rgb(248 250 252 / 0.75);
}
.hover\:bg-slate-50\/80:hover {
  background-color: rgb(248 250 252 / 0.8);
}
.hover\:bg-slate-50\/90:hover {
  background-color: rgb(248 250 252 / 0.9);
}
.hover\:bg-slate-50\/95:hover {
  background-color: rgb(248 250 252 / 0.95);
}
.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.hover\:bg-slate-500\/0:hover {
  background-color: rgb(100 116 139 / 0);
}
.hover\:bg-slate-500\/10:hover {
  background-color: rgb(100 116 139 / 0.1);
}
.hover\:bg-slate-500\/100:hover {
  background-color: rgb(100 116 139 / 1);
}
.hover\:bg-slate-500\/20:hover {
  background-color: rgb(100 116 139 / 0.2);
}
.hover\:bg-slate-500\/25:hover {
  background-color: rgb(100 116 139 / 0.25);
}
.hover\:bg-slate-500\/30:hover {
  background-color: rgb(100 116 139 / 0.3);
}
.hover\:bg-slate-500\/40:hover {
  background-color: rgb(100 116 139 / 0.4);
}
.hover\:bg-slate-500\/5:hover {
  background-color: rgb(100 116 139 / 0.05);
}
.hover\:bg-slate-500\/50:hover {
  background-color: rgb(100 116 139 / 0.5);
}
.hover\:bg-slate-500\/60:hover {
  background-color: rgb(100 116 139 / 0.6);
}
.hover\:bg-slate-500\/70:hover {
  background-color: rgb(100 116 139 / 0.7);
}
.hover\:bg-slate-500\/75:hover {
  background-color: rgb(100 116 139 / 0.75);
}
.hover\:bg-slate-500\/80:hover {
  background-color: rgb(100 116 139 / 0.8);
}
.hover\:bg-slate-500\/90:hover {
  background-color: rgb(100 116 139 / 0.9);
}
.hover\:bg-slate-500\/95:hover {
  background-color: rgb(100 116 139 / 0.95);
}
.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.hover\:bg-slate-600\/0:hover {
  background-color: rgb(71 85 105 / 0);
}
.hover\:bg-slate-600\/10:hover {
  background-color: rgb(71 85 105 / 0.1);
}
.hover\:bg-slate-600\/100:hover {
  background-color: rgb(71 85 105 / 1);
}
.hover\:bg-slate-600\/20:hover {
  background-color: rgb(71 85 105 / 0.2);
}
.hover\:bg-slate-600\/25:hover {
  background-color: rgb(71 85 105 / 0.25);
}
.hover\:bg-slate-600\/30:hover {
  background-color: rgb(71 85 105 / 0.3);
}
.hover\:bg-slate-600\/40:hover {
  background-color: rgb(71 85 105 / 0.4);
}
.hover\:bg-slate-600\/5:hover {
  background-color: rgb(71 85 105 / 0.05);
}
.hover\:bg-slate-600\/50:hover {
  background-color: rgb(71 85 105 / 0.5);
}
.hover\:bg-slate-600\/60:hover {
  background-color: rgb(71 85 105 / 0.6);
}
.hover\:bg-slate-600\/70:hover {
  background-color: rgb(71 85 105 / 0.7);
}
.hover\:bg-slate-600\/75:hover {
  background-color: rgb(71 85 105 / 0.75);
}
.hover\:bg-slate-600\/80:hover {
  background-color: rgb(71 85 105 / 0.8);
}
.hover\:bg-slate-600\/90:hover {
  background-color: rgb(71 85 105 / 0.9);
}
.hover\:bg-slate-600\/95:hover {
  background-color: rgb(71 85 105 / 0.95);
}
.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.hover\:bg-slate-700\/0:hover {
  background-color: rgb(51 65 85 / 0);
}
.hover\:bg-slate-700\/10:hover {
  background-color: rgb(51 65 85 / 0.1);
}
.hover\:bg-slate-700\/100:hover {
  background-color: rgb(51 65 85 / 1);
}
.hover\:bg-slate-700\/20:hover {
  background-color: rgb(51 65 85 / 0.2);
}
.hover\:bg-slate-700\/25:hover {
  background-color: rgb(51 65 85 / 0.25);
}
.hover\:bg-slate-700\/30:hover {
  background-color: rgb(51 65 85 / 0.3);
}
.hover\:bg-slate-700\/40:hover {
  background-color: rgb(51 65 85 / 0.4);
}
.hover\:bg-slate-700\/5:hover {
  background-color: rgb(51 65 85 / 0.05);
}
.hover\:bg-slate-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}
.hover\:bg-slate-700\/60:hover {
  background-color: rgb(51 65 85 / 0.6);
}
.hover\:bg-slate-700\/70:hover {
  background-color: rgb(51 65 85 / 0.7);
}
.hover\:bg-slate-700\/75:hover {
  background-color: rgb(51 65 85 / 0.75);
}
.hover\:bg-slate-700\/80:hover {
  background-color: rgb(51 65 85 / 0.8);
}
.hover\:bg-slate-700\/90:hover {
  background-color: rgb(51 65 85 / 0.9);
}
.hover\:bg-slate-700\/95:hover {
  background-color: rgb(51 65 85 / 0.95);
}
.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.hover\:bg-slate-800\/0:hover {
  background-color: rgb(30 41 59 / 0);
}
.hover\:bg-slate-800\/10:hover {
  background-color: rgb(30 41 59 / 0.1);
}
.hover\:bg-slate-800\/100:hover {
  background-color: rgb(30 41 59 / 1);
}
.hover\:bg-slate-800\/20:hover {
  background-color: rgb(30 41 59 / 0.2);
}
.hover\:bg-slate-800\/25:hover {
  background-color: rgb(30 41 59 / 0.25);
}
.hover\:bg-slate-800\/30:hover {
  background-color: rgb(30 41 59 / 0.3);
}
.hover\:bg-slate-800\/40:hover {
  background-color: rgb(30 41 59 / 0.4);
}
.hover\:bg-slate-800\/5:hover {
  background-color: rgb(30 41 59 / 0.05);
}
.hover\:bg-slate-800\/50:hover {
  background-color: rgb(30 41 59 / 0.5);
}
.hover\:bg-slate-800\/60:hover {
  background-color: rgb(30 41 59 / 0.6);
}
.hover\:bg-slate-800\/70:hover {
  background-color: rgb(30 41 59 / 0.7);
}
.hover\:bg-slate-800\/75:hover {
  background-color: rgb(30 41 59 / 0.75);
}
.hover\:bg-slate-800\/80:hover {
  background-color: rgb(30 41 59 / 0.8);
}
.hover\:bg-slate-800\/90:hover {
  background-color: rgb(30 41 59 / 0.9);
}
.hover\:bg-slate-800\/95:hover {
  background-color: rgb(30 41 59 / 0.95);
}
.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.hover\:bg-slate-900\/0:hover {
  background-color: rgb(15 23 42 / 0);
}
.hover\:bg-slate-900\/10:hover {
  background-color: rgb(15 23 42 / 0.1);
}
.hover\:bg-slate-900\/100:hover {
  background-color: rgb(15 23 42 / 1);
}
.hover\:bg-slate-900\/20:hover {
  background-color: rgb(15 23 42 / 0.2);
}
.hover\:bg-slate-900\/25:hover {
  background-color: rgb(15 23 42 / 0.25);
}
.hover\:bg-slate-900\/30:hover {
  background-color: rgb(15 23 42 / 0.3);
}
.hover\:bg-slate-900\/40:hover {
  background-color: rgb(15 23 42 / 0.4);
}
.hover\:bg-slate-900\/5:hover {
  background-color: rgb(15 23 42 / 0.05);
}
.hover\:bg-slate-900\/50:hover {
  background-color: rgb(15 23 42 / 0.5);
}
.hover\:bg-slate-900\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}
.hover\:bg-slate-900\/70:hover {
  background-color: rgb(15 23 42 / 0.7);
}
.hover\:bg-slate-900\/75:hover {
  background-color: rgb(15 23 42 / 0.75);
}
.hover\:bg-slate-900\/80:hover {
  background-color: rgb(15 23 42 / 0.8);
}
.hover\:bg-slate-900\/90:hover {
  background-color: rgb(15 23 42 / 0.9);
}
.hover\:bg-slate-900\/95:hover {
  background-color: rgb(15 23 42 / 0.95);
}
.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.hover\:bg-slate-950\/0:hover {
  background-color: rgb(2 6 23 / 0);
}
.hover\:bg-slate-950\/10:hover {
  background-color: rgb(2 6 23 / 0.1);
}
.hover\:bg-slate-950\/100:hover {
  background-color: rgb(2 6 23 / 1);
}
.hover\:bg-slate-950\/20:hover {
  background-color: rgb(2 6 23 / 0.2);
}
.hover\:bg-slate-950\/25:hover {
  background-color: rgb(2 6 23 / 0.25);
}
.hover\:bg-slate-950\/30:hover {
  background-color: rgb(2 6 23 / 0.3);
}
.hover\:bg-slate-950\/40:hover {
  background-color: rgb(2 6 23 / 0.4);
}
.hover\:bg-slate-950\/5:hover {
  background-color: rgb(2 6 23 / 0.05);
}
.hover\:bg-slate-950\/50:hover {
  background-color: rgb(2 6 23 / 0.5);
}
.hover\:bg-slate-950\/60:hover {
  background-color: rgb(2 6 23 / 0.6);
}
.hover\:bg-slate-950\/70:hover {
  background-color: rgb(2 6 23 / 0.7);
}
.hover\:bg-slate-950\/75:hover {
  background-color: rgb(2 6 23 / 0.75);
}
.hover\:bg-slate-950\/80:hover {
  background-color: rgb(2 6 23 / 0.8);
}
.hover\:bg-slate-950\/90:hover {
  background-color: rgb(2 6 23 / 0.9);
}
.hover\:bg-slate-950\/95:hover {
  background-color: rgb(2 6 23 / 0.95);
}
.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.hover\:bg-stone-100\/0:hover {
  background-color: rgb(245 245 244 / 0);
}
.hover\:bg-stone-100\/10:hover {
  background-color: rgb(245 245 244 / 0.1);
}
.hover\:bg-stone-100\/100:hover {
  background-color: rgb(245 245 244 / 1);
}
.hover\:bg-stone-100\/20:hover {
  background-color: rgb(245 245 244 / 0.2);
}
.hover\:bg-stone-100\/25:hover {
  background-color: rgb(245 245 244 / 0.25);
}
.hover\:bg-stone-100\/30:hover {
  background-color: rgb(245 245 244 / 0.3);
}
.hover\:bg-stone-100\/40:hover {
  background-color: rgb(245 245 244 / 0.4);
}
.hover\:bg-stone-100\/5:hover {
  background-color: rgb(245 245 244 / 0.05);
}
.hover\:bg-stone-100\/50:hover {
  background-color: rgb(245 245 244 / 0.5);
}
.hover\:bg-stone-100\/60:hover {
  background-color: rgb(245 245 244 / 0.6);
}
.hover\:bg-stone-100\/70:hover {
  background-color: rgb(245 245 244 / 0.7);
}
.hover\:bg-stone-100\/75:hover {
  background-color: rgb(245 245 244 / 0.75);
}
.hover\:bg-stone-100\/80:hover {
  background-color: rgb(245 245 244 / 0.8);
}
.hover\:bg-stone-100\/90:hover {
  background-color: rgb(245 245 244 / 0.9);
}
.hover\:bg-stone-100\/95:hover {
  background-color: rgb(245 245 244 / 0.95);
}
.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.hover\:bg-stone-200\/0:hover {
  background-color: rgb(231 229 228 / 0);
}
.hover\:bg-stone-200\/10:hover {
  background-color: rgb(231 229 228 / 0.1);
}
.hover\:bg-stone-200\/100:hover {
  background-color: rgb(231 229 228 / 1);
}
.hover\:bg-stone-200\/20:hover {
  background-color: rgb(231 229 228 / 0.2);
}
.hover\:bg-stone-200\/25:hover {
  background-color: rgb(231 229 228 / 0.25);
}
.hover\:bg-stone-200\/30:hover {
  background-color: rgb(231 229 228 / 0.3);
}
.hover\:bg-stone-200\/40:hover {
  background-color: rgb(231 229 228 / 0.4);
}
.hover\:bg-stone-200\/5:hover {
  background-color: rgb(231 229 228 / 0.05);
}
.hover\:bg-stone-200\/50:hover {
  background-color: rgb(231 229 228 / 0.5);
}
.hover\:bg-stone-200\/60:hover {
  background-color: rgb(231 229 228 / 0.6);
}
.hover\:bg-stone-200\/70:hover {
  background-color: rgb(231 229 228 / 0.7);
}
.hover\:bg-stone-200\/75:hover {
  background-color: rgb(231 229 228 / 0.75);
}
.hover\:bg-stone-200\/80:hover {
  background-color: rgb(231 229 228 / 0.8);
}
.hover\:bg-stone-200\/90:hover {
  background-color: rgb(231 229 228 / 0.9);
}
.hover\:bg-stone-200\/95:hover {
  background-color: rgb(231 229 228 / 0.95);
}
.hover\:bg-stone-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.hover\:bg-stone-300\/0:hover {
  background-color: rgb(214 211 209 / 0);
}
.hover\:bg-stone-300\/10:hover {
  background-color: rgb(214 211 209 / 0.1);
}
.hover\:bg-stone-300\/100:hover {
  background-color: rgb(214 211 209 / 1);
}
.hover\:bg-stone-300\/20:hover {
  background-color: rgb(214 211 209 / 0.2);
}
.hover\:bg-stone-300\/25:hover {
  background-color: rgb(214 211 209 / 0.25);
}
.hover\:bg-stone-300\/30:hover {
  background-color: rgb(214 211 209 / 0.3);
}
.hover\:bg-stone-300\/40:hover {
  background-color: rgb(214 211 209 / 0.4);
}
.hover\:bg-stone-300\/5:hover {
  background-color: rgb(214 211 209 / 0.05);
}
.hover\:bg-stone-300\/50:hover {
  background-color: rgb(214 211 209 / 0.5);
}
.hover\:bg-stone-300\/60:hover {
  background-color: rgb(214 211 209 / 0.6);
}
.hover\:bg-stone-300\/70:hover {
  background-color: rgb(214 211 209 / 0.7);
}
.hover\:bg-stone-300\/75:hover {
  background-color: rgb(214 211 209 / 0.75);
}
.hover\:bg-stone-300\/80:hover {
  background-color: rgb(214 211 209 / 0.8);
}
.hover\:bg-stone-300\/90:hover {
  background-color: rgb(214 211 209 / 0.9);
}
.hover\:bg-stone-300\/95:hover {
  background-color: rgb(214 211 209 / 0.95);
}
.hover\:bg-stone-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.hover\:bg-stone-400\/0:hover {
  background-color: rgb(168 162 158 / 0);
}
.hover\:bg-stone-400\/10:hover {
  background-color: rgb(168 162 158 / 0.1);
}
.hover\:bg-stone-400\/100:hover {
  background-color: rgb(168 162 158 / 1);
}
.hover\:bg-stone-400\/20:hover {
  background-color: rgb(168 162 158 / 0.2);
}
.hover\:bg-stone-400\/25:hover {
  background-color: rgb(168 162 158 / 0.25);
}
.hover\:bg-stone-400\/30:hover {
  background-color: rgb(168 162 158 / 0.3);
}
.hover\:bg-stone-400\/40:hover {
  background-color: rgb(168 162 158 / 0.4);
}
.hover\:bg-stone-400\/5:hover {
  background-color: rgb(168 162 158 / 0.05);
}
.hover\:bg-stone-400\/50:hover {
  background-color: rgb(168 162 158 / 0.5);
}
.hover\:bg-stone-400\/60:hover {
  background-color: rgb(168 162 158 / 0.6);
}
.hover\:bg-stone-400\/70:hover {
  background-color: rgb(168 162 158 / 0.7);
}
.hover\:bg-stone-400\/75:hover {
  background-color: rgb(168 162 158 / 0.75);
}
.hover\:bg-stone-400\/80:hover {
  background-color: rgb(168 162 158 / 0.8);
}
.hover\:bg-stone-400\/90:hover {
  background-color: rgb(168 162 158 / 0.9);
}
.hover\:bg-stone-400\/95:hover {
  background-color: rgb(168 162 158 / 0.95);
}
.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.hover\:bg-stone-50\/0:hover {
  background-color: rgb(250 250 249 / 0);
}
.hover\:bg-stone-50\/10:hover {
  background-color: rgb(250 250 249 / 0.1);
}
.hover\:bg-stone-50\/100:hover {
  background-color: rgb(250 250 249 / 1);
}
.hover\:bg-stone-50\/20:hover {
  background-color: rgb(250 250 249 / 0.2);
}
.hover\:bg-stone-50\/25:hover {
  background-color: rgb(250 250 249 / 0.25);
}
.hover\:bg-stone-50\/30:hover {
  background-color: rgb(250 250 249 / 0.3);
}
.hover\:bg-stone-50\/40:hover {
  background-color: rgb(250 250 249 / 0.4);
}
.hover\:bg-stone-50\/5:hover {
  background-color: rgb(250 250 249 / 0.05);
}
.hover\:bg-stone-50\/50:hover {
  background-color: rgb(250 250 249 / 0.5);
}
.hover\:bg-stone-50\/60:hover {
  background-color: rgb(250 250 249 / 0.6);
}
.hover\:bg-stone-50\/70:hover {
  background-color: rgb(250 250 249 / 0.7);
}
.hover\:bg-stone-50\/75:hover {
  background-color: rgb(250 250 249 / 0.75);
}
.hover\:bg-stone-50\/80:hover {
  background-color: rgb(250 250 249 / 0.8);
}
.hover\:bg-stone-50\/90:hover {
  background-color: rgb(250 250 249 / 0.9);
}
.hover\:bg-stone-50\/95:hover {
  background-color: rgb(250 250 249 / 0.95);
}
.hover\:bg-stone-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.hover\:bg-stone-500\/0:hover {
  background-color: rgb(120 113 108 / 0);
}
.hover\:bg-stone-500\/10:hover {
  background-color: rgb(120 113 108 / 0.1);
}
.hover\:bg-stone-500\/100:hover {
  background-color: rgb(120 113 108 / 1);
}
.hover\:bg-stone-500\/20:hover {
  background-color: rgb(120 113 108 / 0.2);
}
.hover\:bg-stone-500\/25:hover {
  background-color: rgb(120 113 108 / 0.25);
}
.hover\:bg-stone-500\/30:hover {
  background-color: rgb(120 113 108 / 0.3);
}
.hover\:bg-stone-500\/40:hover {
  background-color: rgb(120 113 108 / 0.4);
}
.hover\:bg-stone-500\/5:hover {
  background-color: rgb(120 113 108 / 0.05);
}
.hover\:bg-stone-500\/50:hover {
  background-color: rgb(120 113 108 / 0.5);
}
.hover\:bg-stone-500\/60:hover {
  background-color: rgb(120 113 108 / 0.6);
}
.hover\:bg-stone-500\/70:hover {
  background-color: rgb(120 113 108 / 0.7);
}
.hover\:bg-stone-500\/75:hover {
  background-color: rgb(120 113 108 / 0.75);
}
.hover\:bg-stone-500\/80:hover {
  background-color: rgb(120 113 108 / 0.8);
}
.hover\:bg-stone-500\/90:hover {
  background-color: rgb(120 113 108 / 0.9);
}
.hover\:bg-stone-500\/95:hover {
  background-color: rgb(120 113 108 / 0.95);
}
.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.hover\:bg-stone-600\/0:hover {
  background-color: rgb(87 83 78 / 0);
}
.hover\:bg-stone-600\/10:hover {
  background-color: rgb(87 83 78 / 0.1);
}
.hover\:bg-stone-600\/100:hover {
  background-color: rgb(87 83 78 / 1);
}
.hover\:bg-stone-600\/20:hover {
  background-color: rgb(87 83 78 / 0.2);
}
.hover\:bg-stone-600\/25:hover {
  background-color: rgb(87 83 78 / 0.25);
}
.hover\:bg-stone-600\/30:hover {
  background-color: rgb(87 83 78 / 0.3);
}
.hover\:bg-stone-600\/40:hover {
  background-color: rgb(87 83 78 / 0.4);
}
.hover\:bg-stone-600\/5:hover {
  background-color: rgb(87 83 78 / 0.05);
}
.hover\:bg-stone-600\/50:hover {
  background-color: rgb(87 83 78 / 0.5);
}
.hover\:bg-stone-600\/60:hover {
  background-color: rgb(87 83 78 / 0.6);
}
.hover\:bg-stone-600\/70:hover {
  background-color: rgb(87 83 78 / 0.7);
}
.hover\:bg-stone-600\/75:hover {
  background-color: rgb(87 83 78 / 0.75);
}
.hover\:bg-stone-600\/80:hover {
  background-color: rgb(87 83 78 / 0.8);
}
.hover\:bg-stone-600\/90:hover {
  background-color: rgb(87 83 78 / 0.9);
}
.hover\:bg-stone-600\/95:hover {
  background-color: rgb(87 83 78 / 0.95);
}
.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.hover\:bg-stone-700\/0:hover {
  background-color: rgb(68 64 60 / 0);
}
.hover\:bg-stone-700\/10:hover {
  background-color: rgb(68 64 60 / 0.1);
}
.hover\:bg-stone-700\/100:hover {
  background-color: rgb(68 64 60 / 1);
}
.hover\:bg-stone-700\/20:hover {
  background-color: rgb(68 64 60 / 0.2);
}
.hover\:bg-stone-700\/25:hover {
  background-color: rgb(68 64 60 / 0.25);
}
.hover\:bg-stone-700\/30:hover {
  background-color: rgb(68 64 60 / 0.3);
}
.hover\:bg-stone-700\/40:hover {
  background-color: rgb(68 64 60 / 0.4);
}
.hover\:bg-stone-700\/5:hover {
  background-color: rgb(68 64 60 / 0.05);
}
.hover\:bg-stone-700\/50:hover {
  background-color: rgb(68 64 60 / 0.5);
}
.hover\:bg-stone-700\/60:hover {
  background-color: rgb(68 64 60 / 0.6);
}
.hover\:bg-stone-700\/70:hover {
  background-color: rgb(68 64 60 / 0.7);
}
.hover\:bg-stone-700\/75:hover {
  background-color: rgb(68 64 60 / 0.75);
}
.hover\:bg-stone-700\/80:hover {
  background-color: rgb(68 64 60 / 0.8);
}
.hover\:bg-stone-700\/90:hover {
  background-color: rgb(68 64 60 / 0.9);
}
.hover\:bg-stone-700\/95:hover {
  background-color: rgb(68 64 60 / 0.95);
}
.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.hover\:bg-stone-800\/0:hover {
  background-color: rgb(41 37 36 / 0);
}
.hover\:bg-stone-800\/10:hover {
  background-color: rgb(41 37 36 / 0.1);
}
.hover\:bg-stone-800\/100:hover {
  background-color: rgb(41 37 36 / 1);
}
.hover\:bg-stone-800\/20:hover {
  background-color: rgb(41 37 36 / 0.2);
}
.hover\:bg-stone-800\/25:hover {
  background-color: rgb(41 37 36 / 0.25);
}
.hover\:bg-stone-800\/30:hover {
  background-color: rgb(41 37 36 / 0.3);
}
.hover\:bg-stone-800\/40:hover {
  background-color: rgb(41 37 36 / 0.4);
}
.hover\:bg-stone-800\/5:hover {
  background-color: rgb(41 37 36 / 0.05);
}
.hover\:bg-stone-800\/50:hover {
  background-color: rgb(41 37 36 / 0.5);
}
.hover\:bg-stone-800\/60:hover {
  background-color: rgb(41 37 36 / 0.6);
}
.hover\:bg-stone-800\/70:hover {
  background-color: rgb(41 37 36 / 0.7);
}
.hover\:bg-stone-800\/75:hover {
  background-color: rgb(41 37 36 / 0.75);
}
.hover\:bg-stone-800\/80:hover {
  background-color: rgb(41 37 36 / 0.8);
}
.hover\:bg-stone-800\/90:hover {
  background-color: rgb(41 37 36 / 0.9);
}
.hover\:bg-stone-800\/95:hover {
  background-color: rgb(41 37 36 / 0.95);
}
.hover\:bg-stone-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.hover\:bg-stone-900\/0:hover {
  background-color: rgb(28 25 23 / 0);
}
.hover\:bg-stone-900\/10:hover {
  background-color: rgb(28 25 23 / 0.1);
}
.hover\:bg-stone-900\/100:hover {
  background-color: rgb(28 25 23 / 1);
}
.hover\:bg-stone-900\/20:hover {
  background-color: rgb(28 25 23 / 0.2);
}
.hover\:bg-stone-900\/25:hover {
  background-color: rgb(28 25 23 / 0.25);
}
.hover\:bg-stone-900\/30:hover {
  background-color: rgb(28 25 23 / 0.3);
}
.hover\:bg-stone-900\/40:hover {
  background-color: rgb(28 25 23 / 0.4);
}
.hover\:bg-stone-900\/5:hover {
  background-color: rgb(28 25 23 / 0.05);
}
.hover\:bg-stone-900\/50:hover {
  background-color: rgb(28 25 23 / 0.5);
}
.hover\:bg-stone-900\/60:hover {
  background-color: rgb(28 25 23 / 0.6);
}
.hover\:bg-stone-900\/70:hover {
  background-color: rgb(28 25 23 / 0.7);
}
.hover\:bg-stone-900\/75:hover {
  background-color: rgb(28 25 23 / 0.75);
}
.hover\:bg-stone-900\/80:hover {
  background-color: rgb(28 25 23 / 0.8);
}
.hover\:bg-stone-900\/90:hover {
  background-color: rgb(28 25 23 / 0.9);
}
.hover\:bg-stone-900\/95:hover {
  background-color: rgb(28 25 23 / 0.95);
}
.hover\:bg-stone-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.hover\:bg-stone-950\/0:hover {
  background-color: rgb(12 10 9 / 0);
}
.hover\:bg-stone-950\/10:hover {
  background-color: rgb(12 10 9 / 0.1);
}
.hover\:bg-stone-950\/100:hover {
  background-color: rgb(12 10 9 / 1);
}
.hover\:bg-stone-950\/20:hover {
  background-color: rgb(12 10 9 / 0.2);
}
.hover\:bg-stone-950\/25:hover {
  background-color: rgb(12 10 9 / 0.25);
}
.hover\:bg-stone-950\/30:hover {
  background-color: rgb(12 10 9 / 0.3);
}
.hover\:bg-stone-950\/40:hover {
  background-color: rgb(12 10 9 / 0.4);
}
.hover\:bg-stone-950\/5:hover {
  background-color: rgb(12 10 9 / 0.05);
}
.hover\:bg-stone-950\/50:hover {
  background-color: rgb(12 10 9 / 0.5);
}
.hover\:bg-stone-950\/60:hover {
  background-color: rgb(12 10 9 / 0.6);
}
.hover\:bg-stone-950\/70:hover {
  background-color: rgb(12 10 9 / 0.7);
}
.hover\:bg-stone-950\/75:hover {
  background-color: rgb(12 10 9 / 0.75);
}
.hover\:bg-stone-950\/80:hover {
  background-color: rgb(12 10 9 / 0.8);
}
.hover\:bg-stone-950\/90:hover {
  background-color: rgb(12 10 9 / 0.9);
}
.hover\:bg-stone-950\/95:hover {
  background-color: rgb(12 10 9 / 0.95);
}
.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.hover\:bg-teal-100\/0:hover {
  background-color: rgb(204 251 241 / 0);
}
.hover\:bg-teal-100\/10:hover {
  background-color: rgb(204 251 241 / 0.1);
}
.hover\:bg-teal-100\/100:hover {
  background-color: rgb(204 251 241 / 1);
}
.hover\:bg-teal-100\/20:hover {
  background-color: rgb(204 251 241 / 0.2);
}
.hover\:bg-teal-100\/25:hover {
  background-color: rgb(204 251 241 / 0.25);
}
.hover\:bg-teal-100\/30:hover {
  background-color: rgb(204 251 241 / 0.3);
}
.hover\:bg-teal-100\/40:hover {
  background-color: rgb(204 251 241 / 0.4);
}
.hover\:bg-teal-100\/5:hover {
  background-color: rgb(204 251 241 / 0.05);
}
.hover\:bg-teal-100\/50:hover {
  background-color: rgb(204 251 241 / 0.5);
}
.hover\:bg-teal-100\/60:hover {
  background-color: rgb(204 251 241 / 0.6);
}
.hover\:bg-teal-100\/70:hover {
  background-color: rgb(204 251 241 / 0.7);
}
.hover\:bg-teal-100\/75:hover {
  background-color: rgb(204 251 241 / 0.75);
}
.hover\:bg-teal-100\/80:hover {
  background-color: rgb(204 251 241 / 0.8);
}
.hover\:bg-teal-100\/90:hover {
  background-color: rgb(204 251 241 / 0.9);
}
.hover\:bg-teal-100\/95:hover {
  background-color: rgb(204 251 241 / 0.95);
}
.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.hover\:bg-teal-200\/0:hover {
  background-color: rgb(153 246 228 / 0);
}
.hover\:bg-teal-200\/10:hover {
  background-color: rgb(153 246 228 / 0.1);
}
.hover\:bg-teal-200\/100:hover {
  background-color: rgb(153 246 228 / 1);
}
.hover\:bg-teal-200\/20:hover {
  background-color: rgb(153 246 228 / 0.2);
}
.hover\:bg-teal-200\/25:hover {
  background-color: rgb(153 246 228 / 0.25);
}
.hover\:bg-teal-200\/30:hover {
  background-color: rgb(153 246 228 / 0.3);
}
.hover\:bg-teal-200\/40:hover {
  background-color: rgb(153 246 228 / 0.4);
}
.hover\:bg-teal-200\/5:hover {
  background-color: rgb(153 246 228 / 0.05);
}
.hover\:bg-teal-200\/50:hover {
  background-color: rgb(153 246 228 / 0.5);
}
.hover\:bg-teal-200\/60:hover {
  background-color: rgb(153 246 228 / 0.6);
}
.hover\:bg-teal-200\/70:hover {
  background-color: rgb(153 246 228 / 0.7);
}
.hover\:bg-teal-200\/75:hover {
  background-color: rgb(153 246 228 / 0.75);
}
.hover\:bg-teal-200\/80:hover {
  background-color: rgb(153 246 228 / 0.8);
}
.hover\:bg-teal-200\/90:hover {
  background-color: rgb(153 246 228 / 0.9);
}
.hover\:bg-teal-200\/95:hover {
  background-color: rgb(153 246 228 / 0.95);
}
.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.hover\:bg-teal-300\/0:hover {
  background-color: rgb(94 234 212 / 0);
}
.hover\:bg-teal-300\/10:hover {
  background-color: rgb(94 234 212 / 0.1);
}
.hover\:bg-teal-300\/100:hover {
  background-color: rgb(94 234 212 / 1);
}
.hover\:bg-teal-300\/20:hover {
  background-color: rgb(94 234 212 / 0.2);
}
.hover\:bg-teal-300\/25:hover {
  background-color: rgb(94 234 212 / 0.25);
}
.hover\:bg-teal-300\/30:hover {
  background-color: rgb(94 234 212 / 0.3);
}
.hover\:bg-teal-300\/40:hover {
  background-color: rgb(94 234 212 / 0.4);
}
.hover\:bg-teal-300\/5:hover {
  background-color: rgb(94 234 212 / 0.05);
}
.hover\:bg-teal-300\/50:hover {
  background-color: rgb(94 234 212 / 0.5);
}
.hover\:bg-teal-300\/60:hover {
  background-color: rgb(94 234 212 / 0.6);
}
.hover\:bg-teal-300\/70:hover {
  background-color: rgb(94 234 212 / 0.7);
}
.hover\:bg-teal-300\/75:hover {
  background-color: rgb(94 234 212 / 0.75);
}
.hover\:bg-teal-300\/80:hover {
  background-color: rgb(94 234 212 / 0.8);
}
.hover\:bg-teal-300\/90:hover {
  background-color: rgb(94 234 212 / 0.9);
}
.hover\:bg-teal-300\/95:hover {
  background-color: rgb(94 234 212 / 0.95);
}
.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.hover\:bg-teal-400\/0:hover {
  background-color: rgb(45 212 191 / 0);
}
.hover\:bg-teal-400\/10:hover {
  background-color: rgb(45 212 191 / 0.1);
}
.hover\:bg-teal-400\/100:hover {
  background-color: rgb(45 212 191 / 1);
}
.hover\:bg-teal-400\/20:hover {
  background-color: rgb(45 212 191 / 0.2);
}
.hover\:bg-teal-400\/25:hover {
  background-color: rgb(45 212 191 / 0.25);
}
.hover\:bg-teal-400\/30:hover {
  background-color: rgb(45 212 191 / 0.3);
}
.hover\:bg-teal-400\/40:hover {
  background-color: rgb(45 212 191 / 0.4);
}
.hover\:bg-teal-400\/5:hover {
  background-color: rgb(45 212 191 / 0.05);
}
.hover\:bg-teal-400\/50:hover {
  background-color: rgb(45 212 191 / 0.5);
}
.hover\:bg-teal-400\/60:hover {
  background-color: rgb(45 212 191 / 0.6);
}
.hover\:bg-teal-400\/70:hover {
  background-color: rgb(45 212 191 / 0.7);
}
.hover\:bg-teal-400\/75:hover {
  background-color: rgb(45 212 191 / 0.75);
}
.hover\:bg-teal-400\/80:hover {
  background-color: rgb(45 212 191 / 0.8);
}
.hover\:bg-teal-400\/90:hover {
  background-color: rgb(45 212 191 / 0.9);
}
.hover\:bg-teal-400\/95:hover {
  background-color: rgb(45 212 191 / 0.95);
}
.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.hover\:bg-teal-50\/0:hover {
  background-color: rgb(240 253 250 / 0);
}
.hover\:bg-teal-50\/10:hover {
  background-color: rgb(240 253 250 / 0.1);
}
.hover\:bg-teal-50\/100:hover {
  background-color: rgb(240 253 250 / 1);
}
.hover\:bg-teal-50\/20:hover {
  background-color: rgb(240 253 250 / 0.2);
}
.hover\:bg-teal-50\/25:hover {
  background-color: rgb(240 253 250 / 0.25);
}
.hover\:bg-teal-50\/30:hover {
  background-color: rgb(240 253 250 / 0.3);
}
.hover\:bg-teal-50\/40:hover {
  background-color: rgb(240 253 250 / 0.4);
}
.hover\:bg-teal-50\/5:hover {
  background-color: rgb(240 253 250 / 0.05);
}
.hover\:bg-teal-50\/50:hover {
  background-color: rgb(240 253 250 / 0.5);
}
.hover\:bg-teal-50\/60:hover {
  background-color: rgb(240 253 250 / 0.6);
}
.hover\:bg-teal-50\/70:hover {
  background-color: rgb(240 253 250 / 0.7);
}
.hover\:bg-teal-50\/75:hover {
  background-color: rgb(240 253 250 / 0.75);
}
.hover\:bg-teal-50\/80:hover {
  background-color: rgb(240 253 250 / 0.8);
}
.hover\:bg-teal-50\/90:hover {
  background-color: rgb(240 253 250 / 0.9);
}
.hover\:bg-teal-50\/95:hover {
  background-color: rgb(240 253 250 / 0.95);
}
.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.hover\:bg-teal-500\/0:hover {
  background-color: rgb(20 184 166 / 0);
}
.hover\:bg-teal-500\/10:hover {
  background-color: rgb(20 184 166 / 0.1);
}
.hover\:bg-teal-500\/100:hover {
  background-color: rgb(20 184 166 / 1);
}
.hover\:bg-teal-500\/20:hover {
  background-color: rgb(20 184 166 / 0.2);
}
.hover\:bg-teal-500\/25:hover {
  background-color: rgb(20 184 166 / 0.25);
}
.hover\:bg-teal-500\/30:hover {
  background-color: rgb(20 184 166 / 0.3);
}
.hover\:bg-teal-500\/40:hover {
  background-color: rgb(20 184 166 / 0.4);
}
.hover\:bg-teal-500\/5:hover {
  background-color: rgb(20 184 166 / 0.05);
}
.hover\:bg-teal-500\/50:hover {
  background-color: rgb(20 184 166 / 0.5);
}
.hover\:bg-teal-500\/60:hover {
  background-color: rgb(20 184 166 / 0.6);
}
.hover\:bg-teal-500\/70:hover {
  background-color: rgb(20 184 166 / 0.7);
}
.hover\:bg-teal-500\/75:hover {
  background-color: rgb(20 184 166 / 0.75);
}
.hover\:bg-teal-500\/80:hover {
  background-color: rgb(20 184 166 / 0.8);
}
.hover\:bg-teal-500\/90:hover {
  background-color: rgb(20 184 166 / 0.9);
}
.hover\:bg-teal-500\/95:hover {
  background-color: rgb(20 184 166 / 0.95);
}
.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.hover\:bg-teal-600\/0:hover {
  background-color: rgb(13 148 136 / 0);
}
.hover\:bg-teal-600\/10:hover {
  background-color: rgb(13 148 136 / 0.1);
}
.hover\:bg-teal-600\/100:hover {
  background-color: rgb(13 148 136 / 1);
}
.hover\:bg-teal-600\/20:hover {
  background-color: rgb(13 148 136 / 0.2);
}
.hover\:bg-teal-600\/25:hover {
  background-color: rgb(13 148 136 / 0.25);
}
.hover\:bg-teal-600\/30:hover {
  background-color: rgb(13 148 136 / 0.3);
}
.hover\:bg-teal-600\/40:hover {
  background-color: rgb(13 148 136 / 0.4);
}
.hover\:bg-teal-600\/5:hover {
  background-color: rgb(13 148 136 / 0.05);
}
.hover\:bg-teal-600\/50:hover {
  background-color: rgb(13 148 136 / 0.5);
}
.hover\:bg-teal-600\/60:hover {
  background-color: rgb(13 148 136 / 0.6);
}
.hover\:bg-teal-600\/70:hover {
  background-color: rgb(13 148 136 / 0.7);
}
.hover\:bg-teal-600\/75:hover {
  background-color: rgb(13 148 136 / 0.75);
}
.hover\:bg-teal-600\/80:hover {
  background-color: rgb(13 148 136 / 0.8);
}
.hover\:bg-teal-600\/90:hover {
  background-color: rgb(13 148 136 / 0.9);
}
.hover\:bg-teal-600\/95:hover {
  background-color: rgb(13 148 136 / 0.95);
}
.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.hover\:bg-teal-700\/0:hover {
  background-color: rgb(15 118 110 / 0);
}
.hover\:bg-teal-700\/10:hover {
  background-color: rgb(15 118 110 / 0.1);
}
.hover\:bg-teal-700\/100:hover {
  background-color: rgb(15 118 110 / 1);
}
.hover\:bg-teal-700\/20:hover {
  background-color: rgb(15 118 110 / 0.2);
}
.hover\:bg-teal-700\/25:hover {
  background-color: rgb(15 118 110 / 0.25);
}
.hover\:bg-teal-700\/30:hover {
  background-color: rgb(15 118 110 / 0.3);
}
.hover\:bg-teal-700\/40:hover {
  background-color: rgb(15 118 110 / 0.4);
}
.hover\:bg-teal-700\/5:hover {
  background-color: rgb(15 118 110 / 0.05);
}
.hover\:bg-teal-700\/50:hover {
  background-color: rgb(15 118 110 / 0.5);
}
.hover\:bg-teal-700\/60:hover {
  background-color: rgb(15 118 110 / 0.6);
}
.hover\:bg-teal-700\/70:hover {
  background-color: rgb(15 118 110 / 0.7);
}
.hover\:bg-teal-700\/75:hover {
  background-color: rgb(15 118 110 / 0.75);
}
.hover\:bg-teal-700\/80:hover {
  background-color: rgb(15 118 110 / 0.8);
}
.hover\:bg-teal-700\/90:hover {
  background-color: rgb(15 118 110 / 0.9);
}
.hover\:bg-teal-700\/95:hover {
  background-color: rgb(15 118 110 / 0.95);
}
.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.hover\:bg-teal-800\/0:hover {
  background-color: rgb(17 94 89 / 0);
}
.hover\:bg-teal-800\/10:hover {
  background-color: rgb(17 94 89 / 0.1);
}
.hover\:bg-teal-800\/100:hover {
  background-color: rgb(17 94 89 / 1);
}
.hover\:bg-teal-800\/20:hover {
  background-color: rgb(17 94 89 / 0.2);
}
.hover\:bg-teal-800\/25:hover {
  background-color: rgb(17 94 89 / 0.25);
}
.hover\:bg-teal-800\/30:hover {
  background-color: rgb(17 94 89 / 0.3);
}
.hover\:bg-teal-800\/40:hover {
  background-color: rgb(17 94 89 / 0.4);
}
.hover\:bg-teal-800\/5:hover {
  background-color: rgb(17 94 89 / 0.05);
}
.hover\:bg-teal-800\/50:hover {
  background-color: rgb(17 94 89 / 0.5);
}
.hover\:bg-teal-800\/60:hover {
  background-color: rgb(17 94 89 / 0.6);
}
.hover\:bg-teal-800\/70:hover {
  background-color: rgb(17 94 89 / 0.7);
}
.hover\:bg-teal-800\/75:hover {
  background-color: rgb(17 94 89 / 0.75);
}
.hover\:bg-teal-800\/80:hover {
  background-color: rgb(17 94 89 / 0.8);
}
.hover\:bg-teal-800\/90:hover {
  background-color: rgb(17 94 89 / 0.9);
}
.hover\:bg-teal-800\/95:hover {
  background-color: rgb(17 94 89 / 0.95);
}
.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.hover\:bg-teal-900\/0:hover {
  background-color: rgb(19 78 74 / 0);
}
.hover\:bg-teal-900\/10:hover {
  background-color: rgb(19 78 74 / 0.1);
}
.hover\:bg-teal-900\/100:hover {
  background-color: rgb(19 78 74 / 1);
}
.hover\:bg-teal-900\/20:hover {
  background-color: rgb(19 78 74 / 0.2);
}
.hover\:bg-teal-900\/25:hover {
  background-color: rgb(19 78 74 / 0.25);
}
.hover\:bg-teal-900\/30:hover {
  background-color: rgb(19 78 74 / 0.3);
}
.hover\:bg-teal-900\/40:hover {
  background-color: rgb(19 78 74 / 0.4);
}
.hover\:bg-teal-900\/5:hover {
  background-color: rgb(19 78 74 / 0.05);
}
.hover\:bg-teal-900\/50:hover {
  background-color: rgb(19 78 74 / 0.5);
}
.hover\:bg-teal-900\/60:hover {
  background-color: rgb(19 78 74 / 0.6);
}
.hover\:bg-teal-900\/70:hover {
  background-color: rgb(19 78 74 / 0.7);
}
.hover\:bg-teal-900\/75:hover {
  background-color: rgb(19 78 74 / 0.75);
}
.hover\:bg-teal-900\/80:hover {
  background-color: rgb(19 78 74 / 0.8);
}
.hover\:bg-teal-900\/90:hover {
  background-color: rgb(19 78 74 / 0.9);
}
.hover\:bg-teal-900\/95:hover {
  background-color: rgb(19 78 74 / 0.95);
}
.hover\:bg-teal-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.hover\:bg-teal-950\/0:hover {
  background-color: rgb(4 47 46 / 0);
}
.hover\:bg-teal-950\/10:hover {
  background-color: rgb(4 47 46 / 0.1);
}
.hover\:bg-teal-950\/100:hover {
  background-color: rgb(4 47 46 / 1);
}
.hover\:bg-teal-950\/20:hover {
  background-color: rgb(4 47 46 / 0.2);
}
.hover\:bg-teal-950\/25:hover {
  background-color: rgb(4 47 46 / 0.25);
}
.hover\:bg-teal-950\/30:hover {
  background-color: rgb(4 47 46 / 0.3);
}
.hover\:bg-teal-950\/40:hover {
  background-color: rgb(4 47 46 / 0.4);
}
.hover\:bg-teal-950\/5:hover {
  background-color: rgb(4 47 46 / 0.05);
}
.hover\:bg-teal-950\/50:hover {
  background-color: rgb(4 47 46 / 0.5);
}
.hover\:bg-teal-950\/60:hover {
  background-color: rgb(4 47 46 / 0.6);
}
.hover\:bg-teal-950\/70:hover {
  background-color: rgb(4 47 46 / 0.7);
}
.hover\:bg-teal-950\/75:hover {
  background-color: rgb(4 47 46 / 0.75);
}
.hover\:bg-teal-950\/80:hover {
  background-color: rgb(4 47 46 / 0.8);
}
.hover\:bg-teal-950\/90:hover {
  background-color: rgb(4 47 46 / 0.9);
}
.hover\:bg-teal-950\/95:hover {
  background-color: rgb(4 47 46 / 0.95);
}
.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.hover\:bg-violet-100\/0:hover {
  background-color: rgb(237 233 254 / 0);
}
.hover\:bg-violet-100\/10:hover {
  background-color: rgb(237 233 254 / 0.1);
}
.hover\:bg-violet-100\/100:hover {
  background-color: rgb(237 233 254 / 1);
}
.hover\:bg-violet-100\/20:hover {
  background-color: rgb(237 233 254 / 0.2);
}
.hover\:bg-violet-100\/25:hover {
  background-color: rgb(237 233 254 / 0.25);
}
.hover\:bg-violet-100\/30:hover {
  background-color: rgb(237 233 254 / 0.3);
}
.hover\:bg-violet-100\/40:hover {
  background-color: rgb(237 233 254 / 0.4);
}
.hover\:bg-violet-100\/5:hover {
  background-color: rgb(237 233 254 / 0.05);
}
.hover\:bg-violet-100\/50:hover {
  background-color: rgb(237 233 254 / 0.5);
}
.hover\:bg-violet-100\/60:hover {
  background-color: rgb(237 233 254 / 0.6);
}
.hover\:bg-violet-100\/70:hover {
  background-color: rgb(237 233 254 / 0.7);
}
.hover\:bg-violet-100\/75:hover {
  background-color: rgb(237 233 254 / 0.75);
}
.hover\:bg-violet-100\/80:hover {
  background-color: rgb(237 233 254 / 0.8);
}
.hover\:bg-violet-100\/90:hover {
  background-color: rgb(237 233 254 / 0.9);
}
.hover\:bg-violet-100\/95:hover {
  background-color: rgb(237 233 254 / 0.95);
}
.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.hover\:bg-violet-200\/0:hover {
  background-color: rgb(221 214 254 / 0);
}
.hover\:bg-violet-200\/10:hover {
  background-color: rgb(221 214 254 / 0.1);
}
.hover\:bg-violet-200\/100:hover {
  background-color: rgb(221 214 254 / 1);
}
.hover\:bg-violet-200\/20:hover {
  background-color: rgb(221 214 254 / 0.2);
}
.hover\:bg-violet-200\/25:hover {
  background-color: rgb(221 214 254 / 0.25);
}
.hover\:bg-violet-200\/30:hover {
  background-color: rgb(221 214 254 / 0.3);
}
.hover\:bg-violet-200\/40:hover {
  background-color: rgb(221 214 254 / 0.4);
}
.hover\:bg-violet-200\/5:hover {
  background-color: rgb(221 214 254 / 0.05);
}
.hover\:bg-violet-200\/50:hover {
  background-color: rgb(221 214 254 / 0.5);
}
.hover\:bg-violet-200\/60:hover {
  background-color: rgb(221 214 254 / 0.6);
}
.hover\:bg-violet-200\/70:hover {
  background-color: rgb(221 214 254 / 0.7);
}
.hover\:bg-violet-200\/75:hover {
  background-color: rgb(221 214 254 / 0.75);
}
.hover\:bg-violet-200\/80:hover {
  background-color: rgb(221 214 254 / 0.8);
}
.hover\:bg-violet-200\/90:hover {
  background-color: rgb(221 214 254 / 0.9);
}
.hover\:bg-violet-200\/95:hover {
  background-color: rgb(221 214 254 / 0.95);
}
.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.hover\:bg-violet-300\/0:hover {
  background-color: rgb(196 181 253 / 0);
}
.hover\:bg-violet-300\/10:hover {
  background-color: rgb(196 181 253 / 0.1);
}
.hover\:bg-violet-300\/100:hover {
  background-color: rgb(196 181 253 / 1);
}
.hover\:bg-violet-300\/20:hover {
  background-color: rgb(196 181 253 / 0.2);
}
.hover\:bg-violet-300\/25:hover {
  background-color: rgb(196 181 253 / 0.25);
}
.hover\:bg-violet-300\/30:hover {
  background-color: rgb(196 181 253 / 0.3);
}
.hover\:bg-violet-300\/40:hover {
  background-color: rgb(196 181 253 / 0.4);
}
.hover\:bg-violet-300\/5:hover {
  background-color: rgb(196 181 253 / 0.05);
}
.hover\:bg-violet-300\/50:hover {
  background-color: rgb(196 181 253 / 0.5);
}
.hover\:bg-violet-300\/60:hover {
  background-color: rgb(196 181 253 / 0.6);
}
.hover\:bg-violet-300\/70:hover {
  background-color: rgb(196 181 253 / 0.7);
}
.hover\:bg-violet-300\/75:hover {
  background-color: rgb(196 181 253 / 0.75);
}
.hover\:bg-violet-300\/80:hover {
  background-color: rgb(196 181 253 / 0.8);
}
.hover\:bg-violet-300\/90:hover {
  background-color: rgb(196 181 253 / 0.9);
}
.hover\:bg-violet-300\/95:hover {
  background-color: rgb(196 181 253 / 0.95);
}
.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.hover\:bg-violet-400\/0:hover {
  background-color: rgb(167 139 250 / 0);
}
.hover\:bg-violet-400\/10:hover {
  background-color: rgb(167 139 250 / 0.1);
}
.hover\:bg-violet-400\/100:hover {
  background-color: rgb(167 139 250 / 1);
}
.hover\:bg-violet-400\/20:hover {
  background-color: rgb(167 139 250 / 0.2);
}
.hover\:bg-violet-400\/25:hover {
  background-color: rgb(167 139 250 / 0.25);
}
.hover\:bg-violet-400\/30:hover {
  background-color: rgb(167 139 250 / 0.3);
}
.hover\:bg-violet-400\/40:hover {
  background-color: rgb(167 139 250 / 0.4);
}
.hover\:bg-violet-400\/5:hover {
  background-color: rgb(167 139 250 / 0.05);
}
.hover\:bg-violet-400\/50:hover {
  background-color: rgb(167 139 250 / 0.5);
}
.hover\:bg-violet-400\/60:hover {
  background-color: rgb(167 139 250 / 0.6);
}
.hover\:bg-violet-400\/70:hover {
  background-color: rgb(167 139 250 / 0.7);
}
.hover\:bg-violet-400\/75:hover {
  background-color: rgb(167 139 250 / 0.75);
}
.hover\:bg-violet-400\/80:hover {
  background-color: rgb(167 139 250 / 0.8);
}
.hover\:bg-violet-400\/90:hover {
  background-color: rgb(167 139 250 / 0.9);
}
.hover\:bg-violet-400\/95:hover {
  background-color: rgb(167 139 250 / 0.95);
}
.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.hover\:bg-violet-50\/0:hover {
  background-color: rgb(245 243 255 / 0);
}
.hover\:bg-violet-50\/10:hover {
  background-color: rgb(245 243 255 / 0.1);
}
.hover\:bg-violet-50\/100:hover {
  background-color: rgb(245 243 255 / 1);
}
.hover\:bg-violet-50\/20:hover {
  background-color: rgb(245 243 255 / 0.2);
}
.hover\:bg-violet-50\/25:hover {
  background-color: rgb(245 243 255 / 0.25);
}
.hover\:bg-violet-50\/30:hover {
  background-color: rgb(245 243 255 / 0.3);
}
.hover\:bg-violet-50\/40:hover {
  background-color: rgb(245 243 255 / 0.4);
}
.hover\:bg-violet-50\/5:hover {
  background-color: rgb(245 243 255 / 0.05);
}
.hover\:bg-violet-50\/50:hover {
  background-color: rgb(245 243 255 / 0.5);
}
.hover\:bg-violet-50\/60:hover {
  background-color: rgb(245 243 255 / 0.6);
}
.hover\:bg-violet-50\/70:hover {
  background-color: rgb(245 243 255 / 0.7);
}
.hover\:bg-violet-50\/75:hover {
  background-color: rgb(245 243 255 / 0.75);
}
.hover\:bg-violet-50\/80:hover {
  background-color: rgb(245 243 255 / 0.8);
}
.hover\:bg-violet-50\/90:hover {
  background-color: rgb(245 243 255 / 0.9);
}
.hover\:bg-violet-50\/95:hover {
  background-color: rgb(245 243 255 / 0.95);
}
.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.hover\:bg-violet-500\/0:hover {
  background-color: rgb(139 92 246 / 0);
}
.hover\:bg-violet-500\/10:hover {
  background-color: rgb(139 92 246 / 0.1);
}
.hover\:bg-violet-500\/100:hover {
  background-color: rgb(139 92 246 / 1);
}
.hover\:bg-violet-500\/20:hover {
  background-color: rgb(139 92 246 / 0.2);
}
.hover\:bg-violet-500\/25:hover {
  background-color: rgb(139 92 246 / 0.25);
}
.hover\:bg-violet-500\/30:hover {
  background-color: rgb(139 92 246 / 0.3);
}
.hover\:bg-violet-500\/40:hover {
  background-color: rgb(139 92 246 / 0.4);
}
.hover\:bg-violet-500\/5:hover {
  background-color: rgb(139 92 246 / 0.05);
}
.hover\:bg-violet-500\/50:hover {
  background-color: rgb(139 92 246 / 0.5);
}
.hover\:bg-violet-500\/60:hover {
  background-color: rgb(139 92 246 / 0.6);
}
.hover\:bg-violet-500\/70:hover {
  background-color: rgb(139 92 246 / 0.7);
}
.hover\:bg-violet-500\/75:hover {
  background-color: rgb(139 92 246 / 0.75);
}
.hover\:bg-violet-500\/80:hover {
  background-color: rgb(139 92 246 / 0.8);
}
.hover\:bg-violet-500\/90:hover {
  background-color: rgb(139 92 246 / 0.9);
}
.hover\:bg-violet-500\/95:hover {
  background-color: rgb(139 92 246 / 0.95);
}
.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.hover\:bg-violet-600\/0:hover {
  background-color: rgb(124 58 237 / 0);
}
.hover\:bg-violet-600\/10:hover {
  background-color: rgb(124 58 237 / 0.1);
}
.hover\:bg-violet-600\/100:hover {
  background-color: rgb(124 58 237 / 1);
}
.hover\:bg-violet-600\/20:hover {
  background-color: rgb(124 58 237 / 0.2);
}
.hover\:bg-violet-600\/25:hover {
  background-color: rgb(124 58 237 / 0.25);
}
.hover\:bg-violet-600\/30:hover {
  background-color: rgb(124 58 237 / 0.3);
}
.hover\:bg-violet-600\/40:hover {
  background-color: rgb(124 58 237 / 0.4);
}
.hover\:bg-violet-600\/5:hover {
  background-color: rgb(124 58 237 / 0.05);
}
.hover\:bg-violet-600\/50:hover {
  background-color: rgb(124 58 237 / 0.5);
}
.hover\:bg-violet-600\/60:hover {
  background-color: rgb(124 58 237 / 0.6);
}
.hover\:bg-violet-600\/70:hover {
  background-color: rgb(124 58 237 / 0.7);
}
.hover\:bg-violet-600\/75:hover {
  background-color: rgb(124 58 237 / 0.75);
}
.hover\:bg-violet-600\/80:hover {
  background-color: rgb(124 58 237 / 0.8);
}
.hover\:bg-violet-600\/90:hover {
  background-color: rgb(124 58 237 / 0.9);
}
.hover\:bg-violet-600\/95:hover {
  background-color: rgb(124 58 237 / 0.95);
}
.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.hover\:bg-violet-700\/0:hover {
  background-color: rgb(109 40 217 / 0);
}
.hover\:bg-violet-700\/10:hover {
  background-color: rgb(109 40 217 / 0.1);
}
.hover\:bg-violet-700\/100:hover {
  background-color: rgb(109 40 217 / 1);
}
.hover\:bg-violet-700\/20:hover {
  background-color: rgb(109 40 217 / 0.2);
}
.hover\:bg-violet-700\/25:hover {
  background-color: rgb(109 40 217 / 0.25);
}
.hover\:bg-violet-700\/30:hover {
  background-color: rgb(109 40 217 / 0.3);
}
.hover\:bg-violet-700\/40:hover {
  background-color: rgb(109 40 217 / 0.4);
}
.hover\:bg-violet-700\/5:hover {
  background-color: rgb(109 40 217 / 0.05);
}
.hover\:bg-violet-700\/50:hover {
  background-color: rgb(109 40 217 / 0.5);
}
.hover\:bg-violet-700\/60:hover {
  background-color: rgb(109 40 217 / 0.6);
}
.hover\:bg-violet-700\/70:hover {
  background-color: rgb(109 40 217 / 0.7);
}
.hover\:bg-violet-700\/75:hover {
  background-color: rgb(109 40 217 / 0.75);
}
.hover\:bg-violet-700\/80:hover {
  background-color: rgb(109 40 217 / 0.8);
}
.hover\:bg-violet-700\/90:hover {
  background-color: rgb(109 40 217 / 0.9);
}
.hover\:bg-violet-700\/95:hover {
  background-color: rgb(109 40 217 / 0.95);
}
.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.hover\:bg-violet-800\/0:hover {
  background-color: rgb(91 33 182 / 0);
}
.hover\:bg-violet-800\/10:hover {
  background-color: rgb(91 33 182 / 0.1);
}
.hover\:bg-violet-800\/100:hover {
  background-color: rgb(91 33 182 / 1);
}
.hover\:bg-violet-800\/20:hover {
  background-color: rgb(91 33 182 / 0.2);
}
.hover\:bg-violet-800\/25:hover {
  background-color: rgb(91 33 182 / 0.25);
}
.hover\:bg-violet-800\/30:hover {
  background-color: rgb(91 33 182 / 0.3);
}
.hover\:bg-violet-800\/40:hover {
  background-color: rgb(91 33 182 / 0.4);
}
.hover\:bg-violet-800\/5:hover {
  background-color: rgb(91 33 182 / 0.05);
}
.hover\:bg-violet-800\/50:hover {
  background-color: rgb(91 33 182 / 0.5);
}
.hover\:bg-violet-800\/60:hover {
  background-color: rgb(91 33 182 / 0.6);
}
.hover\:bg-violet-800\/70:hover {
  background-color: rgb(91 33 182 / 0.7);
}
.hover\:bg-violet-800\/75:hover {
  background-color: rgb(91 33 182 / 0.75);
}
.hover\:bg-violet-800\/80:hover {
  background-color: rgb(91 33 182 / 0.8);
}
.hover\:bg-violet-800\/90:hover {
  background-color: rgb(91 33 182 / 0.9);
}
.hover\:bg-violet-800\/95:hover {
  background-color: rgb(91 33 182 / 0.95);
}
.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.hover\:bg-violet-900\/0:hover {
  background-color: rgb(76 29 149 / 0);
}
.hover\:bg-violet-900\/10:hover {
  background-color: rgb(76 29 149 / 0.1);
}
.hover\:bg-violet-900\/100:hover {
  background-color: rgb(76 29 149 / 1);
}
.hover\:bg-violet-900\/20:hover {
  background-color: rgb(76 29 149 / 0.2);
}
.hover\:bg-violet-900\/25:hover {
  background-color: rgb(76 29 149 / 0.25);
}
.hover\:bg-violet-900\/30:hover {
  background-color: rgb(76 29 149 / 0.3);
}
.hover\:bg-violet-900\/40:hover {
  background-color: rgb(76 29 149 / 0.4);
}
.hover\:bg-violet-900\/5:hover {
  background-color: rgb(76 29 149 / 0.05);
}
.hover\:bg-violet-900\/50:hover {
  background-color: rgb(76 29 149 / 0.5);
}
.hover\:bg-violet-900\/60:hover {
  background-color: rgb(76 29 149 / 0.6);
}
.hover\:bg-violet-900\/70:hover {
  background-color: rgb(76 29 149 / 0.7);
}
.hover\:bg-violet-900\/75:hover {
  background-color: rgb(76 29 149 / 0.75);
}
.hover\:bg-violet-900\/80:hover {
  background-color: rgb(76 29 149 / 0.8);
}
.hover\:bg-violet-900\/90:hover {
  background-color: rgb(76 29 149 / 0.9);
}
.hover\:bg-violet-900\/95:hover {
  background-color: rgb(76 29 149 / 0.95);
}
.hover\:bg-violet-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.hover\:bg-violet-950\/0:hover {
  background-color: rgb(46 16 101 / 0);
}
.hover\:bg-violet-950\/10:hover {
  background-color: rgb(46 16 101 / 0.1);
}
.hover\:bg-violet-950\/100:hover {
  background-color: rgb(46 16 101 / 1);
}
.hover\:bg-violet-950\/20:hover {
  background-color: rgb(46 16 101 / 0.2);
}
.hover\:bg-violet-950\/25:hover {
  background-color: rgb(46 16 101 / 0.25);
}
.hover\:bg-violet-950\/30:hover {
  background-color: rgb(46 16 101 / 0.3);
}
.hover\:bg-violet-950\/40:hover {
  background-color: rgb(46 16 101 / 0.4);
}
.hover\:bg-violet-950\/5:hover {
  background-color: rgb(46 16 101 / 0.05);
}
.hover\:bg-violet-950\/50:hover {
  background-color: rgb(46 16 101 / 0.5);
}
.hover\:bg-violet-950\/60:hover {
  background-color: rgb(46 16 101 / 0.6);
}
.hover\:bg-violet-950\/70:hover {
  background-color: rgb(46 16 101 / 0.7);
}
.hover\:bg-violet-950\/75:hover {
  background-color: rgb(46 16 101 / 0.75);
}
.hover\:bg-violet-950\/80:hover {
  background-color: rgb(46 16 101 / 0.8);
}
.hover\:bg-violet-950\/90:hover {
  background-color: rgb(46 16 101 / 0.9);
}
.hover\:bg-violet-950\/95:hover {
  background-color: rgb(46 16 101 / 0.95);
}
.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.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\/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\/40:hover {
  background-color: rgb(254 249 195 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(254 240 138 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(253 224 71 / 0.4);
}
.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\/60:hover {
  background-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(250 204 21 / 0.4);
}
.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\/60:hover {
  background-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(254 252 232 / 0.4);
}
.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\/60:hover {
  background-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(234 179 8 / 0.4);
}
.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\/60:hover {
  background-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(202 138 4 / 0.4);
}
.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\/60:hover {
  background-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(161 98 7 / 0.4);
}
.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\/60:hover {
  background-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(133 77 14 / 0.4);
}
.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\/60:hover {
  background-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(113 63 18 / 0.4);
}
.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\/60:hover {
  background-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  background-color: rgb(66 32 6 / 0.4);
}
.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\/60:hover {
  background-color: rgb(66 32 6 / 0.6);
}
.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\/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\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-100\/0:hover {
  background-color: rgb(244 244 245 / 0);
}
.hover\:bg-zinc-100\/10:hover {
  background-color: rgb(244 244 245 / 0.1);
}
.hover\:bg-zinc-100\/100:hover {
  background-color: rgb(244 244 245 / 1);
}
.hover\:bg-zinc-100\/20:hover {
  background-color: rgb(244 244 245 / 0.2);
}
.hover\:bg-zinc-100\/25:hover {
  background-color: rgb(244 244 245 / 0.25);
}
.hover\:bg-zinc-100\/30:hover {
  background-color: rgb(244 244 245 / 0.3);
}
.hover\:bg-zinc-100\/40:hover {
  background-color: rgb(244 244 245 / 0.4);
}
.hover\:bg-zinc-100\/5:hover {
  background-color: rgb(244 244 245 / 0.05);
}
.hover\:bg-zinc-100\/50:hover {
  background-color: rgb(244 244 245 / 0.5);
}
.hover\:bg-zinc-100\/60:hover {
  background-color: rgb(244 244 245 / 0.6);
}
.hover\:bg-zinc-100\/70:hover {
  background-color: rgb(244 244 245 / 0.7);
}
.hover\:bg-zinc-100\/75:hover {
  background-color: rgb(244 244 245 / 0.75);
}
.hover\:bg-zinc-100\/80:hover {
  background-color: rgb(244 244 245 / 0.8);
}
.hover\:bg-zinc-100\/90:hover {
  background-color: rgb(244 244 245 / 0.9);
}
.hover\:bg-zinc-100\/95:hover {
  background-color: rgb(244 244 245 / 0.95);
}
.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-200\/0:hover {
  background-color: rgb(228 228 231 / 0);
}
.hover\:bg-zinc-200\/10:hover {
  background-color: rgb(228 228 231 / 0.1);
}
.hover\:bg-zinc-200\/100:hover {
  background-color: rgb(228 228 231 / 1);
}
.hover\:bg-zinc-200\/20:hover {
  background-color: rgb(228 228 231 / 0.2);
}
.hover\:bg-zinc-200\/25:hover {
  background-color: rgb(228 228 231 / 0.25);
}
.hover\:bg-zinc-200\/30:hover {
  background-color: rgb(228 228 231 / 0.3);
}
.hover\:bg-zinc-200\/40:hover {
  background-color: rgb(228 228 231 / 0.4);
}
.hover\:bg-zinc-200\/5:hover {
  background-color: rgb(228 228 231 / 0.05);
}
.hover\:bg-zinc-200\/50:hover {
  background-color: rgb(228 228 231 / 0.5);
}
.hover\:bg-zinc-200\/60:hover {
  background-color: rgb(228 228 231 / 0.6);
}
.hover\:bg-zinc-200\/70:hover {
  background-color: rgb(228 228 231 / 0.7);
}
.hover\:bg-zinc-200\/75:hover {
  background-color: rgb(228 228 231 / 0.75);
}
.hover\:bg-zinc-200\/80:hover {
  background-color: rgb(228 228 231 / 0.8);
}
.hover\:bg-zinc-200\/90:hover {
  background-color: rgb(228 228 231 / 0.9);
}
.hover\:bg-zinc-200\/95:hover {
  background-color: rgb(228 228 231 / 0.95);
}
.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-300\/0:hover {
  background-color: rgb(212 212 216 / 0);
}
.hover\:bg-zinc-300\/10:hover {
  background-color: rgb(212 212 216 / 0.1);
}
.hover\:bg-zinc-300\/100:hover {
  background-color: rgb(212 212 216 / 1);
}
.hover\:bg-zinc-300\/20:hover {
  background-color: rgb(212 212 216 / 0.2);
}
.hover\:bg-zinc-300\/25:hover {
  background-color: rgb(212 212 216 / 0.25);
}
.hover\:bg-zinc-300\/30:hover {
  background-color: rgb(212 212 216 / 0.3);
}
.hover\:bg-zinc-300\/40:hover {
  background-color: rgb(212 212 216 / 0.4);
}
.hover\:bg-zinc-300\/5:hover {
  background-color: rgb(212 212 216 / 0.05);
}
.hover\:bg-zinc-300\/50:hover {
  background-color: rgb(212 212 216 / 0.5);
}
.hover\:bg-zinc-300\/60:hover {
  background-color: rgb(212 212 216 / 0.6);
}
.hover\:bg-zinc-300\/70:hover {
  background-color: rgb(212 212 216 / 0.7);
}
.hover\:bg-zinc-300\/75:hover {
  background-color: rgb(212 212 216 / 0.75);
}
.hover\:bg-zinc-300\/80:hover {
  background-color: rgb(212 212 216 / 0.8);
}
.hover\:bg-zinc-300\/90:hover {
  background-color: rgb(212 212 216 / 0.9);
}
.hover\:bg-zinc-300\/95:hover {
  background-color: rgb(212 212 216 / 0.95);
}
.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-400\/0:hover {
  background-color: rgb(161 161 170 / 0);
}
.hover\:bg-zinc-400\/10:hover {
  background-color: rgb(161 161 170 / 0.1);
}
.hover\:bg-zinc-400\/100:hover {
  background-color: rgb(161 161 170 / 1);
}
.hover\:bg-zinc-400\/20:hover {
  background-color: rgb(161 161 170 / 0.2);
}
.hover\:bg-zinc-400\/25:hover {
  background-color: rgb(161 161 170 / 0.25);
}
.hover\:bg-zinc-400\/30:hover {
  background-color: rgb(161 161 170 / 0.3);
}
.hover\:bg-zinc-400\/40:hover {
  background-color: rgb(161 161 170 / 0.4);
}
.hover\:bg-zinc-400\/5:hover {
  background-color: rgb(161 161 170 / 0.05);
}
.hover\:bg-zinc-400\/50:hover {
  background-color: rgb(161 161 170 / 0.5);
}
.hover\:bg-zinc-400\/60:hover {
  background-color: rgb(161 161 170 / 0.6);
}
.hover\:bg-zinc-400\/70:hover {
  background-color: rgb(161 161 170 / 0.7);
}
.hover\:bg-zinc-400\/75:hover {
  background-color: rgb(161 161 170 / 0.75);
}
.hover\:bg-zinc-400\/80:hover {
  background-color: rgb(161 161 170 / 0.8);
}
.hover\:bg-zinc-400\/90:hover {
  background-color: rgb(161 161 170 / 0.9);
}
.hover\:bg-zinc-400\/95:hover {
  background-color: rgb(161 161 170 / 0.95);
}
.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-50\/0:hover {
  background-color: rgb(250 250 250 / 0);
}
.hover\:bg-zinc-50\/10:hover {
  background-color: rgb(250 250 250 / 0.1);
}
.hover\:bg-zinc-50\/100:hover {
  background-color: rgb(250 250 250 / 1);
}
.hover\:bg-zinc-50\/20:hover {
  background-color: rgb(250 250 250 / 0.2);
}
.hover\:bg-zinc-50\/25:hover {
  background-color: rgb(250 250 250 / 0.25);
}
.hover\:bg-zinc-50\/30:hover {
  background-color: rgb(250 250 250 / 0.3);
}
.hover\:bg-zinc-50\/40:hover {
  background-color: rgb(250 250 250 / 0.4);
}
.hover\:bg-zinc-50\/5:hover {
  background-color: rgb(250 250 250 / 0.05);
}
.hover\:bg-zinc-50\/50:hover {
  background-color: rgb(250 250 250 / 0.5);
}
.hover\:bg-zinc-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}
.hover\:bg-zinc-50\/70:hover {
  background-color: rgb(250 250 250 / 0.7);
}
.hover\:bg-zinc-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}
.hover\:bg-zinc-50\/80:hover {
  background-color: rgb(250 250 250 / 0.8);
}
.hover\:bg-zinc-50\/90:hover {
  background-color: rgb(250 250 250 / 0.9);
}
.hover\:bg-zinc-50\/95:hover {
  background-color: rgb(250 250 250 / 0.95);
}
.hover\:bg-zinc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-500\/0:hover {
  background-color: rgb(113 113 122 / 0);
}
.hover\:bg-zinc-500\/10:hover {
  background-color: rgb(113 113 122 / 0.1);
}
.hover\:bg-zinc-500\/100:hover {
  background-color: rgb(113 113 122 / 1);
}
.hover\:bg-zinc-500\/20:hover {
  background-color: rgb(113 113 122 / 0.2);
}
.hover\:bg-zinc-500\/25:hover {
  background-color: rgb(113 113 122 / 0.25);
}
.hover\:bg-zinc-500\/30:hover {
  background-color: rgb(113 113 122 / 0.3);
}
.hover\:bg-zinc-500\/40:hover {
  background-color: rgb(113 113 122 / 0.4);
}
.hover\:bg-zinc-500\/5:hover {
  background-color: rgb(113 113 122 / 0.05);
}
.hover\:bg-zinc-500\/50:hover {
  background-color: rgb(113 113 122 / 0.5);
}
.hover\:bg-zinc-500\/60:hover {
  background-color: rgb(113 113 122 / 0.6);
}
.hover\:bg-zinc-500\/70:hover {
  background-color: rgb(113 113 122 / 0.7);
}
.hover\:bg-zinc-500\/75:hover {
  background-color: rgb(113 113 122 / 0.75);
}
.hover\:bg-zinc-500\/80:hover {
  background-color: rgb(113 113 122 / 0.8);
}
.hover\:bg-zinc-500\/90:hover {
  background-color: rgb(113 113 122 / 0.9);
}
.hover\:bg-zinc-500\/95:hover {
  background-color: rgb(113 113 122 / 0.95);
}
.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-600\/0:hover {
  background-color: rgb(82 82 91 / 0);
}
.hover\:bg-zinc-600\/10:hover {
  background-color: rgb(82 82 91 / 0.1);
}
.hover\:bg-zinc-600\/100:hover {
  background-color: rgb(82 82 91 / 1);
}
.hover\:bg-zinc-600\/20:hover {
  background-color: rgb(82 82 91 / 0.2);
}
.hover\:bg-zinc-600\/25:hover {
  background-color: rgb(82 82 91 / 0.25);
}
.hover\:bg-zinc-600\/30:hover {
  background-color: rgb(82 82 91 / 0.3);
}
.hover\:bg-zinc-600\/40:hover {
  background-color: rgb(82 82 91 / 0.4);
}
.hover\:bg-zinc-600\/5:hover {
  background-color: rgb(82 82 91 / 0.05);
}
.hover\:bg-zinc-600\/50:hover {
  background-color: rgb(82 82 91 / 0.5);
}
.hover\:bg-zinc-600\/60:hover {
  background-color: rgb(82 82 91 / 0.6);
}
.hover\:bg-zinc-600\/70:hover {
  background-color: rgb(82 82 91 / 0.7);
}
.hover\:bg-zinc-600\/75:hover {
  background-color: rgb(82 82 91 / 0.75);
}
.hover\:bg-zinc-600\/80:hover {
  background-color: rgb(82 82 91 / 0.8);
}
.hover\:bg-zinc-600\/90:hover {
  background-color: rgb(82 82 91 / 0.9);
}
.hover\:bg-zinc-600\/95:hover {
  background-color: rgb(82 82 91 / 0.95);
}
.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-700\/0:hover {
  background-color: rgb(63 63 70 / 0);
}
.hover\:bg-zinc-700\/10:hover {
  background-color: rgb(63 63 70 / 0.1);
}
.hover\:bg-zinc-700\/100:hover {
  background-color: rgb(63 63 70 / 1);
}
.hover\:bg-zinc-700\/20:hover {
  background-color: rgb(63 63 70 / 0.2);
}
.hover\:bg-zinc-700\/25:hover {
  background-color: rgb(63 63 70 / 0.25);
}
.hover\:bg-zinc-700\/30:hover {
  background-color: rgb(63 63 70 / 0.3);
}
.hover\:bg-zinc-700\/40:hover {
  background-color: rgb(63 63 70 / 0.4);
}
.hover\:bg-zinc-700\/5:hover {
  background-color: rgb(63 63 70 / 0.05);
}
.hover\:bg-zinc-700\/50:hover {
  background-color: rgb(63 63 70 / 0.5);
}
.hover\:bg-zinc-700\/60:hover {
  background-color: rgb(63 63 70 / 0.6);
}
.hover\:bg-zinc-700\/70:hover {
  background-color: rgb(63 63 70 / 0.7);
}
.hover\:bg-zinc-700\/75:hover {
  background-color: rgb(63 63 70 / 0.75);
}
.hover\:bg-zinc-700\/80:hover {
  background-color: rgb(63 63 70 / 0.8);
}
.hover\:bg-zinc-700\/90:hover {
  background-color: rgb(63 63 70 / 0.9);
}
.hover\:bg-zinc-700\/95:hover {
  background-color: rgb(63 63 70 / 0.95);
}
.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-800\/0:hover {
  background-color: rgb(39 39 42 / 0);
}
.hover\:bg-zinc-800\/10:hover {
  background-color: rgb(39 39 42 / 0.1);
}
.hover\:bg-zinc-800\/100:hover {
  background-color: rgb(39 39 42 / 1);
}
.hover\:bg-zinc-800\/20:hover {
  background-color: rgb(39 39 42 / 0.2);
}
.hover\:bg-zinc-800\/25:hover {
  background-color: rgb(39 39 42 / 0.25);
}
.hover\:bg-zinc-800\/30:hover {
  background-color: rgb(39 39 42 / 0.3);
}
.hover\:bg-zinc-800\/40:hover {
  background-color: rgb(39 39 42 / 0.4);
}
.hover\:bg-zinc-800\/5:hover {
  background-color: rgb(39 39 42 / 0.05);
}
.hover\:bg-zinc-800\/50:hover {
  background-color: rgb(39 39 42 / 0.5);
}
.hover\:bg-zinc-800\/60:hover {
  background-color: rgb(39 39 42 / 0.6);
}
.hover\:bg-zinc-800\/70:hover {
  background-color: rgb(39 39 42 / 0.7);
}
.hover\:bg-zinc-800\/75:hover {
  background-color: rgb(39 39 42 / 0.75);
}
.hover\:bg-zinc-800\/80:hover {
  background-color: rgb(39 39 42 / 0.8);
}
.hover\:bg-zinc-800\/90:hover {
  background-color: rgb(39 39 42 / 0.9);
}
.hover\:bg-zinc-800\/95:hover {
  background-color: rgb(39 39 42 / 0.95);
}
.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-900\/0:hover {
  background-color: rgb(24 24 27 / 0);
}
.hover\:bg-zinc-900\/10:hover {
  background-color: rgb(24 24 27 / 0.1);
}
.hover\:bg-zinc-900\/100:hover {
  background-color: rgb(24 24 27 / 1);
}
.hover\:bg-zinc-900\/20:hover {
  background-color: rgb(24 24 27 / 0.2);
}
.hover\:bg-zinc-900\/25:hover {
  background-color: rgb(24 24 27 / 0.25);
}
.hover\:bg-zinc-900\/30:hover {
  background-color: rgb(24 24 27 / 0.3);
}
.hover\:bg-zinc-900\/40:hover {
  background-color: rgb(24 24 27 / 0.4);
}
.hover\:bg-zinc-900\/5:hover {
  background-color: rgb(24 24 27 / 0.05);
}
.hover\:bg-zinc-900\/50:hover {
  background-color: rgb(24 24 27 / 0.5);
}
.hover\:bg-zinc-900\/60:hover {
  background-color: rgb(24 24 27 / 0.6);
}
.hover\:bg-zinc-900\/70:hover {
  background-color: rgb(24 24 27 / 0.7);
}
.hover\:bg-zinc-900\/75:hover {
  background-color: rgb(24 24 27 / 0.75);
}
.hover\:bg-zinc-900\/80:hover {
  background-color: rgb(24 24 27 / 0.8);
}
.hover\:bg-zinc-900\/90:hover {
  background-color: rgb(24 24 27 / 0.9);
}
.hover\:bg-zinc-900\/95:hover {
  background-color: rgb(24 24 27 / 0.95);
}
.hover\:bg-zinc-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-950\/0:hover {
  background-color: rgb(9 9 11 / 0);
}
.hover\:bg-zinc-950\/10:hover {
  background-color: rgb(9 9 11 / 0.1);
}
.hover\:bg-zinc-950\/100:hover {
  background-color: rgb(9 9 11 / 1);
}
.hover\:bg-zinc-950\/20:hover {
  background-color: rgb(9 9 11 / 0.2);
}
.hover\:bg-zinc-950\/25:hover {
  background-color: rgb(9 9 11 / 0.25);
}
.hover\:bg-zinc-950\/30:hover {
  background-color: rgb(9 9 11 / 0.3);
}
.hover\:bg-zinc-950\/40:hover {
  background-color: rgb(9 9 11 / 0.4);
}
.hover\:bg-zinc-950\/5:hover {
  background-color: rgb(9 9 11 / 0.05);
}
.hover\:bg-zinc-950\/50:hover {
  background-color: rgb(9 9 11 / 0.5);
}
.hover\:bg-zinc-950\/60:hover {
  background-color: rgb(9 9 11 / 0.6);
}
.hover\:bg-zinc-950\/70:hover {
  background-color: rgb(9 9 11 / 0.7);
}
.hover\:bg-zinc-950\/75:hover {
  background-color: rgb(9 9 11 / 0.75);
}
.hover\:bg-zinc-950\/80:hover {
  background-color: rgb(9 9 11 / 0.8);
}
.hover\:bg-zinc-950\/90:hover {
  background-color: rgb(9 9 11 / 0.9);
}
.hover\:bg-zinc-950\/95:hover {
  background-color: rgb(9 9 11 / 0.95);
}
.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:\!text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-pink-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 231 243 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-pink-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(131 24 67 / var(--tw-text-opacity)) !important;
}
.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.hover\:text-amber-100\/0:hover {
  color: rgb(254 243 199 / 0);
}
.hover\:text-amber-100\/10:hover {
  color: rgb(254 243 199 / 0.1);
}
.hover\:text-amber-100\/100:hover {
  color: rgb(254 243 199 / 1);
}
.hover\:text-amber-100\/20:hover {
  color: rgb(254 243 199 / 0.2);
}
.hover\:text-amber-100\/25:hover {
  color: rgb(254 243 199 / 0.25);
}
.hover\:text-amber-100\/30:hover {
  color: rgb(254 243 199 / 0.3);
}
.hover\:text-amber-100\/40:hover {
  color: rgb(254 243 199 / 0.4);
}
.hover\:text-amber-100\/5:hover {
  color: rgb(254 243 199 / 0.05);
}
.hover\:text-amber-100\/50:hover {
  color: rgb(254 243 199 / 0.5);
}
.hover\:text-amber-100\/60:hover {
  color: rgb(254 243 199 / 0.6);
}
.hover\:text-amber-100\/70:hover {
  color: rgb(254 243 199 / 0.7);
}
.hover\:text-amber-100\/75:hover {
  color: rgb(254 243 199 / 0.75);
}
.hover\:text-amber-100\/80:hover {
  color: rgb(254 243 199 / 0.8);
}
.hover\:text-amber-100\/90:hover {
  color: rgb(254 243 199 / 0.9);
}
.hover\:text-amber-100\/95:hover {
  color: rgb(254 243 199 / 0.95);
}
.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.hover\:text-amber-200\/0:hover {
  color: rgb(253 230 138 / 0);
}
.hover\:text-amber-200\/10:hover {
  color: rgb(253 230 138 / 0.1);
}
.hover\:text-amber-200\/100:hover {
  color: rgb(253 230 138 / 1);
}
.hover\:text-amber-200\/20:hover {
  color: rgb(253 230 138 / 0.2);
}
.hover\:text-amber-200\/25:hover {
  color: rgb(253 230 138 / 0.25);
}
.hover\:text-amber-200\/30:hover {
  color: rgb(253 230 138 / 0.3);
}
.hover\:text-amber-200\/40:hover {
  color: rgb(253 230 138 / 0.4);
}
.hover\:text-amber-200\/5:hover {
  color: rgb(253 230 138 / 0.05);
}
.hover\:text-amber-200\/50:hover {
  color: rgb(253 230 138 / 0.5);
}
.hover\:text-amber-200\/60:hover {
  color: rgb(253 230 138 / 0.6);
}
.hover\:text-amber-200\/70:hover {
  color: rgb(253 230 138 / 0.7);
}
.hover\:text-amber-200\/75:hover {
  color: rgb(253 230 138 / 0.75);
}
.hover\:text-amber-200\/80:hover {
  color: rgb(253 230 138 / 0.8);
}
.hover\:text-amber-200\/90:hover {
  color: rgb(253 230 138 / 0.9);
}
.hover\:text-amber-200\/95:hover {
  color: rgb(253 230 138 / 0.95);
}
.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.hover\:text-amber-300\/0:hover {
  color: rgb(252 211 77 / 0);
}
.hover\:text-amber-300\/10:hover {
  color: rgb(252 211 77 / 0.1);
}
.hover\:text-amber-300\/100:hover {
  color: rgb(252 211 77 / 1);
}
.hover\:text-amber-300\/20:hover {
  color: rgb(252 211 77 / 0.2);
}
.hover\:text-amber-300\/25:hover {
  color: rgb(252 211 77 / 0.25);
}
.hover\:text-amber-300\/30:hover {
  color: rgb(252 211 77 / 0.3);
}
.hover\:text-amber-300\/40:hover {
  color: rgb(252 211 77 / 0.4);
}
.hover\:text-amber-300\/5:hover {
  color: rgb(252 211 77 / 0.05);
}
.hover\:text-amber-300\/50:hover {
  color: rgb(252 211 77 / 0.5);
}
.hover\:text-amber-300\/60:hover {
  color: rgb(252 211 77 / 0.6);
}
.hover\:text-amber-300\/70:hover {
  color: rgb(252 211 77 / 0.7);
}
.hover\:text-amber-300\/75:hover {
  color: rgb(252 211 77 / 0.75);
}
.hover\:text-amber-300\/80:hover {
  color: rgb(252 211 77 / 0.8);
}
.hover\:text-amber-300\/90:hover {
  color: rgb(252 211 77 / 0.9);
}
.hover\:text-amber-300\/95:hover {
  color: rgb(252 211 77 / 0.95);
}
.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.hover\:text-amber-400\/0:hover {
  color: rgb(251 191 36 / 0);
}
.hover\:text-amber-400\/10:hover {
  color: rgb(251 191 36 / 0.1);
}
.hover\:text-amber-400\/100:hover {
  color: rgb(251 191 36 / 1);
}
.hover\:text-amber-400\/20:hover {
  color: rgb(251 191 36 / 0.2);
}
.hover\:text-amber-400\/25:hover {
  color: rgb(251 191 36 / 0.25);
}
.hover\:text-amber-400\/30:hover {
  color: rgb(251 191 36 / 0.3);
}
.hover\:text-amber-400\/40:hover {
  color: rgb(251 191 36 / 0.4);
}
.hover\:text-amber-400\/5:hover {
  color: rgb(251 191 36 / 0.05);
}
.hover\:text-amber-400\/50:hover {
  color: rgb(251 191 36 / 0.5);
}
.hover\:text-amber-400\/60:hover {
  color: rgb(251 191 36 / 0.6);
}
.hover\:text-amber-400\/70:hover {
  color: rgb(251 191 36 / 0.7);
}
.hover\:text-amber-400\/75:hover {
  color: rgb(251 191 36 / 0.75);
}
.hover\:text-amber-400\/80:hover {
  color: rgb(251 191 36 / 0.8);
}
.hover\:text-amber-400\/90:hover {
  color: rgb(251 191 36 / 0.9);
}
.hover\:text-amber-400\/95:hover {
  color: rgb(251 191 36 / 0.95);
}
.hover\:text-amber-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.hover\:text-amber-50\/0:hover {
  color: rgb(255 251 235 / 0);
}
.hover\:text-amber-50\/10:hover {
  color: rgb(255 251 235 / 0.1);
}
.hover\:text-amber-50\/100:hover {
  color: rgb(255 251 235 / 1);
}
.hover\:text-amber-50\/20:hover {
  color: rgb(255 251 235 / 0.2);
}
.hover\:text-amber-50\/25:hover {
  color: rgb(255 251 235 / 0.25);
}
.hover\:text-amber-50\/30:hover {
  color: rgb(255 251 235 / 0.3);
}
.hover\:text-amber-50\/40:hover {
  color: rgb(255 251 235 / 0.4);
}
.hover\:text-amber-50\/5:hover {
  color: rgb(255 251 235 / 0.05);
}
.hover\:text-amber-50\/50:hover {
  color: rgb(255 251 235 / 0.5);
}
.hover\:text-amber-50\/60:hover {
  color: rgb(255 251 235 / 0.6);
}
.hover\:text-amber-50\/70:hover {
  color: rgb(255 251 235 / 0.7);
}
.hover\:text-amber-50\/75:hover {
  color: rgb(255 251 235 / 0.75);
}
.hover\:text-amber-50\/80:hover {
  color: rgb(255 251 235 / 0.8);
}
.hover\:text-amber-50\/90:hover {
  color: rgb(255 251 235 / 0.9);
}
.hover\:text-amber-50\/95:hover {
  color: rgb(255 251 235 / 0.95);
}
.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.hover\:text-amber-500\/0:hover {
  color: rgb(245 158 11 / 0);
}
.hover\:text-amber-500\/10:hover {
  color: rgb(245 158 11 / 0.1);
}
.hover\:text-amber-500\/100:hover {
  color: rgb(245 158 11 / 1);
}
.hover\:text-amber-500\/20:hover {
  color: rgb(245 158 11 / 0.2);
}
.hover\:text-amber-500\/25:hover {
  color: rgb(245 158 11 / 0.25);
}
.hover\:text-amber-500\/30:hover {
  color: rgb(245 158 11 / 0.3);
}
.hover\:text-amber-500\/40:hover {
  color: rgb(245 158 11 / 0.4);
}
.hover\:text-amber-500\/5:hover {
  color: rgb(245 158 11 / 0.05);
}
.hover\:text-amber-500\/50:hover {
  color: rgb(245 158 11 / 0.5);
}
.hover\:text-amber-500\/60:hover {
  color: rgb(245 158 11 / 0.6);
}
.hover\:text-amber-500\/70:hover {
  color: rgb(245 158 11 / 0.7);
}
.hover\:text-amber-500\/75:hover {
  color: rgb(245 158 11 / 0.75);
}
.hover\:text-amber-500\/80:hover {
  color: rgb(245 158 11 / 0.8);
}
.hover\:text-amber-500\/90:hover {
  color: rgb(245 158 11 / 0.9);
}
.hover\:text-amber-500\/95:hover {
  color: rgb(245 158 11 / 0.95);
}
.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.hover\:text-amber-600\/0:hover {
  color: rgb(217 119 6 / 0);
}
.hover\:text-amber-600\/10:hover {
  color: rgb(217 119 6 / 0.1);
}
.hover\:text-amber-600\/100:hover {
  color: rgb(217 119 6 / 1);
}
.hover\:text-amber-600\/20:hover {
  color: rgb(217 119 6 / 0.2);
}
.hover\:text-amber-600\/25:hover {
  color: rgb(217 119 6 / 0.25);
}
.hover\:text-amber-600\/30:hover {
  color: rgb(217 119 6 / 0.3);
}
.hover\:text-amber-600\/40:hover {
  color: rgb(217 119 6 / 0.4);
}
.hover\:text-amber-600\/5:hover {
  color: rgb(217 119 6 / 0.05);
}
.hover\:text-amber-600\/50:hover {
  color: rgb(217 119 6 / 0.5);
}
.hover\:text-amber-600\/60:hover {
  color: rgb(217 119 6 / 0.6);
}
.hover\:text-amber-600\/70:hover {
  color: rgb(217 119 6 / 0.7);
}
.hover\:text-amber-600\/75:hover {
  color: rgb(217 119 6 / 0.75);
}
.hover\:text-amber-600\/80:hover {
  color: rgb(217 119 6 / 0.8);
}
.hover\:text-amber-600\/90:hover {
  color: rgb(217 119 6 / 0.9);
}
.hover\:text-amber-600\/95:hover {
  color: rgb(217 119 6 / 0.95);
}
.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.hover\:text-amber-700\/0:hover {
  color: rgb(180 83 9 / 0);
}
.hover\:text-amber-700\/10:hover {
  color: rgb(180 83 9 / 0.1);
}
.hover\:text-amber-700\/100:hover {
  color: rgb(180 83 9 / 1);
}
.hover\:text-amber-700\/20:hover {
  color: rgb(180 83 9 / 0.2);
}
.hover\:text-amber-700\/25:hover {
  color: rgb(180 83 9 / 0.25);
}
.hover\:text-amber-700\/30:hover {
  color: rgb(180 83 9 / 0.3);
}
.hover\:text-amber-700\/40:hover {
  color: rgb(180 83 9 / 0.4);
}
.hover\:text-amber-700\/5:hover {
  color: rgb(180 83 9 / 0.05);
}
.hover\:text-amber-700\/50:hover {
  color: rgb(180 83 9 / 0.5);
}
.hover\:text-amber-700\/60:hover {
  color: rgb(180 83 9 / 0.6);
}
.hover\:text-amber-700\/70:hover {
  color: rgb(180 83 9 / 0.7);
}
.hover\:text-amber-700\/75:hover {
  color: rgb(180 83 9 / 0.75);
}
.hover\:text-amber-700\/80:hover {
  color: rgb(180 83 9 / 0.8);
}
.hover\:text-amber-700\/90:hover {
  color: rgb(180 83 9 / 0.9);
}
.hover\:text-amber-700\/95:hover {
  color: rgb(180 83 9 / 0.95);
}
.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.hover\:text-amber-800\/0:hover {
  color: rgb(146 64 14 / 0);
}
.hover\:text-amber-800\/10:hover {
  color: rgb(146 64 14 / 0.1);
}
.hover\:text-amber-800\/100:hover {
  color: rgb(146 64 14 / 1);
}
.hover\:text-amber-800\/20:hover {
  color: rgb(146 64 14 / 0.2);
}
.hover\:text-amber-800\/25:hover {
  color: rgb(146 64 14 / 0.25);
}
.hover\:text-amber-800\/30:hover {
  color: rgb(146 64 14 / 0.3);
}
.hover\:text-amber-800\/40:hover {
  color: rgb(146 64 14 / 0.4);
}
.hover\:text-amber-800\/5:hover {
  color: rgb(146 64 14 / 0.05);
}
.hover\:text-amber-800\/50:hover {
  color: rgb(146 64 14 / 0.5);
}
.hover\:text-amber-800\/60:hover {
  color: rgb(146 64 14 / 0.6);
}
.hover\:text-amber-800\/70:hover {
  color: rgb(146 64 14 / 0.7);
}
.hover\:text-amber-800\/75:hover {
  color: rgb(146 64 14 / 0.75);
}
.hover\:text-amber-800\/80:hover {
  color: rgb(146 64 14 / 0.8);
}
.hover\:text-amber-800\/90:hover {
  color: rgb(146 64 14 / 0.9);
}
.hover\:text-amber-800\/95:hover {
  color: rgb(146 64 14 / 0.95);
}
.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.hover\:text-amber-900\/0:hover {
  color: rgb(120 53 15 / 0);
}
.hover\:text-amber-900\/10:hover {
  color: rgb(120 53 15 / 0.1);
}
.hover\:text-amber-900\/100:hover {
  color: rgb(120 53 15 / 1);
}
.hover\:text-amber-900\/20:hover {
  color: rgb(120 53 15 / 0.2);
}
.hover\:text-amber-900\/25:hover {
  color: rgb(120 53 15 / 0.25);
}
.hover\:text-amber-900\/30:hover {
  color: rgb(120 53 15 / 0.3);
}
.hover\:text-amber-900\/40:hover {
  color: rgb(120 53 15 / 0.4);
}
.hover\:text-amber-900\/5:hover {
  color: rgb(120 53 15 / 0.05);
}
.hover\:text-amber-900\/50:hover {
  color: rgb(120 53 15 / 0.5);
}
.hover\:text-amber-900\/60:hover {
  color: rgb(120 53 15 / 0.6);
}
.hover\:text-amber-900\/70:hover {
  color: rgb(120 53 15 / 0.7);
}
.hover\:text-amber-900\/75:hover {
  color: rgb(120 53 15 / 0.75);
}
.hover\:text-amber-900\/80:hover {
  color: rgb(120 53 15 / 0.8);
}
.hover\:text-amber-900\/90:hover {
  color: rgb(120 53 15 / 0.9);
}
.hover\:text-amber-900\/95:hover {
  color: rgb(120 53 15 / 0.95);
}
.hover\:text-amber-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.hover\:text-amber-950\/0:hover {
  color: rgb(69 26 3 / 0);
}
.hover\:text-amber-950\/10:hover {
  color: rgb(69 26 3 / 0.1);
}
.hover\:text-amber-950\/100:hover {
  color: rgb(69 26 3 / 1);
}
.hover\:text-amber-950\/20:hover {
  color: rgb(69 26 3 / 0.2);
}
.hover\:text-amber-950\/25:hover {
  color: rgb(69 26 3 / 0.25);
}
.hover\:text-amber-950\/30:hover {
  color: rgb(69 26 3 / 0.3);
}
.hover\:text-amber-950\/40:hover {
  color: rgb(69 26 3 / 0.4);
}
.hover\:text-amber-950\/5:hover {
  color: rgb(69 26 3 / 0.05);
}
.hover\:text-amber-950\/50:hover {
  color: rgb(69 26 3 / 0.5);
}
.hover\:text-amber-950\/60:hover {
  color: rgb(69 26 3 / 0.6);
}
.hover\:text-amber-950\/70:hover {
  color: rgb(69 26 3 / 0.7);
}
.hover\:text-amber-950\/75:hover {
  color: rgb(69 26 3 / 0.75);
}
.hover\:text-amber-950\/80:hover {
  color: rgb(69 26 3 / 0.8);
}
.hover\:text-amber-950\/90:hover {
  color: rgb(69 26 3 / 0.9);
}
.hover\:text-amber-950\/95:hover {
  color: rgb(69 26 3 / 0.95);
}
.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.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\/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\/40:hover {
  color: rgb(219 234 254 / 0.4);
}
.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\/60:hover {
  color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(191 219 254 / 0.4);
}
.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\/60:hover {
  color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(147 197 253 / 0.4);
}
.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\/60:hover {
  color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(96 165 250 / 0.4);
}
.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\/60:hover {
  color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(239 246 255 / 0.4);
}
.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\/60:hover {
  color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(59 130 246 / 0.4);
}
.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\/60:hover {
  color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(37 99 235 / 0.4);
}
.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\/60:hover {
  color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(29 78 216 / 0.4);
}
.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\/60:hover {
  color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(30 64 175 / 0.4);
}
.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\/60:hover {
  color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(30 58 138 / 0.4);
}
.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\/60:hover {
  color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(23 37 84 / 0.4);
}
.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\/60:hover {
  color: rgb(23 37 84 / 0.6);
}
.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\/90:hover {
  color: rgb(23 37 84 / 0.9);
}
.hover\:text-blue-950\/95:hover {
  color: rgb(23 37 84 / 0.95);
}
.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.hover\:text-cyan-100\/0:hover {
  color: rgb(207 250 254 / 0);
}
.hover\:text-cyan-100\/10:hover {
  color: rgb(207 250 254 / 0.1);
}
.hover\:text-cyan-100\/100:hover {
  color: rgb(207 250 254 / 1);
}
.hover\:text-cyan-100\/20:hover {
  color: rgb(207 250 254 / 0.2);
}
.hover\:text-cyan-100\/25:hover {
  color: rgb(207 250 254 / 0.25);
}
.hover\:text-cyan-100\/30:hover {
  color: rgb(207 250 254 / 0.3);
}
.hover\:text-cyan-100\/40:hover {
  color: rgb(207 250 254 / 0.4);
}
.hover\:text-cyan-100\/5:hover {
  color: rgb(207 250 254 / 0.05);
}
.hover\:text-cyan-100\/50:hover {
  color: rgb(207 250 254 / 0.5);
}
.hover\:text-cyan-100\/60:hover {
  color: rgb(207 250 254 / 0.6);
}
.hover\:text-cyan-100\/70:hover {
  color: rgb(207 250 254 / 0.7);
}
.hover\:text-cyan-100\/75:hover {
  color: rgb(207 250 254 / 0.75);
}
.hover\:text-cyan-100\/80:hover {
  color: rgb(207 250 254 / 0.8);
}
.hover\:text-cyan-100\/90:hover {
  color: rgb(207 250 254 / 0.9);
}
.hover\:text-cyan-100\/95:hover {
  color: rgb(207 250 254 / 0.95);
}
.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.hover\:text-cyan-200\/0:hover {
  color: rgb(165 243 252 / 0);
}
.hover\:text-cyan-200\/10:hover {
  color: rgb(165 243 252 / 0.1);
}
.hover\:text-cyan-200\/100:hover {
  color: rgb(165 243 252 / 1);
}
.hover\:text-cyan-200\/20:hover {
  color: rgb(165 243 252 / 0.2);
}
.hover\:text-cyan-200\/25:hover {
  color: rgb(165 243 252 / 0.25);
}
.hover\:text-cyan-200\/30:hover {
  color: rgb(165 243 252 / 0.3);
}
.hover\:text-cyan-200\/40:hover {
  color: rgb(165 243 252 / 0.4);
}
.hover\:text-cyan-200\/5:hover {
  color: rgb(165 243 252 / 0.05);
}
.hover\:text-cyan-200\/50:hover {
  color: rgb(165 243 252 / 0.5);
}
.hover\:text-cyan-200\/60:hover {
  color: rgb(165 243 252 / 0.6);
}
.hover\:text-cyan-200\/70:hover {
  color: rgb(165 243 252 / 0.7);
}
.hover\:text-cyan-200\/75:hover {
  color: rgb(165 243 252 / 0.75);
}
.hover\:text-cyan-200\/80:hover {
  color: rgb(165 243 252 / 0.8);
}
.hover\:text-cyan-200\/90:hover {
  color: rgb(165 243 252 / 0.9);
}
.hover\:text-cyan-200\/95:hover {
  color: rgb(165 243 252 / 0.95);
}
.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.hover\:text-cyan-300\/0:hover {
  color: rgb(103 232 249 / 0);
}
.hover\:text-cyan-300\/10:hover {
  color: rgb(103 232 249 / 0.1);
}
.hover\:text-cyan-300\/100:hover {
  color: rgb(103 232 249 / 1);
}
.hover\:text-cyan-300\/20:hover {
  color: rgb(103 232 249 / 0.2);
}
.hover\:text-cyan-300\/25:hover {
  color: rgb(103 232 249 / 0.25);
}
.hover\:text-cyan-300\/30:hover {
  color: rgb(103 232 249 / 0.3);
}
.hover\:text-cyan-300\/40:hover {
  color: rgb(103 232 249 / 0.4);
}
.hover\:text-cyan-300\/5:hover {
  color: rgb(103 232 249 / 0.05);
}
.hover\:text-cyan-300\/50:hover {
  color: rgb(103 232 249 / 0.5);
}
.hover\:text-cyan-300\/60:hover {
  color: rgb(103 232 249 / 0.6);
}
.hover\:text-cyan-300\/70:hover {
  color: rgb(103 232 249 / 0.7);
}
.hover\:text-cyan-300\/75:hover {
  color: rgb(103 232 249 / 0.75);
}
.hover\:text-cyan-300\/80:hover {
  color: rgb(103 232 249 / 0.8);
}
.hover\:text-cyan-300\/90:hover {
  color: rgb(103 232 249 / 0.9);
}
.hover\:text-cyan-300\/95:hover {
  color: rgb(103 232 249 / 0.95);
}
.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.hover\:text-cyan-400\/0:hover {
  color: rgb(34 211 238 / 0);
}
.hover\:text-cyan-400\/10:hover {
  color: rgb(34 211 238 / 0.1);
}
.hover\:text-cyan-400\/100:hover {
  color: rgb(34 211 238 / 1);
}
.hover\:text-cyan-400\/20:hover {
  color: rgb(34 211 238 / 0.2);
}
.hover\:text-cyan-400\/25:hover {
  color: rgb(34 211 238 / 0.25);
}
.hover\:text-cyan-400\/30:hover {
  color: rgb(34 211 238 / 0.3);
}
.hover\:text-cyan-400\/40:hover {
  color: rgb(34 211 238 / 0.4);
}
.hover\:text-cyan-400\/5:hover {
  color: rgb(34 211 238 / 0.05);
}
.hover\:text-cyan-400\/50:hover {
  color: rgb(34 211 238 / 0.5);
}
.hover\:text-cyan-400\/60:hover {
  color: rgb(34 211 238 / 0.6);
}
.hover\:text-cyan-400\/70:hover {
  color: rgb(34 211 238 / 0.7);
}
.hover\:text-cyan-400\/75:hover {
  color: rgb(34 211 238 / 0.75);
}
.hover\:text-cyan-400\/80:hover {
  color: rgb(34 211 238 / 0.8);
}
.hover\:text-cyan-400\/90:hover {
  color: rgb(34 211 238 / 0.9);
}
.hover\:text-cyan-400\/95:hover {
  color: rgb(34 211 238 / 0.95);
}
.hover\:text-cyan-50:hover {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.hover\:text-cyan-50\/0:hover {
  color: rgb(236 254 255 / 0);
}
.hover\:text-cyan-50\/10:hover {
  color: rgb(236 254 255 / 0.1);
}
.hover\:text-cyan-50\/100:hover {
  color: rgb(236 254 255 / 1);
}
.hover\:text-cyan-50\/20:hover {
  color: rgb(236 254 255 / 0.2);
}
.hover\:text-cyan-50\/25:hover {
  color: rgb(236 254 255 / 0.25);
}
.hover\:text-cyan-50\/30:hover {
  color: rgb(236 254 255 / 0.3);
}
.hover\:text-cyan-50\/40:hover {
  color: rgb(236 254 255 / 0.4);
}
.hover\:text-cyan-50\/5:hover {
  color: rgb(236 254 255 / 0.05);
}
.hover\:text-cyan-50\/50:hover {
  color: rgb(236 254 255 / 0.5);
}
.hover\:text-cyan-50\/60:hover {
  color: rgb(236 254 255 / 0.6);
}
.hover\:text-cyan-50\/70:hover {
  color: rgb(236 254 255 / 0.7);
}
.hover\:text-cyan-50\/75:hover {
  color: rgb(236 254 255 / 0.75);
}
.hover\:text-cyan-50\/80:hover {
  color: rgb(236 254 255 / 0.8);
}
.hover\:text-cyan-50\/90:hover {
  color: rgb(236 254 255 / 0.9);
}
.hover\:text-cyan-50\/95:hover {
  color: rgb(236 254 255 / 0.95);
}
.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.hover\:text-cyan-500\/0:hover {
  color: rgb(6 182 212 / 0);
}
.hover\:text-cyan-500\/10:hover {
  color: rgb(6 182 212 / 0.1);
}
.hover\:text-cyan-500\/100:hover {
  color: rgb(6 182 212 / 1);
}
.hover\:text-cyan-500\/20:hover {
  color: rgb(6 182 212 / 0.2);
}
.hover\:text-cyan-500\/25:hover {
  color: rgb(6 182 212 / 0.25);
}
.hover\:text-cyan-500\/30:hover {
  color: rgb(6 182 212 / 0.3);
}
.hover\:text-cyan-500\/40:hover {
  color: rgb(6 182 212 / 0.4);
}
.hover\:text-cyan-500\/5:hover {
  color: rgb(6 182 212 / 0.05);
}
.hover\:text-cyan-500\/50:hover {
  color: rgb(6 182 212 / 0.5);
}
.hover\:text-cyan-500\/60:hover {
  color: rgb(6 182 212 / 0.6);
}
.hover\:text-cyan-500\/70:hover {
  color: rgb(6 182 212 / 0.7);
}
.hover\:text-cyan-500\/75:hover {
  color: rgb(6 182 212 / 0.75);
}
.hover\:text-cyan-500\/80:hover {
  color: rgb(6 182 212 / 0.8);
}
.hover\:text-cyan-500\/90:hover {
  color: rgb(6 182 212 / 0.9);
}
.hover\:text-cyan-500\/95:hover {
  color: rgb(6 182 212 / 0.95);
}
.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.hover\:text-cyan-600\/0:hover {
  color: rgb(8 145 178 / 0);
}
.hover\:text-cyan-600\/10:hover {
  color: rgb(8 145 178 / 0.1);
}
.hover\:text-cyan-600\/100:hover {
  color: rgb(8 145 178 / 1);
}
.hover\:text-cyan-600\/20:hover {
  color: rgb(8 145 178 / 0.2);
}
.hover\:text-cyan-600\/25:hover {
  color: rgb(8 145 178 / 0.25);
}
.hover\:text-cyan-600\/30:hover {
  color: rgb(8 145 178 / 0.3);
}
.hover\:text-cyan-600\/40:hover {
  color: rgb(8 145 178 / 0.4);
}
.hover\:text-cyan-600\/5:hover {
  color: rgb(8 145 178 / 0.05);
}
.hover\:text-cyan-600\/50:hover {
  color: rgb(8 145 178 / 0.5);
}
.hover\:text-cyan-600\/60:hover {
  color: rgb(8 145 178 / 0.6);
}
.hover\:text-cyan-600\/70:hover {
  color: rgb(8 145 178 / 0.7);
}
.hover\:text-cyan-600\/75:hover {
  color: rgb(8 145 178 / 0.75);
}
.hover\:text-cyan-600\/80:hover {
  color: rgb(8 145 178 / 0.8);
}
.hover\:text-cyan-600\/90:hover {
  color: rgb(8 145 178 / 0.9);
}
.hover\:text-cyan-600\/95:hover {
  color: rgb(8 145 178 / 0.95);
}
.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.hover\:text-cyan-700\/0:hover {
  color: rgb(14 116 144 / 0);
}
.hover\:text-cyan-700\/10:hover {
  color: rgb(14 116 144 / 0.1);
}
.hover\:text-cyan-700\/100:hover {
  color: rgb(14 116 144 / 1);
}
.hover\:text-cyan-700\/20:hover {
  color: rgb(14 116 144 / 0.2);
}
.hover\:text-cyan-700\/25:hover {
  color: rgb(14 116 144 / 0.25);
}
.hover\:text-cyan-700\/30:hover {
  color: rgb(14 116 144 / 0.3);
}
.hover\:text-cyan-700\/40:hover {
  color: rgb(14 116 144 / 0.4);
}
.hover\:text-cyan-700\/5:hover {
  color: rgb(14 116 144 / 0.05);
}
.hover\:text-cyan-700\/50:hover {
  color: rgb(14 116 144 / 0.5);
}
.hover\:text-cyan-700\/60:hover {
  color: rgb(14 116 144 / 0.6);
}
.hover\:text-cyan-700\/70:hover {
  color: rgb(14 116 144 / 0.7);
}
.hover\:text-cyan-700\/75:hover {
  color: rgb(14 116 144 / 0.75);
}
.hover\:text-cyan-700\/80:hover {
  color: rgb(14 116 144 / 0.8);
}
.hover\:text-cyan-700\/90:hover {
  color: rgb(14 116 144 / 0.9);
}
.hover\:text-cyan-700\/95:hover {
  color: rgb(14 116 144 / 0.95);
}
.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.hover\:text-cyan-800\/0:hover {
  color: rgb(21 94 117 / 0);
}
.hover\:text-cyan-800\/10:hover {
  color: rgb(21 94 117 / 0.1);
}
.hover\:text-cyan-800\/100:hover {
  color: rgb(21 94 117 / 1);
}
.hover\:text-cyan-800\/20:hover {
  color: rgb(21 94 117 / 0.2);
}
.hover\:text-cyan-800\/25:hover {
  color: rgb(21 94 117 / 0.25);
}
.hover\:text-cyan-800\/30:hover {
  color: rgb(21 94 117 / 0.3);
}
.hover\:text-cyan-800\/40:hover {
  color: rgb(21 94 117 / 0.4);
}
.hover\:text-cyan-800\/5:hover {
  color: rgb(21 94 117 / 0.05);
}
.hover\:text-cyan-800\/50:hover {
  color: rgb(21 94 117 / 0.5);
}
.hover\:text-cyan-800\/60:hover {
  color: rgb(21 94 117 / 0.6);
}
.hover\:text-cyan-800\/70:hover {
  color: rgb(21 94 117 / 0.7);
}
.hover\:text-cyan-800\/75:hover {
  color: rgb(21 94 117 / 0.75);
}
.hover\:text-cyan-800\/80:hover {
  color: rgb(21 94 117 / 0.8);
}
.hover\:text-cyan-800\/90:hover {
  color: rgb(21 94 117 / 0.9);
}
.hover\:text-cyan-800\/95:hover {
  color: rgb(21 94 117 / 0.95);
}
.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.hover\:text-cyan-900\/0:hover {
  color: rgb(22 78 99 / 0);
}
.hover\:text-cyan-900\/10:hover {
  color: rgb(22 78 99 / 0.1);
}
.hover\:text-cyan-900\/100:hover {
  color: rgb(22 78 99 / 1);
}
.hover\:text-cyan-900\/20:hover {
  color: rgb(22 78 99 / 0.2);
}
.hover\:text-cyan-900\/25:hover {
  color: rgb(22 78 99 / 0.25);
}
.hover\:text-cyan-900\/30:hover {
  color: rgb(22 78 99 / 0.3);
}
.hover\:text-cyan-900\/40:hover {
  color: rgb(22 78 99 / 0.4);
}
.hover\:text-cyan-900\/5:hover {
  color: rgb(22 78 99 / 0.05);
}
.hover\:text-cyan-900\/50:hover {
  color: rgb(22 78 99 / 0.5);
}
.hover\:text-cyan-900\/60:hover {
  color: rgb(22 78 99 / 0.6);
}
.hover\:text-cyan-900\/70:hover {
  color: rgb(22 78 99 / 0.7);
}
.hover\:text-cyan-900\/75:hover {
  color: rgb(22 78 99 / 0.75);
}
.hover\:text-cyan-900\/80:hover {
  color: rgb(22 78 99 / 0.8);
}
.hover\:text-cyan-900\/90:hover {
  color: rgb(22 78 99 / 0.9);
}
.hover\:text-cyan-900\/95:hover {
  color: rgb(22 78 99 / 0.95);
}
.hover\:text-cyan-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.hover\:text-cyan-950\/0:hover {
  color: rgb(8 51 68 / 0);
}
.hover\:text-cyan-950\/10:hover {
  color: rgb(8 51 68 / 0.1);
}
.hover\:text-cyan-950\/100:hover {
  color: rgb(8 51 68 / 1);
}
.hover\:text-cyan-950\/20:hover {
  color: rgb(8 51 68 / 0.2);
}
.hover\:text-cyan-950\/25:hover {
  color: rgb(8 51 68 / 0.25);
}
.hover\:text-cyan-950\/30:hover {
  color: rgb(8 51 68 / 0.3);
}
.hover\:text-cyan-950\/40:hover {
  color: rgb(8 51 68 / 0.4);
}
.hover\:text-cyan-950\/5:hover {
  color: rgb(8 51 68 / 0.05);
}
.hover\:text-cyan-950\/50:hover {
  color: rgb(8 51 68 / 0.5);
}
.hover\:text-cyan-950\/60:hover {
  color: rgb(8 51 68 / 0.6);
}
.hover\:text-cyan-950\/70:hover {
  color: rgb(8 51 68 / 0.7);
}
.hover\:text-cyan-950\/75:hover {
  color: rgb(8 51 68 / 0.75);
}
.hover\:text-cyan-950\/80:hover {
  color: rgb(8 51 68 / 0.8);
}
.hover\:text-cyan-950\/90:hover {
  color: rgb(8 51 68 / 0.9);
}
.hover\:text-cyan-950\/95:hover {
  color: rgb(8 51 68 / 0.95);
}
.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.hover\:text-emerald-100\/0:hover {
  color: rgb(209 250 229 / 0);
}
.hover\:text-emerald-100\/10:hover {
  color: rgb(209 250 229 / 0.1);
}
.hover\:text-emerald-100\/100:hover {
  color: rgb(209 250 229 / 1);
}
.hover\:text-emerald-100\/20:hover {
  color: rgb(209 250 229 / 0.2);
}
.hover\:text-emerald-100\/25:hover {
  color: rgb(209 250 229 / 0.25);
}
.hover\:text-emerald-100\/30:hover {
  color: rgb(209 250 229 / 0.3);
}
.hover\:text-emerald-100\/40:hover {
  color: rgb(209 250 229 / 0.4);
}
.hover\:text-emerald-100\/5:hover {
  color: rgb(209 250 229 / 0.05);
}
.hover\:text-emerald-100\/50:hover {
  color: rgb(209 250 229 / 0.5);
}
.hover\:text-emerald-100\/60:hover {
  color: rgb(209 250 229 / 0.6);
}
.hover\:text-emerald-100\/70:hover {
  color: rgb(209 250 229 / 0.7);
}
.hover\:text-emerald-100\/75:hover {
  color: rgb(209 250 229 / 0.75);
}
.hover\:text-emerald-100\/80:hover {
  color: rgb(209 250 229 / 0.8);
}
.hover\:text-emerald-100\/90:hover {
  color: rgb(209 250 229 / 0.9);
}
.hover\:text-emerald-100\/95:hover {
  color: rgb(209 250 229 / 0.95);
}
.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.hover\:text-emerald-200\/0:hover {
  color: rgb(167 243 208 / 0);
}
.hover\:text-emerald-200\/10:hover {
  color: rgb(167 243 208 / 0.1);
}
.hover\:text-emerald-200\/100:hover {
  color: rgb(167 243 208 / 1);
}
.hover\:text-emerald-200\/20:hover {
  color: rgb(167 243 208 / 0.2);
}
.hover\:text-emerald-200\/25:hover {
  color: rgb(167 243 208 / 0.25);
}
.hover\:text-emerald-200\/30:hover {
  color: rgb(167 243 208 / 0.3);
}
.hover\:text-emerald-200\/40:hover {
  color: rgb(167 243 208 / 0.4);
}
.hover\:text-emerald-200\/5:hover {
  color: rgb(167 243 208 / 0.05);
}
.hover\:text-emerald-200\/50:hover {
  color: rgb(167 243 208 / 0.5);
}
.hover\:text-emerald-200\/60:hover {
  color: rgb(167 243 208 / 0.6);
}
.hover\:text-emerald-200\/70:hover {
  color: rgb(167 243 208 / 0.7);
}
.hover\:text-emerald-200\/75:hover {
  color: rgb(167 243 208 / 0.75);
}
.hover\:text-emerald-200\/80:hover {
  color: rgb(167 243 208 / 0.8);
}
.hover\:text-emerald-200\/90:hover {
  color: rgb(167 243 208 / 0.9);
}
.hover\:text-emerald-200\/95:hover {
  color: rgb(167 243 208 / 0.95);
}
.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.hover\:text-emerald-300\/0:hover {
  color: rgb(110 231 183 / 0);
}
.hover\:text-emerald-300\/10:hover {
  color: rgb(110 231 183 / 0.1);
}
.hover\:text-emerald-300\/100:hover {
  color: rgb(110 231 183 / 1);
}
.hover\:text-emerald-300\/20:hover {
  color: rgb(110 231 183 / 0.2);
}
.hover\:text-emerald-300\/25:hover {
  color: rgb(110 231 183 / 0.25);
}
.hover\:text-emerald-300\/30:hover {
  color: rgb(110 231 183 / 0.3);
}
.hover\:text-emerald-300\/40:hover {
  color: rgb(110 231 183 / 0.4);
}
.hover\:text-emerald-300\/5:hover {
  color: rgb(110 231 183 / 0.05);
}
.hover\:text-emerald-300\/50:hover {
  color: rgb(110 231 183 / 0.5);
}
.hover\:text-emerald-300\/60:hover {
  color: rgb(110 231 183 / 0.6);
}
.hover\:text-emerald-300\/70:hover {
  color: rgb(110 231 183 / 0.7);
}
.hover\:text-emerald-300\/75:hover {
  color: rgb(110 231 183 / 0.75);
}
.hover\:text-emerald-300\/80:hover {
  color: rgb(110 231 183 / 0.8);
}
.hover\:text-emerald-300\/90:hover {
  color: rgb(110 231 183 / 0.9);
}
.hover\:text-emerald-300\/95:hover {
  color: rgb(110 231 183 / 0.95);
}
.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.hover\:text-emerald-400\/0:hover {
  color: rgb(52 211 153 / 0);
}
.hover\:text-emerald-400\/10:hover {
  color: rgb(52 211 153 / 0.1);
}
.hover\:text-emerald-400\/100:hover {
  color: rgb(52 211 153 / 1);
}
.hover\:text-emerald-400\/20:hover {
  color: rgb(52 211 153 / 0.2);
}
.hover\:text-emerald-400\/25:hover {
  color: rgb(52 211 153 / 0.25);
}
.hover\:text-emerald-400\/30:hover {
  color: rgb(52 211 153 / 0.3);
}
.hover\:text-emerald-400\/40:hover {
  color: rgb(52 211 153 / 0.4);
}
.hover\:text-emerald-400\/5:hover {
  color: rgb(52 211 153 / 0.05);
}
.hover\:text-emerald-400\/50:hover {
  color: rgb(52 211 153 / 0.5);
}
.hover\:text-emerald-400\/60:hover {
  color: rgb(52 211 153 / 0.6);
}
.hover\:text-emerald-400\/70:hover {
  color: rgb(52 211 153 / 0.7);
}
.hover\:text-emerald-400\/75:hover {
  color: rgb(52 211 153 / 0.75);
}
.hover\:text-emerald-400\/80:hover {
  color: rgb(52 211 153 / 0.8);
}
.hover\:text-emerald-400\/90:hover {
  color: rgb(52 211 153 / 0.9);
}
.hover\:text-emerald-400\/95:hover {
  color: rgb(52 211 153 / 0.95);
}
.hover\:text-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.hover\:text-emerald-50\/0:hover {
  color: rgb(236 253 245 / 0);
}
.hover\:text-emerald-50\/10:hover {
  color: rgb(236 253 245 / 0.1);
}
.hover\:text-emerald-50\/100:hover {
  color: rgb(236 253 245 / 1);
}
.hover\:text-emerald-50\/20:hover {
  color: rgb(236 253 245 / 0.2);
}
.hover\:text-emerald-50\/25:hover {
  color: rgb(236 253 245 / 0.25);
}
.hover\:text-emerald-50\/30:hover {
  color: rgb(236 253 245 / 0.3);
}
.hover\:text-emerald-50\/40:hover {
  color: rgb(236 253 245 / 0.4);
}
.hover\:text-emerald-50\/5:hover {
  color: rgb(236 253 245 / 0.05);
}
.hover\:text-emerald-50\/50:hover {
  color: rgb(236 253 245 / 0.5);
}
.hover\:text-emerald-50\/60:hover {
  color: rgb(236 253 245 / 0.6);
}
.hover\:text-emerald-50\/70:hover {
  color: rgb(236 253 245 / 0.7);
}
.hover\:text-emerald-50\/75:hover {
  color: rgb(236 253 245 / 0.75);
}
.hover\:text-emerald-50\/80:hover {
  color: rgb(236 253 245 / 0.8);
}
.hover\:text-emerald-50\/90:hover {
  color: rgb(236 253 245 / 0.9);
}
.hover\:text-emerald-50\/95:hover {
  color: rgb(236 253 245 / 0.95);
}
.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.hover\:text-emerald-500\/0:hover {
  color: rgb(16 185 129 / 0);
}
.hover\:text-emerald-500\/10:hover {
  color: rgb(16 185 129 / 0.1);
}
.hover\:text-emerald-500\/100:hover {
  color: rgb(16 185 129 / 1);
}
.hover\:text-emerald-500\/20:hover {
  color: rgb(16 185 129 / 0.2);
}
.hover\:text-emerald-500\/25:hover {
  color: rgb(16 185 129 / 0.25);
}
.hover\:text-emerald-500\/30:hover {
  color: rgb(16 185 129 / 0.3);
}
.hover\:text-emerald-500\/40:hover {
  color: rgb(16 185 129 / 0.4);
}
.hover\:text-emerald-500\/5:hover {
  color: rgb(16 185 129 / 0.05);
}
.hover\:text-emerald-500\/50:hover {
  color: rgb(16 185 129 / 0.5);
}
.hover\:text-emerald-500\/60:hover {
  color: rgb(16 185 129 / 0.6);
}
.hover\:text-emerald-500\/70:hover {
  color: rgb(16 185 129 / 0.7);
}
.hover\:text-emerald-500\/75:hover {
  color: rgb(16 185 129 / 0.75);
}
.hover\:text-emerald-500\/80:hover {
  color: rgb(16 185 129 / 0.8);
}
.hover\:text-emerald-500\/90:hover {
  color: rgb(16 185 129 / 0.9);
}
.hover\:text-emerald-500\/95:hover {
  color: rgb(16 185 129 / 0.95);
}
.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.hover\:text-emerald-600\/0:hover {
  color: rgb(5 150 105 / 0);
}
.hover\:text-emerald-600\/10:hover {
  color: rgb(5 150 105 / 0.1);
}
.hover\:text-emerald-600\/100:hover {
  color: rgb(5 150 105 / 1);
}
.hover\:text-emerald-600\/20:hover {
  color: rgb(5 150 105 / 0.2);
}
.hover\:text-emerald-600\/25:hover {
  color: rgb(5 150 105 / 0.25);
}
.hover\:text-emerald-600\/30:hover {
  color: rgb(5 150 105 / 0.3);
}
.hover\:text-emerald-600\/40:hover {
  color: rgb(5 150 105 / 0.4);
}
.hover\:text-emerald-600\/5:hover {
  color: rgb(5 150 105 / 0.05);
}
.hover\:text-emerald-600\/50:hover {
  color: rgb(5 150 105 / 0.5);
}
.hover\:text-emerald-600\/60:hover {
  color: rgb(5 150 105 / 0.6);
}
.hover\:text-emerald-600\/70:hover {
  color: rgb(5 150 105 / 0.7);
}
.hover\:text-emerald-600\/75:hover {
  color: rgb(5 150 105 / 0.75);
}
.hover\:text-emerald-600\/80:hover {
  color: rgb(5 150 105 / 0.8);
}
.hover\:text-emerald-600\/90:hover {
  color: rgb(5 150 105 / 0.9);
}
.hover\:text-emerald-600\/95:hover {
  color: rgb(5 150 105 / 0.95);
}
.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.hover\:text-emerald-700\/0:hover {
  color: rgb(4 120 87 / 0);
}
.hover\:text-emerald-700\/10:hover {
  color: rgb(4 120 87 / 0.1);
}
.hover\:text-emerald-700\/100:hover {
  color: rgb(4 120 87 / 1);
}
.hover\:text-emerald-700\/20:hover {
  color: rgb(4 120 87 / 0.2);
}
.hover\:text-emerald-700\/25:hover {
  color: rgb(4 120 87 / 0.25);
}
.hover\:text-emerald-700\/30:hover {
  color: rgb(4 120 87 / 0.3);
}
.hover\:text-emerald-700\/40:hover {
  color: rgb(4 120 87 / 0.4);
}
.hover\:text-emerald-700\/5:hover {
  color: rgb(4 120 87 / 0.05);
}
.hover\:text-emerald-700\/50:hover {
  color: rgb(4 120 87 / 0.5);
}
.hover\:text-emerald-700\/60:hover {
  color: rgb(4 120 87 / 0.6);
}
.hover\:text-emerald-700\/70:hover {
  color: rgb(4 120 87 / 0.7);
}
.hover\:text-emerald-700\/75:hover {
  color: rgb(4 120 87 / 0.75);
}
.hover\:text-emerald-700\/80:hover {
  color: rgb(4 120 87 / 0.8);
}
.hover\:text-emerald-700\/90:hover {
  color: rgb(4 120 87 / 0.9);
}
.hover\:text-emerald-700\/95:hover {
  color: rgb(4 120 87 / 0.95);
}
.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.hover\:text-emerald-800\/0:hover {
  color: rgb(6 95 70 / 0);
}
.hover\:text-emerald-800\/10:hover {
  color: rgb(6 95 70 / 0.1);
}
.hover\:text-emerald-800\/100:hover {
  color: rgb(6 95 70 / 1);
}
.hover\:text-emerald-800\/20:hover {
  color: rgb(6 95 70 / 0.2);
}
.hover\:text-emerald-800\/25:hover {
  color: rgb(6 95 70 / 0.25);
}
.hover\:text-emerald-800\/30:hover {
  color: rgb(6 95 70 / 0.3);
}
.hover\:text-emerald-800\/40:hover {
  color: rgb(6 95 70 / 0.4);
}
.hover\:text-emerald-800\/5:hover {
  color: rgb(6 95 70 / 0.05);
}
.hover\:text-emerald-800\/50:hover {
  color: rgb(6 95 70 / 0.5);
}
.hover\:text-emerald-800\/60:hover {
  color: rgb(6 95 70 / 0.6);
}
.hover\:text-emerald-800\/70:hover {
  color: rgb(6 95 70 / 0.7);
}
.hover\:text-emerald-800\/75:hover {
  color: rgb(6 95 70 / 0.75);
}
.hover\:text-emerald-800\/80:hover {
  color: rgb(6 95 70 / 0.8);
}
.hover\:text-emerald-800\/90:hover {
  color: rgb(6 95 70 / 0.9);
}
.hover\:text-emerald-800\/95:hover {
  color: rgb(6 95 70 / 0.95);
}
.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.hover\:text-emerald-900\/0:hover {
  color: rgb(6 78 59 / 0);
}
.hover\:text-emerald-900\/10:hover {
  color: rgb(6 78 59 / 0.1);
}
.hover\:text-emerald-900\/100:hover {
  color: rgb(6 78 59 / 1);
}
.hover\:text-emerald-900\/20:hover {
  color: rgb(6 78 59 / 0.2);
}
.hover\:text-emerald-900\/25:hover {
  color: rgb(6 78 59 / 0.25);
}
.hover\:text-emerald-900\/30:hover {
  color: rgb(6 78 59 / 0.3);
}
.hover\:text-emerald-900\/40:hover {
  color: rgb(6 78 59 / 0.4);
}
.hover\:text-emerald-900\/5:hover {
  color: rgb(6 78 59 / 0.05);
}
.hover\:text-emerald-900\/50:hover {
  color: rgb(6 78 59 / 0.5);
}
.hover\:text-emerald-900\/60:hover {
  color: rgb(6 78 59 / 0.6);
}
.hover\:text-emerald-900\/70:hover {
  color: rgb(6 78 59 / 0.7);
}
.hover\:text-emerald-900\/75:hover {
  color: rgb(6 78 59 / 0.75);
}
.hover\:text-emerald-900\/80:hover {
  color: rgb(6 78 59 / 0.8);
}
.hover\:text-emerald-900\/90:hover {
  color: rgb(6 78 59 / 0.9);
}
.hover\:text-emerald-900\/95:hover {
  color: rgb(6 78 59 / 0.95);
}
.hover\:text-emerald-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.hover\:text-emerald-950\/0:hover {
  color: rgb(2 44 34 / 0);
}
.hover\:text-emerald-950\/10:hover {
  color: rgb(2 44 34 / 0.1);
}
.hover\:text-emerald-950\/100:hover {
  color: rgb(2 44 34 / 1);
}
.hover\:text-emerald-950\/20:hover {
  color: rgb(2 44 34 / 0.2);
}
.hover\:text-emerald-950\/25:hover {
  color: rgb(2 44 34 / 0.25);
}
.hover\:text-emerald-950\/30:hover {
  color: rgb(2 44 34 / 0.3);
}
.hover\:text-emerald-950\/40:hover {
  color: rgb(2 44 34 / 0.4);
}
.hover\:text-emerald-950\/5:hover {
  color: rgb(2 44 34 / 0.05);
}
.hover\:text-emerald-950\/50:hover {
  color: rgb(2 44 34 / 0.5);
}
.hover\:text-emerald-950\/60:hover {
  color: rgb(2 44 34 / 0.6);
}
.hover\:text-emerald-950\/70:hover {
  color: rgb(2 44 34 / 0.7);
}
.hover\:text-emerald-950\/75:hover {
  color: rgb(2 44 34 / 0.75);
}
.hover\:text-emerald-950\/80:hover {
  color: rgb(2 44 34 / 0.8);
}
.hover\:text-emerald-950\/90:hover {
  color: rgb(2 44 34 / 0.9);
}
.hover\:text-emerald-950\/95:hover {
  color: rgb(2 44 34 / 0.95);
}
.hover\:text-fuchsia-100:hover {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-100\/0:hover {
  color: rgb(250 232 255 / 0);
}
.hover\:text-fuchsia-100\/10:hover {
  color: rgb(250 232 255 / 0.1);
}
.hover\:text-fuchsia-100\/100:hover {
  color: rgb(250 232 255 / 1);
}
.hover\:text-fuchsia-100\/20:hover {
  color: rgb(250 232 255 / 0.2);
}
.hover\:text-fuchsia-100\/25:hover {
  color: rgb(250 232 255 / 0.25);
}
.hover\:text-fuchsia-100\/30:hover {
  color: rgb(250 232 255 / 0.3);
}
.hover\:text-fuchsia-100\/40:hover {
  color: rgb(250 232 255 / 0.4);
}
.hover\:text-fuchsia-100\/5:hover {
  color: rgb(250 232 255 / 0.05);
}
.hover\:text-fuchsia-100\/50:hover {
  color: rgb(250 232 255 / 0.5);
}
.hover\:text-fuchsia-100\/60:hover {
  color: rgb(250 232 255 / 0.6);
}
.hover\:text-fuchsia-100\/70:hover {
  color: rgb(250 232 255 / 0.7);
}
.hover\:text-fuchsia-100\/75:hover {
  color: rgb(250 232 255 / 0.75);
}
.hover\:text-fuchsia-100\/80:hover {
  color: rgb(250 232 255 / 0.8);
}
.hover\:text-fuchsia-100\/90:hover {
  color: rgb(250 232 255 / 0.9);
}
.hover\:text-fuchsia-100\/95:hover {
  color: rgb(250 232 255 / 0.95);
}
.hover\:text-fuchsia-200:hover {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-200\/0:hover {
  color: rgb(245 208 254 / 0);
}
.hover\:text-fuchsia-200\/10:hover {
  color: rgb(245 208 254 / 0.1);
}
.hover\:text-fuchsia-200\/100:hover {
  color: rgb(245 208 254 / 1);
}
.hover\:text-fuchsia-200\/20:hover {
  color: rgb(245 208 254 / 0.2);
}
.hover\:text-fuchsia-200\/25:hover {
  color: rgb(245 208 254 / 0.25);
}
.hover\:text-fuchsia-200\/30:hover {
  color: rgb(245 208 254 / 0.3);
}
.hover\:text-fuchsia-200\/40:hover {
  color: rgb(245 208 254 / 0.4);
}
.hover\:text-fuchsia-200\/5:hover {
  color: rgb(245 208 254 / 0.05);
}
.hover\:text-fuchsia-200\/50:hover {
  color: rgb(245 208 254 / 0.5);
}
.hover\:text-fuchsia-200\/60:hover {
  color: rgb(245 208 254 / 0.6);
}
.hover\:text-fuchsia-200\/70:hover {
  color: rgb(245 208 254 / 0.7);
}
.hover\:text-fuchsia-200\/75:hover {
  color: rgb(245 208 254 / 0.75);
}
.hover\:text-fuchsia-200\/80:hover {
  color: rgb(245 208 254 / 0.8);
}
.hover\:text-fuchsia-200\/90:hover {
  color: rgb(245 208 254 / 0.9);
}
.hover\:text-fuchsia-200\/95:hover {
  color: rgb(245 208 254 / 0.95);
}
.hover\:text-fuchsia-300:hover {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-300\/0:hover {
  color: rgb(240 171 252 / 0);
}
.hover\:text-fuchsia-300\/10:hover {
  color: rgb(240 171 252 / 0.1);
}
.hover\:text-fuchsia-300\/100:hover {
  color: rgb(240 171 252 / 1);
}
.hover\:text-fuchsia-300\/20:hover {
  color: rgb(240 171 252 / 0.2);
}
.hover\:text-fuchsia-300\/25:hover {
  color: rgb(240 171 252 / 0.25);
}
.hover\:text-fuchsia-300\/30:hover {
  color: rgb(240 171 252 / 0.3);
}
.hover\:text-fuchsia-300\/40:hover {
  color: rgb(240 171 252 / 0.4);
}
.hover\:text-fuchsia-300\/5:hover {
  color: rgb(240 171 252 / 0.05);
}
.hover\:text-fuchsia-300\/50:hover {
  color: rgb(240 171 252 / 0.5);
}
.hover\:text-fuchsia-300\/60:hover {
  color: rgb(240 171 252 / 0.6);
}
.hover\:text-fuchsia-300\/70:hover {
  color: rgb(240 171 252 / 0.7);
}
.hover\:text-fuchsia-300\/75:hover {
  color: rgb(240 171 252 / 0.75);
}
.hover\:text-fuchsia-300\/80:hover {
  color: rgb(240 171 252 / 0.8);
}
.hover\:text-fuchsia-300\/90:hover {
  color: rgb(240 171 252 / 0.9);
}
.hover\:text-fuchsia-300\/95:hover {
  color: rgb(240 171 252 / 0.95);
}
.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-400\/0:hover {
  color: rgb(232 121 249 / 0);
}
.hover\:text-fuchsia-400\/10:hover {
  color: rgb(232 121 249 / 0.1);
}
.hover\:text-fuchsia-400\/100:hover {
  color: rgb(232 121 249 / 1);
}
.hover\:text-fuchsia-400\/20:hover {
  color: rgb(232 121 249 / 0.2);
}
.hover\:text-fuchsia-400\/25:hover {
  color: rgb(232 121 249 / 0.25);
}
.hover\:text-fuchsia-400\/30:hover {
  color: rgb(232 121 249 / 0.3);
}
.hover\:text-fuchsia-400\/40:hover {
  color: rgb(232 121 249 / 0.4);
}
.hover\:text-fuchsia-400\/5:hover {
  color: rgb(232 121 249 / 0.05);
}
.hover\:text-fuchsia-400\/50:hover {
  color: rgb(232 121 249 / 0.5);
}
.hover\:text-fuchsia-400\/60:hover {
  color: rgb(232 121 249 / 0.6);
}
.hover\:text-fuchsia-400\/70:hover {
  color: rgb(232 121 249 / 0.7);
}
.hover\:text-fuchsia-400\/75:hover {
  color: rgb(232 121 249 / 0.75);
}
.hover\:text-fuchsia-400\/80:hover {
  color: rgb(232 121 249 / 0.8);
}
.hover\:text-fuchsia-400\/90:hover {
  color: rgb(232 121 249 / 0.9);
}
.hover\:text-fuchsia-400\/95:hover {
  color: rgb(232 121 249 / 0.95);
}
.hover\:text-fuchsia-50:hover {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-50\/0:hover {
  color: rgb(253 244 255 / 0);
}
.hover\:text-fuchsia-50\/10:hover {
  color: rgb(253 244 255 / 0.1);
}
.hover\:text-fuchsia-50\/100:hover {
  color: rgb(253 244 255 / 1);
}
.hover\:text-fuchsia-50\/20:hover {
  color: rgb(253 244 255 / 0.2);
}
.hover\:text-fuchsia-50\/25:hover {
  color: rgb(253 244 255 / 0.25);
}
.hover\:text-fuchsia-50\/30:hover {
  color: rgb(253 244 255 / 0.3);
}
.hover\:text-fuchsia-50\/40:hover {
  color: rgb(253 244 255 / 0.4);
}
.hover\:text-fuchsia-50\/5:hover {
  color: rgb(253 244 255 / 0.05);
}
.hover\:text-fuchsia-50\/50:hover {
  color: rgb(253 244 255 / 0.5);
}
.hover\:text-fuchsia-50\/60:hover {
  color: rgb(253 244 255 / 0.6);
}
.hover\:text-fuchsia-50\/70:hover {
  color: rgb(253 244 255 / 0.7);
}
.hover\:text-fuchsia-50\/75:hover {
  color: rgb(253 244 255 / 0.75);
}
.hover\:text-fuchsia-50\/80:hover {
  color: rgb(253 244 255 / 0.8);
}
.hover\:text-fuchsia-50\/90:hover {
  color: rgb(253 244 255 / 0.9);
}
.hover\:text-fuchsia-50\/95:hover {
  color: rgb(253 244 255 / 0.95);
}
.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-500\/0:hover {
  color: rgb(217 70 239 / 0);
}
.hover\:text-fuchsia-500\/10:hover {
  color: rgb(217 70 239 / 0.1);
}
.hover\:text-fuchsia-500\/100:hover {
  color: rgb(217 70 239 / 1);
}
.hover\:text-fuchsia-500\/20:hover {
  color: rgb(217 70 239 / 0.2);
}
.hover\:text-fuchsia-500\/25:hover {
  color: rgb(217 70 239 / 0.25);
}
.hover\:text-fuchsia-500\/30:hover {
  color: rgb(217 70 239 / 0.3);
}
.hover\:text-fuchsia-500\/40:hover {
  color: rgb(217 70 239 / 0.4);
}
.hover\:text-fuchsia-500\/5:hover {
  color: rgb(217 70 239 / 0.05);
}
.hover\:text-fuchsia-500\/50:hover {
  color: rgb(217 70 239 / 0.5);
}
.hover\:text-fuchsia-500\/60:hover {
  color: rgb(217 70 239 / 0.6);
}
.hover\:text-fuchsia-500\/70:hover {
  color: rgb(217 70 239 / 0.7);
}
.hover\:text-fuchsia-500\/75:hover {
  color: rgb(217 70 239 / 0.75);
}
.hover\:text-fuchsia-500\/80:hover {
  color: rgb(217 70 239 / 0.8);
}
.hover\:text-fuchsia-500\/90:hover {
  color: rgb(217 70 239 / 0.9);
}
.hover\:text-fuchsia-500\/95:hover {
  color: rgb(217 70 239 / 0.95);
}
.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-600\/0:hover {
  color: rgb(192 38 211 / 0);
}
.hover\:text-fuchsia-600\/10:hover {
  color: rgb(192 38 211 / 0.1);
}
.hover\:text-fuchsia-600\/100:hover {
  color: rgb(192 38 211 / 1);
}
.hover\:text-fuchsia-600\/20:hover {
  color: rgb(192 38 211 / 0.2);
}
.hover\:text-fuchsia-600\/25:hover {
  color: rgb(192 38 211 / 0.25);
}
.hover\:text-fuchsia-600\/30:hover {
  color: rgb(192 38 211 / 0.3);
}
.hover\:text-fuchsia-600\/40:hover {
  color: rgb(192 38 211 / 0.4);
}
.hover\:text-fuchsia-600\/5:hover {
  color: rgb(192 38 211 / 0.05);
}
.hover\:text-fuchsia-600\/50:hover {
  color: rgb(192 38 211 / 0.5);
}
.hover\:text-fuchsia-600\/60:hover {
  color: rgb(192 38 211 / 0.6);
}
.hover\:text-fuchsia-600\/70:hover {
  color: rgb(192 38 211 / 0.7);
}
.hover\:text-fuchsia-600\/75:hover {
  color: rgb(192 38 211 / 0.75);
}
.hover\:text-fuchsia-600\/80:hover {
  color: rgb(192 38 211 / 0.8);
}
.hover\:text-fuchsia-600\/90:hover {
  color: rgb(192 38 211 / 0.9);
}
.hover\:text-fuchsia-600\/95:hover {
  color: rgb(192 38 211 / 0.95);
}
.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-700\/0:hover {
  color: rgb(162 28 175 / 0);
}
.hover\:text-fuchsia-700\/10:hover {
  color: rgb(162 28 175 / 0.1);
}
.hover\:text-fuchsia-700\/100:hover {
  color: rgb(162 28 175 / 1);
}
.hover\:text-fuchsia-700\/20:hover {
  color: rgb(162 28 175 / 0.2);
}
.hover\:text-fuchsia-700\/25:hover {
  color: rgb(162 28 175 / 0.25);
}
.hover\:text-fuchsia-700\/30:hover {
  color: rgb(162 28 175 / 0.3);
}
.hover\:text-fuchsia-700\/40:hover {
  color: rgb(162 28 175 / 0.4);
}
.hover\:text-fuchsia-700\/5:hover {
  color: rgb(162 28 175 / 0.05);
}
.hover\:text-fuchsia-700\/50:hover {
  color: rgb(162 28 175 / 0.5);
}
.hover\:text-fuchsia-700\/60:hover {
  color: rgb(162 28 175 / 0.6);
}
.hover\:text-fuchsia-700\/70:hover {
  color: rgb(162 28 175 / 0.7);
}
.hover\:text-fuchsia-700\/75:hover {
  color: rgb(162 28 175 / 0.75);
}
.hover\:text-fuchsia-700\/80:hover {
  color: rgb(162 28 175 / 0.8);
}
.hover\:text-fuchsia-700\/90:hover {
  color: rgb(162 28 175 / 0.9);
}
.hover\:text-fuchsia-700\/95:hover {
  color: rgb(162 28 175 / 0.95);
}
.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-800\/0:hover {
  color: rgb(134 25 143 / 0);
}
.hover\:text-fuchsia-800\/10:hover {
  color: rgb(134 25 143 / 0.1);
}
.hover\:text-fuchsia-800\/100:hover {
  color: rgb(134 25 143 / 1);
}
.hover\:text-fuchsia-800\/20:hover {
  color: rgb(134 25 143 / 0.2);
}
.hover\:text-fuchsia-800\/25:hover {
  color: rgb(134 25 143 / 0.25);
}
.hover\:text-fuchsia-800\/30:hover {
  color: rgb(134 25 143 / 0.3);
}
.hover\:text-fuchsia-800\/40:hover {
  color: rgb(134 25 143 / 0.4);
}
.hover\:text-fuchsia-800\/5:hover {
  color: rgb(134 25 143 / 0.05);
}
.hover\:text-fuchsia-800\/50:hover {
  color: rgb(134 25 143 / 0.5);
}
.hover\:text-fuchsia-800\/60:hover {
  color: rgb(134 25 143 / 0.6);
}
.hover\:text-fuchsia-800\/70:hover {
  color: rgb(134 25 143 / 0.7);
}
.hover\:text-fuchsia-800\/75:hover {
  color: rgb(134 25 143 / 0.75);
}
.hover\:text-fuchsia-800\/80:hover {
  color: rgb(134 25 143 / 0.8);
}
.hover\:text-fuchsia-800\/90:hover {
  color: rgb(134 25 143 / 0.9);
}
.hover\:text-fuchsia-800\/95:hover {
  color: rgb(134 25 143 / 0.95);
}
.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-900\/0:hover {
  color: rgb(112 26 117 / 0);
}
.hover\:text-fuchsia-900\/10:hover {
  color: rgb(112 26 117 / 0.1);
}
.hover\:text-fuchsia-900\/100:hover {
  color: rgb(112 26 117 / 1);
}
.hover\:text-fuchsia-900\/20:hover {
  color: rgb(112 26 117 / 0.2);
}
.hover\:text-fuchsia-900\/25:hover {
  color: rgb(112 26 117 / 0.25);
}
.hover\:text-fuchsia-900\/30:hover {
  color: rgb(112 26 117 / 0.3);
}
.hover\:text-fuchsia-900\/40:hover {
  color: rgb(112 26 117 / 0.4);
}
.hover\:text-fuchsia-900\/5:hover {
  color: rgb(112 26 117 / 0.05);
}
.hover\:text-fuchsia-900\/50:hover {
  color: rgb(112 26 117 / 0.5);
}
.hover\:text-fuchsia-900\/60:hover {
  color: rgb(112 26 117 / 0.6);
}
.hover\:text-fuchsia-900\/70:hover {
  color: rgb(112 26 117 / 0.7);
}
.hover\:text-fuchsia-900\/75:hover {
  color: rgb(112 26 117 / 0.75);
}
.hover\:text-fuchsia-900\/80:hover {
  color: rgb(112 26 117 / 0.8);
}
.hover\:text-fuchsia-900\/90:hover {
  color: rgb(112 26 117 / 0.9);
}
.hover\:text-fuchsia-900\/95:hover {
  color: rgb(112 26 117 / 0.95);
}
.hover\:text-fuchsia-950:hover {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.hover\:text-fuchsia-950\/0:hover {
  color: rgb(74 4 78 / 0);
}
.hover\:text-fuchsia-950\/10:hover {
  color: rgb(74 4 78 / 0.1);
}
.hover\:text-fuchsia-950\/100:hover {
  color: rgb(74 4 78 / 1);
}
.hover\:text-fuchsia-950\/20:hover {
  color: rgb(74 4 78 / 0.2);
}
.hover\:text-fuchsia-950\/25:hover {
  color: rgb(74 4 78 / 0.25);
}
.hover\:text-fuchsia-950\/30:hover {
  color: rgb(74 4 78 / 0.3);
}
.hover\:text-fuchsia-950\/40:hover {
  color: rgb(74 4 78 / 0.4);
}
.hover\:text-fuchsia-950\/5:hover {
  color: rgb(74 4 78 / 0.05);
}
.hover\:text-fuchsia-950\/50:hover {
  color: rgb(74 4 78 / 0.5);
}
.hover\:text-fuchsia-950\/60:hover {
  color: rgb(74 4 78 / 0.6);
}
.hover\:text-fuchsia-950\/70:hover {
  color: rgb(74 4 78 / 0.7);
}
.hover\:text-fuchsia-950\/75:hover {
  color: rgb(74 4 78 / 0.75);
}
.hover\:text-fuchsia-950\/80:hover {
  color: rgb(74 4 78 / 0.8);
}
.hover\:text-fuchsia-950\/90:hover {
  color: rgb(74 4 78 / 0.9);
}
.hover\:text-fuchsia-950\/95:hover {
  color: rgb(74 4 78 / 0.95);
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.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\/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\/40:hover {
  color: rgb(243 244 246 / 0.4);
}
.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\/60:hover {
  color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(229 231 235 / 0.4);
}
.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\/60:hover {
  color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(209 213 219 / 0.4);
}
.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\/60:hover {
  color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(156 163 175 / 0.4);
}
.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\/60:hover {
  color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(249 250 251 / 0.4);
}
.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\/60:hover {
  color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(107 114 128 / 0.4);
}
.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\/60:hover {
  color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(75 85 99 / 0.4);
}
.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\/60:hover {
  color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(55 65 81 / 0.4);
}
.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\/60:hover {
  color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(31 41 55 / 0.4);
}
.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\/60:hover {
  color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(17 24 39 / 0.4);
}
.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\/60:hover {
  color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(3 7 18 / 0.4);
}
.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\/60:hover {
  color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(220 252 231 / 0.4);
}
.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\/60:hover {
  color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(187 247 208 / 0.4);
}
.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\/60:hover {
  color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(134 239 172 / 0.4);
}
.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\/60:hover {
  color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(74 222 128 / 0.4);
}
.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\/60:hover {
  color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(240 253 244 / 0.4);
}
.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\/60:hover {
  color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(34 197 94 / 0.4);
}
.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\/60:hover {
  color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(22 163 74 / 0.4);
}
.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\/60:hover {
  color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(21 128 61 / 0.4);
}
.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\/60:hover {
  color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(22 101 52 / 0.4);
}
.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\/60:hover {
  color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(20 83 45 / 0.4);
}
.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\/60:hover {
  color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(5 46 22 / 0.4);
}
.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\/60:hover {
  color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(224 231 255 / 0.4);
}
.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\/60:hover {
  color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(199 210 254 / 0.4);
}
.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\/60:hover {
  color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(165 180 252 / 0.4);
}
.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\/60:hover {
  color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(129 140 248 / 0.4);
}
.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\/60:hover {
  color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(238 242 255 / 0.4);
}
.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\/60:hover {
  color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(99 102 241 / 0.4);
}
.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\/60:hover {
  color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(79 70 229 / 0.4);
}
.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\/60:hover {
  color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(67 56 202 / 0.4);
}
.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\/60:hover {
  color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(55 48 163 / 0.4);
}
.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\/60:hover {
  color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(49 46 129 / 0.4);
}
.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\/60:hover {
  color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(30 27 75 / 0.4);
}
.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\/60:hover {
  color: rgb(30 27 75 / 0.6);
}
.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\/90:hover {
  color: rgb(30 27 75 / 0.9);
}
.hover\:text-indigo-950\/95:hover {
  color: rgb(30 27 75 / 0.95);
}
.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.hover\:text-lime-100\/0:hover {
  color: rgb(236 252 203 / 0);
}
.hover\:text-lime-100\/10:hover {
  color: rgb(236 252 203 / 0.1);
}
.hover\:text-lime-100\/100:hover {
  color: rgb(236 252 203 / 1);
}
.hover\:text-lime-100\/20:hover {
  color: rgb(236 252 203 / 0.2);
}
.hover\:text-lime-100\/25:hover {
  color: rgb(236 252 203 / 0.25);
}
.hover\:text-lime-100\/30:hover {
  color: rgb(236 252 203 / 0.3);
}
.hover\:text-lime-100\/40:hover {
  color: rgb(236 252 203 / 0.4);
}
.hover\:text-lime-100\/5:hover {
  color: rgb(236 252 203 / 0.05);
}
.hover\:text-lime-100\/50:hover {
  color: rgb(236 252 203 / 0.5);
}
.hover\:text-lime-100\/60:hover {
  color: rgb(236 252 203 / 0.6);
}
.hover\:text-lime-100\/70:hover {
  color: rgb(236 252 203 / 0.7);
}
.hover\:text-lime-100\/75:hover {
  color: rgb(236 252 203 / 0.75);
}
.hover\:text-lime-100\/80:hover {
  color: rgb(236 252 203 / 0.8);
}
.hover\:text-lime-100\/90:hover {
  color: rgb(236 252 203 / 0.9);
}
.hover\:text-lime-100\/95:hover {
  color: rgb(236 252 203 / 0.95);
}
.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.hover\:text-lime-200\/0:hover {
  color: rgb(217 249 157 / 0);
}
.hover\:text-lime-200\/10:hover {
  color: rgb(217 249 157 / 0.1);
}
.hover\:text-lime-200\/100:hover {
  color: rgb(217 249 157 / 1);
}
.hover\:text-lime-200\/20:hover {
  color: rgb(217 249 157 / 0.2);
}
.hover\:text-lime-200\/25:hover {
  color: rgb(217 249 157 / 0.25);
}
.hover\:text-lime-200\/30:hover {
  color: rgb(217 249 157 / 0.3);
}
.hover\:text-lime-200\/40:hover {
  color: rgb(217 249 157 / 0.4);
}
.hover\:text-lime-200\/5:hover {
  color: rgb(217 249 157 / 0.05);
}
.hover\:text-lime-200\/50:hover {
  color: rgb(217 249 157 / 0.5);
}
.hover\:text-lime-200\/60:hover {
  color: rgb(217 249 157 / 0.6);
}
.hover\:text-lime-200\/70:hover {
  color: rgb(217 249 157 / 0.7);
}
.hover\:text-lime-200\/75:hover {
  color: rgb(217 249 157 / 0.75);
}
.hover\:text-lime-200\/80:hover {
  color: rgb(217 249 157 / 0.8);
}
.hover\:text-lime-200\/90:hover {
  color: rgb(217 249 157 / 0.9);
}
.hover\:text-lime-200\/95:hover {
  color: rgb(217 249 157 / 0.95);
}
.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.hover\:text-lime-300\/0:hover {
  color: rgb(190 242 100 / 0);
}
.hover\:text-lime-300\/10:hover {
  color: rgb(190 242 100 / 0.1);
}
.hover\:text-lime-300\/100:hover {
  color: rgb(190 242 100 / 1);
}
.hover\:text-lime-300\/20:hover {
  color: rgb(190 242 100 / 0.2);
}
.hover\:text-lime-300\/25:hover {
  color: rgb(190 242 100 / 0.25);
}
.hover\:text-lime-300\/30:hover {
  color: rgb(190 242 100 / 0.3);
}
.hover\:text-lime-300\/40:hover {
  color: rgb(190 242 100 / 0.4);
}
.hover\:text-lime-300\/5:hover {
  color: rgb(190 242 100 / 0.05);
}
.hover\:text-lime-300\/50:hover {
  color: rgb(190 242 100 / 0.5);
}
.hover\:text-lime-300\/60:hover {
  color: rgb(190 242 100 / 0.6);
}
.hover\:text-lime-300\/70:hover {
  color: rgb(190 242 100 / 0.7);
}
.hover\:text-lime-300\/75:hover {
  color: rgb(190 242 100 / 0.75);
}
.hover\:text-lime-300\/80:hover {
  color: rgb(190 242 100 / 0.8);
}
.hover\:text-lime-300\/90:hover {
  color: rgb(190 242 100 / 0.9);
}
.hover\:text-lime-300\/95:hover {
  color: rgb(190 242 100 / 0.95);
}
.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.hover\:text-lime-400\/0:hover {
  color: rgb(163 230 53 / 0);
}
.hover\:text-lime-400\/10:hover {
  color: rgb(163 230 53 / 0.1);
}
.hover\:text-lime-400\/100:hover {
  color: rgb(163 230 53 / 1);
}
.hover\:text-lime-400\/20:hover {
  color: rgb(163 230 53 / 0.2);
}
.hover\:text-lime-400\/25:hover {
  color: rgb(163 230 53 / 0.25);
}
.hover\:text-lime-400\/30:hover {
  color: rgb(163 230 53 / 0.3);
}
.hover\:text-lime-400\/40:hover {
  color: rgb(163 230 53 / 0.4);
}
.hover\:text-lime-400\/5:hover {
  color: rgb(163 230 53 / 0.05);
}
.hover\:text-lime-400\/50:hover {
  color: rgb(163 230 53 / 0.5);
}
.hover\:text-lime-400\/60:hover {
  color: rgb(163 230 53 / 0.6);
}
.hover\:text-lime-400\/70:hover {
  color: rgb(163 230 53 / 0.7);
}
.hover\:text-lime-400\/75:hover {
  color: rgb(163 230 53 / 0.75);
}
.hover\:text-lime-400\/80:hover {
  color: rgb(163 230 53 / 0.8);
}
.hover\:text-lime-400\/90:hover {
  color: rgb(163 230 53 / 0.9);
}
.hover\:text-lime-400\/95:hover {
  color: rgb(163 230 53 / 0.95);
}
.hover\:text-lime-50:hover {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.hover\:text-lime-50\/0:hover {
  color: rgb(247 254 231 / 0);
}
.hover\:text-lime-50\/10:hover {
  color: rgb(247 254 231 / 0.1);
}
.hover\:text-lime-50\/100:hover {
  color: rgb(247 254 231 / 1);
}
.hover\:text-lime-50\/20:hover {
  color: rgb(247 254 231 / 0.2);
}
.hover\:text-lime-50\/25:hover {
  color: rgb(247 254 231 / 0.25);
}
.hover\:text-lime-50\/30:hover {
  color: rgb(247 254 231 / 0.3);
}
.hover\:text-lime-50\/40:hover {
  color: rgb(247 254 231 / 0.4);
}
.hover\:text-lime-50\/5:hover {
  color: rgb(247 254 231 / 0.05);
}
.hover\:text-lime-50\/50:hover {
  color: rgb(247 254 231 / 0.5);
}
.hover\:text-lime-50\/60:hover {
  color: rgb(247 254 231 / 0.6);
}
.hover\:text-lime-50\/70:hover {
  color: rgb(247 254 231 / 0.7);
}
.hover\:text-lime-50\/75:hover {
  color: rgb(247 254 231 / 0.75);
}
.hover\:text-lime-50\/80:hover {
  color: rgb(247 254 231 / 0.8);
}
.hover\:text-lime-50\/90:hover {
  color: rgb(247 254 231 / 0.9);
}
.hover\:text-lime-50\/95:hover {
  color: rgb(247 254 231 / 0.95);
}
.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.hover\:text-lime-500\/0:hover {
  color: rgb(132 204 22 / 0);
}
.hover\:text-lime-500\/10:hover {
  color: rgb(132 204 22 / 0.1);
}
.hover\:text-lime-500\/100:hover {
  color: rgb(132 204 22 / 1);
}
.hover\:text-lime-500\/20:hover {
  color: rgb(132 204 22 / 0.2);
}
.hover\:text-lime-500\/25:hover {
  color: rgb(132 204 22 / 0.25);
}
.hover\:text-lime-500\/30:hover {
  color: rgb(132 204 22 / 0.3);
}
.hover\:text-lime-500\/40:hover {
  color: rgb(132 204 22 / 0.4);
}
.hover\:text-lime-500\/5:hover {
  color: rgb(132 204 22 / 0.05);
}
.hover\:text-lime-500\/50:hover {
  color: rgb(132 204 22 / 0.5);
}
.hover\:text-lime-500\/60:hover {
  color: rgb(132 204 22 / 0.6);
}
.hover\:text-lime-500\/70:hover {
  color: rgb(132 204 22 / 0.7);
}
.hover\:text-lime-500\/75:hover {
  color: rgb(132 204 22 / 0.75);
}
.hover\:text-lime-500\/80:hover {
  color: rgb(132 204 22 / 0.8);
}
.hover\:text-lime-500\/90:hover {
  color: rgb(132 204 22 / 0.9);
}
.hover\:text-lime-500\/95:hover {
  color: rgb(132 204 22 / 0.95);
}
.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.hover\:text-lime-600\/0:hover {
  color: rgb(101 163 13 / 0);
}
.hover\:text-lime-600\/10:hover {
  color: rgb(101 163 13 / 0.1);
}
.hover\:text-lime-600\/100:hover {
  color: rgb(101 163 13 / 1);
}
.hover\:text-lime-600\/20:hover {
  color: rgb(101 163 13 / 0.2);
}
.hover\:text-lime-600\/25:hover {
  color: rgb(101 163 13 / 0.25);
}
.hover\:text-lime-600\/30:hover {
  color: rgb(101 163 13 / 0.3);
}
.hover\:text-lime-600\/40:hover {
  color: rgb(101 163 13 / 0.4);
}
.hover\:text-lime-600\/5:hover {
  color: rgb(101 163 13 / 0.05);
}
.hover\:text-lime-600\/50:hover {
  color: rgb(101 163 13 / 0.5);
}
.hover\:text-lime-600\/60:hover {
  color: rgb(101 163 13 / 0.6);
}
.hover\:text-lime-600\/70:hover {
  color: rgb(101 163 13 / 0.7);
}
.hover\:text-lime-600\/75:hover {
  color: rgb(101 163 13 / 0.75);
}
.hover\:text-lime-600\/80:hover {
  color: rgb(101 163 13 / 0.8);
}
.hover\:text-lime-600\/90:hover {
  color: rgb(101 163 13 / 0.9);
}
.hover\:text-lime-600\/95:hover {
  color: rgb(101 163 13 / 0.95);
}
.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.hover\:text-lime-700\/0:hover {
  color: rgb(77 124 15 / 0);
}
.hover\:text-lime-700\/10:hover {
  color: rgb(77 124 15 / 0.1);
}
.hover\:text-lime-700\/100:hover {
  color: rgb(77 124 15 / 1);
}
.hover\:text-lime-700\/20:hover {
  color: rgb(77 124 15 / 0.2);
}
.hover\:text-lime-700\/25:hover {
  color: rgb(77 124 15 / 0.25);
}
.hover\:text-lime-700\/30:hover {
  color: rgb(77 124 15 / 0.3);
}
.hover\:text-lime-700\/40:hover {
  color: rgb(77 124 15 / 0.4);
}
.hover\:text-lime-700\/5:hover {
  color: rgb(77 124 15 / 0.05);
}
.hover\:text-lime-700\/50:hover {
  color: rgb(77 124 15 / 0.5);
}
.hover\:text-lime-700\/60:hover {
  color: rgb(77 124 15 / 0.6);
}
.hover\:text-lime-700\/70:hover {
  color: rgb(77 124 15 / 0.7);
}
.hover\:text-lime-700\/75:hover {
  color: rgb(77 124 15 / 0.75);
}
.hover\:text-lime-700\/80:hover {
  color: rgb(77 124 15 / 0.8);
}
.hover\:text-lime-700\/90:hover {
  color: rgb(77 124 15 / 0.9);
}
.hover\:text-lime-700\/95:hover {
  color: rgb(77 124 15 / 0.95);
}
.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.hover\:text-lime-800\/0:hover {
  color: rgb(63 98 18 / 0);
}
.hover\:text-lime-800\/10:hover {
  color: rgb(63 98 18 / 0.1);
}
.hover\:text-lime-800\/100:hover {
  color: rgb(63 98 18 / 1);
}
.hover\:text-lime-800\/20:hover {
  color: rgb(63 98 18 / 0.2);
}
.hover\:text-lime-800\/25:hover {
  color: rgb(63 98 18 / 0.25);
}
.hover\:text-lime-800\/30:hover {
  color: rgb(63 98 18 / 0.3);
}
.hover\:text-lime-800\/40:hover {
  color: rgb(63 98 18 / 0.4);
}
.hover\:text-lime-800\/5:hover {
  color: rgb(63 98 18 / 0.05);
}
.hover\:text-lime-800\/50:hover {
  color: rgb(63 98 18 / 0.5);
}
.hover\:text-lime-800\/60:hover {
  color: rgb(63 98 18 / 0.6);
}
.hover\:text-lime-800\/70:hover {
  color: rgb(63 98 18 / 0.7);
}
.hover\:text-lime-800\/75:hover {
  color: rgb(63 98 18 / 0.75);
}
.hover\:text-lime-800\/80:hover {
  color: rgb(63 98 18 / 0.8);
}
.hover\:text-lime-800\/90:hover {
  color: rgb(63 98 18 / 0.9);
}
.hover\:text-lime-800\/95:hover {
  color: rgb(63 98 18 / 0.95);
}
.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.hover\:text-lime-900\/0:hover {
  color: rgb(54 83 20 / 0);
}
.hover\:text-lime-900\/10:hover {
  color: rgb(54 83 20 / 0.1);
}
.hover\:text-lime-900\/100:hover {
  color: rgb(54 83 20 / 1);
}
.hover\:text-lime-900\/20:hover {
  color: rgb(54 83 20 / 0.2);
}
.hover\:text-lime-900\/25:hover {
  color: rgb(54 83 20 / 0.25);
}
.hover\:text-lime-900\/30:hover {
  color: rgb(54 83 20 / 0.3);
}
.hover\:text-lime-900\/40:hover {
  color: rgb(54 83 20 / 0.4);
}
.hover\:text-lime-900\/5:hover {
  color: rgb(54 83 20 / 0.05);
}
.hover\:text-lime-900\/50:hover {
  color: rgb(54 83 20 / 0.5);
}
.hover\:text-lime-900\/60:hover {
  color: rgb(54 83 20 / 0.6);
}
.hover\:text-lime-900\/70:hover {
  color: rgb(54 83 20 / 0.7);
}
.hover\:text-lime-900\/75:hover {
  color: rgb(54 83 20 / 0.75);
}
.hover\:text-lime-900\/80:hover {
  color: rgb(54 83 20 / 0.8);
}
.hover\:text-lime-900\/90:hover {
  color: rgb(54 83 20 / 0.9);
}
.hover\:text-lime-900\/95:hover {
  color: rgb(54 83 20 / 0.95);
}
.hover\:text-lime-950:hover {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.hover\:text-lime-950\/0:hover {
  color: rgb(26 46 5 / 0);
}
.hover\:text-lime-950\/10:hover {
  color: rgb(26 46 5 / 0.1);
}
.hover\:text-lime-950\/100:hover {
  color: rgb(26 46 5 / 1);
}
.hover\:text-lime-950\/20:hover {
  color: rgb(26 46 5 / 0.2);
}
.hover\:text-lime-950\/25:hover {
  color: rgb(26 46 5 / 0.25);
}
.hover\:text-lime-950\/30:hover {
  color: rgb(26 46 5 / 0.3);
}
.hover\:text-lime-950\/40:hover {
  color: rgb(26 46 5 / 0.4);
}
.hover\:text-lime-950\/5:hover {
  color: rgb(26 46 5 / 0.05);
}
.hover\:text-lime-950\/50:hover {
  color: rgb(26 46 5 / 0.5);
}
.hover\:text-lime-950\/60:hover {
  color: rgb(26 46 5 / 0.6);
}
.hover\:text-lime-950\/70:hover {
  color: rgb(26 46 5 / 0.7);
}
.hover\:text-lime-950\/75:hover {
  color: rgb(26 46 5 / 0.75);
}
.hover\:text-lime-950\/80:hover {
  color: rgb(26 46 5 / 0.8);
}
.hover\:text-lime-950\/90:hover {
  color: rgb(26 46 5 / 0.9);
}
.hover\:text-lime-950\/95:hover {
  color: rgb(26 46 5 / 0.95);
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.hover\:text-neutral-100\/0:hover {
  color: rgb(245 245 245 / 0);
}
.hover\:text-neutral-100\/10:hover {
  color: rgb(245 245 245 / 0.1);
}
.hover\:text-neutral-100\/100:hover {
  color: rgb(245 245 245 / 1);
}
.hover\:text-neutral-100\/20:hover {
  color: rgb(245 245 245 / 0.2);
}
.hover\:text-neutral-100\/25:hover {
  color: rgb(245 245 245 / 0.25);
}
.hover\:text-neutral-100\/30:hover {
  color: rgb(245 245 245 / 0.3);
}
.hover\:text-neutral-100\/40:hover {
  color: rgb(245 245 245 / 0.4);
}
.hover\:text-neutral-100\/5:hover {
  color: rgb(245 245 245 / 0.05);
}
.hover\:text-neutral-100\/50:hover {
  color: rgb(245 245 245 / 0.5);
}
.hover\:text-neutral-100\/60:hover {
  color: rgb(245 245 245 / 0.6);
}
.hover\:text-neutral-100\/70:hover {
  color: rgb(245 245 245 / 0.7);
}
.hover\:text-neutral-100\/75:hover {
  color: rgb(245 245 245 / 0.75);
}
.hover\:text-neutral-100\/80:hover {
  color: rgb(245 245 245 / 0.8);
}
.hover\:text-neutral-100\/90:hover {
  color: rgb(245 245 245 / 0.9);
}
.hover\:text-neutral-100\/95:hover {
  color: rgb(245 245 245 / 0.95);
}
.hover\:text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.hover\:text-neutral-200\/0:hover {
  color: rgb(229 229 229 / 0);
}
.hover\:text-neutral-200\/10:hover {
  color: rgb(229 229 229 / 0.1);
}
.hover\:text-neutral-200\/100:hover {
  color: rgb(229 229 229 / 1);
}
.hover\:text-neutral-200\/20:hover {
  color: rgb(229 229 229 / 0.2);
}
.hover\:text-neutral-200\/25:hover {
  color: rgb(229 229 229 / 0.25);
}
.hover\:text-neutral-200\/30:hover {
  color: rgb(229 229 229 / 0.3);
}
.hover\:text-neutral-200\/40:hover {
  color: rgb(229 229 229 / 0.4);
}
.hover\:text-neutral-200\/5:hover {
  color: rgb(229 229 229 / 0.05);
}
.hover\:text-neutral-200\/50:hover {
  color: rgb(229 229 229 / 0.5);
}
.hover\:text-neutral-200\/60:hover {
  color: rgb(229 229 229 / 0.6);
}
.hover\:text-neutral-200\/70:hover {
  color: rgb(229 229 229 / 0.7);
}
.hover\:text-neutral-200\/75:hover {
  color: rgb(229 229 229 / 0.75);
}
.hover\:text-neutral-200\/80:hover {
  color: rgb(229 229 229 / 0.8);
}
.hover\:text-neutral-200\/90:hover {
  color: rgb(229 229 229 / 0.9);
}
.hover\:text-neutral-200\/95:hover {
  color: rgb(229 229 229 / 0.95);
}
.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.hover\:text-neutral-300\/0:hover {
  color: rgb(212 212 212 / 0);
}
.hover\:text-neutral-300\/10:hover {
  color: rgb(212 212 212 / 0.1);
}
.hover\:text-neutral-300\/100:hover {
  color: rgb(212 212 212 / 1);
}
.hover\:text-neutral-300\/20:hover {
  color: rgb(212 212 212 / 0.2);
}
.hover\:text-neutral-300\/25:hover {
  color: rgb(212 212 212 / 0.25);
}
.hover\:text-neutral-300\/30:hover {
  color: rgb(212 212 212 / 0.3);
}
.hover\:text-neutral-300\/40:hover {
  color: rgb(212 212 212 / 0.4);
}
.hover\:text-neutral-300\/5:hover {
  color: rgb(212 212 212 / 0.05);
}
.hover\:text-neutral-300\/50:hover {
  color: rgb(212 212 212 / 0.5);
}
.hover\:text-neutral-300\/60:hover {
  color: rgb(212 212 212 / 0.6);
}
.hover\:text-neutral-300\/70:hover {
  color: rgb(212 212 212 / 0.7);
}
.hover\:text-neutral-300\/75:hover {
  color: rgb(212 212 212 / 0.75);
}
.hover\:text-neutral-300\/80:hover {
  color: rgb(212 212 212 / 0.8);
}
.hover\:text-neutral-300\/90:hover {
  color: rgb(212 212 212 / 0.9);
}
.hover\:text-neutral-300\/95:hover {
  color: rgb(212 212 212 / 0.95);
}
.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.hover\:text-neutral-400\/0:hover {
  color: rgb(163 163 163 / 0);
}
.hover\:text-neutral-400\/10:hover {
  color: rgb(163 163 163 / 0.1);
}
.hover\:text-neutral-400\/100:hover {
  color: rgb(163 163 163 / 1);
}
.hover\:text-neutral-400\/20:hover {
  color: rgb(163 163 163 / 0.2);
}
.hover\:text-neutral-400\/25:hover {
  color: rgb(163 163 163 / 0.25);
}
.hover\:text-neutral-400\/30:hover {
  color: rgb(163 163 163 / 0.3);
}
.hover\:text-neutral-400\/40:hover {
  color: rgb(163 163 163 / 0.4);
}
.hover\:text-neutral-400\/5:hover {
  color: rgb(163 163 163 / 0.05);
}
.hover\:text-neutral-400\/50:hover {
  color: rgb(163 163 163 / 0.5);
}
.hover\:text-neutral-400\/60:hover {
  color: rgb(163 163 163 / 0.6);
}
.hover\:text-neutral-400\/70:hover {
  color: rgb(163 163 163 / 0.7);
}
.hover\:text-neutral-400\/75:hover {
  color: rgb(163 163 163 / 0.75);
}
.hover\:text-neutral-400\/80:hover {
  color: rgb(163 163 163 / 0.8);
}
.hover\:text-neutral-400\/90:hover {
  color: rgb(163 163 163 / 0.9);
}
.hover\:text-neutral-400\/95:hover {
  color: rgb(163 163 163 / 0.95);
}
.hover\:text-neutral-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.hover\:text-neutral-50\/0:hover {
  color: rgb(250 250 250 / 0);
}
.hover\:text-neutral-50\/10:hover {
  color: rgb(250 250 250 / 0.1);
}
.hover\:text-neutral-50\/100:hover {
  color: rgb(250 250 250 / 1);
}
.hover\:text-neutral-50\/20:hover {
  color: rgb(250 250 250 / 0.2);
}
.hover\:text-neutral-50\/25:hover {
  color: rgb(250 250 250 / 0.25);
}
.hover\:text-neutral-50\/30:hover {
  color: rgb(250 250 250 / 0.3);
}
.hover\:text-neutral-50\/40:hover {
  color: rgb(250 250 250 / 0.4);
}
.hover\:text-neutral-50\/5:hover {
  color: rgb(250 250 250 / 0.05);
}
.hover\:text-neutral-50\/50:hover {
  color: rgb(250 250 250 / 0.5);
}
.hover\:text-neutral-50\/60:hover {
  color: rgb(250 250 250 / 0.6);
}
.hover\:text-neutral-50\/70:hover {
  color: rgb(250 250 250 / 0.7);
}
.hover\:text-neutral-50\/75:hover {
  color: rgb(250 250 250 / 0.75);
}
.hover\:text-neutral-50\/80:hover {
  color: rgb(250 250 250 / 0.8);
}
.hover\:text-neutral-50\/90:hover {
  color: rgb(250 250 250 / 0.9);
}
.hover\:text-neutral-50\/95:hover {
  color: rgb(250 250 250 / 0.95);
}
.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.hover\:text-neutral-500\/0:hover {
  color: rgb(115 115 115 / 0);
}
.hover\:text-neutral-500\/10:hover {
  color: rgb(115 115 115 / 0.1);
}
.hover\:text-neutral-500\/100:hover {
  color: rgb(115 115 115 / 1);
}
.hover\:text-neutral-500\/20:hover {
  color: rgb(115 115 115 / 0.2);
}
.hover\:text-neutral-500\/25:hover {
  color: rgb(115 115 115 / 0.25);
}
.hover\:text-neutral-500\/30:hover {
  color: rgb(115 115 115 / 0.3);
}
.hover\:text-neutral-500\/40:hover {
  color: rgb(115 115 115 / 0.4);
}
.hover\:text-neutral-500\/5:hover {
  color: rgb(115 115 115 / 0.05);
}
.hover\:text-neutral-500\/50:hover {
  color: rgb(115 115 115 / 0.5);
}
.hover\:text-neutral-500\/60:hover {
  color: rgb(115 115 115 / 0.6);
}
.hover\:text-neutral-500\/70:hover {
  color: rgb(115 115 115 / 0.7);
}
.hover\:text-neutral-500\/75:hover {
  color: rgb(115 115 115 / 0.75);
}
.hover\:text-neutral-500\/80:hover {
  color: rgb(115 115 115 / 0.8);
}
.hover\:text-neutral-500\/90:hover {
  color: rgb(115 115 115 / 0.9);
}
.hover\:text-neutral-500\/95:hover {
  color: rgb(115 115 115 / 0.95);
}
.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.hover\:text-neutral-600\/0:hover {
  color: rgb(82 82 82 / 0);
}
.hover\:text-neutral-600\/10:hover {
  color: rgb(82 82 82 / 0.1);
}
.hover\:text-neutral-600\/100:hover {
  color: rgb(82 82 82 / 1);
}
.hover\:text-neutral-600\/20:hover {
  color: rgb(82 82 82 / 0.2);
}
.hover\:text-neutral-600\/25:hover {
  color: rgb(82 82 82 / 0.25);
}
.hover\:text-neutral-600\/30:hover {
  color: rgb(82 82 82 / 0.3);
}
.hover\:text-neutral-600\/40:hover {
  color: rgb(82 82 82 / 0.4);
}
.hover\:text-neutral-600\/5:hover {
  color: rgb(82 82 82 / 0.05);
}
.hover\:text-neutral-600\/50:hover {
  color: rgb(82 82 82 / 0.5);
}
.hover\:text-neutral-600\/60:hover {
  color: rgb(82 82 82 / 0.6);
}
.hover\:text-neutral-600\/70:hover {
  color: rgb(82 82 82 / 0.7);
}
.hover\:text-neutral-600\/75:hover {
  color: rgb(82 82 82 / 0.75);
}
.hover\:text-neutral-600\/80:hover {
  color: rgb(82 82 82 / 0.8);
}
.hover\:text-neutral-600\/90:hover {
  color: rgb(82 82 82 / 0.9);
}
.hover\:text-neutral-600\/95:hover {
  color: rgb(82 82 82 / 0.95);
}
.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.hover\:text-neutral-700\/0:hover {
  color: rgb(64 64 64 / 0);
}
.hover\:text-neutral-700\/10:hover {
  color: rgb(64 64 64 / 0.1);
}
.hover\:text-neutral-700\/100:hover {
  color: rgb(64 64 64 / 1);
}
.hover\:text-neutral-700\/20:hover {
  color: rgb(64 64 64 / 0.2);
}
.hover\:text-neutral-700\/25:hover {
  color: rgb(64 64 64 / 0.25);
}
.hover\:text-neutral-700\/30:hover {
  color: rgb(64 64 64 / 0.3);
}
.hover\:text-neutral-700\/40:hover {
  color: rgb(64 64 64 / 0.4);
}
.hover\:text-neutral-700\/5:hover {
  color: rgb(64 64 64 / 0.05);
}
.hover\:text-neutral-700\/50:hover {
  color: rgb(64 64 64 / 0.5);
}
.hover\:text-neutral-700\/60:hover {
  color: rgb(64 64 64 / 0.6);
}
.hover\:text-neutral-700\/70:hover {
  color: rgb(64 64 64 / 0.7);
}
.hover\:text-neutral-700\/75:hover {
  color: rgb(64 64 64 / 0.75);
}
.hover\:text-neutral-700\/80:hover {
  color: rgb(64 64 64 / 0.8);
}
.hover\:text-neutral-700\/90:hover {
  color: rgb(64 64 64 / 0.9);
}
.hover\:text-neutral-700\/95:hover {
  color: rgb(64 64 64 / 0.95);
}
.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.hover\:text-neutral-800\/0:hover {
  color: rgb(38 38 38 / 0);
}
.hover\:text-neutral-800\/10:hover {
  color: rgb(38 38 38 / 0.1);
}
.hover\:text-neutral-800\/100:hover {
  color: rgb(38 38 38 / 1);
}
.hover\:text-neutral-800\/20:hover {
  color: rgb(38 38 38 / 0.2);
}
.hover\:text-neutral-800\/25:hover {
  color: rgb(38 38 38 / 0.25);
}
.hover\:text-neutral-800\/30:hover {
  color: rgb(38 38 38 / 0.3);
}
.hover\:text-neutral-800\/40:hover {
  color: rgb(38 38 38 / 0.4);
}
.hover\:text-neutral-800\/5:hover {
  color: rgb(38 38 38 / 0.05);
}
.hover\:text-neutral-800\/50:hover {
  color: rgb(38 38 38 / 0.5);
}
.hover\:text-neutral-800\/60:hover {
  color: rgb(38 38 38 / 0.6);
}
.hover\:text-neutral-800\/70:hover {
  color: rgb(38 38 38 / 0.7);
}
.hover\:text-neutral-800\/75:hover {
  color: rgb(38 38 38 / 0.75);
}
.hover\:text-neutral-800\/80:hover {
  color: rgb(38 38 38 / 0.8);
}
.hover\:text-neutral-800\/90:hover {
  color: rgb(38 38 38 / 0.9);
}
.hover\:text-neutral-800\/95:hover {
  color: rgb(38 38 38 / 0.95);
}
.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.hover\:text-neutral-900\/0:hover {
  color: rgb(23 23 23 / 0);
}
.hover\:text-neutral-900\/10:hover {
  color: rgb(23 23 23 / 0.1);
}
.hover\:text-neutral-900\/100:hover {
  color: rgb(23 23 23 / 1);
}
.hover\:text-neutral-900\/20:hover {
  color: rgb(23 23 23 / 0.2);
}
.hover\:text-neutral-900\/25:hover {
  color: rgb(23 23 23 / 0.25);
}
.hover\:text-neutral-900\/30:hover {
  color: rgb(23 23 23 / 0.3);
}
.hover\:text-neutral-900\/40:hover {
  color: rgb(23 23 23 / 0.4);
}
.hover\:text-neutral-900\/5:hover {
  color: rgb(23 23 23 / 0.05);
}
.hover\:text-neutral-900\/50:hover {
  color: rgb(23 23 23 / 0.5);
}
.hover\:text-neutral-900\/60:hover {
  color: rgb(23 23 23 / 0.6);
}
.hover\:text-neutral-900\/70:hover {
  color: rgb(23 23 23 / 0.7);
}
.hover\:text-neutral-900\/75:hover {
  color: rgb(23 23 23 / 0.75);
}
.hover\:text-neutral-900\/80:hover {
  color: rgb(23 23 23 / 0.8);
}
.hover\:text-neutral-900\/90:hover {
  color: rgb(23 23 23 / 0.9);
}
.hover\:text-neutral-900\/95:hover {
  color: rgb(23 23 23 / 0.95);
}
.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.hover\:text-neutral-950\/0:hover {
  color: rgb(10 10 10 / 0);
}
.hover\:text-neutral-950\/10:hover {
  color: rgb(10 10 10 / 0.1);
}
.hover\:text-neutral-950\/100:hover {
  color: rgb(10 10 10 / 1);
}
.hover\:text-neutral-950\/20:hover {
  color: rgb(10 10 10 / 0.2);
}
.hover\:text-neutral-950\/25:hover {
  color: rgb(10 10 10 / 0.25);
}
.hover\:text-neutral-950\/30:hover {
  color: rgb(10 10 10 / 0.3);
}
.hover\:text-neutral-950\/40:hover {
  color: rgb(10 10 10 / 0.4);
}
.hover\:text-neutral-950\/5:hover {
  color: rgb(10 10 10 / 0.05);
}
.hover\:text-neutral-950\/50:hover {
  color: rgb(10 10 10 / 0.5);
}
.hover\:text-neutral-950\/60:hover {
  color: rgb(10 10 10 / 0.6);
}
.hover\:text-neutral-950\/70:hover {
  color: rgb(10 10 10 / 0.7);
}
.hover\:text-neutral-950\/75:hover {
  color: rgb(10 10 10 / 0.75);
}
.hover\:text-neutral-950\/80:hover {
  color: rgb(10 10 10 / 0.8);
}
.hover\:text-neutral-950\/90:hover {
  color: rgb(10 10 10 / 0.9);
}
.hover\:text-neutral-950\/95:hover {
  color: rgb(10 10 10 / 0.95);
}
.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.hover\:text-orange-100\/0:hover {
  color: rgb(255 237 213 / 0);
}
.hover\:text-orange-100\/10:hover {
  color: rgb(255 237 213 / 0.1);
}
.hover\:text-orange-100\/100:hover {
  color: rgb(255 237 213 / 1);
}
.hover\:text-orange-100\/20:hover {
  color: rgb(255 237 213 / 0.2);
}
.hover\:text-orange-100\/25:hover {
  color: rgb(255 237 213 / 0.25);
}
.hover\:text-orange-100\/30:hover {
  color: rgb(255 237 213 / 0.3);
}
.hover\:text-orange-100\/40:hover {
  color: rgb(255 237 213 / 0.4);
}
.hover\:text-orange-100\/5:hover {
  color: rgb(255 237 213 / 0.05);
}
.hover\:text-orange-100\/50:hover {
  color: rgb(255 237 213 / 0.5);
}
.hover\:text-orange-100\/60:hover {
  color: rgb(255 237 213 / 0.6);
}
.hover\:text-orange-100\/70:hover {
  color: rgb(255 237 213 / 0.7);
}
.hover\:text-orange-100\/75:hover {
  color: rgb(255 237 213 / 0.75);
}
.hover\:text-orange-100\/80:hover {
  color: rgb(255 237 213 / 0.8);
}
.hover\:text-orange-100\/90:hover {
  color: rgb(255 237 213 / 0.9);
}
.hover\:text-orange-100\/95:hover {
  color: rgb(255 237 213 / 0.95);
}
.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.hover\:text-orange-200\/0:hover {
  color: rgb(254 215 170 / 0);
}
.hover\:text-orange-200\/10:hover {
  color: rgb(254 215 170 / 0.1);
}
.hover\:text-orange-200\/100:hover {
  color: rgb(254 215 170 / 1);
}
.hover\:text-orange-200\/20:hover {
  color: rgb(254 215 170 / 0.2);
}
.hover\:text-orange-200\/25:hover {
  color: rgb(254 215 170 / 0.25);
}
.hover\:text-orange-200\/30:hover {
  color: rgb(254 215 170 / 0.3);
}
.hover\:text-orange-200\/40:hover {
  color: rgb(254 215 170 / 0.4);
}
.hover\:text-orange-200\/5:hover {
  color: rgb(254 215 170 / 0.05);
}
.hover\:text-orange-200\/50:hover {
  color: rgb(254 215 170 / 0.5);
}
.hover\:text-orange-200\/60:hover {
  color: rgb(254 215 170 / 0.6);
}
.hover\:text-orange-200\/70:hover {
  color: rgb(254 215 170 / 0.7);
}
.hover\:text-orange-200\/75:hover {
  color: rgb(254 215 170 / 0.75);
}
.hover\:text-orange-200\/80:hover {
  color: rgb(254 215 170 / 0.8);
}
.hover\:text-orange-200\/90:hover {
  color: rgb(254 215 170 / 0.9);
}
.hover\:text-orange-200\/95:hover {
  color: rgb(254 215 170 / 0.95);
}
.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.hover\:text-orange-300\/0:hover {
  color: rgb(253 186 116 / 0);
}
.hover\:text-orange-300\/10:hover {
  color: rgb(253 186 116 / 0.1);
}
.hover\:text-orange-300\/100:hover {
  color: rgb(253 186 116 / 1);
}
.hover\:text-orange-300\/20:hover {
  color: rgb(253 186 116 / 0.2);
}
.hover\:text-orange-300\/25:hover {
  color: rgb(253 186 116 / 0.25);
}
.hover\:text-orange-300\/30:hover {
  color: rgb(253 186 116 / 0.3);
}
.hover\:text-orange-300\/40:hover {
  color: rgb(253 186 116 / 0.4);
}
.hover\:text-orange-300\/5:hover {
  color: rgb(253 186 116 / 0.05);
}
.hover\:text-orange-300\/50:hover {
  color: rgb(253 186 116 / 0.5);
}
.hover\:text-orange-300\/60:hover {
  color: rgb(253 186 116 / 0.6);
}
.hover\:text-orange-300\/70:hover {
  color: rgb(253 186 116 / 0.7);
}
.hover\:text-orange-300\/75:hover {
  color: rgb(253 186 116 / 0.75);
}
.hover\:text-orange-300\/80:hover {
  color: rgb(253 186 116 / 0.8);
}
.hover\:text-orange-300\/90:hover {
  color: rgb(253 186 116 / 0.9);
}
.hover\:text-orange-300\/95:hover {
  color: rgb(253 186 116 / 0.95);
}
.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.hover\:text-orange-400\/0:hover {
  color: rgb(251 146 60 / 0);
}
.hover\:text-orange-400\/10:hover {
  color: rgb(251 146 60 / 0.1);
}
.hover\:text-orange-400\/100:hover {
  color: rgb(251 146 60 / 1);
}
.hover\:text-orange-400\/20:hover {
  color: rgb(251 146 60 / 0.2);
}
.hover\:text-orange-400\/25:hover {
  color: rgb(251 146 60 / 0.25);
}
.hover\:text-orange-400\/30:hover {
  color: rgb(251 146 60 / 0.3);
}
.hover\:text-orange-400\/40:hover {
  color: rgb(251 146 60 / 0.4);
}
.hover\:text-orange-400\/5:hover {
  color: rgb(251 146 60 / 0.05);
}
.hover\:text-orange-400\/50:hover {
  color: rgb(251 146 60 / 0.5);
}
.hover\:text-orange-400\/60:hover {
  color: rgb(251 146 60 / 0.6);
}
.hover\:text-orange-400\/70:hover {
  color: rgb(251 146 60 / 0.7);
}
.hover\:text-orange-400\/75:hover {
  color: rgb(251 146 60 / 0.75);
}
.hover\:text-orange-400\/80:hover {
  color: rgb(251 146 60 / 0.8);
}
.hover\:text-orange-400\/90:hover {
  color: rgb(251 146 60 / 0.9);
}
.hover\:text-orange-400\/95:hover {
  color: rgb(251 146 60 / 0.95);
}
.hover\:text-orange-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.hover\:text-orange-50\/0:hover {
  color: rgb(255 247 237 / 0);
}
.hover\:text-orange-50\/10:hover {
  color: rgb(255 247 237 / 0.1);
}
.hover\:text-orange-50\/100:hover {
  color: rgb(255 247 237 / 1);
}
.hover\:text-orange-50\/20:hover {
  color: rgb(255 247 237 / 0.2);
}
.hover\:text-orange-50\/25:hover {
  color: rgb(255 247 237 / 0.25);
}
.hover\:text-orange-50\/30:hover {
  color: rgb(255 247 237 / 0.3);
}
.hover\:text-orange-50\/40:hover {
  color: rgb(255 247 237 / 0.4);
}
.hover\:text-orange-50\/5:hover {
  color: rgb(255 247 237 / 0.05);
}
.hover\:text-orange-50\/50:hover {
  color: rgb(255 247 237 / 0.5);
}
.hover\:text-orange-50\/60:hover {
  color: rgb(255 247 237 / 0.6);
}
.hover\:text-orange-50\/70:hover {
  color: rgb(255 247 237 / 0.7);
}
.hover\:text-orange-50\/75:hover {
  color: rgb(255 247 237 / 0.75);
}
.hover\:text-orange-50\/80:hover {
  color: rgb(255 247 237 / 0.8);
}
.hover\:text-orange-50\/90:hover {
  color: rgb(255 247 237 / 0.9);
}
.hover\:text-orange-50\/95:hover {
  color: rgb(255 247 237 / 0.95);
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.hover\:text-orange-500\/0:hover {
  color: rgb(249 115 22 / 0);
}
.hover\:text-orange-500\/10:hover {
  color: rgb(249 115 22 / 0.1);
}
.hover\:text-orange-500\/100:hover {
  color: rgb(249 115 22 / 1);
}
.hover\:text-orange-500\/20:hover {
  color: rgb(249 115 22 / 0.2);
}
.hover\:text-orange-500\/25:hover {
  color: rgb(249 115 22 / 0.25);
}
.hover\:text-orange-500\/30:hover {
  color: rgb(249 115 22 / 0.3);
}
.hover\:text-orange-500\/40:hover {
  color: rgb(249 115 22 / 0.4);
}
.hover\:text-orange-500\/5:hover {
  color: rgb(249 115 22 / 0.05);
}
.hover\:text-orange-500\/50:hover {
  color: rgb(249 115 22 / 0.5);
}
.hover\:text-orange-500\/60:hover {
  color: rgb(249 115 22 / 0.6);
}
.hover\:text-orange-500\/70:hover {
  color: rgb(249 115 22 / 0.7);
}
.hover\:text-orange-500\/75:hover {
  color: rgb(249 115 22 / 0.75);
}
.hover\:text-orange-500\/80:hover {
  color: rgb(249 115 22 / 0.8);
}
.hover\:text-orange-500\/90:hover {
  color: rgb(249 115 22 / 0.9);
}
.hover\:text-orange-500\/95:hover {
  color: rgb(249 115 22 / 0.95);
}
.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.hover\:text-orange-600\/0:hover {
  color: rgb(234 88 12 / 0);
}
.hover\:text-orange-600\/10:hover {
  color: rgb(234 88 12 / 0.1);
}
.hover\:text-orange-600\/100:hover {
  color: rgb(234 88 12 / 1);
}
.hover\:text-orange-600\/20:hover {
  color: rgb(234 88 12 / 0.2);
}
.hover\:text-orange-600\/25:hover {
  color: rgb(234 88 12 / 0.25);
}
.hover\:text-orange-600\/30:hover {
  color: rgb(234 88 12 / 0.3);
}
.hover\:text-orange-600\/40:hover {
  color: rgb(234 88 12 / 0.4);
}
.hover\:text-orange-600\/5:hover {
  color: rgb(234 88 12 / 0.05);
}
.hover\:text-orange-600\/50:hover {
  color: rgb(234 88 12 / 0.5);
}
.hover\:text-orange-600\/60:hover {
  color: rgb(234 88 12 / 0.6);
}
.hover\:text-orange-600\/70:hover {
  color: rgb(234 88 12 / 0.7);
}
.hover\:text-orange-600\/75:hover {
  color: rgb(234 88 12 / 0.75);
}
.hover\:text-orange-600\/80:hover {
  color: rgb(234 88 12 / 0.8);
}
.hover\:text-orange-600\/90:hover {
  color: rgb(234 88 12 / 0.9);
}
.hover\:text-orange-600\/95:hover {
  color: rgb(234 88 12 / 0.95);
}
.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.hover\:text-orange-700\/0:hover {
  color: rgb(194 65 12 / 0);
}
.hover\:text-orange-700\/10:hover {
  color: rgb(194 65 12 / 0.1);
}
.hover\:text-orange-700\/100:hover {
  color: rgb(194 65 12 / 1);
}
.hover\:text-orange-700\/20:hover {
  color: rgb(194 65 12 / 0.2);
}
.hover\:text-orange-700\/25:hover {
  color: rgb(194 65 12 / 0.25);
}
.hover\:text-orange-700\/30:hover {
  color: rgb(194 65 12 / 0.3);
}
.hover\:text-orange-700\/40:hover {
  color: rgb(194 65 12 / 0.4);
}
.hover\:text-orange-700\/5:hover {
  color: rgb(194 65 12 / 0.05);
}
.hover\:text-orange-700\/50:hover {
  color: rgb(194 65 12 / 0.5);
}
.hover\:text-orange-700\/60:hover {
  color: rgb(194 65 12 / 0.6);
}
.hover\:text-orange-700\/70:hover {
  color: rgb(194 65 12 / 0.7);
}
.hover\:text-orange-700\/75:hover {
  color: rgb(194 65 12 / 0.75);
}
.hover\:text-orange-700\/80:hover {
  color: rgb(194 65 12 / 0.8);
}
.hover\:text-orange-700\/90:hover {
  color: rgb(194 65 12 / 0.9);
}
.hover\:text-orange-700\/95:hover {
  color: rgb(194 65 12 / 0.95);
}
.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.hover\:text-orange-800\/0:hover {
  color: rgb(154 52 18 / 0);
}
.hover\:text-orange-800\/10:hover {
  color: rgb(154 52 18 / 0.1);
}
.hover\:text-orange-800\/100:hover {
  color: rgb(154 52 18 / 1);
}
.hover\:text-orange-800\/20:hover {
  color: rgb(154 52 18 / 0.2);
}
.hover\:text-orange-800\/25:hover {
  color: rgb(154 52 18 / 0.25);
}
.hover\:text-orange-800\/30:hover {
  color: rgb(154 52 18 / 0.3);
}
.hover\:text-orange-800\/40:hover {
  color: rgb(154 52 18 / 0.4);
}
.hover\:text-orange-800\/5:hover {
  color: rgb(154 52 18 / 0.05);
}
.hover\:text-orange-800\/50:hover {
  color: rgb(154 52 18 / 0.5);
}
.hover\:text-orange-800\/60:hover {
  color: rgb(154 52 18 / 0.6);
}
.hover\:text-orange-800\/70:hover {
  color: rgb(154 52 18 / 0.7);
}
.hover\:text-orange-800\/75:hover {
  color: rgb(154 52 18 / 0.75);
}
.hover\:text-orange-800\/80:hover {
  color: rgb(154 52 18 / 0.8);
}
.hover\:text-orange-800\/90:hover {
  color: rgb(154 52 18 / 0.9);
}
.hover\:text-orange-800\/95:hover {
  color: rgb(154 52 18 / 0.95);
}
.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.hover\:text-orange-900\/0:hover {
  color: rgb(124 45 18 / 0);
}
.hover\:text-orange-900\/10:hover {
  color: rgb(124 45 18 / 0.1);
}
.hover\:text-orange-900\/100:hover {
  color: rgb(124 45 18 / 1);
}
.hover\:text-orange-900\/20:hover {
  color: rgb(124 45 18 / 0.2);
}
.hover\:text-orange-900\/25:hover {
  color: rgb(124 45 18 / 0.25);
}
.hover\:text-orange-900\/30:hover {
  color: rgb(124 45 18 / 0.3);
}
.hover\:text-orange-900\/40:hover {
  color: rgb(124 45 18 / 0.4);
}
.hover\:text-orange-900\/5:hover {
  color: rgb(124 45 18 / 0.05);
}
.hover\:text-orange-900\/50:hover {
  color: rgb(124 45 18 / 0.5);
}
.hover\:text-orange-900\/60:hover {
  color: rgb(124 45 18 / 0.6);
}
.hover\:text-orange-900\/70:hover {
  color: rgb(124 45 18 / 0.7);
}
.hover\:text-orange-900\/75:hover {
  color: rgb(124 45 18 / 0.75);
}
.hover\:text-orange-900\/80:hover {
  color: rgb(124 45 18 / 0.8);
}
.hover\:text-orange-900\/90:hover {
  color: rgb(124 45 18 / 0.9);
}
.hover\:text-orange-900\/95:hover {
  color: rgb(124 45 18 / 0.95);
}
.hover\:text-orange-950:hover {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.hover\:text-orange-950\/0:hover {
  color: rgb(67 20 7 / 0);
}
.hover\:text-orange-950\/10:hover {
  color: rgb(67 20 7 / 0.1);
}
.hover\:text-orange-950\/100:hover {
  color: rgb(67 20 7 / 1);
}
.hover\:text-orange-950\/20:hover {
  color: rgb(67 20 7 / 0.2);
}
.hover\:text-orange-950\/25:hover {
  color: rgb(67 20 7 / 0.25);
}
.hover\:text-orange-950\/30:hover {
  color: rgb(67 20 7 / 0.3);
}
.hover\:text-orange-950\/40:hover {
  color: rgb(67 20 7 / 0.4);
}
.hover\:text-orange-950\/5:hover {
  color: rgb(67 20 7 / 0.05);
}
.hover\:text-orange-950\/50:hover {
  color: rgb(67 20 7 / 0.5);
}
.hover\:text-orange-950\/60:hover {
  color: rgb(67 20 7 / 0.6);
}
.hover\:text-orange-950\/70:hover {
  color: rgb(67 20 7 / 0.7);
}
.hover\:text-orange-950\/75:hover {
  color: rgb(67 20 7 / 0.75);
}
.hover\:text-orange-950\/80:hover {
  color: rgb(67 20 7 / 0.8);
}
.hover\:text-orange-950\/90:hover {
  color: rgb(67 20 7 / 0.9);
}
.hover\:text-orange-950\/95:hover {
  color: rgb(67 20 7 / 0.95);
}
.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.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\/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\/40:hover {
  color: rgb(252 231 243 / 0.4);
}
.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\/60:hover {
  color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(251 207 232 / 0.4);
}
.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\/60:hover {
  color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(249 168 212 / 0.4);
}
.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\/60:hover {
  color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(244 114 182 / 0.4);
}
.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\/60:hover {
  color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(253 242 248 / 0.4);
}
.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\/60:hover {
  color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(236 72 153 / 0.4);
}
.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\/60:hover {
  color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(219 39 119 / 0.4);
}
.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\/60:hover {
  color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(190 24 93 / 0.4);
}
.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\/60:hover {
  color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(157 23 77 / 0.4);
}
.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\/60:hover {
  color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(131 24 67 / 0.4);
}
.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\/60:hover {
  color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(80 7 36 / 0.4);
}
.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\/60:hover {
  color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(243 232 255 / 0.4);
}
.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\/60:hover {
  color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(233 213 255 / 0.4);
}
.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\/60:hover {
  color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(216 180 254 / 0.4);
}
.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\/60:hover {
  color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(192 132 252 / 0.4);
}
.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\/60:hover {
  color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(250 245 255 / 0.4);
}
.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\/60:hover {
  color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(168 85 247 / 0.4);
}
.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\/60:hover {
  color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(147 51 234 / 0.4);
}
.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\/60:hover {
  color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(126 34 206 / 0.4);
}
.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\/60:hover {
  color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(107 33 168 / 0.4);
}
.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\/60:hover {
  color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(88 28 135 / 0.4);
}
.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\/60:hover {
  color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(59 7 100 / 0.4);
}
.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\/60:hover {
  color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(254 226 226 / 0.4);
}
.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\/60:hover {
  color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(254 202 202 / 0.4);
}
.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\/60:hover {
  color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(252 165 165 / 0.4);
}
.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\/60:hover {
  color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(248 113 113 / 0.4);
}
.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\/60:hover {
  color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(254 242 242 / 0.4);
}
.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\/60:hover {
  color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(239 68 68 / 0.4);
}
.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\/60:hover {
  color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(220 38 38 / 0.4);
}
.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\/60:hover {
  color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(185 28 28 / 0.4);
}
.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\/60:hover {
  color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(153 27 27 / 0.4);
}
.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\/60:hover {
  color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(127 29 29 / 0.4);
}
.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\/60:hover {
  color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(69 10 10 / 0.4);
}
.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\/60:hover {
  color: rgb(69 10 10 / 0.6);
}
.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\/90:hover {
  color: rgb(69 10 10 / 0.9);
}
.hover\:text-red-950\/95:hover {
  color: rgb(69 10 10 / 0.95);
}
.hover\:text-rose-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.hover\:text-rose-100\/0:hover {
  color: rgb(255 228 230 / 0);
}
.hover\:text-rose-100\/10:hover {
  color: rgb(255 228 230 / 0.1);
}
.hover\:text-rose-100\/100:hover {
  color: rgb(255 228 230 / 1);
}
.hover\:text-rose-100\/20:hover {
  color: rgb(255 228 230 / 0.2);
}
.hover\:text-rose-100\/25:hover {
  color: rgb(255 228 230 / 0.25);
}
.hover\:text-rose-100\/30:hover {
  color: rgb(255 228 230 / 0.3);
}
.hover\:text-rose-100\/40:hover {
  color: rgb(255 228 230 / 0.4);
}
.hover\:text-rose-100\/5:hover {
  color: rgb(255 228 230 / 0.05);
}
.hover\:text-rose-100\/50:hover {
  color: rgb(255 228 230 / 0.5);
}
.hover\:text-rose-100\/60:hover {
  color: rgb(255 228 230 / 0.6);
}
.hover\:text-rose-100\/70:hover {
  color: rgb(255 228 230 / 0.7);
}
.hover\:text-rose-100\/75:hover {
  color: rgb(255 228 230 / 0.75);
}
.hover\:text-rose-100\/80:hover {
  color: rgb(255 228 230 / 0.8);
}
.hover\:text-rose-100\/90:hover {
  color: rgb(255 228 230 / 0.9);
}
.hover\:text-rose-100\/95:hover {
  color: rgb(255 228 230 / 0.95);
}
.hover\:text-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.hover\:text-rose-200\/0:hover {
  color: rgb(254 205 211 / 0);
}
.hover\:text-rose-200\/10:hover {
  color: rgb(254 205 211 / 0.1);
}
.hover\:text-rose-200\/100:hover {
  color: rgb(254 205 211 / 1);
}
.hover\:text-rose-200\/20:hover {
  color: rgb(254 205 211 / 0.2);
}
.hover\:text-rose-200\/25:hover {
  color: rgb(254 205 211 / 0.25);
}
.hover\:text-rose-200\/30:hover {
  color: rgb(254 205 211 / 0.3);
}
.hover\:text-rose-200\/40:hover {
  color: rgb(254 205 211 / 0.4);
}
.hover\:text-rose-200\/5:hover {
  color: rgb(254 205 211 / 0.05);
}
.hover\:text-rose-200\/50:hover {
  color: rgb(254 205 211 / 0.5);
}
.hover\:text-rose-200\/60:hover {
  color: rgb(254 205 211 / 0.6);
}
.hover\:text-rose-200\/70:hover {
  color: rgb(254 205 211 / 0.7);
}
.hover\:text-rose-200\/75:hover {
  color: rgb(254 205 211 / 0.75);
}
.hover\:text-rose-200\/80:hover {
  color: rgb(254 205 211 / 0.8);
}
.hover\:text-rose-200\/90:hover {
  color: rgb(254 205 211 / 0.9);
}
.hover\:text-rose-200\/95:hover {
  color: rgb(254 205 211 / 0.95);
}
.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.hover\:text-rose-300\/0:hover {
  color: rgb(253 164 175 / 0);
}
.hover\:text-rose-300\/10:hover {
  color: rgb(253 164 175 / 0.1);
}
.hover\:text-rose-300\/100:hover {
  color: rgb(253 164 175 / 1);
}
.hover\:text-rose-300\/20:hover {
  color: rgb(253 164 175 / 0.2);
}
.hover\:text-rose-300\/25:hover {
  color: rgb(253 164 175 / 0.25);
}
.hover\:text-rose-300\/30:hover {
  color: rgb(253 164 175 / 0.3);
}
.hover\:text-rose-300\/40:hover {
  color: rgb(253 164 175 / 0.4);
}
.hover\:text-rose-300\/5:hover {
  color: rgb(253 164 175 / 0.05);
}
.hover\:text-rose-300\/50:hover {
  color: rgb(253 164 175 / 0.5);
}
.hover\:text-rose-300\/60:hover {
  color: rgb(253 164 175 / 0.6);
}
.hover\:text-rose-300\/70:hover {
  color: rgb(253 164 175 / 0.7);
}
.hover\:text-rose-300\/75:hover {
  color: rgb(253 164 175 / 0.75);
}
.hover\:text-rose-300\/80:hover {
  color: rgb(253 164 175 / 0.8);
}
.hover\:text-rose-300\/90:hover {
  color: rgb(253 164 175 / 0.9);
}
.hover\:text-rose-300\/95:hover {
  color: rgb(253 164 175 / 0.95);
}
.hover\:text-rose-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.hover\:text-rose-400\/0:hover {
  color: rgb(251 113 133 / 0);
}
.hover\:text-rose-400\/10:hover {
  color: rgb(251 113 133 / 0.1);
}
.hover\:text-rose-400\/100:hover {
  color: rgb(251 113 133 / 1);
}
.hover\:text-rose-400\/20:hover {
  color: rgb(251 113 133 / 0.2);
}
.hover\:text-rose-400\/25:hover {
  color: rgb(251 113 133 / 0.25);
}
.hover\:text-rose-400\/30:hover {
  color: rgb(251 113 133 / 0.3);
}
.hover\:text-rose-400\/40:hover {
  color: rgb(251 113 133 / 0.4);
}
.hover\:text-rose-400\/5:hover {
  color: rgb(251 113 133 / 0.05);
}
.hover\:text-rose-400\/50:hover {
  color: rgb(251 113 133 / 0.5);
}
.hover\:text-rose-400\/60:hover {
  color: rgb(251 113 133 / 0.6);
}
.hover\:text-rose-400\/70:hover {
  color: rgb(251 113 133 / 0.7);
}
.hover\:text-rose-400\/75:hover {
  color: rgb(251 113 133 / 0.75);
}
.hover\:text-rose-400\/80:hover {
  color: rgb(251 113 133 / 0.8);
}
.hover\:text-rose-400\/90:hover {
  color: rgb(251 113 133 / 0.9);
}
.hover\:text-rose-400\/95:hover {
  color: rgb(251 113 133 / 0.95);
}
.hover\:text-rose-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.hover\:text-rose-50\/0:hover {
  color: rgb(255 241 242 / 0);
}
.hover\:text-rose-50\/10:hover {
  color: rgb(255 241 242 / 0.1);
}
.hover\:text-rose-50\/100:hover {
  color: rgb(255 241 242 / 1);
}
.hover\:text-rose-50\/20:hover {
  color: rgb(255 241 242 / 0.2);
}
.hover\:text-rose-50\/25:hover {
  color: rgb(255 241 242 / 0.25);
}
.hover\:text-rose-50\/30:hover {
  color: rgb(255 241 242 / 0.3);
}
.hover\:text-rose-50\/40:hover {
  color: rgb(255 241 242 / 0.4);
}
.hover\:text-rose-50\/5:hover {
  color: rgb(255 241 242 / 0.05);
}
.hover\:text-rose-50\/50:hover {
  color: rgb(255 241 242 / 0.5);
}
.hover\:text-rose-50\/60:hover {
  color: rgb(255 241 242 / 0.6);
}
.hover\:text-rose-50\/70:hover {
  color: rgb(255 241 242 / 0.7);
}
.hover\:text-rose-50\/75:hover {
  color: rgb(255 241 242 / 0.75);
}
.hover\:text-rose-50\/80:hover {
  color: rgb(255 241 242 / 0.8);
}
.hover\:text-rose-50\/90:hover {
  color: rgb(255 241 242 / 0.9);
}
.hover\:text-rose-50\/95:hover {
  color: rgb(255 241 242 / 0.95);
}
.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.hover\:text-rose-500\/0:hover {
  color: rgb(244 63 94 / 0);
}
.hover\:text-rose-500\/10:hover {
  color: rgb(244 63 94 / 0.1);
}
.hover\:text-rose-500\/100:hover {
  color: rgb(244 63 94 / 1);
}
.hover\:text-rose-500\/20:hover {
  color: rgb(244 63 94 / 0.2);
}
.hover\:text-rose-500\/25:hover {
  color: rgb(244 63 94 / 0.25);
}
.hover\:text-rose-500\/30:hover {
  color: rgb(244 63 94 / 0.3);
}
.hover\:text-rose-500\/40:hover {
  color: rgb(244 63 94 / 0.4);
}
.hover\:text-rose-500\/5:hover {
  color: rgb(244 63 94 / 0.05);
}
.hover\:text-rose-500\/50:hover {
  color: rgb(244 63 94 / 0.5);
}
.hover\:text-rose-500\/60:hover {
  color: rgb(244 63 94 / 0.6);
}
.hover\:text-rose-500\/70:hover {
  color: rgb(244 63 94 / 0.7);
}
.hover\:text-rose-500\/75:hover {
  color: rgb(244 63 94 / 0.75);
}
.hover\:text-rose-500\/80:hover {
  color: rgb(244 63 94 / 0.8);
}
.hover\:text-rose-500\/90:hover {
  color: rgb(244 63 94 / 0.9);
}
.hover\:text-rose-500\/95:hover {
  color: rgb(244 63 94 / 0.95);
}
.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.hover\:text-rose-600\/0:hover {
  color: rgb(225 29 72 / 0);
}
.hover\:text-rose-600\/10:hover {
  color: rgb(225 29 72 / 0.1);
}
.hover\:text-rose-600\/100:hover {
  color: rgb(225 29 72 / 1);
}
.hover\:text-rose-600\/20:hover {
  color: rgb(225 29 72 / 0.2);
}
.hover\:text-rose-600\/25:hover {
  color: rgb(225 29 72 / 0.25);
}
.hover\:text-rose-600\/30:hover {
  color: rgb(225 29 72 / 0.3);
}
.hover\:text-rose-600\/40:hover {
  color: rgb(225 29 72 / 0.4);
}
.hover\:text-rose-600\/5:hover {
  color: rgb(225 29 72 / 0.05);
}
.hover\:text-rose-600\/50:hover {
  color: rgb(225 29 72 / 0.5);
}
.hover\:text-rose-600\/60:hover {
  color: rgb(225 29 72 / 0.6);
}
.hover\:text-rose-600\/70:hover {
  color: rgb(225 29 72 / 0.7);
}
.hover\:text-rose-600\/75:hover {
  color: rgb(225 29 72 / 0.75);
}
.hover\:text-rose-600\/80:hover {
  color: rgb(225 29 72 / 0.8);
}
.hover\:text-rose-600\/90:hover {
  color: rgb(225 29 72 / 0.9);
}
.hover\:text-rose-600\/95:hover {
  color: rgb(225 29 72 / 0.95);
}
.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.hover\:text-rose-700\/0:hover {
  color: rgb(190 18 60 / 0);
}
.hover\:text-rose-700\/10:hover {
  color: rgb(190 18 60 / 0.1);
}
.hover\:text-rose-700\/100:hover {
  color: rgb(190 18 60 / 1);
}
.hover\:text-rose-700\/20:hover {
  color: rgb(190 18 60 / 0.2);
}
.hover\:text-rose-700\/25:hover {
  color: rgb(190 18 60 / 0.25);
}
.hover\:text-rose-700\/30:hover {
  color: rgb(190 18 60 / 0.3);
}
.hover\:text-rose-700\/40:hover {
  color: rgb(190 18 60 / 0.4);
}
.hover\:text-rose-700\/5:hover {
  color: rgb(190 18 60 / 0.05);
}
.hover\:text-rose-700\/50:hover {
  color: rgb(190 18 60 / 0.5);
}
.hover\:text-rose-700\/60:hover {
  color: rgb(190 18 60 / 0.6);
}
.hover\:text-rose-700\/70:hover {
  color: rgb(190 18 60 / 0.7);
}
.hover\:text-rose-700\/75:hover {
  color: rgb(190 18 60 / 0.75);
}
.hover\:text-rose-700\/80:hover {
  color: rgb(190 18 60 / 0.8);
}
.hover\:text-rose-700\/90:hover {
  color: rgb(190 18 60 / 0.9);
}
.hover\:text-rose-700\/95:hover {
  color: rgb(190 18 60 / 0.95);
}
.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.hover\:text-rose-800\/0:hover {
  color: rgb(159 18 57 / 0);
}
.hover\:text-rose-800\/10:hover {
  color: rgb(159 18 57 / 0.1);
}
.hover\:text-rose-800\/100:hover {
  color: rgb(159 18 57 / 1);
}
.hover\:text-rose-800\/20:hover {
  color: rgb(159 18 57 / 0.2);
}
.hover\:text-rose-800\/25:hover {
  color: rgb(159 18 57 / 0.25);
}
.hover\:text-rose-800\/30:hover {
  color: rgb(159 18 57 / 0.3);
}
.hover\:text-rose-800\/40:hover {
  color: rgb(159 18 57 / 0.4);
}
.hover\:text-rose-800\/5:hover {
  color: rgb(159 18 57 / 0.05);
}
.hover\:text-rose-800\/50:hover {
  color: rgb(159 18 57 / 0.5);
}
.hover\:text-rose-800\/60:hover {
  color: rgb(159 18 57 / 0.6);
}
.hover\:text-rose-800\/70:hover {
  color: rgb(159 18 57 / 0.7);
}
.hover\:text-rose-800\/75:hover {
  color: rgb(159 18 57 / 0.75);
}
.hover\:text-rose-800\/80:hover {
  color: rgb(159 18 57 / 0.8);
}
.hover\:text-rose-800\/90:hover {
  color: rgb(159 18 57 / 0.9);
}
.hover\:text-rose-800\/95:hover {
  color: rgb(159 18 57 / 0.95);
}
.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.hover\:text-rose-900\/0:hover {
  color: rgb(136 19 55 / 0);
}
.hover\:text-rose-900\/10:hover {
  color: rgb(136 19 55 / 0.1);
}
.hover\:text-rose-900\/100:hover {
  color: rgb(136 19 55 / 1);
}
.hover\:text-rose-900\/20:hover {
  color: rgb(136 19 55 / 0.2);
}
.hover\:text-rose-900\/25:hover {
  color: rgb(136 19 55 / 0.25);
}
.hover\:text-rose-900\/30:hover {
  color: rgb(136 19 55 / 0.3);
}
.hover\:text-rose-900\/40:hover {
  color: rgb(136 19 55 / 0.4);
}
.hover\:text-rose-900\/5:hover {
  color: rgb(136 19 55 / 0.05);
}
.hover\:text-rose-900\/50:hover {
  color: rgb(136 19 55 / 0.5);
}
.hover\:text-rose-900\/60:hover {
  color: rgb(136 19 55 / 0.6);
}
.hover\:text-rose-900\/70:hover {
  color: rgb(136 19 55 / 0.7);
}
.hover\:text-rose-900\/75:hover {
  color: rgb(136 19 55 / 0.75);
}
.hover\:text-rose-900\/80:hover {
  color: rgb(136 19 55 / 0.8);
}
.hover\:text-rose-900\/90:hover {
  color: rgb(136 19 55 / 0.9);
}
.hover\:text-rose-900\/95:hover {
  color: rgb(136 19 55 / 0.95);
}
.hover\:text-rose-950:hover {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.hover\:text-rose-950\/0:hover {
  color: rgb(76 5 25 / 0);
}
.hover\:text-rose-950\/10:hover {
  color: rgb(76 5 25 / 0.1);
}
.hover\:text-rose-950\/100:hover {
  color: rgb(76 5 25 / 1);
}
.hover\:text-rose-950\/20:hover {
  color: rgb(76 5 25 / 0.2);
}
.hover\:text-rose-950\/25:hover {
  color: rgb(76 5 25 / 0.25);
}
.hover\:text-rose-950\/30:hover {
  color: rgb(76 5 25 / 0.3);
}
.hover\:text-rose-950\/40:hover {
  color: rgb(76 5 25 / 0.4);
}
.hover\:text-rose-950\/5:hover {
  color: rgb(76 5 25 / 0.05);
}
.hover\:text-rose-950\/50:hover {
  color: rgb(76 5 25 / 0.5);
}
.hover\:text-rose-950\/60:hover {
  color: rgb(76 5 25 / 0.6);
}
.hover\:text-rose-950\/70:hover {
  color: rgb(76 5 25 / 0.7);
}
.hover\:text-rose-950\/75:hover {
  color: rgb(76 5 25 / 0.75);
}
.hover\:text-rose-950\/80:hover {
  color: rgb(76 5 25 / 0.8);
}
.hover\:text-rose-950\/90:hover {
  color: rgb(76 5 25 / 0.9);
}
.hover\:text-rose-950\/95:hover {
  color: rgb(76 5 25 / 0.95);
}
.hover\:text-sky-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.hover\:text-sky-100\/0:hover {
  color: rgb(224 242 254 / 0);
}
.hover\:text-sky-100\/10:hover {
  color: rgb(224 242 254 / 0.1);
}
.hover\:text-sky-100\/100:hover {
  color: rgb(224 242 254 / 1);
}
.hover\:text-sky-100\/20:hover {
  color: rgb(224 242 254 / 0.2);
}
.hover\:text-sky-100\/25:hover {
  color: rgb(224 242 254 / 0.25);
}
.hover\:text-sky-100\/30:hover {
  color: rgb(224 242 254 / 0.3);
}
.hover\:text-sky-100\/40:hover {
  color: rgb(224 242 254 / 0.4);
}
.hover\:text-sky-100\/5:hover {
  color: rgb(224 242 254 / 0.05);
}
.hover\:text-sky-100\/50:hover {
  color: rgb(224 242 254 / 0.5);
}
.hover\:text-sky-100\/60:hover {
  color: rgb(224 242 254 / 0.6);
}
.hover\:text-sky-100\/70:hover {
  color: rgb(224 242 254 / 0.7);
}
.hover\:text-sky-100\/75:hover {
  color: rgb(224 242 254 / 0.75);
}
.hover\:text-sky-100\/80:hover {
  color: rgb(224 242 254 / 0.8);
}
.hover\:text-sky-100\/90:hover {
  color: rgb(224 242 254 / 0.9);
}
.hover\:text-sky-100\/95:hover {
  color: rgb(224 242 254 / 0.95);
}
.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.hover\:text-sky-200\/0:hover {
  color: rgb(186 230 253 / 0);
}
.hover\:text-sky-200\/10:hover {
  color: rgb(186 230 253 / 0.1);
}
.hover\:text-sky-200\/100:hover {
  color: rgb(186 230 253 / 1);
}
.hover\:text-sky-200\/20:hover {
  color: rgb(186 230 253 / 0.2);
}
.hover\:text-sky-200\/25:hover {
  color: rgb(186 230 253 / 0.25);
}
.hover\:text-sky-200\/30:hover {
  color: rgb(186 230 253 / 0.3);
}
.hover\:text-sky-200\/40:hover {
  color: rgb(186 230 253 / 0.4);
}
.hover\:text-sky-200\/5:hover {
  color: rgb(186 230 253 / 0.05);
}
.hover\:text-sky-200\/50:hover {
  color: rgb(186 230 253 / 0.5);
}
.hover\:text-sky-200\/60:hover {
  color: rgb(186 230 253 / 0.6);
}
.hover\:text-sky-200\/70:hover {
  color: rgb(186 230 253 / 0.7);
}
.hover\:text-sky-200\/75:hover {
  color: rgb(186 230 253 / 0.75);
}
.hover\:text-sky-200\/80:hover {
  color: rgb(186 230 253 / 0.8);
}
.hover\:text-sky-200\/90:hover {
  color: rgb(186 230 253 / 0.9);
}
.hover\:text-sky-200\/95:hover {
  color: rgb(186 230 253 / 0.95);
}
.hover\:text-sky-300:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.hover\:text-sky-300\/0:hover {
  color: rgb(125 211 252 / 0);
}
.hover\:text-sky-300\/10:hover {
  color: rgb(125 211 252 / 0.1);
}
.hover\:text-sky-300\/100:hover {
  color: rgb(125 211 252 / 1);
}
.hover\:text-sky-300\/20:hover {
  color: rgb(125 211 252 / 0.2);
}
.hover\:text-sky-300\/25:hover {
  color: rgb(125 211 252 / 0.25);
}
.hover\:text-sky-300\/30:hover {
  color: rgb(125 211 252 / 0.3);
}
.hover\:text-sky-300\/40:hover {
  color: rgb(125 211 252 / 0.4);
}
.hover\:text-sky-300\/5:hover {
  color: rgb(125 211 252 / 0.05);
}
.hover\:text-sky-300\/50:hover {
  color: rgb(125 211 252 / 0.5);
}
.hover\:text-sky-300\/60:hover {
  color: rgb(125 211 252 / 0.6);
}
.hover\:text-sky-300\/70:hover {
  color: rgb(125 211 252 / 0.7);
}
.hover\:text-sky-300\/75:hover {
  color: rgb(125 211 252 / 0.75);
}
.hover\:text-sky-300\/80:hover {
  color: rgb(125 211 252 / 0.8);
}
.hover\:text-sky-300\/90:hover {
  color: rgb(125 211 252 / 0.9);
}
.hover\:text-sky-300\/95:hover {
  color: rgb(125 211 252 / 0.95);
}
.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.hover\:text-sky-400\/0:hover {
  color: rgb(56 189 248 / 0);
}
.hover\:text-sky-400\/10:hover {
  color: rgb(56 189 248 / 0.1);
}
.hover\:text-sky-400\/100:hover {
  color: rgb(56 189 248 / 1);
}
.hover\:text-sky-400\/20:hover {
  color: rgb(56 189 248 / 0.2);
}
.hover\:text-sky-400\/25:hover {
  color: rgb(56 189 248 / 0.25);
}
.hover\:text-sky-400\/30:hover {
  color: rgb(56 189 248 / 0.3);
}
.hover\:text-sky-400\/40:hover {
  color: rgb(56 189 248 / 0.4);
}
.hover\:text-sky-400\/5:hover {
  color: rgb(56 189 248 / 0.05);
}
.hover\:text-sky-400\/50:hover {
  color: rgb(56 189 248 / 0.5);
}
.hover\:text-sky-400\/60:hover {
  color: rgb(56 189 248 / 0.6);
}
.hover\:text-sky-400\/70:hover {
  color: rgb(56 189 248 / 0.7);
}
.hover\:text-sky-400\/75:hover {
  color: rgb(56 189 248 / 0.75);
}
.hover\:text-sky-400\/80:hover {
  color: rgb(56 189 248 / 0.8);
}
.hover\:text-sky-400\/90:hover {
  color: rgb(56 189 248 / 0.9);
}
.hover\:text-sky-400\/95:hover {
  color: rgb(56 189 248 / 0.95);
}
.hover\:text-sky-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.hover\:text-sky-50\/0:hover {
  color: rgb(240 249 255 / 0);
}
.hover\:text-sky-50\/10:hover {
  color: rgb(240 249 255 / 0.1);
}
.hover\:text-sky-50\/100:hover {
  color: rgb(240 249 255 / 1);
}
.hover\:text-sky-50\/20:hover {
  color: rgb(240 249 255 / 0.2);
}
.hover\:text-sky-50\/25:hover {
  color: rgb(240 249 255 / 0.25);
}
.hover\:text-sky-50\/30:hover {
  color: rgb(240 249 255 / 0.3);
}
.hover\:text-sky-50\/40:hover {
  color: rgb(240 249 255 / 0.4);
}
.hover\:text-sky-50\/5:hover {
  color: rgb(240 249 255 / 0.05);
}
.hover\:text-sky-50\/50:hover {
  color: rgb(240 249 255 / 0.5);
}
.hover\:text-sky-50\/60:hover {
  color: rgb(240 249 255 / 0.6);
}
.hover\:text-sky-50\/70:hover {
  color: rgb(240 249 255 / 0.7);
}
.hover\:text-sky-50\/75:hover {
  color: rgb(240 249 255 / 0.75);
}
.hover\:text-sky-50\/80:hover {
  color: rgb(240 249 255 / 0.8);
}
.hover\:text-sky-50\/90:hover {
  color: rgb(240 249 255 / 0.9);
}
.hover\:text-sky-50\/95:hover {
  color: rgb(240 249 255 / 0.95);
}
.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.hover\:text-sky-500\/0:hover {
  color: rgb(14 165 233 / 0);
}
.hover\:text-sky-500\/10:hover {
  color: rgb(14 165 233 / 0.1);
}
.hover\:text-sky-500\/100:hover {
  color: rgb(14 165 233 / 1);
}
.hover\:text-sky-500\/20:hover {
  color: rgb(14 165 233 / 0.2);
}
.hover\:text-sky-500\/25:hover {
  color: rgb(14 165 233 / 0.25);
}
.hover\:text-sky-500\/30:hover {
  color: rgb(14 165 233 / 0.3);
}
.hover\:text-sky-500\/40:hover {
  color: rgb(14 165 233 / 0.4);
}
.hover\:text-sky-500\/5:hover {
  color: rgb(14 165 233 / 0.05);
}
.hover\:text-sky-500\/50:hover {
  color: rgb(14 165 233 / 0.5);
}
.hover\:text-sky-500\/60:hover {
  color: rgb(14 165 233 / 0.6);
}
.hover\:text-sky-500\/70:hover {
  color: rgb(14 165 233 / 0.7);
}
.hover\:text-sky-500\/75:hover {
  color: rgb(14 165 233 / 0.75);
}
.hover\:text-sky-500\/80:hover {
  color: rgb(14 165 233 / 0.8);
}
.hover\:text-sky-500\/90:hover {
  color: rgb(14 165 233 / 0.9);
}
.hover\:text-sky-500\/95:hover {
  color: rgb(14 165 233 / 0.95);
}
.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.hover\:text-sky-600\/0:hover {
  color: rgb(2 132 199 / 0);
}
.hover\:text-sky-600\/10:hover {
  color: rgb(2 132 199 / 0.1);
}
.hover\:text-sky-600\/100:hover {
  color: rgb(2 132 199 / 1);
}
.hover\:text-sky-600\/20:hover {
  color: rgb(2 132 199 / 0.2);
}
.hover\:text-sky-600\/25:hover {
  color: rgb(2 132 199 / 0.25);
}
.hover\:text-sky-600\/30:hover {
  color: rgb(2 132 199 / 0.3);
}
.hover\:text-sky-600\/40:hover {
  color: rgb(2 132 199 / 0.4);
}
.hover\:text-sky-600\/5:hover {
  color: rgb(2 132 199 / 0.05);
}
.hover\:text-sky-600\/50:hover {
  color: rgb(2 132 199 / 0.5);
}
.hover\:text-sky-600\/60:hover {
  color: rgb(2 132 199 / 0.6);
}
.hover\:text-sky-600\/70:hover {
  color: rgb(2 132 199 / 0.7);
}
.hover\:text-sky-600\/75:hover {
  color: rgb(2 132 199 / 0.75);
}
.hover\:text-sky-600\/80:hover {
  color: rgb(2 132 199 / 0.8);
}
.hover\:text-sky-600\/90:hover {
  color: rgb(2 132 199 / 0.9);
}
.hover\:text-sky-600\/95:hover {
  color: rgb(2 132 199 / 0.95);
}
.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.hover\:text-sky-700\/0:hover {
  color: rgb(3 105 161 / 0);
}
.hover\:text-sky-700\/10:hover {
  color: rgb(3 105 161 / 0.1);
}
.hover\:text-sky-700\/100:hover {
  color: rgb(3 105 161 / 1);
}
.hover\:text-sky-700\/20:hover {
  color: rgb(3 105 161 / 0.2);
}
.hover\:text-sky-700\/25:hover {
  color: rgb(3 105 161 / 0.25);
}
.hover\:text-sky-700\/30:hover {
  color: rgb(3 105 161 / 0.3);
}
.hover\:text-sky-700\/40:hover {
  color: rgb(3 105 161 / 0.4);
}
.hover\:text-sky-700\/5:hover {
  color: rgb(3 105 161 / 0.05);
}
.hover\:text-sky-700\/50:hover {
  color: rgb(3 105 161 / 0.5);
}
.hover\:text-sky-700\/60:hover {
  color: rgb(3 105 161 / 0.6);
}
.hover\:text-sky-700\/70:hover {
  color: rgb(3 105 161 / 0.7);
}
.hover\:text-sky-700\/75:hover {
  color: rgb(3 105 161 / 0.75);
}
.hover\:text-sky-700\/80:hover {
  color: rgb(3 105 161 / 0.8);
}
.hover\:text-sky-700\/90:hover {
  color: rgb(3 105 161 / 0.9);
}
.hover\:text-sky-700\/95:hover {
  color: rgb(3 105 161 / 0.95);
}
.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.hover\:text-sky-800\/0:hover {
  color: rgb(7 89 133 / 0);
}
.hover\:text-sky-800\/10:hover {
  color: rgb(7 89 133 / 0.1);
}
.hover\:text-sky-800\/100:hover {
  color: rgb(7 89 133 / 1);
}
.hover\:text-sky-800\/20:hover {
  color: rgb(7 89 133 / 0.2);
}
.hover\:text-sky-800\/25:hover {
  color: rgb(7 89 133 / 0.25);
}
.hover\:text-sky-800\/30:hover {
  color: rgb(7 89 133 / 0.3);
}
.hover\:text-sky-800\/40:hover {
  color: rgb(7 89 133 / 0.4);
}
.hover\:text-sky-800\/5:hover {
  color: rgb(7 89 133 / 0.05);
}
.hover\:text-sky-800\/50:hover {
  color: rgb(7 89 133 / 0.5);
}
.hover\:text-sky-800\/60:hover {
  color: rgb(7 89 133 / 0.6);
}
.hover\:text-sky-800\/70:hover {
  color: rgb(7 89 133 / 0.7);
}
.hover\:text-sky-800\/75:hover {
  color: rgb(7 89 133 / 0.75);
}
.hover\:text-sky-800\/80:hover {
  color: rgb(7 89 133 / 0.8);
}
.hover\:text-sky-800\/90:hover {
  color: rgb(7 89 133 / 0.9);
}
.hover\:text-sky-800\/95:hover {
  color: rgb(7 89 133 / 0.95);
}
.hover\:text-sky-900:hover {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.hover\:text-sky-900\/0:hover {
  color: rgb(12 74 110 / 0);
}
.hover\:text-sky-900\/10:hover {
  color: rgb(12 74 110 / 0.1);
}
.hover\:text-sky-900\/100:hover {
  color: rgb(12 74 110 / 1);
}
.hover\:text-sky-900\/20:hover {
  color: rgb(12 74 110 / 0.2);
}
.hover\:text-sky-900\/25:hover {
  color: rgb(12 74 110 / 0.25);
}
.hover\:text-sky-900\/30:hover {
  color: rgb(12 74 110 / 0.3);
}
.hover\:text-sky-900\/40:hover {
  color: rgb(12 74 110 / 0.4);
}
.hover\:text-sky-900\/5:hover {
  color: rgb(12 74 110 / 0.05);
}
.hover\:text-sky-900\/50:hover {
  color: rgb(12 74 110 / 0.5);
}
.hover\:text-sky-900\/60:hover {
  color: rgb(12 74 110 / 0.6);
}
.hover\:text-sky-900\/70:hover {
  color: rgb(12 74 110 / 0.7);
}
.hover\:text-sky-900\/75:hover {
  color: rgb(12 74 110 / 0.75);
}
.hover\:text-sky-900\/80:hover {
  color: rgb(12 74 110 / 0.8);
}
.hover\:text-sky-900\/90:hover {
  color: rgb(12 74 110 / 0.9);
}
.hover\:text-sky-900\/95:hover {
  color: rgb(12 74 110 / 0.95);
}
.hover\:text-sky-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.hover\:text-sky-950\/0:hover {
  color: rgb(8 47 73 / 0);
}
.hover\:text-sky-950\/10:hover {
  color: rgb(8 47 73 / 0.1);
}
.hover\:text-sky-950\/100:hover {
  color: rgb(8 47 73 / 1);
}
.hover\:text-sky-950\/20:hover {
  color: rgb(8 47 73 / 0.2);
}
.hover\:text-sky-950\/25:hover {
  color: rgb(8 47 73 / 0.25);
}
.hover\:text-sky-950\/30:hover {
  color: rgb(8 47 73 / 0.3);
}
.hover\:text-sky-950\/40:hover {
  color: rgb(8 47 73 / 0.4);
}
.hover\:text-sky-950\/5:hover {
  color: rgb(8 47 73 / 0.05);
}
.hover\:text-sky-950\/50:hover {
  color: rgb(8 47 73 / 0.5);
}
.hover\:text-sky-950\/60:hover {
  color: rgb(8 47 73 / 0.6);
}
.hover\:text-sky-950\/70:hover {
  color: rgb(8 47 73 / 0.7);
}
.hover\:text-sky-950\/75:hover {
  color: rgb(8 47 73 / 0.75);
}
.hover\:text-sky-950\/80:hover {
  color: rgb(8 47 73 / 0.8);
}
.hover\:text-sky-950\/90:hover {
  color: rgb(8 47 73 / 0.9);
}
.hover\:text-sky-950\/95:hover {
  color: rgb(8 47 73 / 0.95);
}
.hover\:text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.hover\:text-slate-100\/0:hover {
  color: rgb(241 245 249 / 0);
}
.hover\:text-slate-100\/10:hover {
  color: rgb(241 245 249 / 0.1);
}
.hover\:text-slate-100\/100:hover {
  color: rgb(241 245 249 / 1);
}
.hover\:text-slate-100\/20:hover {
  color: rgb(241 245 249 / 0.2);
}
.hover\:text-slate-100\/25:hover {
  color: rgb(241 245 249 / 0.25);
}
.hover\:text-slate-100\/30:hover {
  color: rgb(241 245 249 / 0.3);
}
.hover\:text-slate-100\/40:hover {
  color: rgb(241 245 249 / 0.4);
}
.hover\:text-slate-100\/5:hover {
  color: rgb(241 245 249 / 0.05);
}
.hover\:text-slate-100\/50:hover {
  color: rgb(241 245 249 / 0.5);
}
.hover\:text-slate-100\/60:hover {
  color: rgb(241 245 249 / 0.6);
}
.hover\:text-slate-100\/70:hover {
  color: rgb(241 245 249 / 0.7);
}
.hover\:text-slate-100\/75:hover {
  color: rgb(241 245 249 / 0.75);
}
.hover\:text-slate-100\/80:hover {
  color: rgb(241 245 249 / 0.8);
}
.hover\:text-slate-100\/90:hover {
  color: rgb(241 245 249 / 0.9);
}
.hover\:text-slate-100\/95:hover {
  color: rgb(241 245 249 / 0.95);
}
.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.hover\:text-slate-200\/0:hover {
  color: rgb(226 232 240 / 0);
}
.hover\:text-slate-200\/10:hover {
  color: rgb(226 232 240 / 0.1);
}
.hover\:text-slate-200\/100:hover {
  color: rgb(226 232 240 / 1);
}
.hover\:text-slate-200\/20:hover {
  color: rgb(226 232 240 / 0.2);
}
.hover\:text-slate-200\/25:hover {
  color: rgb(226 232 240 / 0.25);
}
.hover\:text-slate-200\/30:hover {
  color: rgb(226 232 240 / 0.3);
}
.hover\:text-slate-200\/40:hover {
  color: rgb(226 232 240 / 0.4);
}
.hover\:text-slate-200\/5:hover {
  color: rgb(226 232 240 / 0.05);
}
.hover\:text-slate-200\/50:hover {
  color: rgb(226 232 240 / 0.5);
}
.hover\:text-slate-200\/60:hover {
  color: rgb(226 232 240 / 0.6);
}
.hover\:text-slate-200\/70:hover {
  color: rgb(226 232 240 / 0.7);
}
.hover\:text-slate-200\/75:hover {
  color: rgb(226 232 240 / 0.75);
}
.hover\:text-slate-200\/80:hover {
  color: rgb(226 232 240 / 0.8);
}
.hover\:text-slate-200\/90:hover {
  color: rgb(226 232 240 / 0.9);
}
.hover\:text-slate-200\/95:hover {
  color: rgb(226 232 240 / 0.95);
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.hover\:text-slate-300\/0:hover {
  color: rgb(203 213 225 / 0);
}
.hover\:text-slate-300\/10:hover {
  color: rgb(203 213 225 / 0.1);
}
.hover\:text-slate-300\/100:hover {
  color: rgb(203 213 225 / 1);
}
.hover\:text-slate-300\/20:hover {
  color: rgb(203 213 225 / 0.2);
}
.hover\:text-slate-300\/25:hover {
  color: rgb(203 213 225 / 0.25);
}
.hover\:text-slate-300\/30:hover {
  color: rgb(203 213 225 / 0.3);
}
.hover\:text-slate-300\/40:hover {
  color: rgb(203 213 225 / 0.4);
}
.hover\:text-slate-300\/5:hover {
  color: rgb(203 213 225 / 0.05);
}
.hover\:text-slate-300\/50:hover {
  color: rgb(203 213 225 / 0.5);
}
.hover\:text-slate-300\/60:hover {
  color: rgb(203 213 225 / 0.6);
}
.hover\:text-slate-300\/70:hover {
  color: rgb(203 213 225 / 0.7);
}
.hover\:text-slate-300\/75:hover {
  color: rgb(203 213 225 / 0.75);
}
.hover\:text-slate-300\/80:hover {
  color: rgb(203 213 225 / 0.8);
}
.hover\:text-slate-300\/90:hover {
  color: rgb(203 213 225 / 0.9);
}
.hover\:text-slate-300\/95:hover {
  color: rgb(203 213 225 / 0.95);
}
.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.hover\:text-slate-400\/0:hover {
  color: rgb(148 163 184 / 0);
}
.hover\:text-slate-400\/10:hover {
  color: rgb(148 163 184 / 0.1);
}
.hover\:text-slate-400\/100:hover {
  color: rgb(148 163 184 / 1);
}
.hover\:text-slate-400\/20:hover {
  color: rgb(148 163 184 / 0.2);
}
.hover\:text-slate-400\/25:hover {
  color: rgb(148 163 184 / 0.25);
}
.hover\:text-slate-400\/30:hover {
  color: rgb(148 163 184 / 0.3);
}
.hover\:text-slate-400\/40:hover {
  color: rgb(148 163 184 / 0.4);
}
.hover\:text-slate-400\/5:hover {
  color: rgb(148 163 184 / 0.05);
}
.hover\:text-slate-400\/50:hover {
  color: rgb(148 163 184 / 0.5);
}
.hover\:text-slate-400\/60:hover {
  color: rgb(148 163 184 / 0.6);
}
.hover\:text-slate-400\/70:hover {
  color: rgb(148 163 184 / 0.7);
}
.hover\:text-slate-400\/75:hover {
  color: rgb(148 163 184 / 0.75);
}
.hover\:text-slate-400\/80:hover {
  color: rgb(148 163 184 / 0.8);
}
.hover\:text-slate-400\/90:hover {
  color: rgb(148 163 184 / 0.9);
}
.hover\:text-slate-400\/95:hover {
  color: rgb(148 163 184 / 0.95);
}
.hover\:text-slate-50:hover {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.hover\:text-slate-50\/0:hover {
  color: rgb(248 250 252 / 0);
}
.hover\:text-slate-50\/10:hover {
  color: rgb(248 250 252 / 0.1);
}
.hover\:text-slate-50\/100:hover {
  color: rgb(248 250 252 / 1);
}
.hover\:text-slate-50\/20:hover {
  color: rgb(248 250 252 / 0.2);
}
.hover\:text-slate-50\/25:hover {
  color: rgb(248 250 252 / 0.25);
}
.hover\:text-slate-50\/30:hover {
  color: rgb(248 250 252 / 0.3);
}
.hover\:text-slate-50\/40:hover {
  color: rgb(248 250 252 / 0.4);
}
.hover\:text-slate-50\/5:hover {
  color: rgb(248 250 252 / 0.05);
}
.hover\:text-slate-50\/50:hover {
  color: rgb(248 250 252 / 0.5);
}
.hover\:text-slate-50\/60:hover {
  color: rgb(248 250 252 / 0.6);
}
.hover\:text-slate-50\/70:hover {
  color: rgb(248 250 252 / 0.7);
}
.hover\:text-slate-50\/75:hover {
  color: rgb(248 250 252 / 0.75);
}
.hover\:text-slate-50\/80:hover {
  color: rgb(248 250 252 / 0.8);
}
.hover\:text-slate-50\/90:hover {
  color: rgb(248 250 252 / 0.9);
}
.hover\:text-slate-50\/95:hover {
  color: rgb(248 250 252 / 0.95);
}
.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.hover\:text-slate-500\/0:hover {
  color: rgb(100 116 139 / 0);
}
.hover\:text-slate-500\/10:hover {
  color: rgb(100 116 139 / 0.1);
}
.hover\:text-slate-500\/100:hover {
  color: rgb(100 116 139 / 1);
}
.hover\:text-slate-500\/20:hover {
  color: rgb(100 116 139 / 0.2);
}
.hover\:text-slate-500\/25:hover {
  color: rgb(100 116 139 / 0.25);
}
.hover\:text-slate-500\/30:hover {
  color: rgb(100 116 139 / 0.3);
}
.hover\:text-slate-500\/40:hover {
  color: rgb(100 116 139 / 0.4);
}
.hover\:text-slate-500\/5:hover {
  color: rgb(100 116 139 / 0.05);
}
.hover\:text-slate-500\/50:hover {
  color: rgb(100 116 139 / 0.5);
}
.hover\:text-slate-500\/60:hover {
  color: rgb(100 116 139 / 0.6);
}
.hover\:text-slate-500\/70:hover {
  color: rgb(100 116 139 / 0.7);
}
.hover\:text-slate-500\/75:hover {
  color: rgb(100 116 139 / 0.75);
}
.hover\:text-slate-500\/80:hover {
  color: rgb(100 116 139 / 0.8);
}
.hover\:text-slate-500\/90:hover {
  color: rgb(100 116 139 / 0.9);
}
.hover\:text-slate-500\/95:hover {
  color: rgb(100 116 139 / 0.95);
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.hover\:text-slate-600\/0:hover {
  color: rgb(71 85 105 / 0);
}
.hover\:text-slate-600\/10:hover {
  color: rgb(71 85 105 / 0.1);
}
.hover\:text-slate-600\/100:hover {
  color: rgb(71 85 105 / 1);
}
.hover\:text-slate-600\/20:hover {
  color: rgb(71 85 105 / 0.2);
}
.hover\:text-slate-600\/25:hover {
  color: rgb(71 85 105 / 0.25);
}
.hover\:text-slate-600\/30:hover {
  color: rgb(71 85 105 / 0.3);
}
.hover\:text-slate-600\/40:hover {
  color: rgb(71 85 105 / 0.4);
}
.hover\:text-slate-600\/5:hover {
  color: rgb(71 85 105 / 0.05);
}
.hover\:text-slate-600\/50:hover {
  color: rgb(71 85 105 / 0.5);
}
.hover\:text-slate-600\/60:hover {
  color: rgb(71 85 105 / 0.6);
}
.hover\:text-slate-600\/70:hover {
  color: rgb(71 85 105 / 0.7);
}
.hover\:text-slate-600\/75:hover {
  color: rgb(71 85 105 / 0.75);
}
.hover\:text-slate-600\/80:hover {
  color: rgb(71 85 105 / 0.8);
}
.hover\:text-slate-600\/90:hover {
  color: rgb(71 85 105 / 0.9);
}
.hover\:text-slate-600\/95:hover {
  color: rgb(71 85 105 / 0.95);
}
.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.hover\:text-slate-700\/0:hover {
  color: rgb(51 65 85 / 0);
}
.hover\:text-slate-700\/10:hover {
  color: rgb(51 65 85 / 0.1);
}
.hover\:text-slate-700\/100:hover {
  color: rgb(51 65 85 / 1);
}
.hover\:text-slate-700\/20:hover {
  color: rgb(51 65 85 / 0.2);
}
.hover\:text-slate-700\/25:hover {
  color: rgb(51 65 85 / 0.25);
}
.hover\:text-slate-700\/30:hover {
  color: rgb(51 65 85 / 0.3);
}
.hover\:text-slate-700\/40:hover {
  color: rgb(51 65 85 / 0.4);
}
.hover\:text-slate-700\/5:hover {
  color: rgb(51 65 85 / 0.05);
}
.hover\:text-slate-700\/50:hover {
  color: rgb(51 65 85 / 0.5);
}
.hover\:text-slate-700\/60:hover {
  color: rgb(51 65 85 / 0.6);
}
.hover\:text-slate-700\/70:hover {
  color: rgb(51 65 85 / 0.7);
}
.hover\:text-slate-700\/75:hover {
  color: rgb(51 65 85 / 0.75);
}
.hover\:text-slate-700\/80:hover {
  color: rgb(51 65 85 / 0.8);
}
.hover\:text-slate-700\/90:hover {
  color: rgb(51 65 85 / 0.9);
}
.hover\:text-slate-700\/95:hover {
  color: rgb(51 65 85 / 0.95);
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.hover\:text-slate-800\/0:hover {
  color: rgb(30 41 59 / 0);
}
.hover\:text-slate-800\/10:hover {
  color: rgb(30 41 59 / 0.1);
}
.hover\:text-slate-800\/100:hover {
  color: rgb(30 41 59 / 1);
}
.hover\:text-slate-800\/20:hover {
  color: rgb(30 41 59 / 0.2);
}
.hover\:text-slate-800\/25:hover {
  color: rgb(30 41 59 / 0.25);
}
.hover\:text-slate-800\/30:hover {
  color: rgb(30 41 59 / 0.3);
}
.hover\:text-slate-800\/40:hover {
  color: rgb(30 41 59 / 0.4);
}
.hover\:text-slate-800\/5:hover {
  color: rgb(30 41 59 / 0.05);
}
.hover\:text-slate-800\/50:hover {
  color: rgb(30 41 59 / 0.5);
}
.hover\:text-slate-800\/60:hover {
  color: rgb(30 41 59 / 0.6);
}
.hover\:text-slate-800\/70:hover {
  color: rgb(30 41 59 / 0.7);
}
.hover\:text-slate-800\/75:hover {
  color: rgb(30 41 59 / 0.75);
}
.hover\:text-slate-800\/80:hover {
  color: rgb(30 41 59 / 0.8);
}
.hover\:text-slate-800\/90:hover {
  color: rgb(30 41 59 / 0.9);
}
.hover\:text-slate-800\/95:hover {
  color: rgb(30 41 59 / 0.95);
}
.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.hover\:text-slate-900\/0:hover {
  color: rgb(15 23 42 / 0);
}
.hover\:text-slate-900\/10:hover {
  color: rgb(15 23 42 / 0.1);
}
.hover\:text-slate-900\/100:hover {
  color: rgb(15 23 42 / 1);
}
.hover\:text-slate-900\/20:hover {
  color: rgb(15 23 42 / 0.2);
}
.hover\:text-slate-900\/25:hover {
  color: rgb(15 23 42 / 0.25);
}
.hover\:text-slate-900\/30:hover {
  color: rgb(15 23 42 / 0.3);
}
.hover\:text-slate-900\/40:hover {
  color: rgb(15 23 42 / 0.4);
}
.hover\:text-slate-900\/5:hover {
  color: rgb(15 23 42 / 0.05);
}
.hover\:text-slate-900\/50:hover {
  color: rgb(15 23 42 / 0.5);
}
.hover\:text-slate-900\/60:hover {
  color: rgb(15 23 42 / 0.6);
}
.hover\:text-slate-900\/70:hover {
  color: rgb(15 23 42 / 0.7);
}
.hover\:text-slate-900\/75:hover {
  color: rgb(15 23 42 / 0.75);
}
.hover\:text-slate-900\/80:hover {
  color: rgb(15 23 42 / 0.8);
}
.hover\:text-slate-900\/90:hover {
  color: rgb(15 23 42 / 0.9);
}
.hover\:text-slate-900\/95:hover {
  color: rgb(15 23 42 / 0.95);
}
.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.hover\:text-slate-950\/0:hover {
  color: rgb(2 6 23 / 0);
}
.hover\:text-slate-950\/10:hover {
  color: rgb(2 6 23 / 0.1);
}
.hover\:text-slate-950\/100:hover {
  color: rgb(2 6 23 / 1);
}
.hover\:text-slate-950\/20:hover {
  color: rgb(2 6 23 / 0.2);
}
.hover\:text-slate-950\/25:hover {
  color: rgb(2 6 23 / 0.25);
}
.hover\:text-slate-950\/30:hover {
  color: rgb(2 6 23 / 0.3);
}
.hover\:text-slate-950\/40:hover {
  color: rgb(2 6 23 / 0.4);
}
.hover\:text-slate-950\/5:hover {
  color: rgb(2 6 23 / 0.05);
}
.hover\:text-slate-950\/50:hover {
  color: rgb(2 6 23 / 0.5);
}
.hover\:text-slate-950\/60:hover {
  color: rgb(2 6 23 / 0.6);
}
.hover\:text-slate-950\/70:hover {
  color: rgb(2 6 23 / 0.7);
}
.hover\:text-slate-950\/75:hover {
  color: rgb(2 6 23 / 0.75);
}
.hover\:text-slate-950\/80:hover {
  color: rgb(2 6 23 / 0.8);
}
.hover\:text-slate-950\/90:hover {
  color: rgb(2 6 23 / 0.9);
}
.hover\:text-slate-950\/95:hover {
  color: rgb(2 6 23 / 0.95);
}
.hover\:text-stone-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.hover\:text-stone-100\/0:hover {
  color: rgb(245 245 244 / 0);
}
.hover\:text-stone-100\/10:hover {
  color: rgb(245 245 244 / 0.1);
}
.hover\:text-stone-100\/100:hover {
  color: rgb(245 245 244 / 1);
}
.hover\:text-stone-100\/20:hover {
  color: rgb(245 245 244 / 0.2);
}
.hover\:text-stone-100\/25:hover {
  color: rgb(245 245 244 / 0.25);
}
.hover\:text-stone-100\/30:hover {
  color: rgb(245 245 244 / 0.3);
}
.hover\:text-stone-100\/40:hover {
  color: rgb(245 245 244 / 0.4);
}
.hover\:text-stone-100\/5:hover {
  color: rgb(245 245 244 / 0.05);
}
.hover\:text-stone-100\/50:hover {
  color: rgb(245 245 244 / 0.5);
}
.hover\:text-stone-100\/60:hover {
  color: rgb(245 245 244 / 0.6);
}
.hover\:text-stone-100\/70:hover {
  color: rgb(245 245 244 / 0.7);
}
.hover\:text-stone-100\/75:hover {
  color: rgb(245 245 244 / 0.75);
}
.hover\:text-stone-100\/80:hover {
  color: rgb(245 245 244 / 0.8);
}
.hover\:text-stone-100\/90:hover {
  color: rgb(245 245 244 / 0.9);
}
.hover\:text-stone-100\/95:hover {
  color: rgb(245 245 244 / 0.95);
}
.hover\:text-stone-200:hover {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.hover\:text-stone-200\/0:hover {
  color: rgb(231 229 228 / 0);
}
.hover\:text-stone-200\/10:hover {
  color: rgb(231 229 228 / 0.1);
}
.hover\:text-stone-200\/100:hover {
  color: rgb(231 229 228 / 1);
}
.hover\:text-stone-200\/20:hover {
  color: rgb(231 229 228 / 0.2);
}
.hover\:text-stone-200\/25:hover {
  color: rgb(231 229 228 / 0.25);
}
.hover\:text-stone-200\/30:hover {
  color: rgb(231 229 228 / 0.3);
}
.hover\:text-stone-200\/40:hover {
  color: rgb(231 229 228 / 0.4);
}
.hover\:text-stone-200\/5:hover {
  color: rgb(231 229 228 / 0.05);
}
.hover\:text-stone-200\/50:hover {
  color: rgb(231 229 228 / 0.5);
}
.hover\:text-stone-200\/60:hover {
  color: rgb(231 229 228 / 0.6);
}
.hover\:text-stone-200\/70:hover {
  color: rgb(231 229 228 / 0.7);
}
.hover\:text-stone-200\/75:hover {
  color: rgb(231 229 228 / 0.75);
}
.hover\:text-stone-200\/80:hover {
  color: rgb(231 229 228 / 0.8);
}
.hover\:text-stone-200\/90:hover {
  color: rgb(231 229 228 / 0.9);
}
.hover\:text-stone-200\/95:hover {
  color: rgb(231 229 228 / 0.95);
}
.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.hover\:text-stone-300\/0:hover {
  color: rgb(214 211 209 / 0);
}
.hover\:text-stone-300\/10:hover {
  color: rgb(214 211 209 / 0.1);
}
.hover\:text-stone-300\/100:hover {
  color: rgb(214 211 209 / 1);
}
.hover\:text-stone-300\/20:hover {
  color: rgb(214 211 209 / 0.2);
}
.hover\:text-stone-300\/25:hover {
  color: rgb(214 211 209 / 0.25);
}
.hover\:text-stone-300\/30:hover {
  color: rgb(214 211 209 / 0.3);
}
.hover\:text-stone-300\/40:hover {
  color: rgb(214 211 209 / 0.4);
}
.hover\:text-stone-300\/5:hover {
  color: rgb(214 211 209 / 0.05);
}
.hover\:text-stone-300\/50:hover {
  color: rgb(214 211 209 / 0.5);
}
.hover\:text-stone-300\/60:hover {
  color: rgb(214 211 209 / 0.6);
}
.hover\:text-stone-300\/70:hover {
  color: rgb(214 211 209 / 0.7);
}
.hover\:text-stone-300\/75:hover {
  color: rgb(214 211 209 / 0.75);
}
.hover\:text-stone-300\/80:hover {
  color: rgb(214 211 209 / 0.8);
}
.hover\:text-stone-300\/90:hover {
  color: rgb(214 211 209 / 0.9);
}
.hover\:text-stone-300\/95:hover {
  color: rgb(214 211 209 / 0.95);
}
.hover\:text-stone-400:hover {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.hover\:text-stone-400\/0:hover {
  color: rgb(168 162 158 / 0);
}
.hover\:text-stone-400\/10:hover {
  color: rgb(168 162 158 / 0.1);
}
.hover\:text-stone-400\/100:hover {
  color: rgb(168 162 158 / 1);
}
.hover\:text-stone-400\/20:hover {
  color: rgb(168 162 158 / 0.2);
}
.hover\:text-stone-400\/25:hover {
  color: rgb(168 162 158 / 0.25);
}
.hover\:text-stone-400\/30:hover {
  color: rgb(168 162 158 / 0.3);
}
.hover\:text-stone-400\/40:hover {
  color: rgb(168 162 158 / 0.4);
}
.hover\:text-stone-400\/5:hover {
  color: rgb(168 162 158 / 0.05);
}
.hover\:text-stone-400\/50:hover {
  color: rgb(168 162 158 / 0.5);
}
.hover\:text-stone-400\/60:hover {
  color: rgb(168 162 158 / 0.6);
}
.hover\:text-stone-400\/70:hover {
  color: rgb(168 162 158 / 0.7);
}
.hover\:text-stone-400\/75:hover {
  color: rgb(168 162 158 / 0.75);
}
.hover\:text-stone-400\/80:hover {
  color: rgb(168 162 158 / 0.8);
}
.hover\:text-stone-400\/90:hover {
  color: rgb(168 162 158 / 0.9);
}
.hover\:text-stone-400\/95:hover {
  color: rgb(168 162 158 / 0.95);
}
.hover\:text-stone-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.hover\:text-stone-50\/0:hover {
  color: rgb(250 250 249 / 0);
}
.hover\:text-stone-50\/10:hover {
  color: rgb(250 250 249 / 0.1);
}
.hover\:text-stone-50\/100:hover {
  color: rgb(250 250 249 / 1);
}
.hover\:text-stone-50\/20:hover {
  color: rgb(250 250 249 / 0.2);
}
.hover\:text-stone-50\/25:hover {
  color: rgb(250 250 249 / 0.25);
}
.hover\:text-stone-50\/30:hover {
  color: rgb(250 250 249 / 0.3);
}
.hover\:text-stone-50\/40:hover {
  color: rgb(250 250 249 / 0.4);
}
.hover\:text-stone-50\/5:hover {
  color: rgb(250 250 249 / 0.05);
}
.hover\:text-stone-50\/50:hover {
  color: rgb(250 250 249 / 0.5);
}
.hover\:text-stone-50\/60:hover {
  color: rgb(250 250 249 / 0.6);
}
.hover\:text-stone-50\/70:hover {
  color: rgb(250 250 249 / 0.7);
}
.hover\:text-stone-50\/75:hover {
  color: rgb(250 250 249 / 0.75);
}
.hover\:text-stone-50\/80:hover {
  color: rgb(250 250 249 / 0.8);
}
.hover\:text-stone-50\/90:hover {
  color: rgb(250 250 249 / 0.9);
}
.hover\:text-stone-50\/95:hover {
  color: rgb(250 250 249 / 0.95);
}
.hover\:text-stone-500:hover {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.hover\:text-stone-500\/0:hover {
  color: rgb(120 113 108 / 0);
}
.hover\:text-stone-500\/10:hover {
  color: rgb(120 113 108 / 0.1);
}
.hover\:text-stone-500\/100:hover {
  color: rgb(120 113 108 / 1);
}
.hover\:text-stone-500\/20:hover {
  color: rgb(120 113 108 / 0.2);
}
.hover\:text-stone-500\/25:hover {
  color: rgb(120 113 108 / 0.25);
}
.hover\:text-stone-500\/30:hover {
  color: rgb(120 113 108 / 0.3);
}
.hover\:text-stone-500\/40:hover {
  color: rgb(120 113 108 / 0.4);
}
.hover\:text-stone-500\/5:hover {
  color: rgb(120 113 108 / 0.05);
}
.hover\:text-stone-500\/50:hover {
  color: rgb(120 113 108 / 0.5);
}
.hover\:text-stone-500\/60:hover {
  color: rgb(120 113 108 / 0.6);
}
.hover\:text-stone-500\/70:hover {
  color: rgb(120 113 108 / 0.7);
}
.hover\:text-stone-500\/75:hover {
  color: rgb(120 113 108 / 0.75);
}
.hover\:text-stone-500\/80:hover {
  color: rgb(120 113 108 / 0.8);
}
.hover\:text-stone-500\/90:hover {
  color: rgb(120 113 108 / 0.9);
}
.hover\:text-stone-500\/95:hover {
  color: rgb(120 113 108 / 0.95);
}
.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.hover\:text-stone-600\/0:hover {
  color: rgb(87 83 78 / 0);
}
.hover\:text-stone-600\/10:hover {
  color: rgb(87 83 78 / 0.1);
}
.hover\:text-stone-600\/100:hover {
  color: rgb(87 83 78 / 1);
}
.hover\:text-stone-600\/20:hover {
  color: rgb(87 83 78 / 0.2);
}
.hover\:text-stone-600\/25:hover {
  color: rgb(87 83 78 / 0.25);
}
.hover\:text-stone-600\/30:hover {
  color: rgb(87 83 78 / 0.3);
}
.hover\:text-stone-600\/40:hover {
  color: rgb(87 83 78 / 0.4);
}
.hover\:text-stone-600\/5:hover {
  color: rgb(87 83 78 / 0.05);
}
.hover\:text-stone-600\/50:hover {
  color: rgb(87 83 78 / 0.5);
}
.hover\:text-stone-600\/60:hover {
  color: rgb(87 83 78 / 0.6);
}
.hover\:text-stone-600\/70:hover {
  color: rgb(87 83 78 / 0.7);
}
.hover\:text-stone-600\/75:hover {
  color: rgb(87 83 78 / 0.75);
}
.hover\:text-stone-600\/80:hover {
  color: rgb(87 83 78 / 0.8);
}
.hover\:text-stone-600\/90:hover {
  color: rgb(87 83 78 / 0.9);
}
.hover\:text-stone-600\/95:hover {
  color: rgb(87 83 78 / 0.95);
}
.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.hover\:text-stone-700\/0:hover {
  color: rgb(68 64 60 / 0);
}
.hover\:text-stone-700\/10:hover {
  color: rgb(68 64 60 / 0.1);
}
.hover\:text-stone-700\/100:hover {
  color: rgb(68 64 60 / 1);
}
.hover\:text-stone-700\/20:hover {
  color: rgb(68 64 60 / 0.2);
}
.hover\:text-stone-700\/25:hover {
  color: rgb(68 64 60 / 0.25);
}
.hover\:text-stone-700\/30:hover {
  color: rgb(68 64 60 / 0.3);
}
.hover\:text-stone-700\/40:hover {
  color: rgb(68 64 60 / 0.4);
}
.hover\:text-stone-700\/5:hover {
  color: rgb(68 64 60 / 0.05);
}
.hover\:text-stone-700\/50:hover {
  color: rgb(68 64 60 / 0.5);
}
.hover\:text-stone-700\/60:hover {
  color: rgb(68 64 60 / 0.6);
}
.hover\:text-stone-700\/70:hover {
  color: rgb(68 64 60 / 0.7);
}
.hover\:text-stone-700\/75:hover {
  color: rgb(68 64 60 / 0.75);
}
.hover\:text-stone-700\/80:hover {
  color: rgb(68 64 60 / 0.8);
}
.hover\:text-stone-700\/90:hover {
  color: rgb(68 64 60 / 0.9);
}
.hover\:text-stone-700\/95:hover {
  color: rgb(68 64 60 / 0.95);
}
.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.hover\:text-stone-800\/0:hover {
  color: rgb(41 37 36 / 0);
}
.hover\:text-stone-800\/10:hover {
  color: rgb(41 37 36 / 0.1);
}
.hover\:text-stone-800\/100:hover {
  color: rgb(41 37 36 / 1);
}
.hover\:text-stone-800\/20:hover {
  color: rgb(41 37 36 / 0.2);
}
.hover\:text-stone-800\/25:hover {
  color: rgb(41 37 36 / 0.25);
}
.hover\:text-stone-800\/30:hover {
  color: rgb(41 37 36 / 0.3);
}
.hover\:text-stone-800\/40:hover {
  color: rgb(41 37 36 / 0.4);
}
.hover\:text-stone-800\/5:hover {
  color: rgb(41 37 36 / 0.05);
}
.hover\:text-stone-800\/50:hover {
  color: rgb(41 37 36 / 0.5);
}
.hover\:text-stone-800\/60:hover {
  color: rgb(41 37 36 / 0.6);
}
.hover\:text-stone-800\/70:hover {
  color: rgb(41 37 36 / 0.7);
}
.hover\:text-stone-800\/75:hover {
  color: rgb(41 37 36 / 0.75);
}
.hover\:text-stone-800\/80:hover {
  color: rgb(41 37 36 / 0.8);
}
.hover\:text-stone-800\/90:hover {
  color: rgb(41 37 36 / 0.9);
}
.hover\:text-stone-800\/95:hover {
  color: rgb(41 37 36 / 0.95);
}
.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.hover\:text-stone-900\/0:hover {
  color: rgb(28 25 23 / 0);
}
.hover\:text-stone-900\/10:hover {
  color: rgb(28 25 23 / 0.1);
}
.hover\:text-stone-900\/100:hover {
  color: rgb(28 25 23 / 1);
}
.hover\:text-stone-900\/20:hover {
  color: rgb(28 25 23 / 0.2);
}
.hover\:text-stone-900\/25:hover {
  color: rgb(28 25 23 / 0.25);
}
.hover\:text-stone-900\/30:hover {
  color: rgb(28 25 23 / 0.3);
}
.hover\:text-stone-900\/40:hover {
  color: rgb(28 25 23 / 0.4);
}
.hover\:text-stone-900\/5:hover {
  color: rgb(28 25 23 / 0.05);
}
.hover\:text-stone-900\/50:hover {
  color: rgb(28 25 23 / 0.5);
}
.hover\:text-stone-900\/60:hover {
  color: rgb(28 25 23 / 0.6);
}
.hover\:text-stone-900\/70:hover {
  color: rgb(28 25 23 / 0.7);
}
.hover\:text-stone-900\/75:hover {
  color: rgb(28 25 23 / 0.75);
}
.hover\:text-stone-900\/80:hover {
  color: rgb(28 25 23 / 0.8);
}
.hover\:text-stone-900\/90:hover {
  color: rgb(28 25 23 / 0.9);
}
.hover\:text-stone-900\/95:hover {
  color: rgb(28 25 23 / 0.95);
}
.hover\:text-stone-950:hover {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.hover\:text-stone-950\/0:hover {
  color: rgb(12 10 9 / 0);
}
.hover\:text-stone-950\/10:hover {
  color: rgb(12 10 9 / 0.1);
}
.hover\:text-stone-950\/100:hover {
  color: rgb(12 10 9 / 1);
}
.hover\:text-stone-950\/20:hover {
  color: rgb(12 10 9 / 0.2);
}
.hover\:text-stone-950\/25:hover {
  color: rgb(12 10 9 / 0.25);
}
.hover\:text-stone-950\/30:hover {
  color: rgb(12 10 9 / 0.3);
}
.hover\:text-stone-950\/40:hover {
  color: rgb(12 10 9 / 0.4);
}
.hover\:text-stone-950\/5:hover {
  color: rgb(12 10 9 / 0.05);
}
.hover\:text-stone-950\/50:hover {
  color: rgb(12 10 9 / 0.5);
}
.hover\:text-stone-950\/60:hover {
  color: rgb(12 10 9 / 0.6);
}
.hover\:text-stone-950\/70:hover {
  color: rgb(12 10 9 / 0.7);
}
.hover\:text-stone-950\/75:hover {
  color: rgb(12 10 9 / 0.75);
}
.hover\:text-stone-950\/80:hover {
  color: rgb(12 10 9 / 0.8);
}
.hover\:text-stone-950\/90:hover {
  color: rgb(12 10 9 / 0.9);
}
.hover\:text-stone-950\/95:hover {
  color: rgb(12 10 9 / 0.95);
}
.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.hover\:text-teal-100\/0:hover {
  color: rgb(204 251 241 / 0);
}
.hover\:text-teal-100\/10:hover {
  color: rgb(204 251 241 / 0.1);
}
.hover\:text-teal-100\/100:hover {
  color: rgb(204 251 241 / 1);
}
.hover\:text-teal-100\/20:hover {
  color: rgb(204 251 241 / 0.2);
}
.hover\:text-teal-100\/25:hover {
  color: rgb(204 251 241 / 0.25);
}
.hover\:text-teal-100\/30:hover {
  color: rgb(204 251 241 / 0.3);
}
.hover\:text-teal-100\/40:hover {
  color: rgb(204 251 241 / 0.4);
}
.hover\:text-teal-100\/5:hover {
  color: rgb(204 251 241 / 0.05);
}
.hover\:text-teal-100\/50:hover {
  color: rgb(204 251 241 / 0.5);
}
.hover\:text-teal-100\/60:hover {
  color: rgb(204 251 241 / 0.6);
}
.hover\:text-teal-100\/70:hover {
  color: rgb(204 251 241 / 0.7);
}
.hover\:text-teal-100\/75:hover {
  color: rgb(204 251 241 / 0.75);
}
.hover\:text-teal-100\/80:hover {
  color: rgb(204 251 241 / 0.8);
}
.hover\:text-teal-100\/90:hover {
  color: rgb(204 251 241 / 0.9);
}
.hover\:text-teal-100\/95:hover {
  color: rgb(204 251 241 / 0.95);
}
.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.hover\:text-teal-200\/0:hover {
  color: rgb(153 246 228 / 0);
}
.hover\:text-teal-200\/10:hover {
  color: rgb(153 246 228 / 0.1);
}
.hover\:text-teal-200\/100:hover {
  color: rgb(153 246 228 / 1);
}
.hover\:text-teal-200\/20:hover {
  color: rgb(153 246 228 / 0.2);
}
.hover\:text-teal-200\/25:hover {
  color: rgb(153 246 228 / 0.25);
}
.hover\:text-teal-200\/30:hover {
  color: rgb(153 246 228 / 0.3);
}
.hover\:text-teal-200\/40:hover {
  color: rgb(153 246 228 / 0.4);
}
.hover\:text-teal-200\/5:hover {
  color: rgb(153 246 228 / 0.05);
}
.hover\:text-teal-200\/50:hover {
  color: rgb(153 246 228 / 0.5);
}
.hover\:text-teal-200\/60:hover {
  color: rgb(153 246 228 / 0.6);
}
.hover\:text-teal-200\/70:hover {
  color: rgb(153 246 228 / 0.7);
}
.hover\:text-teal-200\/75:hover {
  color: rgb(153 246 228 / 0.75);
}
.hover\:text-teal-200\/80:hover {
  color: rgb(153 246 228 / 0.8);
}
.hover\:text-teal-200\/90:hover {
  color: rgb(153 246 228 / 0.9);
}
.hover\:text-teal-200\/95:hover {
  color: rgb(153 246 228 / 0.95);
}
.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.hover\:text-teal-300\/0:hover {
  color: rgb(94 234 212 / 0);
}
.hover\:text-teal-300\/10:hover {
  color: rgb(94 234 212 / 0.1);
}
.hover\:text-teal-300\/100:hover {
  color: rgb(94 234 212 / 1);
}
.hover\:text-teal-300\/20:hover {
  color: rgb(94 234 212 / 0.2);
}
.hover\:text-teal-300\/25:hover {
  color: rgb(94 234 212 / 0.25);
}
.hover\:text-teal-300\/30:hover {
  color: rgb(94 234 212 / 0.3);
}
.hover\:text-teal-300\/40:hover {
  color: rgb(94 234 212 / 0.4);
}
.hover\:text-teal-300\/5:hover {
  color: rgb(94 234 212 / 0.05);
}
.hover\:text-teal-300\/50:hover {
  color: rgb(94 234 212 / 0.5);
}
.hover\:text-teal-300\/60:hover {
  color: rgb(94 234 212 / 0.6);
}
.hover\:text-teal-300\/70:hover {
  color: rgb(94 234 212 / 0.7);
}
.hover\:text-teal-300\/75:hover {
  color: rgb(94 234 212 / 0.75);
}
.hover\:text-teal-300\/80:hover {
  color: rgb(94 234 212 / 0.8);
}
.hover\:text-teal-300\/90:hover {
  color: rgb(94 234 212 / 0.9);
}
.hover\:text-teal-300\/95:hover {
  color: rgb(94 234 212 / 0.95);
}
.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.hover\:text-teal-400\/0:hover {
  color: rgb(45 212 191 / 0);
}
.hover\:text-teal-400\/10:hover {
  color: rgb(45 212 191 / 0.1);
}
.hover\:text-teal-400\/100:hover {
  color: rgb(45 212 191 / 1);
}
.hover\:text-teal-400\/20:hover {
  color: rgb(45 212 191 / 0.2);
}
.hover\:text-teal-400\/25:hover {
  color: rgb(45 212 191 / 0.25);
}
.hover\:text-teal-400\/30:hover {
  color: rgb(45 212 191 / 0.3);
}
.hover\:text-teal-400\/40:hover {
  color: rgb(45 212 191 / 0.4);
}
.hover\:text-teal-400\/5:hover {
  color: rgb(45 212 191 / 0.05);
}
.hover\:text-teal-400\/50:hover {
  color: rgb(45 212 191 / 0.5);
}
.hover\:text-teal-400\/60:hover {
  color: rgb(45 212 191 / 0.6);
}
.hover\:text-teal-400\/70:hover {
  color: rgb(45 212 191 / 0.7);
}
.hover\:text-teal-400\/75:hover {
  color: rgb(45 212 191 / 0.75);
}
.hover\:text-teal-400\/80:hover {
  color: rgb(45 212 191 / 0.8);
}
.hover\:text-teal-400\/90:hover {
  color: rgb(45 212 191 / 0.9);
}
.hover\:text-teal-400\/95:hover {
  color: rgb(45 212 191 / 0.95);
}
.hover\:text-teal-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.hover\:text-teal-50\/0:hover {
  color: rgb(240 253 250 / 0);
}
.hover\:text-teal-50\/10:hover {
  color: rgb(240 253 250 / 0.1);
}
.hover\:text-teal-50\/100:hover {
  color: rgb(240 253 250 / 1);
}
.hover\:text-teal-50\/20:hover {
  color: rgb(240 253 250 / 0.2);
}
.hover\:text-teal-50\/25:hover {
  color: rgb(240 253 250 / 0.25);
}
.hover\:text-teal-50\/30:hover {
  color: rgb(240 253 250 / 0.3);
}
.hover\:text-teal-50\/40:hover {
  color: rgb(240 253 250 / 0.4);
}
.hover\:text-teal-50\/5:hover {
  color: rgb(240 253 250 / 0.05);
}
.hover\:text-teal-50\/50:hover {
  color: rgb(240 253 250 / 0.5);
}
.hover\:text-teal-50\/60:hover {
  color: rgb(240 253 250 / 0.6);
}
.hover\:text-teal-50\/70:hover {
  color: rgb(240 253 250 / 0.7);
}
.hover\:text-teal-50\/75:hover {
  color: rgb(240 253 250 / 0.75);
}
.hover\:text-teal-50\/80:hover {
  color: rgb(240 253 250 / 0.8);
}
.hover\:text-teal-50\/90:hover {
  color: rgb(240 253 250 / 0.9);
}
.hover\:text-teal-50\/95:hover {
  color: rgb(240 253 250 / 0.95);
}
.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.hover\:text-teal-500\/0:hover {
  color: rgb(20 184 166 / 0);
}
.hover\:text-teal-500\/10:hover {
  color: rgb(20 184 166 / 0.1);
}
.hover\:text-teal-500\/100:hover {
  color: rgb(20 184 166 / 1);
}
.hover\:text-teal-500\/20:hover {
  color: rgb(20 184 166 / 0.2);
}
.hover\:text-teal-500\/25:hover {
  color: rgb(20 184 166 / 0.25);
}
.hover\:text-teal-500\/30:hover {
  color: rgb(20 184 166 / 0.3);
}
.hover\:text-teal-500\/40:hover {
  color: rgb(20 184 166 / 0.4);
}
.hover\:text-teal-500\/5:hover {
  color: rgb(20 184 166 / 0.05);
}
.hover\:text-teal-500\/50:hover {
  color: rgb(20 184 166 / 0.5);
}
.hover\:text-teal-500\/60:hover {
  color: rgb(20 184 166 / 0.6);
}
.hover\:text-teal-500\/70:hover {
  color: rgb(20 184 166 / 0.7);
}
.hover\:text-teal-500\/75:hover {
  color: rgb(20 184 166 / 0.75);
}
.hover\:text-teal-500\/80:hover {
  color: rgb(20 184 166 / 0.8);
}
.hover\:text-teal-500\/90:hover {
  color: rgb(20 184 166 / 0.9);
}
.hover\:text-teal-500\/95:hover {
  color: rgb(20 184 166 / 0.95);
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.hover\:text-teal-600\/0:hover {
  color: rgb(13 148 136 / 0);
}
.hover\:text-teal-600\/10:hover {
  color: rgb(13 148 136 / 0.1);
}
.hover\:text-teal-600\/100:hover {
  color: rgb(13 148 136 / 1);
}
.hover\:text-teal-600\/20:hover {
  color: rgb(13 148 136 / 0.2);
}
.hover\:text-teal-600\/25:hover {
  color: rgb(13 148 136 / 0.25);
}
.hover\:text-teal-600\/30:hover {
  color: rgb(13 148 136 / 0.3);
}
.hover\:text-teal-600\/40:hover {
  color: rgb(13 148 136 / 0.4);
}
.hover\:text-teal-600\/5:hover {
  color: rgb(13 148 136 / 0.05);
}
.hover\:text-teal-600\/50:hover {
  color: rgb(13 148 136 / 0.5);
}
.hover\:text-teal-600\/60:hover {
  color: rgb(13 148 136 / 0.6);
}
.hover\:text-teal-600\/70:hover {
  color: rgb(13 148 136 / 0.7);
}
.hover\:text-teal-600\/75:hover {
  color: rgb(13 148 136 / 0.75);
}
.hover\:text-teal-600\/80:hover {
  color: rgb(13 148 136 / 0.8);
}
.hover\:text-teal-600\/90:hover {
  color: rgb(13 148 136 / 0.9);
}
.hover\:text-teal-600\/95:hover {
  color: rgb(13 148 136 / 0.95);
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.hover\:text-teal-700\/0:hover {
  color: rgb(15 118 110 / 0);
}
.hover\:text-teal-700\/10:hover {
  color: rgb(15 118 110 / 0.1);
}
.hover\:text-teal-700\/100:hover {
  color: rgb(15 118 110 / 1);
}
.hover\:text-teal-700\/20:hover {
  color: rgb(15 118 110 / 0.2);
}
.hover\:text-teal-700\/25:hover {
  color: rgb(15 118 110 / 0.25);
}
.hover\:text-teal-700\/30:hover {
  color: rgb(15 118 110 / 0.3);
}
.hover\:text-teal-700\/40:hover {
  color: rgb(15 118 110 / 0.4);
}
.hover\:text-teal-700\/5:hover {
  color: rgb(15 118 110 / 0.05);
}
.hover\:text-teal-700\/50:hover {
  color: rgb(15 118 110 / 0.5);
}
.hover\:text-teal-700\/60:hover {
  color: rgb(15 118 110 / 0.6);
}
.hover\:text-teal-700\/70:hover {
  color: rgb(15 118 110 / 0.7);
}
.hover\:text-teal-700\/75:hover {
  color: rgb(15 118 110 / 0.75);
}
.hover\:text-teal-700\/80:hover {
  color: rgb(15 118 110 / 0.8);
}
.hover\:text-teal-700\/90:hover {
  color: rgb(15 118 110 / 0.9);
}
.hover\:text-teal-700\/95:hover {
  color: rgb(15 118 110 / 0.95);
}
.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.hover\:text-teal-800\/0:hover {
  color: rgb(17 94 89 / 0);
}
.hover\:text-teal-800\/10:hover {
  color: rgb(17 94 89 / 0.1);
}
.hover\:text-teal-800\/100:hover {
  color: rgb(17 94 89 / 1);
}
.hover\:text-teal-800\/20:hover {
  color: rgb(17 94 89 / 0.2);
}
.hover\:text-teal-800\/25:hover {
  color: rgb(17 94 89 / 0.25);
}
.hover\:text-teal-800\/30:hover {
  color: rgb(17 94 89 / 0.3);
}
.hover\:text-teal-800\/40:hover {
  color: rgb(17 94 89 / 0.4);
}
.hover\:text-teal-800\/5:hover {
  color: rgb(17 94 89 / 0.05);
}
.hover\:text-teal-800\/50:hover {
  color: rgb(17 94 89 / 0.5);
}
.hover\:text-teal-800\/60:hover {
  color: rgb(17 94 89 / 0.6);
}
.hover\:text-teal-800\/70:hover {
  color: rgb(17 94 89 / 0.7);
}
.hover\:text-teal-800\/75:hover {
  color: rgb(17 94 89 / 0.75);
}
.hover\:text-teal-800\/80:hover {
  color: rgb(17 94 89 / 0.8);
}
.hover\:text-teal-800\/90:hover {
  color: rgb(17 94 89 / 0.9);
}
.hover\:text-teal-800\/95:hover {
  color: rgb(17 94 89 / 0.95);
}
.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.hover\:text-teal-900\/0:hover {
  color: rgb(19 78 74 / 0);
}
.hover\:text-teal-900\/10:hover {
  color: rgb(19 78 74 / 0.1);
}
.hover\:text-teal-900\/100:hover {
  color: rgb(19 78 74 / 1);
}
.hover\:text-teal-900\/20:hover {
  color: rgb(19 78 74 / 0.2);
}
.hover\:text-teal-900\/25:hover {
  color: rgb(19 78 74 / 0.25);
}
.hover\:text-teal-900\/30:hover {
  color: rgb(19 78 74 / 0.3);
}
.hover\:text-teal-900\/40:hover {
  color: rgb(19 78 74 / 0.4);
}
.hover\:text-teal-900\/5:hover {
  color: rgb(19 78 74 / 0.05);
}
.hover\:text-teal-900\/50:hover {
  color: rgb(19 78 74 / 0.5);
}
.hover\:text-teal-900\/60:hover {
  color: rgb(19 78 74 / 0.6);
}
.hover\:text-teal-900\/70:hover {
  color: rgb(19 78 74 / 0.7);
}
.hover\:text-teal-900\/75:hover {
  color: rgb(19 78 74 / 0.75);
}
.hover\:text-teal-900\/80:hover {
  color: rgb(19 78 74 / 0.8);
}
.hover\:text-teal-900\/90:hover {
  color: rgb(19 78 74 / 0.9);
}
.hover\:text-teal-900\/95:hover {
  color: rgb(19 78 74 / 0.95);
}
.hover\:text-teal-950:hover {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.hover\:text-teal-950\/0:hover {
  color: rgb(4 47 46 / 0);
}
.hover\:text-teal-950\/10:hover {
  color: rgb(4 47 46 / 0.1);
}
.hover\:text-teal-950\/100:hover {
  color: rgb(4 47 46 / 1);
}
.hover\:text-teal-950\/20:hover {
  color: rgb(4 47 46 / 0.2);
}
.hover\:text-teal-950\/25:hover {
  color: rgb(4 47 46 / 0.25);
}
.hover\:text-teal-950\/30:hover {
  color: rgb(4 47 46 / 0.3);
}
.hover\:text-teal-950\/40:hover {
  color: rgb(4 47 46 / 0.4);
}
.hover\:text-teal-950\/5:hover {
  color: rgb(4 47 46 / 0.05);
}
.hover\:text-teal-950\/50:hover {
  color: rgb(4 47 46 / 0.5);
}
.hover\:text-teal-950\/60:hover {
  color: rgb(4 47 46 / 0.6);
}
.hover\:text-teal-950\/70:hover {
  color: rgb(4 47 46 / 0.7);
}
.hover\:text-teal-950\/75:hover {
  color: rgb(4 47 46 / 0.75);
}
.hover\:text-teal-950\/80:hover {
  color: rgb(4 47 46 / 0.8);
}
.hover\:text-teal-950\/90:hover {
  color: rgb(4 47 46 / 0.9);
}
.hover\:text-teal-950\/95:hover {
  color: rgb(4 47 46 / 0.95);
}
.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.hover\:text-violet-100\/0:hover {
  color: rgb(237 233 254 / 0);
}
.hover\:text-violet-100\/10:hover {
  color: rgb(237 233 254 / 0.1);
}
.hover\:text-violet-100\/100:hover {
  color: rgb(237 233 254 / 1);
}
.hover\:text-violet-100\/20:hover {
  color: rgb(237 233 254 / 0.2);
}
.hover\:text-violet-100\/25:hover {
  color: rgb(237 233 254 / 0.25);
}
.hover\:text-violet-100\/30:hover {
  color: rgb(237 233 254 / 0.3);
}
.hover\:text-violet-100\/40:hover {
  color: rgb(237 233 254 / 0.4);
}
.hover\:text-violet-100\/5:hover {
  color: rgb(237 233 254 / 0.05);
}
.hover\:text-violet-100\/50:hover {
  color: rgb(237 233 254 / 0.5);
}
.hover\:text-violet-100\/60:hover {
  color: rgb(237 233 254 / 0.6);
}
.hover\:text-violet-100\/70:hover {
  color: rgb(237 233 254 / 0.7);
}
.hover\:text-violet-100\/75:hover {
  color: rgb(237 233 254 / 0.75);
}
.hover\:text-violet-100\/80:hover {
  color: rgb(237 233 254 / 0.8);
}
.hover\:text-violet-100\/90:hover {
  color: rgb(237 233 254 / 0.9);
}
.hover\:text-violet-100\/95:hover {
  color: rgb(237 233 254 / 0.95);
}
.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.hover\:text-violet-200\/0:hover {
  color: rgb(221 214 254 / 0);
}
.hover\:text-violet-200\/10:hover {
  color: rgb(221 214 254 / 0.1);
}
.hover\:text-violet-200\/100:hover {
  color: rgb(221 214 254 / 1);
}
.hover\:text-violet-200\/20:hover {
  color: rgb(221 214 254 / 0.2);
}
.hover\:text-violet-200\/25:hover {
  color: rgb(221 214 254 / 0.25);
}
.hover\:text-violet-200\/30:hover {
  color: rgb(221 214 254 / 0.3);
}
.hover\:text-violet-200\/40:hover {
  color: rgb(221 214 254 / 0.4);
}
.hover\:text-violet-200\/5:hover {
  color: rgb(221 214 254 / 0.05);
}
.hover\:text-violet-200\/50:hover {
  color: rgb(221 214 254 / 0.5);
}
.hover\:text-violet-200\/60:hover {
  color: rgb(221 214 254 / 0.6);
}
.hover\:text-violet-200\/70:hover {
  color: rgb(221 214 254 / 0.7);
}
.hover\:text-violet-200\/75:hover {
  color: rgb(221 214 254 / 0.75);
}
.hover\:text-violet-200\/80:hover {
  color: rgb(221 214 254 / 0.8);
}
.hover\:text-violet-200\/90:hover {
  color: rgb(221 214 254 / 0.9);
}
.hover\:text-violet-200\/95:hover {
  color: rgb(221 214 254 / 0.95);
}
.hover\:text-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.hover\:text-violet-300\/0:hover {
  color: rgb(196 181 253 / 0);
}
.hover\:text-violet-300\/10:hover {
  color: rgb(196 181 253 / 0.1);
}
.hover\:text-violet-300\/100:hover {
  color: rgb(196 181 253 / 1);
}
.hover\:text-violet-300\/20:hover {
  color: rgb(196 181 253 / 0.2);
}
.hover\:text-violet-300\/25:hover {
  color: rgb(196 181 253 / 0.25);
}
.hover\:text-violet-300\/30:hover {
  color: rgb(196 181 253 / 0.3);
}
.hover\:text-violet-300\/40:hover {
  color: rgb(196 181 253 / 0.4);
}
.hover\:text-violet-300\/5:hover {
  color: rgb(196 181 253 / 0.05);
}
.hover\:text-violet-300\/50:hover {
  color: rgb(196 181 253 / 0.5);
}
.hover\:text-violet-300\/60:hover {
  color: rgb(196 181 253 / 0.6);
}
.hover\:text-violet-300\/70:hover {
  color: rgb(196 181 253 / 0.7);
}
.hover\:text-violet-300\/75:hover {
  color: rgb(196 181 253 / 0.75);
}
.hover\:text-violet-300\/80:hover {
  color: rgb(196 181 253 / 0.8);
}
.hover\:text-violet-300\/90:hover {
  color: rgb(196 181 253 / 0.9);
}
.hover\:text-violet-300\/95:hover {
  color: rgb(196 181 253 / 0.95);
}
.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.hover\:text-violet-400\/0:hover {
  color: rgb(167 139 250 / 0);
}
.hover\:text-violet-400\/10:hover {
  color: rgb(167 139 250 / 0.1);
}
.hover\:text-violet-400\/100:hover {
  color: rgb(167 139 250 / 1);
}
.hover\:text-violet-400\/20:hover {
  color: rgb(167 139 250 / 0.2);
}
.hover\:text-violet-400\/25:hover {
  color: rgb(167 139 250 / 0.25);
}
.hover\:text-violet-400\/30:hover {
  color: rgb(167 139 250 / 0.3);
}
.hover\:text-violet-400\/40:hover {
  color: rgb(167 139 250 / 0.4);
}
.hover\:text-violet-400\/5:hover {
  color: rgb(167 139 250 / 0.05);
}
.hover\:text-violet-400\/50:hover {
  color: rgb(167 139 250 / 0.5);
}
.hover\:text-violet-400\/60:hover {
  color: rgb(167 139 250 / 0.6);
}
.hover\:text-violet-400\/70:hover {
  color: rgb(167 139 250 / 0.7);
}
.hover\:text-violet-400\/75:hover {
  color: rgb(167 139 250 / 0.75);
}
.hover\:text-violet-400\/80:hover {
  color: rgb(167 139 250 / 0.8);
}
.hover\:text-violet-400\/90:hover {
  color: rgb(167 139 250 / 0.9);
}
.hover\:text-violet-400\/95:hover {
  color: rgb(167 139 250 / 0.95);
}
.hover\:text-violet-50:hover {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.hover\:text-violet-50\/0:hover {
  color: rgb(245 243 255 / 0);
}
.hover\:text-violet-50\/10:hover {
  color: rgb(245 243 255 / 0.1);
}
.hover\:text-violet-50\/100:hover {
  color: rgb(245 243 255 / 1);
}
.hover\:text-violet-50\/20:hover {
  color: rgb(245 243 255 / 0.2);
}
.hover\:text-violet-50\/25:hover {
  color: rgb(245 243 255 / 0.25);
}
.hover\:text-violet-50\/30:hover {
  color: rgb(245 243 255 / 0.3);
}
.hover\:text-violet-50\/40:hover {
  color: rgb(245 243 255 / 0.4);
}
.hover\:text-violet-50\/5:hover {
  color: rgb(245 243 255 / 0.05);
}
.hover\:text-violet-50\/50:hover {
  color: rgb(245 243 255 / 0.5);
}
.hover\:text-violet-50\/60:hover {
  color: rgb(245 243 255 / 0.6);
}
.hover\:text-violet-50\/70:hover {
  color: rgb(245 243 255 / 0.7);
}
.hover\:text-violet-50\/75:hover {
  color: rgb(245 243 255 / 0.75);
}
.hover\:text-violet-50\/80:hover {
  color: rgb(245 243 255 / 0.8);
}
.hover\:text-violet-50\/90:hover {
  color: rgb(245 243 255 / 0.9);
}
.hover\:text-violet-50\/95:hover {
  color: rgb(245 243 255 / 0.95);
}
.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.hover\:text-violet-500\/0:hover {
  color: rgb(139 92 246 / 0);
}
.hover\:text-violet-500\/10:hover {
  color: rgb(139 92 246 / 0.1);
}
.hover\:text-violet-500\/100:hover {
  color: rgb(139 92 246 / 1);
}
.hover\:text-violet-500\/20:hover {
  color: rgb(139 92 246 / 0.2);
}
.hover\:text-violet-500\/25:hover {
  color: rgb(139 92 246 / 0.25);
}
.hover\:text-violet-500\/30:hover {
  color: rgb(139 92 246 / 0.3);
}
.hover\:text-violet-500\/40:hover {
  color: rgb(139 92 246 / 0.4);
}
.hover\:text-violet-500\/5:hover {
  color: rgb(139 92 246 / 0.05);
}
.hover\:text-violet-500\/50:hover {
  color: rgb(139 92 246 / 0.5);
}
.hover\:text-violet-500\/60:hover {
  color: rgb(139 92 246 / 0.6);
}
.hover\:text-violet-500\/70:hover {
  color: rgb(139 92 246 / 0.7);
}
.hover\:text-violet-500\/75:hover {
  color: rgb(139 92 246 / 0.75);
}
.hover\:text-violet-500\/80:hover {
  color: rgb(139 92 246 / 0.8);
}
.hover\:text-violet-500\/90:hover {
  color: rgb(139 92 246 / 0.9);
}
.hover\:text-violet-500\/95:hover {
  color: rgb(139 92 246 / 0.95);
}
.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.hover\:text-violet-600\/0:hover {
  color: rgb(124 58 237 / 0);
}
.hover\:text-violet-600\/10:hover {
  color: rgb(124 58 237 / 0.1);
}
.hover\:text-violet-600\/100:hover {
  color: rgb(124 58 237 / 1);
}
.hover\:text-violet-600\/20:hover {
  color: rgb(124 58 237 / 0.2);
}
.hover\:text-violet-600\/25:hover {
  color: rgb(124 58 237 / 0.25);
}
.hover\:text-violet-600\/30:hover {
  color: rgb(124 58 237 / 0.3);
}
.hover\:text-violet-600\/40:hover {
  color: rgb(124 58 237 / 0.4);
}
.hover\:text-violet-600\/5:hover {
  color: rgb(124 58 237 / 0.05);
}
.hover\:text-violet-600\/50:hover {
  color: rgb(124 58 237 / 0.5);
}
.hover\:text-violet-600\/60:hover {
  color: rgb(124 58 237 / 0.6);
}
.hover\:text-violet-600\/70:hover {
  color: rgb(124 58 237 / 0.7);
}
.hover\:text-violet-600\/75:hover {
  color: rgb(124 58 237 / 0.75);
}
.hover\:text-violet-600\/80:hover {
  color: rgb(124 58 237 / 0.8);
}
.hover\:text-violet-600\/90:hover {
  color: rgb(124 58 237 / 0.9);
}
.hover\:text-violet-600\/95:hover {
  color: rgb(124 58 237 / 0.95);
}
.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.hover\:text-violet-700\/0:hover {
  color: rgb(109 40 217 / 0);
}
.hover\:text-violet-700\/10:hover {
  color: rgb(109 40 217 / 0.1);
}
.hover\:text-violet-700\/100:hover {
  color: rgb(109 40 217 / 1);
}
.hover\:text-violet-700\/20:hover {
  color: rgb(109 40 217 / 0.2);
}
.hover\:text-violet-700\/25:hover {
  color: rgb(109 40 217 / 0.25);
}
.hover\:text-violet-700\/30:hover {
  color: rgb(109 40 217 / 0.3);
}
.hover\:text-violet-700\/40:hover {
  color: rgb(109 40 217 / 0.4);
}
.hover\:text-violet-700\/5:hover {
  color: rgb(109 40 217 / 0.05);
}
.hover\:text-violet-700\/50:hover {
  color: rgb(109 40 217 / 0.5);
}
.hover\:text-violet-700\/60:hover {
  color: rgb(109 40 217 / 0.6);
}
.hover\:text-violet-700\/70:hover {
  color: rgb(109 40 217 / 0.7);
}
.hover\:text-violet-700\/75:hover {
  color: rgb(109 40 217 / 0.75);
}
.hover\:text-violet-700\/80:hover {
  color: rgb(109 40 217 / 0.8);
}
.hover\:text-violet-700\/90:hover {
  color: rgb(109 40 217 / 0.9);
}
.hover\:text-violet-700\/95:hover {
  color: rgb(109 40 217 / 0.95);
}
.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.hover\:text-violet-800\/0:hover {
  color: rgb(91 33 182 / 0);
}
.hover\:text-violet-800\/10:hover {
  color: rgb(91 33 182 / 0.1);
}
.hover\:text-violet-800\/100:hover {
  color: rgb(91 33 182 / 1);
}
.hover\:text-violet-800\/20:hover {
  color: rgb(91 33 182 / 0.2);
}
.hover\:text-violet-800\/25:hover {
  color: rgb(91 33 182 / 0.25);
}
.hover\:text-violet-800\/30:hover {
  color: rgb(91 33 182 / 0.3);
}
.hover\:text-violet-800\/40:hover {
  color: rgb(91 33 182 / 0.4);
}
.hover\:text-violet-800\/5:hover {
  color: rgb(91 33 182 / 0.05);
}
.hover\:text-violet-800\/50:hover {
  color: rgb(91 33 182 / 0.5);
}
.hover\:text-violet-800\/60:hover {
  color: rgb(91 33 182 / 0.6);
}
.hover\:text-violet-800\/70:hover {
  color: rgb(91 33 182 / 0.7);
}
.hover\:text-violet-800\/75:hover {
  color: rgb(91 33 182 / 0.75);
}
.hover\:text-violet-800\/80:hover {
  color: rgb(91 33 182 / 0.8);
}
.hover\:text-violet-800\/90:hover {
  color: rgb(91 33 182 / 0.9);
}
.hover\:text-violet-800\/95:hover {
  color: rgb(91 33 182 / 0.95);
}
.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.hover\:text-violet-900\/0:hover {
  color: rgb(76 29 149 / 0);
}
.hover\:text-violet-900\/10:hover {
  color: rgb(76 29 149 / 0.1);
}
.hover\:text-violet-900\/100:hover {
  color: rgb(76 29 149 / 1);
}
.hover\:text-violet-900\/20:hover {
  color: rgb(76 29 149 / 0.2);
}
.hover\:text-violet-900\/25:hover {
  color: rgb(76 29 149 / 0.25);
}
.hover\:text-violet-900\/30:hover {
  color: rgb(76 29 149 / 0.3);
}
.hover\:text-violet-900\/40:hover {
  color: rgb(76 29 149 / 0.4);
}
.hover\:text-violet-900\/5:hover {
  color: rgb(76 29 149 / 0.05);
}
.hover\:text-violet-900\/50:hover {
  color: rgb(76 29 149 / 0.5);
}
.hover\:text-violet-900\/60:hover {
  color: rgb(76 29 149 / 0.6);
}
.hover\:text-violet-900\/70:hover {
  color: rgb(76 29 149 / 0.7);
}
.hover\:text-violet-900\/75:hover {
  color: rgb(76 29 149 / 0.75);
}
.hover\:text-violet-900\/80:hover {
  color: rgb(76 29 149 / 0.8);
}
.hover\:text-violet-900\/90:hover {
  color: rgb(76 29 149 / 0.9);
}
.hover\:text-violet-900\/95:hover {
  color: rgb(76 29 149 / 0.95);
}
.hover\:text-violet-950:hover {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.hover\:text-violet-950\/0:hover {
  color: rgb(46 16 101 / 0);
}
.hover\:text-violet-950\/10:hover {
  color: rgb(46 16 101 / 0.1);
}
.hover\:text-violet-950\/100:hover {
  color: rgb(46 16 101 / 1);
}
.hover\:text-violet-950\/20:hover {
  color: rgb(46 16 101 / 0.2);
}
.hover\:text-violet-950\/25:hover {
  color: rgb(46 16 101 / 0.25);
}
.hover\:text-violet-950\/30:hover {
  color: rgb(46 16 101 / 0.3);
}
.hover\:text-violet-950\/40:hover {
  color: rgb(46 16 101 / 0.4);
}
.hover\:text-violet-950\/5:hover {
  color: rgb(46 16 101 / 0.05);
}
.hover\:text-violet-950\/50:hover {
  color: rgb(46 16 101 / 0.5);
}
.hover\:text-violet-950\/60:hover {
  color: rgb(46 16 101 / 0.6);
}
.hover\:text-violet-950\/70:hover {
  color: rgb(46 16 101 / 0.7);
}
.hover\:text-violet-950\/75:hover {
  color: rgb(46 16 101 / 0.75);
}
.hover\:text-violet-950\/80:hover {
  color: rgb(46 16 101 / 0.8);
}
.hover\:text-violet-950\/90:hover {
  color: rgb(46 16 101 / 0.9);
}
.hover\:text-violet-950\/95:hover {
  color: rgb(46 16 101 / 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.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\/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\/40:hover {
  color: rgb(254 249 195 / 0.4);
}
.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\/60:hover {
  color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(254 240 138 / 0.4);
}
.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\/60:hover {
  color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(253 224 71 / 0.4);
}
.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\/60:hover {
  color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(250 204 21 / 0.4);
}
.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\/60:hover {
  color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(254 252 232 / 0.4);
}
.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\/60:hover {
  color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(234 179 8 / 0.4);
}
.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\/60:hover {
  color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(202 138 4 / 0.4);
}
.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\/60:hover {
  color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(161 98 7 / 0.4);
}
.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\/60:hover {
  color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(133 77 14 / 0.4);
}
.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\/60:hover {
  color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(113 63 18 / 0.4);
}
.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\/60:hover {
  color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:hover {
  color: rgb(66 32 6 / 0.4);
}
.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\/60:hover {
  color: rgb(66 32 6 / 0.6);
}
.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\/90:hover {
  color: rgb(66 32 6 / 0.9);
}
.hover\:text-yellow-950\/95:hover {
  color: rgb(66 32 6 / 0.95);
}
.hover\:text-zinc-100:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.hover\:text-zinc-100\/0:hover {
  color: rgb(244 244 245 / 0);
}
.hover\:text-zinc-100\/10:hover {
  color: rgb(244 244 245 / 0.1);
}
.hover\:text-zinc-100\/100:hover {
  color: rgb(244 244 245 / 1);
}
.hover\:text-zinc-100\/20:hover {
  color: rgb(244 244 245 / 0.2);
}
.hover\:text-zinc-100\/25:hover {
  color: rgb(244 244 245 / 0.25);
}
.hover\:text-zinc-100\/30:hover {
  color: rgb(244 244 245 / 0.3);
}
.hover\:text-zinc-100\/40:hover {
  color: rgb(244 244 245 / 0.4);
}
.hover\:text-zinc-100\/5:hover {
  color: rgb(244 244 245 / 0.05);
}
.hover\:text-zinc-100\/50:hover {
  color: rgb(244 244 245 / 0.5);
}
.hover\:text-zinc-100\/60:hover {
  color: rgb(244 244 245 / 0.6);
}
.hover\:text-zinc-100\/70:hover {
  color: rgb(244 244 245 / 0.7);
}
.hover\:text-zinc-100\/75:hover {
  color: rgb(244 244 245 / 0.75);
}
.hover\:text-zinc-100\/80:hover {
  color: rgb(244 244 245 / 0.8);
}
.hover\:text-zinc-100\/90:hover {
  color: rgb(244 244 245 / 0.9);
}
.hover\:text-zinc-100\/95:hover {
  color: rgb(244 244 245 / 0.95);
}
.hover\:text-zinc-200:hover {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.hover\:text-zinc-200\/0:hover {
  color: rgb(228 228 231 / 0);
}
.hover\:text-zinc-200\/10:hover {
  color: rgb(228 228 231 / 0.1);
}
.hover\:text-zinc-200\/100:hover {
  color: rgb(228 228 231 / 1);
}
.hover\:text-zinc-200\/20:hover {
  color: rgb(228 228 231 / 0.2);
}
.hover\:text-zinc-200\/25:hover {
  color: rgb(228 228 231 / 0.25);
}
.hover\:text-zinc-200\/30:hover {
  color: rgb(228 228 231 / 0.3);
}
.hover\:text-zinc-200\/40:hover {
  color: rgb(228 228 231 / 0.4);
}
.hover\:text-zinc-200\/5:hover {
  color: rgb(228 228 231 / 0.05);
}
.hover\:text-zinc-200\/50:hover {
  color: rgb(228 228 231 / 0.5);
}
.hover\:text-zinc-200\/60:hover {
  color: rgb(228 228 231 / 0.6);
}
.hover\:text-zinc-200\/70:hover {
  color: rgb(228 228 231 / 0.7);
}
.hover\:text-zinc-200\/75:hover {
  color: rgb(228 228 231 / 0.75);
}
.hover\:text-zinc-200\/80:hover {
  color: rgb(228 228 231 / 0.8);
}
.hover\:text-zinc-200\/90:hover {
  color: rgb(228 228 231 / 0.9);
}
.hover\:text-zinc-200\/95:hover {
  color: rgb(228 228 231 / 0.95);
}
.hover\:text-zinc-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.hover\:text-zinc-300\/0:hover {
  color: rgb(212 212 216 / 0);
}
.hover\:text-zinc-300\/10:hover {
  color: rgb(212 212 216 / 0.1);
}
.hover\:text-zinc-300\/100:hover {
  color: rgb(212 212 216 / 1);
}
.hover\:text-zinc-300\/20:hover {
  color: rgb(212 212 216 / 0.2);
}
.hover\:text-zinc-300\/25:hover {
  color: rgb(212 212 216 / 0.25);
}
.hover\:text-zinc-300\/30:hover {
  color: rgb(212 212 216 / 0.3);
}
.hover\:text-zinc-300\/40:hover {
  color: rgb(212 212 216 / 0.4);
}
.hover\:text-zinc-300\/5:hover {
  color: rgb(212 212 216 / 0.05);
}
.hover\:text-zinc-300\/50:hover {
  color: rgb(212 212 216 / 0.5);
}
.hover\:text-zinc-300\/60:hover {
  color: rgb(212 212 216 / 0.6);
}
.hover\:text-zinc-300\/70:hover {
  color: rgb(212 212 216 / 0.7);
}
.hover\:text-zinc-300\/75:hover {
  color: rgb(212 212 216 / 0.75);
}
.hover\:text-zinc-300\/80:hover {
  color: rgb(212 212 216 / 0.8);
}
.hover\:text-zinc-300\/90:hover {
  color: rgb(212 212 216 / 0.9);
}
.hover\:text-zinc-300\/95:hover {
  color: rgb(212 212 216 / 0.95);
}
.hover\:text-zinc-400:hover {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.hover\:text-zinc-400\/0:hover {
  color: rgb(161 161 170 / 0);
}
.hover\:text-zinc-400\/10:hover {
  color: rgb(161 161 170 / 0.1);
}
.hover\:text-zinc-400\/100:hover {
  color: rgb(161 161 170 / 1);
}
.hover\:text-zinc-400\/20:hover {
  color: rgb(161 161 170 / 0.2);
}
.hover\:text-zinc-400\/25:hover {
  color: rgb(161 161 170 / 0.25);
}
.hover\:text-zinc-400\/30:hover {
  color: rgb(161 161 170 / 0.3);
}
.hover\:text-zinc-400\/40:hover {
  color: rgb(161 161 170 / 0.4);
}
.hover\:text-zinc-400\/5:hover {
  color: rgb(161 161 170 / 0.05);
}
.hover\:text-zinc-400\/50:hover {
  color: rgb(161 161 170 / 0.5);
}
.hover\:text-zinc-400\/60:hover {
  color: rgb(161 161 170 / 0.6);
}
.hover\:text-zinc-400\/70:hover {
  color: rgb(161 161 170 / 0.7);
}
.hover\:text-zinc-400\/75:hover {
  color: rgb(161 161 170 / 0.75);
}
.hover\:text-zinc-400\/80:hover {
  color: rgb(161 161 170 / 0.8);
}
.hover\:text-zinc-400\/90:hover {
  color: rgb(161 161 170 / 0.9);
}
.hover\:text-zinc-400\/95:hover {
  color: rgb(161 161 170 / 0.95);
}
.hover\:text-zinc-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.hover\:text-zinc-50\/0:hover {
  color: rgb(250 250 250 / 0);
}
.hover\:text-zinc-50\/10:hover {
  color: rgb(250 250 250 / 0.1);
}
.hover\:text-zinc-50\/100:hover {
  color: rgb(250 250 250 / 1);
}
.hover\:text-zinc-50\/20:hover {
  color: rgb(250 250 250 / 0.2);
}
.hover\:text-zinc-50\/25:hover {
  color: rgb(250 250 250 / 0.25);
}
.hover\:text-zinc-50\/30:hover {
  color: rgb(250 250 250 / 0.3);
}
.hover\:text-zinc-50\/40:hover {
  color: rgb(250 250 250 / 0.4);
}
.hover\:text-zinc-50\/5:hover {
  color: rgb(250 250 250 / 0.05);
}
.hover\:text-zinc-50\/50:hover {
  color: rgb(250 250 250 / 0.5);
}
.hover\:text-zinc-50\/60:hover {
  color: rgb(250 250 250 / 0.6);
}
.hover\:text-zinc-50\/70:hover {
  color: rgb(250 250 250 / 0.7);
}
.hover\:text-zinc-50\/75:hover {
  color: rgb(250 250 250 / 0.75);
}
.hover\:text-zinc-50\/80:hover {
  color: rgb(250 250 250 / 0.8);
}
.hover\:text-zinc-50\/90:hover {
  color: rgb(250 250 250 / 0.9);
}
.hover\:text-zinc-50\/95:hover {
  color: rgb(250 250 250 / 0.95);
}
.hover\:text-zinc-500:hover {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.hover\:text-zinc-500\/0:hover {
  color: rgb(113 113 122 / 0);
}
.hover\:text-zinc-500\/10:hover {
  color: rgb(113 113 122 / 0.1);
}
.hover\:text-zinc-500\/100:hover {
  color: rgb(113 113 122 / 1);
}
.hover\:text-zinc-500\/20:hover {
  color: rgb(113 113 122 / 0.2);
}
.hover\:text-zinc-500\/25:hover {
  color: rgb(113 113 122 / 0.25);
}
.hover\:text-zinc-500\/30:hover {
  color: rgb(113 113 122 / 0.3);
}
.hover\:text-zinc-500\/40:hover {
  color: rgb(113 113 122 / 0.4);
}
.hover\:text-zinc-500\/5:hover {
  color: rgb(113 113 122 / 0.05);
}
.hover\:text-zinc-500\/50:hover {
  color: rgb(113 113 122 / 0.5);
}
.hover\:text-zinc-500\/60:hover {
  color: rgb(113 113 122 / 0.6);
}
.hover\:text-zinc-500\/70:hover {
  color: rgb(113 113 122 / 0.7);
}
.hover\:text-zinc-500\/75:hover {
  color: rgb(113 113 122 / 0.75);
}
.hover\:text-zinc-500\/80:hover {
  color: rgb(113 113 122 / 0.8);
}
.hover\:text-zinc-500\/90:hover {
  color: rgb(113 113 122 / 0.9);
}
.hover\:text-zinc-500\/95:hover {
  color: rgb(113 113 122 / 0.95);
}
.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.hover\:text-zinc-600\/0:hover {
  color: rgb(82 82 91 / 0);
}
.hover\:text-zinc-600\/10:hover {
  color: rgb(82 82 91 / 0.1);
}
.hover\:text-zinc-600\/100:hover {
  color: rgb(82 82 91 / 1);
}
.hover\:text-zinc-600\/20:hover {
  color: rgb(82 82 91 / 0.2);
}
.hover\:text-zinc-600\/25:hover {
  color: rgb(82 82 91 / 0.25);
}
.hover\:text-zinc-600\/30:hover {
  color: rgb(82 82 91 / 0.3);
}
.hover\:text-zinc-600\/40:hover {
  color: rgb(82 82 91 / 0.4);
}
.hover\:text-zinc-600\/5:hover {
  color: rgb(82 82 91 / 0.05);
}
.hover\:text-zinc-600\/50:hover {
  color: rgb(82 82 91 / 0.5);
}
.hover\:text-zinc-600\/60:hover {
  color: rgb(82 82 91 / 0.6);
}
.hover\:text-zinc-600\/70:hover {
  color: rgb(82 82 91 / 0.7);
}
.hover\:text-zinc-600\/75:hover {
  color: rgb(82 82 91 / 0.75);
}
.hover\:text-zinc-600\/80:hover {
  color: rgb(82 82 91 / 0.8);
}
.hover\:text-zinc-600\/90:hover {
  color: rgb(82 82 91 / 0.9);
}
.hover\:text-zinc-600\/95:hover {
  color: rgb(82 82 91 / 0.95);
}
.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.hover\:text-zinc-700\/0:hover {
  color: rgb(63 63 70 / 0);
}
.hover\:text-zinc-700\/10:hover {
  color: rgb(63 63 70 / 0.1);
}
.hover\:text-zinc-700\/100:hover {
  color: rgb(63 63 70 / 1);
}
.hover\:text-zinc-700\/20:hover {
  color: rgb(63 63 70 / 0.2);
}
.hover\:text-zinc-700\/25:hover {
  color: rgb(63 63 70 / 0.25);
}
.hover\:text-zinc-700\/30:hover {
  color: rgb(63 63 70 / 0.3);
}
.hover\:text-zinc-700\/40:hover {
  color: rgb(63 63 70 / 0.4);
}
.hover\:text-zinc-700\/5:hover {
  color: rgb(63 63 70 / 0.05);
}
.hover\:text-zinc-700\/50:hover {
  color: rgb(63 63 70 / 0.5);
}
.hover\:text-zinc-700\/60:hover {
  color: rgb(63 63 70 / 0.6);
}
.hover\:text-zinc-700\/70:hover {
  color: rgb(63 63 70 / 0.7);
}
.hover\:text-zinc-700\/75:hover {
  color: rgb(63 63 70 / 0.75);
}
.hover\:text-zinc-700\/80:hover {
  color: rgb(63 63 70 / 0.8);
}
.hover\:text-zinc-700\/90:hover {
  color: rgb(63 63 70 / 0.9);
}
.hover\:text-zinc-700\/95:hover {
  color: rgb(63 63 70 / 0.95);
}
.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.hover\:text-zinc-800\/0:hover {
  color: rgb(39 39 42 / 0);
}
.hover\:text-zinc-800\/10:hover {
  color: rgb(39 39 42 / 0.1);
}
.hover\:text-zinc-800\/100:hover {
  color: rgb(39 39 42 / 1);
}
.hover\:text-zinc-800\/20:hover {
  color: rgb(39 39 42 / 0.2);
}
.hover\:text-zinc-800\/25:hover {
  color: rgb(39 39 42 / 0.25);
}
.hover\:text-zinc-800\/30:hover {
  color: rgb(39 39 42 / 0.3);
}
.hover\:text-zinc-800\/40:hover {
  color: rgb(39 39 42 / 0.4);
}
.hover\:text-zinc-800\/5:hover {
  color: rgb(39 39 42 / 0.05);
}
.hover\:text-zinc-800\/50:hover {
  color: rgb(39 39 42 / 0.5);
}
.hover\:text-zinc-800\/60:hover {
  color: rgb(39 39 42 / 0.6);
}
.hover\:text-zinc-800\/70:hover {
  color: rgb(39 39 42 / 0.7);
}
.hover\:text-zinc-800\/75:hover {
  color: rgb(39 39 42 / 0.75);
}
.hover\:text-zinc-800\/80:hover {
  color: rgb(39 39 42 / 0.8);
}
.hover\:text-zinc-800\/90:hover {
  color: rgb(39 39 42 / 0.9);
}
.hover\:text-zinc-800\/95:hover {
  color: rgb(39 39 42 / 0.95);
}
.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.hover\:text-zinc-900\/0:hover {
  color: rgb(24 24 27 / 0);
}
.hover\:text-zinc-900\/10:hover {
  color: rgb(24 24 27 / 0.1);
}
.hover\:text-zinc-900\/100:hover {
  color: rgb(24 24 27 / 1);
}
.hover\:text-zinc-900\/20:hover {
  color: rgb(24 24 27 / 0.2);
}
.hover\:text-zinc-900\/25:hover {
  color: rgb(24 24 27 / 0.25);
}
.hover\:text-zinc-900\/30:hover {
  color: rgb(24 24 27 / 0.3);
}
.hover\:text-zinc-900\/40:hover {
  color: rgb(24 24 27 / 0.4);
}
.hover\:text-zinc-900\/5:hover {
  color: rgb(24 24 27 / 0.05);
}
.hover\:text-zinc-900\/50:hover {
  color: rgb(24 24 27 / 0.5);
}
.hover\:text-zinc-900\/60:hover {
  color: rgb(24 24 27 / 0.6);
}
.hover\:text-zinc-900\/70:hover {
  color: rgb(24 24 27 / 0.7);
}
.hover\:text-zinc-900\/75:hover {
  color: rgb(24 24 27 / 0.75);
}
.hover\:text-zinc-900\/80:hover {
  color: rgb(24 24 27 / 0.8);
}
.hover\:text-zinc-900\/90:hover {
  color: rgb(24 24 27 / 0.9);
}
.hover\:text-zinc-900\/95:hover {
  color: rgb(24 24 27 / 0.95);
}
.hover\:text-zinc-950:hover {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.hover\:text-zinc-950\/0:hover {
  color: rgb(9 9 11 / 0);
}
.hover\:text-zinc-950\/10:hover {
  color: rgb(9 9 11 / 0.1);
}
.hover\:text-zinc-950\/100:hover {
  color: rgb(9 9 11 / 1);
}
.hover\:text-zinc-950\/20:hover {
  color: rgb(9 9 11 / 0.2);
}
.hover\:text-zinc-950\/25:hover {
  color: rgb(9 9 11 / 0.25);
}
.hover\:text-zinc-950\/30:hover {
  color: rgb(9 9 11 / 0.3);
}
.hover\:text-zinc-950\/40:hover {
  color: rgb(9 9 11 / 0.4);
}
.hover\:text-zinc-950\/5:hover {
  color: rgb(9 9 11 / 0.05);
}
.hover\:text-zinc-950\/50:hover {
  color: rgb(9 9 11 / 0.5);
}
.hover\:text-zinc-950\/60:hover {
  color: rgb(9 9 11 / 0.6);
}
.hover\:text-zinc-950\/70:hover {
  color: rgb(9 9 11 / 0.7);
}
.hover\:text-zinc-950\/75:hover {
  color: rgb(9 9 11 / 0.75);
}
.hover\:text-zinc-950\/80:hover {
  color: rgb(9 9 11 / 0.8);
}
.hover\:text-zinc-950\/90:hover {
  color: rgb(9 9 11 / 0.9);
}
.hover\:text-zinc-950\/95:hover {
  color: rgb(9 9 11 / 0.95);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-2xl:hover {
  --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);
}
.hover\:shadow-lg:hover {
  --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);
}
.hover\:shadow-xl:hover {
  --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);
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}
.hover\:scrollbar-default:hover {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}
.hover\:scrollbar-default:hover::-webkit-scrollbar {
  display: block;
}
.hover\:scrollbar-thumb-slate-400 {
  --scrollbar-thumb-hover: #94a3b8 !important;
}
.active\:border-amber-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
.active\:border-amber-100\/0:active {
  border-color: rgb(254 243 199 / 0);
}
.active\:border-amber-100\/10:active {
  border-color: rgb(254 243 199 / 0.1);
}
.active\:border-amber-100\/100:active {
  border-color: rgb(254 243 199 / 1);
}
.active\:border-amber-100\/20:active {
  border-color: rgb(254 243 199 / 0.2);
}
.active\:border-amber-100\/25:active {
  border-color: rgb(254 243 199 / 0.25);
}
.active\:border-amber-100\/30:active {
  border-color: rgb(254 243 199 / 0.3);
}
.active\:border-amber-100\/40:active {
  border-color: rgb(254 243 199 / 0.4);
}
.active\:border-amber-100\/5:active {
  border-color: rgb(254 243 199 / 0.05);
}
.active\:border-amber-100\/50:active {
  border-color: rgb(254 243 199 / 0.5);
}
.active\:border-amber-100\/60:active {
  border-color: rgb(254 243 199 / 0.6);
}
.active\:border-amber-100\/70:active {
  border-color: rgb(254 243 199 / 0.7);
}
.active\:border-amber-100\/75:active {
  border-color: rgb(254 243 199 / 0.75);
}
.active\:border-amber-100\/80:active {
  border-color: rgb(254 243 199 / 0.8);
}
.active\:border-amber-100\/90:active {
  border-color: rgb(254 243 199 / 0.9);
}
.active\:border-amber-100\/95:active {
  border-color: rgb(254 243 199 / 0.95);
}
.active\:border-amber-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
.active\:border-amber-200\/0:active {
  border-color: rgb(253 230 138 / 0);
}
.active\:border-amber-200\/10:active {
  border-color: rgb(253 230 138 / 0.1);
}
.active\:border-amber-200\/100:active {
  border-color: rgb(253 230 138 / 1);
}
.active\:border-amber-200\/20:active {
  border-color: rgb(253 230 138 / 0.2);
}
.active\:border-amber-200\/25:active {
  border-color: rgb(253 230 138 / 0.25);
}
.active\:border-amber-200\/30:active {
  border-color: rgb(253 230 138 / 0.3);
}
.active\:border-amber-200\/40:active {
  border-color: rgb(253 230 138 / 0.4);
}
.active\:border-amber-200\/5:active {
  border-color: rgb(253 230 138 / 0.05);
}
.active\:border-amber-200\/50:active {
  border-color: rgb(253 230 138 / 0.5);
}
.active\:border-amber-200\/60:active {
  border-color: rgb(253 230 138 / 0.6);
}
.active\:border-amber-200\/70:active {
  border-color: rgb(253 230 138 / 0.7);
}
.active\:border-amber-200\/75:active {
  border-color: rgb(253 230 138 / 0.75);
}
.active\:border-amber-200\/80:active {
  border-color: rgb(253 230 138 / 0.8);
}
.active\:border-amber-200\/90:active {
  border-color: rgb(253 230 138 / 0.9);
}
.active\:border-amber-200\/95:active {
  border-color: rgb(253 230 138 / 0.95);
}
.active\:border-amber-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.active\:border-amber-300\/0:active {
  border-color: rgb(252 211 77 / 0);
}
.active\:border-amber-300\/10:active {
  border-color: rgb(252 211 77 / 0.1);
}
.active\:border-amber-300\/100:active {
  border-color: rgb(252 211 77 / 1);
}
.active\:border-amber-300\/20:active {
  border-color: rgb(252 211 77 / 0.2);
}
.active\:border-amber-300\/25:active {
  border-color: rgb(252 211 77 / 0.25);
}
.active\:border-amber-300\/30:active {
  border-color: rgb(252 211 77 / 0.3);
}
.active\:border-amber-300\/40:active {
  border-color: rgb(252 211 77 / 0.4);
}
.active\:border-amber-300\/5:active {
  border-color: rgb(252 211 77 / 0.05);
}
.active\:border-amber-300\/50:active {
  border-color: rgb(252 211 77 / 0.5);
}
.active\:border-amber-300\/60:active {
  border-color: rgb(252 211 77 / 0.6);
}
.active\:border-amber-300\/70:active {
  border-color: rgb(252 211 77 / 0.7);
}
.active\:border-amber-300\/75:active {
  border-color: rgb(252 211 77 / 0.75);
}
.active\:border-amber-300\/80:active {
  border-color: rgb(252 211 77 / 0.8);
}
.active\:border-amber-300\/90:active {
  border-color: rgb(252 211 77 / 0.9);
}
.active\:border-amber-300\/95:active {
  border-color: rgb(252 211 77 / 0.95);
}
.active\:border-amber-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.active\:border-amber-400\/0:active {
  border-color: rgb(251 191 36 / 0);
}
.active\:border-amber-400\/10:active {
  border-color: rgb(251 191 36 / 0.1);
}
.active\:border-amber-400\/100:active {
  border-color: rgb(251 191 36 / 1);
}
.active\:border-amber-400\/20:active {
  border-color: rgb(251 191 36 / 0.2);
}
.active\:border-amber-400\/25:active {
  border-color: rgb(251 191 36 / 0.25);
}
.active\:border-amber-400\/30:active {
  border-color: rgb(251 191 36 / 0.3);
}
.active\:border-amber-400\/40:active {
  border-color: rgb(251 191 36 / 0.4);
}
.active\:border-amber-400\/5:active {
  border-color: rgb(251 191 36 / 0.05);
}
.active\:border-amber-400\/50:active {
  border-color: rgb(251 191 36 / 0.5);
}
.active\:border-amber-400\/60:active {
  border-color: rgb(251 191 36 / 0.6);
}
.active\:border-amber-400\/70:active {
  border-color: rgb(251 191 36 / 0.7);
}
.active\:border-amber-400\/75:active {
  border-color: rgb(251 191 36 / 0.75);
}
.active\:border-amber-400\/80:active {
  border-color: rgb(251 191 36 / 0.8);
}
.active\:border-amber-400\/90:active {
  border-color: rgb(251 191 36 / 0.9);
}
.active\:border-amber-400\/95:active {
  border-color: rgb(251 191 36 / 0.95);
}
.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
.active\:border-amber-50\/0:active {
  border-color: rgb(255 251 235 / 0);
}
.active\:border-amber-50\/10:active {
  border-color: rgb(255 251 235 / 0.1);
}
.active\:border-amber-50\/100:active {
  border-color: rgb(255 251 235 / 1);
}
.active\:border-amber-50\/20:active {
  border-color: rgb(255 251 235 / 0.2);
}
.active\:border-amber-50\/25:active {
  border-color: rgb(255 251 235 / 0.25);
}
.active\:border-amber-50\/30:active {
  border-color: rgb(255 251 235 / 0.3);
}
.active\:border-amber-50\/40:active {
  border-color: rgb(255 251 235 / 0.4);
}
.active\:border-amber-50\/5:active {
  border-color: rgb(255 251 235 / 0.05);
}
.active\:border-amber-50\/50:active {
  border-color: rgb(255 251 235 / 0.5);
}
.active\:border-amber-50\/60:active {
  border-color: rgb(255 251 235 / 0.6);
}
.active\:border-amber-50\/70:active {
  border-color: rgb(255 251 235 / 0.7);
}
.active\:border-amber-50\/75:active {
  border-color: rgb(255 251 235 / 0.75);
}
.active\:border-amber-50\/80:active {
  border-color: rgb(255 251 235 / 0.8);
}
.active\:border-amber-50\/90:active {
  border-color: rgb(255 251 235 / 0.9);
}
.active\:border-amber-50\/95:active {
  border-color: rgb(255 251 235 / 0.95);
}
.active\:border-amber-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.active\:border-amber-500\/0:active {
  border-color: rgb(245 158 11 / 0);
}
.active\:border-amber-500\/10:active {
  border-color: rgb(245 158 11 / 0.1);
}
.active\:border-amber-500\/100:active {
  border-color: rgb(245 158 11 / 1);
}
.active\:border-amber-500\/20:active {
  border-color: rgb(245 158 11 / 0.2);
}
.active\:border-amber-500\/25:active {
  border-color: rgb(245 158 11 / 0.25);
}
.active\:border-amber-500\/30:active {
  border-color: rgb(245 158 11 / 0.3);
}
.active\:border-amber-500\/40:active {
  border-color: rgb(245 158 11 / 0.4);
}
.active\:border-amber-500\/5:active {
  border-color: rgb(245 158 11 / 0.05);
}
.active\:border-amber-500\/50:active {
  border-color: rgb(245 158 11 / 0.5);
}
.active\:border-amber-500\/60:active {
  border-color: rgb(245 158 11 / 0.6);
}
.active\:border-amber-500\/70:active {
  border-color: rgb(245 158 11 / 0.7);
}
.active\:border-amber-500\/75:active {
  border-color: rgb(245 158 11 / 0.75);
}
.active\:border-amber-500\/80:active {
  border-color: rgb(245 158 11 / 0.8);
}
.active\:border-amber-500\/90:active {
  border-color: rgb(245 158 11 / 0.9);
}
.active\:border-amber-500\/95:active {
  border-color: rgb(245 158 11 / 0.95);
}
.active\:border-amber-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
.active\:border-amber-600\/0:active {
  border-color: rgb(217 119 6 / 0);
}
.active\:border-amber-600\/10:active {
  border-color: rgb(217 119 6 / 0.1);
}
.active\:border-amber-600\/100:active {
  border-color: rgb(217 119 6 / 1);
}
.active\:border-amber-600\/20:active {
  border-color: rgb(217 119 6 / 0.2);
}
.active\:border-amber-600\/25:active {
  border-color: rgb(217 119 6 / 0.25);
}
.active\:border-amber-600\/30:active {
  border-color: rgb(217 119 6 / 0.3);
}
.active\:border-amber-600\/40:active {
  border-color: rgb(217 119 6 / 0.4);
}
.active\:border-amber-600\/5:active {
  border-color: rgb(217 119 6 / 0.05);
}
.active\:border-amber-600\/50:active {
  border-color: rgb(217 119 6 / 0.5);
}
.active\:border-amber-600\/60:active {
  border-color: rgb(217 119 6 / 0.6);
}
.active\:border-amber-600\/70:active {
  border-color: rgb(217 119 6 / 0.7);
}
.active\:border-amber-600\/75:active {
  border-color: rgb(217 119 6 / 0.75);
}
.active\:border-amber-600\/80:active {
  border-color: rgb(217 119 6 / 0.8);
}
.active\:border-amber-600\/90:active {
  border-color: rgb(217 119 6 / 0.9);
}
.active\:border-amber-600\/95:active {
  border-color: rgb(217 119 6 / 0.95);
}
.active\:border-amber-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
.active\:border-amber-700\/0:active {
  border-color: rgb(180 83 9 / 0);
}
.active\:border-amber-700\/10:active {
  border-color: rgb(180 83 9 / 0.1);
}
.active\:border-amber-700\/100:active {
  border-color: rgb(180 83 9 / 1);
}
.active\:border-amber-700\/20:active {
  border-color: rgb(180 83 9 / 0.2);
}
.active\:border-amber-700\/25:active {
  border-color: rgb(180 83 9 / 0.25);
}
.active\:border-amber-700\/30:active {
  border-color: rgb(180 83 9 / 0.3);
}
.active\:border-amber-700\/40:active {
  border-color: rgb(180 83 9 / 0.4);
}
.active\:border-amber-700\/5:active {
  border-color: rgb(180 83 9 / 0.05);
}
.active\:border-amber-700\/50:active {
  border-color: rgb(180 83 9 / 0.5);
}
.active\:border-amber-700\/60:active {
  border-color: rgb(180 83 9 / 0.6);
}
.active\:border-amber-700\/70:active {
  border-color: rgb(180 83 9 / 0.7);
}
.active\:border-amber-700\/75:active {
  border-color: rgb(180 83 9 / 0.75);
}
.active\:border-amber-700\/80:active {
  border-color: rgb(180 83 9 / 0.8);
}
.active\:border-amber-700\/90:active {
  border-color: rgb(180 83 9 / 0.9);
}
.active\:border-amber-700\/95:active {
  border-color: rgb(180 83 9 / 0.95);
}
.active\:border-amber-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
.active\:border-amber-800\/0:active {
  border-color: rgb(146 64 14 / 0);
}
.active\:border-amber-800\/10:active {
  border-color: rgb(146 64 14 / 0.1);
}
.active\:border-amber-800\/100:active {
  border-color: rgb(146 64 14 / 1);
}
.active\:border-amber-800\/20:active {
  border-color: rgb(146 64 14 / 0.2);
}
.active\:border-amber-800\/25:active {
  border-color: rgb(146 64 14 / 0.25);
}
.active\:border-amber-800\/30:active {
  border-color: rgb(146 64 14 / 0.3);
}
.active\:border-amber-800\/40:active {
  border-color: rgb(146 64 14 / 0.4);
}
.active\:border-amber-800\/5:active {
  border-color: rgb(146 64 14 / 0.05);
}
.active\:border-amber-800\/50:active {
  border-color: rgb(146 64 14 / 0.5);
}
.active\:border-amber-800\/60:active {
  border-color: rgb(146 64 14 / 0.6);
}
.active\:border-amber-800\/70:active {
  border-color: rgb(146 64 14 / 0.7);
}
.active\:border-amber-800\/75:active {
  border-color: rgb(146 64 14 / 0.75);
}
.active\:border-amber-800\/80:active {
  border-color: rgb(146 64 14 / 0.8);
}
.active\:border-amber-800\/90:active {
  border-color: rgb(146 64 14 / 0.9);
}
.active\:border-amber-800\/95:active {
  border-color: rgb(146 64 14 / 0.95);
}
.active\:border-amber-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
.active\:border-amber-900\/0:active {
  border-color: rgb(120 53 15 / 0);
}
.active\:border-amber-900\/10:active {
  border-color: rgb(120 53 15 / 0.1);
}
.active\:border-amber-900\/100:active {
  border-color: rgb(120 53 15 / 1);
}
.active\:border-amber-900\/20:active {
  border-color: rgb(120 53 15 / 0.2);
}
.active\:border-amber-900\/25:active {
  border-color: rgb(120 53 15 / 0.25);
}
.active\:border-amber-900\/30:active {
  border-color: rgb(120 53 15 / 0.3);
}
.active\:border-amber-900\/40:active {
  border-color: rgb(120 53 15 / 0.4);
}
.active\:border-amber-900\/5:active {
  border-color: rgb(120 53 15 / 0.05);
}
.active\:border-amber-900\/50:active {
  border-color: rgb(120 53 15 / 0.5);
}
.active\:border-amber-900\/60:active {
  border-color: rgb(120 53 15 / 0.6);
}
.active\:border-amber-900\/70:active {
  border-color: rgb(120 53 15 / 0.7);
}
.active\:border-amber-900\/75:active {
  border-color: rgb(120 53 15 / 0.75);
}
.active\:border-amber-900\/80:active {
  border-color: rgb(120 53 15 / 0.8);
}
.active\:border-amber-900\/90:active {
  border-color: rgb(120 53 15 / 0.9);
}
.active\:border-amber-900\/95:active {
  border-color: rgb(120 53 15 / 0.95);
}
.active\:border-amber-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
.active\:border-amber-950\/0:active {
  border-color: rgb(69 26 3 / 0);
}
.active\:border-amber-950\/10:active {
  border-color: rgb(69 26 3 / 0.1);
}
.active\:border-amber-950\/100:active {
  border-color: rgb(69 26 3 / 1);
}
.active\:border-amber-950\/20:active {
  border-color: rgb(69 26 3 / 0.2);
}
.active\:border-amber-950\/25:active {
  border-color: rgb(69 26 3 / 0.25);
}
.active\:border-amber-950\/30:active {
  border-color: rgb(69 26 3 / 0.3);
}
.active\:border-amber-950\/40:active {
  border-color: rgb(69 26 3 / 0.4);
}
.active\:border-amber-950\/5:active {
  border-color: rgb(69 26 3 / 0.05);
}
.active\:border-amber-950\/50:active {
  border-color: rgb(69 26 3 / 0.5);
}
.active\:border-amber-950\/60:active {
  border-color: rgb(69 26 3 / 0.6);
}
.active\:border-amber-950\/70:active {
  border-color: rgb(69 26 3 / 0.7);
}
.active\:border-amber-950\/75:active {
  border-color: rgb(69 26 3 / 0.75);
}
.active\:border-amber-950\/80:active {
  border-color: rgb(69 26 3 / 0.8);
}
.active\:border-amber-950\/90:active {
  border-color: rgb(69 26 3 / 0.9);
}
.active\:border-amber-950\/95:active {
  border-color: rgb(69 26 3 / 0.95);
}
.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.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\/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\/40:active {
  border-color: rgb(219 234 254 / 0.4);
}
.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\/60:active {
  border-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(191 219 254 / 0.4);
}
.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\/60:active {
  border-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(147 197 253 / 0.4);
}
.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\/60:active {
  border-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(96 165 250 / 0.4);
}
.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\/60:active {
  border-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(239 246 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(59 130 246 / 0.4);
}
.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\/60:active {
  border-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(37 99 235 / 0.4);
}
.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\/60:active {
  border-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(29 78 216 / 0.4);
}
.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\/60:active {
  border-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(30 64 175 / 0.4);
}
.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\/60:active {
  border-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(30 58 138 / 0.4);
}
.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\/60:active {
  border-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(23 37 84 / 0.4);
}
.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\/60:active {
  border-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
.active\:border-cyan-100\/0:active {
  border-color: rgb(207 250 254 / 0);
}
.active\:border-cyan-100\/10:active {
  border-color: rgb(207 250 254 / 0.1);
}
.active\:border-cyan-100\/100:active {
  border-color: rgb(207 250 254 / 1);
}
.active\:border-cyan-100\/20:active {
  border-color: rgb(207 250 254 / 0.2);
}
.active\:border-cyan-100\/25:active {
  border-color: rgb(207 250 254 / 0.25);
}
.active\:border-cyan-100\/30:active {
  border-color: rgb(207 250 254 / 0.3);
}
.active\:border-cyan-100\/40:active {
  border-color: rgb(207 250 254 / 0.4);
}
.active\:border-cyan-100\/5:active {
  border-color: rgb(207 250 254 / 0.05);
}
.active\:border-cyan-100\/50:active {
  border-color: rgb(207 250 254 / 0.5);
}
.active\:border-cyan-100\/60:active {
  border-color: rgb(207 250 254 / 0.6);
}
.active\:border-cyan-100\/70:active {
  border-color: rgb(207 250 254 / 0.7);
}
.active\:border-cyan-100\/75:active {
  border-color: rgb(207 250 254 / 0.75);
}
.active\:border-cyan-100\/80:active {
  border-color: rgb(207 250 254 / 0.8);
}
.active\:border-cyan-100\/90:active {
  border-color: rgb(207 250 254 / 0.9);
}
.active\:border-cyan-100\/95:active {
  border-color: rgb(207 250 254 / 0.95);
}
.active\:border-cyan-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
.active\:border-cyan-200\/0:active {
  border-color: rgb(165 243 252 / 0);
}
.active\:border-cyan-200\/10:active {
  border-color: rgb(165 243 252 / 0.1);
}
.active\:border-cyan-200\/100:active {
  border-color: rgb(165 243 252 / 1);
}
.active\:border-cyan-200\/20:active {
  border-color: rgb(165 243 252 / 0.2);
}
.active\:border-cyan-200\/25:active {
  border-color: rgb(165 243 252 / 0.25);
}
.active\:border-cyan-200\/30:active {
  border-color: rgb(165 243 252 / 0.3);
}
.active\:border-cyan-200\/40:active {
  border-color: rgb(165 243 252 / 0.4);
}
.active\:border-cyan-200\/5:active {
  border-color: rgb(165 243 252 / 0.05);
}
.active\:border-cyan-200\/50:active {
  border-color: rgb(165 243 252 / 0.5);
}
.active\:border-cyan-200\/60:active {
  border-color: rgb(165 243 252 / 0.6);
}
.active\:border-cyan-200\/70:active {
  border-color: rgb(165 243 252 / 0.7);
}
.active\:border-cyan-200\/75:active {
  border-color: rgb(165 243 252 / 0.75);
}
.active\:border-cyan-200\/80:active {
  border-color: rgb(165 243 252 / 0.8);
}
.active\:border-cyan-200\/90:active {
  border-color: rgb(165 243 252 / 0.9);
}
.active\:border-cyan-200\/95:active {
  border-color: rgb(165 243 252 / 0.95);
}
.active\:border-cyan-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
.active\:border-cyan-300\/0:active {
  border-color: rgb(103 232 249 / 0);
}
.active\:border-cyan-300\/10:active {
  border-color: rgb(103 232 249 / 0.1);
}
.active\:border-cyan-300\/100:active {
  border-color: rgb(103 232 249 / 1);
}
.active\:border-cyan-300\/20:active {
  border-color: rgb(103 232 249 / 0.2);
}
.active\:border-cyan-300\/25:active {
  border-color: rgb(103 232 249 / 0.25);
}
.active\:border-cyan-300\/30:active {
  border-color: rgb(103 232 249 / 0.3);
}
.active\:border-cyan-300\/40:active {
  border-color: rgb(103 232 249 / 0.4);
}
.active\:border-cyan-300\/5:active {
  border-color: rgb(103 232 249 / 0.05);
}
.active\:border-cyan-300\/50:active {
  border-color: rgb(103 232 249 / 0.5);
}
.active\:border-cyan-300\/60:active {
  border-color: rgb(103 232 249 / 0.6);
}
.active\:border-cyan-300\/70:active {
  border-color: rgb(103 232 249 / 0.7);
}
.active\:border-cyan-300\/75:active {
  border-color: rgb(103 232 249 / 0.75);
}
.active\:border-cyan-300\/80:active {
  border-color: rgb(103 232 249 / 0.8);
}
.active\:border-cyan-300\/90:active {
  border-color: rgb(103 232 249 / 0.9);
}
.active\:border-cyan-300\/95:active {
  border-color: rgb(103 232 249 / 0.95);
}
.active\:border-cyan-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
.active\:border-cyan-400\/0:active {
  border-color: rgb(34 211 238 / 0);
}
.active\:border-cyan-400\/10:active {
  border-color: rgb(34 211 238 / 0.1);
}
.active\:border-cyan-400\/100:active {
  border-color: rgb(34 211 238 / 1);
}
.active\:border-cyan-400\/20:active {
  border-color: rgb(34 211 238 / 0.2);
}
.active\:border-cyan-400\/25:active {
  border-color: rgb(34 211 238 / 0.25);
}
.active\:border-cyan-400\/30:active {
  border-color: rgb(34 211 238 / 0.3);
}
.active\:border-cyan-400\/40:active {
  border-color: rgb(34 211 238 / 0.4);
}
.active\:border-cyan-400\/5:active {
  border-color: rgb(34 211 238 / 0.05);
}
.active\:border-cyan-400\/50:active {
  border-color: rgb(34 211 238 / 0.5);
}
.active\:border-cyan-400\/60:active {
  border-color: rgb(34 211 238 / 0.6);
}
.active\:border-cyan-400\/70:active {
  border-color: rgb(34 211 238 / 0.7);
}
.active\:border-cyan-400\/75:active {
  border-color: rgb(34 211 238 / 0.75);
}
.active\:border-cyan-400\/80:active {
  border-color: rgb(34 211 238 / 0.8);
}
.active\:border-cyan-400\/90:active {
  border-color: rgb(34 211 238 / 0.9);
}
.active\:border-cyan-400\/95:active {
  border-color: rgb(34 211 238 / 0.95);
}
.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
.active\:border-cyan-50\/0:active {
  border-color: rgb(236 254 255 / 0);
}
.active\:border-cyan-50\/10:active {
  border-color: rgb(236 254 255 / 0.1);
}
.active\:border-cyan-50\/100:active {
  border-color: rgb(236 254 255 / 1);
}
.active\:border-cyan-50\/20:active {
  border-color: rgb(236 254 255 / 0.2);
}
.active\:border-cyan-50\/25:active {
  border-color: rgb(236 254 255 / 0.25);
}
.active\:border-cyan-50\/30:active {
  border-color: rgb(236 254 255 / 0.3);
}
.active\:border-cyan-50\/40:active {
  border-color: rgb(236 254 255 / 0.4);
}
.active\:border-cyan-50\/5:active {
  border-color: rgb(236 254 255 / 0.05);
}
.active\:border-cyan-50\/50:active {
  border-color: rgb(236 254 255 / 0.5);
}
.active\:border-cyan-50\/60:active {
  border-color: rgb(236 254 255 / 0.6);
}
.active\:border-cyan-50\/70:active {
  border-color: rgb(236 254 255 / 0.7);
}
.active\:border-cyan-50\/75:active {
  border-color: rgb(236 254 255 / 0.75);
}
.active\:border-cyan-50\/80:active {
  border-color: rgb(236 254 255 / 0.8);
}
.active\:border-cyan-50\/90:active {
  border-color: rgb(236 254 255 / 0.9);
}
.active\:border-cyan-50\/95:active {
  border-color: rgb(236 254 255 / 0.95);
}
.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.active\:border-cyan-500\/0:active {
  border-color: rgb(6 182 212 / 0);
}
.active\:border-cyan-500\/10:active {
  border-color: rgb(6 182 212 / 0.1);
}
.active\:border-cyan-500\/100:active {
  border-color: rgb(6 182 212 / 1);
}
.active\:border-cyan-500\/20:active {
  border-color: rgb(6 182 212 / 0.2);
}
.active\:border-cyan-500\/25:active {
  border-color: rgb(6 182 212 / 0.25);
}
.active\:border-cyan-500\/30:active {
  border-color: rgb(6 182 212 / 0.3);
}
.active\:border-cyan-500\/40:active {
  border-color: rgb(6 182 212 / 0.4);
}
.active\:border-cyan-500\/5:active {
  border-color: rgb(6 182 212 / 0.05);
}
.active\:border-cyan-500\/50:active {
  border-color: rgb(6 182 212 / 0.5);
}
.active\:border-cyan-500\/60:active {
  border-color: rgb(6 182 212 / 0.6);
}
.active\:border-cyan-500\/70:active {
  border-color: rgb(6 182 212 / 0.7);
}
.active\:border-cyan-500\/75:active {
  border-color: rgb(6 182 212 / 0.75);
}
.active\:border-cyan-500\/80:active {
  border-color: rgb(6 182 212 / 0.8);
}
.active\:border-cyan-500\/90:active {
  border-color: rgb(6 182 212 / 0.9);
}
.active\:border-cyan-500\/95:active {
  border-color: rgb(6 182 212 / 0.95);
}
.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
.active\:border-cyan-600\/0:active {
  border-color: rgb(8 145 178 / 0);
}
.active\:border-cyan-600\/10:active {
  border-color: rgb(8 145 178 / 0.1);
}
.active\:border-cyan-600\/100:active {
  border-color: rgb(8 145 178 / 1);
}
.active\:border-cyan-600\/20:active {
  border-color: rgb(8 145 178 / 0.2);
}
.active\:border-cyan-600\/25:active {
  border-color: rgb(8 145 178 / 0.25);
}
.active\:border-cyan-600\/30:active {
  border-color: rgb(8 145 178 / 0.3);
}
.active\:border-cyan-600\/40:active {
  border-color: rgb(8 145 178 / 0.4);
}
.active\:border-cyan-600\/5:active {
  border-color: rgb(8 145 178 / 0.05);
}
.active\:border-cyan-600\/50:active {
  border-color: rgb(8 145 178 / 0.5);
}
.active\:border-cyan-600\/60:active {
  border-color: rgb(8 145 178 / 0.6);
}
.active\:border-cyan-600\/70:active {
  border-color: rgb(8 145 178 / 0.7);
}
.active\:border-cyan-600\/75:active {
  border-color: rgb(8 145 178 / 0.75);
}
.active\:border-cyan-600\/80:active {
  border-color: rgb(8 145 178 / 0.8);
}
.active\:border-cyan-600\/90:active {
  border-color: rgb(8 145 178 / 0.9);
}
.active\:border-cyan-600\/95:active {
  border-color: rgb(8 145 178 / 0.95);
}
.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.active\:border-cyan-700\/0:active {
  border-color: rgb(14 116 144 / 0);
}
.active\:border-cyan-700\/10:active {
  border-color: rgb(14 116 144 / 0.1);
}
.active\:border-cyan-700\/100:active {
  border-color: rgb(14 116 144 / 1);
}
.active\:border-cyan-700\/20:active {
  border-color: rgb(14 116 144 / 0.2);
}
.active\:border-cyan-700\/25:active {
  border-color: rgb(14 116 144 / 0.25);
}
.active\:border-cyan-700\/30:active {
  border-color: rgb(14 116 144 / 0.3);
}
.active\:border-cyan-700\/40:active {
  border-color: rgb(14 116 144 / 0.4);
}
.active\:border-cyan-700\/5:active {
  border-color: rgb(14 116 144 / 0.05);
}
.active\:border-cyan-700\/50:active {
  border-color: rgb(14 116 144 / 0.5);
}
.active\:border-cyan-700\/60:active {
  border-color: rgb(14 116 144 / 0.6);
}
.active\:border-cyan-700\/70:active {
  border-color: rgb(14 116 144 / 0.7);
}
.active\:border-cyan-700\/75:active {
  border-color: rgb(14 116 144 / 0.75);
}
.active\:border-cyan-700\/80:active {
  border-color: rgb(14 116 144 / 0.8);
}
.active\:border-cyan-700\/90:active {
  border-color: rgb(14 116 144 / 0.9);
}
.active\:border-cyan-700\/95:active {
  border-color: rgb(14 116 144 / 0.95);
}
.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
.active\:border-cyan-800\/0:active {
  border-color: rgb(21 94 117 / 0);
}
.active\:border-cyan-800\/10:active {
  border-color: rgb(21 94 117 / 0.1);
}
.active\:border-cyan-800\/100:active {
  border-color: rgb(21 94 117 / 1);
}
.active\:border-cyan-800\/20:active {
  border-color: rgb(21 94 117 / 0.2);
}
.active\:border-cyan-800\/25:active {
  border-color: rgb(21 94 117 / 0.25);
}
.active\:border-cyan-800\/30:active {
  border-color: rgb(21 94 117 / 0.3);
}
.active\:border-cyan-800\/40:active {
  border-color: rgb(21 94 117 / 0.4);
}
.active\:border-cyan-800\/5:active {
  border-color: rgb(21 94 117 / 0.05);
}
.active\:border-cyan-800\/50:active {
  border-color: rgb(21 94 117 / 0.5);
}
.active\:border-cyan-800\/60:active {
  border-color: rgb(21 94 117 / 0.6);
}
.active\:border-cyan-800\/70:active {
  border-color: rgb(21 94 117 / 0.7);
}
.active\:border-cyan-800\/75:active {
  border-color: rgb(21 94 117 / 0.75);
}
.active\:border-cyan-800\/80:active {
  border-color: rgb(21 94 117 / 0.8);
}
.active\:border-cyan-800\/90:active {
  border-color: rgb(21 94 117 / 0.9);
}
.active\:border-cyan-800\/95:active {
  border-color: rgb(21 94 117 / 0.95);
}
.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
.active\:border-cyan-900\/0:active {
  border-color: rgb(22 78 99 / 0);
}
.active\:border-cyan-900\/10:active {
  border-color: rgb(22 78 99 / 0.1);
}
.active\:border-cyan-900\/100:active {
  border-color: rgb(22 78 99 / 1);
}
.active\:border-cyan-900\/20:active {
  border-color: rgb(22 78 99 / 0.2);
}
.active\:border-cyan-900\/25:active {
  border-color: rgb(22 78 99 / 0.25);
}
.active\:border-cyan-900\/30:active {
  border-color: rgb(22 78 99 / 0.3);
}
.active\:border-cyan-900\/40:active {
  border-color: rgb(22 78 99 / 0.4);
}
.active\:border-cyan-900\/5:active {
  border-color: rgb(22 78 99 / 0.05);
}
.active\:border-cyan-900\/50:active {
  border-color: rgb(22 78 99 / 0.5);
}
.active\:border-cyan-900\/60:active {
  border-color: rgb(22 78 99 / 0.6);
}
.active\:border-cyan-900\/70:active {
  border-color: rgb(22 78 99 / 0.7);
}
.active\:border-cyan-900\/75:active {
  border-color: rgb(22 78 99 / 0.75);
}
.active\:border-cyan-900\/80:active {
  border-color: rgb(22 78 99 / 0.8);
}
.active\:border-cyan-900\/90:active {
  border-color: rgb(22 78 99 / 0.9);
}
.active\:border-cyan-900\/95:active {
  border-color: rgb(22 78 99 / 0.95);
}
.active\:border-cyan-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
.active\:border-cyan-950\/0:active {
  border-color: rgb(8 51 68 / 0);
}
.active\:border-cyan-950\/10:active {
  border-color: rgb(8 51 68 / 0.1);
}
.active\:border-cyan-950\/100:active {
  border-color: rgb(8 51 68 / 1);
}
.active\:border-cyan-950\/20:active {
  border-color: rgb(8 51 68 / 0.2);
}
.active\:border-cyan-950\/25:active {
  border-color: rgb(8 51 68 / 0.25);
}
.active\:border-cyan-950\/30:active {
  border-color: rgb(8 51 68 / 0.3);
}
.active\:border-cyan-950\/40:active {
  border-color: rgb(8 51 68 / 0.4);
}
.active\:border-cyan-950\/5:active {
  border-color: rgb(8 51 68 / 0.05);
}
.active\:border-cyan-950\/50:active {
  border-color: rgb(8 51 68 / 0.5);
}
.active\:border-cyan-950\/60:active {
  border-color: rgb(8 51 68 / 0.6);
}
.active\:border-cyan-950\/70:active {
  border-color: rgb(8 51 68 / 0.7);
}
.active\:border-cyan-950\/75:active {
  border-color: rgb(8 51 68 / 0.75);
}
.active\:border-cyan-950\/80:active {
  border-color: rgb(8 51 68 / 0.8);
}
.active\:border-cyan-950\/90:active {
  border-color: rgb(8 51 68 / 0.9);
}
.active\:border-cyan-950\/95:active {
  border-color: rgb(8 51 68 / 0.95);
}
.active\:border-emerald-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.active\:border-emerald-100\/0:active {
  border-color: rgb(209 250 229 / 0);
}
.active\:border-emerald-100\/10:active {
  border-color: rgb(209 250 229 / 0.1);
}
.active\:border-emerald-100\/100:active {
  border-color: rgb(209 250 229 / 1);
}
.active\:border-emerald-100\/20:active {
  border-color: rgb(209 250 229 / 0.2);
}
.active\:border-emerald-100\/25:active {
  border-color: rgb(209 250 229 / 0.25);
}
.active\:border-emerald-100\/30:active {
  border-color: rgb(209 250 229 / 0.3);
}
.active\:border-emerald-100\/40:active {
  border-color: rgb(209 250 229 / 0.4);
}
.active\:border-emerald-100\/5:active {
  border-color: rgb(209 250 229 / 0.05);
}
.active\:border-emerald-100\/50:active {
  border-color: rgb(209 250 229 / 0.5);
}
.active\:border-emerald-100\/60:active {
  border-color: rgb(209 250 229 / 0.6);
}
.active\:border-emerald-100\/70:active {
  border-color: rgb(209 250 229 / 0.7);
}
.active\:border-emerald-100\/75:active {
  border-color: rgb(209 250 229 / 0.75);
}
.active\:border-emerald-100\/80:active {
  border-color: rgb(209 250 229 / 0.8);
}
.active\:border-emerald-100\/90:active {
  border-color: rgb(209 250 229 / 0.9);
}
.active\:border-emerald-100\/95:active {
  border-color: rgb(209 250 229 / 0.95);
}
.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
.active\:border-emerald-200\/0:active {
  border-color: rgb(167 243 208 / 0);
}
.active\:border-emerald-200\/10:active {
  border-color: rgb(167 243 208 / 0.1);
}
.active\:border-emerald-200\/100:active {
  border-color: rgb(167 243 208 / 1);
}
.active\:border-emerald-200\/20:active {
  border-color: rgb(167 243 208 / 0.2);
}
.active\:border-emerald-200\/25:active {
  border-color: rgb(167 243 208 / 0.25);
}
.active\:border-emerald-200\/30:active {
  border-color: rgb(167 243 208 / 0.3);
}
.active\:border-emerald-200\/40:active {
  border-color: rgb(167 243 208 / 0.4);
}
.active\:border-emerald-200\/5:active {
  border-color: rgb(167 243 208 / 0.05);
}
.active\:border-emerald-200\/50:active {
  border-color: rgb(167 243 208 / 0.5);
}
.active\:border-emerald-200\/60:active {
  border-color: rgb(167 243 208 / 0.6);
}
.active\:border-emerald-200\/70:active {
  border-color: rgb(167 243 208 / 0.7);
}
.active\:border-emerald-200\/75:active {
  border-color: rgb(167 243 208 / 0.75);
}
.active\:border-emerald-200\/80:active {
  border-color: rgb(167 243 208 / 0.8);
}
.active\:border-emerald-200\/90:active {
  border-color: rgb(167 243 208 / 0.9);
}
.active\:border-emerald-200\/95:active {
  border-color: rgb(167 243 208 / 0.95);
}
.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
.active\:border-emerald-300\/0:active {
  border-color: rgb(110 231 183 / 0);
}
.active\:border-emerald-300\/10:active {
  border-color: rgb(110 231 183 / 0.1);
}
.active\:border-emerald-300\/100:active {
  border-color: rgb(110 231 183 / 1);
}
.active\:border-emerald-300\/20:active {
  border-color: rgb(110 231 183 / 0.2);
}
.active\:border-emerald-300\/25:active {
  border-color: rgb(110 231 183 / 0.25);
}
.active\:border-emerald-300\/30:active {
  border-color: rgb(110 231 183 / 0.3);
}
.active\:border-emerald-300\/40:active {
  border-color: rgb(110 231 183 / 0.4);
}
.active\:border-emerald-300\/5:active {
  border-color: rgb(110 231 183 / 0.05);
}
.active\:border-emerald-300\/50:active {
  border-color: rgb(110 231 183 / 0.5);
}
.active\:border-emerald-300\/60:active {
  border-color: rgb(110 231 183 / 0.6);
}
.active\:border-emerald-300\/70:active {
  border-color: rgb(110 231 183 / 0.7);
}
.active\:border-emerald-300\/75:active {
  border-color: rgb(110 231 183 / 0.75);
}
.active\:border-emerald-300\/80:active {
  border-color: rgb(110 231 183 / 0.8);
}
.active\:border-emerald-300\/90:active {
  border-color: rgb(110 231 183 / 0.9);
}
.active\:border-emerald-300\/95:active {
  border-color: rgb(110 231 183 / 0.95);
}
.active\:border-emerald-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
.active\:border-emerald-400\/0:active {
  border-color: rgb(52 211 153 / 0);
}
.active\:border-emerald-400\/10:active {
  border-color: rgb(52 211 153 / 0.1);
}
.active\:border-emerald-400\/100:active {
  border-color: rgb(52 211 153 / 1);
}
.active\:border-emerald-400\/20:active {
  border-color: rgb(52 211 153 / 0.2);
}
.active\:border-emerald-400\/25:active {
  border-color: rgb(52 211 153 / 0.25);
}
.active\:border-emerald-400\/30:active {
  border-color: rgb(52 211 153 / 0.3);
}
.active\:border-emerald-400\/40:active {
  border-color: rgb(52 211 153 / 0.4);
}
.active\:border-emerald-400\/5:active {
  border-color: rgb(52 211 153 / 0.05);
}
.active\:border-emerald-400\/50:active {
  border-color: rgb(52 211 153 / 0.5);
}
.active\:border-emerald-400\/60:active {
  border-color: rgb(52 211 153 / 0.6);
}
.active\:border-emerald-400\/70:active {
  border-color: rgb(52 211 153 / 0.7);
}
.active\:border-emerald-400\/75:active {
  border-color: rgb(52 211 153 / 0.75);
}
.active\:border-emerald-400\/80:active {
  border-color: rgb(52 211 153 / 0.8);
}
.active\:border-emerald-400\/90:active {
  border-color: rgb(52 211 153 / 0.9);
}
.active\:border-emerald-400\/95:active {
  border-color: rgb(52 211 153 / 0.95);
}
.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
.active\:border-emerald-50\/0:active {
  border-color: rgb(236 253 245 / 0);
}
.active\:border-emerald-50\/10:active {
  border-color: rgb(236 253 245 / 0.1);
}
.active\:border-emerald-50\/100:active {
  border-color: rgb(236 253 245 / 1);
}
.active\:border-emerald-50\/20:active {
  border-color: rgb(236 253 245 / 0.2);
}
.active\:border-emerald-50\/25:active {
  border-color: rgb(236 253 245 / 0.25);
}
.active\:border-emerald-50\/30:active {
  border-color: rgb(236 253 245 / 0.3);
}
.active\:border-emerald-50\/40:active {
  border-color: rgb(236 253 245 / 0.4);
}
.active\:border-emerald-50\/5:active {
  border-color: rgb(236 253 245 / 0.05);
}
.active\:border-emerald-50\/50:active {
  border-color: rgb(236 253 245 / 0.5);
}
.active\:border-emerald-50\/60:active {
  border-color: rgb(236 253 245 / 0.6);
}
.active\:border-emerald-50\/70:active {
  border-color: rgb(236 253 245 / 0.7);
}
.active\:border-emerald-50\/75:active {
  border-color: rgb(236 253 245 / 0.75);
}
.active\:border-emerald-50\/80:active {
  border-color: rgb(236 253 245 / 0.8);
}
.active\:border-emerald-50\/90:active {
  border-color: rgb(236 253 245 / 0.9);
}
.active\:border-emerald-50\/95:active {
  border-color: rgb(236 253 245 / 0.95);
}
.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.active\:border-emerald-500\/0:active {
  border-color: rgb(16 185 129 / 0);
}
.active\:border-emerald-500\/10:active {
  border-color: rgb(16 185 129 / 0.1);
}
.active\:border-emerald-500\/100:active {
  border-color: rgb(16 185 129 / 1);
}
.active\:border-emerald-500\/20:active {
  border-color: rgb(16 185 129 / 0.2);
}
.active\:border-emerald-500\/25:active {
  border-color: rgb(16 185 129 / 0.25);
}
.active\:border-emerald-500\/30:active {
  border-color: rgb(16 185 129 / 0.3);
}
.active\:border-emerald-500\/40:active {
  border-color: rgb(16 185 129 / 0.4);
}
.active\:border-emerald-500\/5:active {
  border-color: rgb(16 185 129 / 0.05);
}
.active\:border-emerald-500\/50:active {
  border-color: rgb(16 185 129 / 0.5);
}
.active\:border-emerald-500\/60:active {
  border-color: rgb(16 185 129 / 0.6);
}
.active\:border-emerald-500\/70:active {
  border-color: rgb(16 185 129 / 0.7);
}
.active\:border-emerald-500\/75:active {
  border-color: rgb(16 185 129 / 0.75);
}
.active\:border-emerald-500\/80:active {
  border-color: rgb(16 185 129 / 0.8);
}
.active\:border-emerald-500\/90:active {
  border-color: rgb(16 185 129 / 0.9);
}
.active\:border-emerald-500\/95:active {
  border-color: rgb(16 185 129 / 0.95);
}
.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.active\:border-emerald-600\/0:active {
  border-color: rgb(5 150 105 / 0);
}
.active\:border-emerald-600\/10:active {
  border-color: rgb(5 150 105 / 0.1);
}
.active\:border-emerald-600\/100:active {
  border-color: rgb(5 150 105 / 1);
}
.active\:border-emerald-600\/20:active {
  border-color: rgb(5 150 105 / 0.2);
}
.active\:border-emerald-600\/25:active {
  border-color: rgb(5 150 105 / 0.25);
}
.active\:border-emerald-600\/30:active {
  border-color: rgb(5 150 105 / 0.3);
}
.active\:border-emerald-600\/40:active {
  border-color: rgb(5 150 105 / 0.4);
}
.active\:border-emerald-600\/5:active {
  border-color: rgb(5 150 105 / 0.05);
}
.active\:border-emerald-600\/50:active {
  border-color: rgb(5 150 105 / 0.5);
}
.active\:border-emerald-600\/60:active {
  border-color: rgb(5 150 105 / 0.6);
}
.active\:border-emerald-600\/70:active {
  border-color: rgb(5 150 105 / 0.7);
}
.active\:border-emerald-600\/75:active {
  border-color: rgb(5 150 105 / 0.75);
}
.active\:border-emerald-600\/80:active {
  border-color: rgb(5 150 105 / 0.8);
}
.active\:border-emerald-600\/90:active {
  border-color: rgb(5 150 105 / 0.9);
}
.active\:border-emerald-600\/95:active {
  border-color: rgb(5 150 105 / 0.95);
}
.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
.active\:border-emerald-700\/0:active {
  border-color: rgb(4 120 87 / 0);
}
.active\:border-emerald-700\/10:active {
  border-color: rgb(4 120 87 / 0.1);
}
.active\:border-emerald-700\/100:active {
  border-color: rgb(4 120 87 / 1);
}
.active\:border-emerald-700\/20:active {
  border-color: rgb(4 120 87 / 0.2);
}
.active\:border-emerald-700\/25:active {
  border-color: rgb(4 120 87 / 0.25);
}
.active\:border-emerald-700\/30:active {
  border-color: rgb(4 120 87 / 0.3);
}
.active\:border-emerald-700\/40:active {
  border-color: rgb(4 120 87 / 0.4);
}
.active\:border-emerald-700\/5:active {
  border-color: rgb(4 120 87 / 0.05);
}
.active\:border-emerald-700\/50:active {
  border-color: rgb(4 120 87 / 0.5);
}
.active\:border-emerald-700\/60:active {
  border-color: rgb(4 120 87 / 0.6);
}
.active\:border-emerald-700\/70:active {
  border-color: rgb(4 120 87 / 0.7);
}
.active\:border-emerald-700\/75:active {
  border-color: rgb(4 120 87 / 0.75);
}
.active\:border-emerald-700\/80:active {
  border-color: rgb(4 120 87 / 0.8);
}
.active\:border-emerald-700\/90:active {
  border-color: rgb(4 120 87 / 0.9);
}
.active\:border-emerald-700\/95:active {
  border-color: rgb(4 120 87 / 0.95);
}
.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
.active\:border-emerald-800\/0:active {
  border-color: rgb(6 95 70 / 0);
}
.active\:border-emerald-800\/10:active {
  border-color: rgb(6 95 70 / 0.1);
}
.active\:border-emerald-800\/100:active {
  border-color: rgb(6 95 70 / 1);
}
.active\:border-emerald-800\/20:active {
  border-color: rgb(6 95 70 / 0.2);
}
.active\:border-emerald-800\/25:active {
  border-color: rgb(6 95 70 / 0.25);
}
.active\:border-emerald-800\/30:active {
  border-color: rgb(6 95 70 / 0.3);
}
.active\:border-emerald-800\/40:active {
  border-color: rgb(6 95 70 / 0.4);
}
.active\:border-emerald-800\/5:active {
  border-color: rgb(6 95 70 / 0.05);
}
.active\:border-emerald-800\/50:active {
  border-color: rgb(6 95 70 / 0.5);
}
.active\:border-emerald-800\/60:active {
  border-color: rgb(6 95 70 / 0.6);
}
.active\:border-emerald-800\/70:active {
  border-color: rgb(6 95 70 / 0.7);
}
.active\:border-emerald-800\/75:active {
  border-color: rgb(6 95 70 / 0.75);
}
.active\:border-emerald-800\/80:active {
  border-color: rgb(6 95 70 / 0.8);
}
.active\:border-emerald-800\/90:active {
  border-color: rgb(6 95 70 / 0.9);
}
.active\:border-emerald-800\/95:active {
  border-color: rgb(6 95 70 / 0.95);
}
.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
.active\:border-emerald-900\/0:active {
  border-color: rgb(6 78 59 / 0);
}
.active\:border-emerald-900\/10:active {
  border-color: rgb(6 78 59 / 0.1);
}
.active\:border-emerald-900\/100:active {
  border-color: rgb(6 78 59 / 1);
}
.active\:border-emerald-900\/20:active {
  border-color: rgb(6 78 59 / 0.2);
}
.active\:border-emerald-900\/25:active {
  border-color: rgb(6 78 59 / 0.25);
}
.active\:border-emerald-900\/30:active {
  border-color: rgb(6 78 59 / 0.3);
}
.active\:border-emerald-900\/40:active {
  border-color: rgb(6 78 59 / 0.4);
}
.active\:border-emerald-900\/5:active {
  border-color: rgb(6 78 59 / 0.05);
}
.active\:border-emerald-900\/50:active {
  border-color: rgb(6 78 59 / 0.5);
}
.active\:border-emerald-900\/60:active {
  border-color: rgb(6 78 59 / 0.6);
}
.active\:border-emerald-900\/70:active {
  border-color: rgb(6 78 59 / 0.7);
}
.active\:border-emerald-900\/75:active {
  border-color: rgb(6 78 59 / 0.75);
}
.active\:border-emerald-900\/80:active {
  border-color: rgb(6 78 59 / 0.8);
}
.active\:border-emerald-900\/90:active {
  border-color: rgb(6 78 59 / 0.9);
}
.active\:border-emerald-900\/95:active {
  border-color: rgb(6 78 59 / 0.95);
}
.active\:border-emerald-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
.active\:border-emerald-950\/0:active {
  border-color: rgb(2 44 34 / 0);
}
.active\:border-emerald-950\/10:active {
  border-color: rgb(2 44 34 / 0.1);
}
.active\:border-emerald-950\/100:active {
  border-color: rgb(2 44 34 / 1);
}
.active\:border-emerald-950\/20:active {
  border-color: rgb(2 44 34 / 0.2);
}
.active\:border-emerald-950\/25:active {
  border-color: rgb(2 44 34 / 0.25);
}
.active\:border-emerald-950\/30:active {
  border-color: rgb(2 44 34 / 0.3);
}
.active\:border-emerald-950\/40:active {
  border-color: rgb(2 44 34 / 0.4);
}
.active\:border-emerald-950\/5:active {
  border-color: rgb(2 44 34 / 0.05);
}
.active\:border-emerald-950\/50:active {
  border-color: rgb(2 44 34 / 0.5);
}
.active\:border-emerald-950\/60:active {
  border-color: rgb(2 44 34 / 0.6);
}
.active\:border-emerald-950\/70:active {
  border-color: rgb(2 44 34 / 0.7);
}
.active\:border-emerald-950\/75:active {
  border-color: rgb(2 44 34 / 0.75);
}
.active\:border-emerald-950\/80:active {
  border-color: rgb(2 44 34 / 0.8);
}
.active\:border-emerald-950\/90:active {
  border-color: rgb(2 44 34 / 0.9);
}
.active\:border-emerald-950\/95:active {
  border-color: rgb(2 44 34 / 0.95);
}
.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
.active\:border-fuchsia-100\/0:active {
  border-color: rgb(250 232 255 / 0);
}
.active\:border-fuchsia-100\/10:active {
  border-color: rgb(250 232 255 / 0.1);
}
.active\:border-fuchsia-100\/100:active {
  border-color: rgb(250 232 255 / 1);
}
.active\:border-fuchsia-100\/20:active {
  border-color: rgb(250 232 255 / 0.2);
}
.active\:border-fuchsia-100\/25:active {
  border-color: rgb(250 232 255 / 0.25);
}
.active\:border-fuchsia-100\/30:active {
  border-color: rgb(250 232 255 / 0.3);
}
.active\:border-fuchsia-100\/40:active {
  border-color: rgb(250 232 255 / 0.4);
}
.active\:border-fuchsia-100\/5:active {
  border-color: rgb(250 232 255 / 0.05);
}
.active\:border-fuchsia-100\/50:active {
  border-color: rgb(250 232 255 / 0.5);
}
.active\:border-fuchsia-100\/60:active {
  border-color: rgb(250 232 255 / 0.6);
}
.active\:border-fuchsia-100\/70:active {
  border-color: rgb(250 232 255 / 0.7);
}
.active\:border-fuchsia-100\/75:active {
  border-color: rgb(250 232 255 / 0.75);
}
.active\:border-fuchsia-100\/80:active {
  border-color: rgb(250 232 255 / 0.8);
}
.active\:border-fuchsia-100\/90:active {
  border-color: rgb(250 232 255 / 0.9);
}
.active\:border-fuchsia-100\/95:active {
  border-color: rgb(250 232 255 / 0.95);
}
.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
.active\:border-fuchsia-200\/0:active {
  border-color: rgb(245 208 254 / 0);
}
.active\:border-fuchsia-200\/10:active {
  border-color: rgb(245 208 254 / 0.1);
}
.active\:border-fuchsia-200\/100:active {
  border-color: rgb(245 208 254 / 1);
}
.active\:border-fuchsia-200\/20:active {
  border-color: rgb(245 208 254 / 0.2);
}
.active\:border-fuchsia-200\/25:active {
  border-color: rgb(245 208 254 / 0.25);
}
.active\:border-fuchsia-200\/30:active {
  border-color: rgb(245 208 254 / 0.3);
}
.active\:border-fuchsia-200\/40:active {
  border-color: rgb(245 208 254 / 0.4);
}
.active\:border-fuchsia-200\/5:active {
  border-color: rgb(245 208 254 / 0.05);
}
.active\:border-fuchsia-200\/50:active {
  border-color: rgb(245 208 254 / 0.5);
}
.active\:border-fuchsia-200\/60:active {
  border-color: rgb(245 208 254 / 0.6);
}
.active\:border-fuchsia-200\/70:active {
  border-color: rgb(245 208 254 / 0.7);
}
.active\:border-fuchsia-200\/75:active {
  border-color: rgb(245 208 254 / 0.75);
}
.active\:border-fuchsia-200\/80:active {
  border-color: rgb(245 208 254 / 0.8);
}
.active\:border-fuchsia-200\/90:active {
  border-color: rgb(245 208 254 / 0.9);
}
.active\:border-fuchsia-200\/95:active {
  border-color: rgb(245 208 254 / 0.95);
}
.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
.active\:border-fuchsia-300\/0:active {
  border-color: rgb(240 171 252 / 0);
}
.active\:border-fuchsia-300\/10:active {
  border-color: rgb(240 171 252 / 0.1);
}
.active\:border-fuchsia-300\/100:active {
  border-color: rgb(240 171 252 / 1);
}
.active\:border-fuchsia-300\/20:active {
  border-color: rgb(240 171 252 / 0.2);
}
.active\:border-fuchsia-300\/25:active {
  border-color: rgb(240 171 252 / 0.25);
}
.active\:border-fuchsia-300\/30:active {
  border-color: rgb(240 171 252 / 0.3);
}
.active\:border-fuchsia-300\/40:active {
  border-color: rgb(240 171 252 / 0.4);
}
.active\:border-fuchsia-300\/5:active {
  border-color: rgb(240 171 252 / 0.05);
}
.active\:border-fuchsia-300\/50:active {
  border-color: rgb(240 171 252 / 0.5);
}
.active\:border-fuchsia-300\/60:active {
  border-color: rgb(240 171 252 / 0.6);
}
.active\:border-fuchsia-300\/70:active {
  border-color: rgb(240 171 252 / 0.7);
}
.active\:border-fuchsia-300\/75:active {
  border-color: rgb(240 171 252 / 0.75);
}
.active\:border-fuchsia-300\/80:active {
  border-color: rgb(240 171 252 / 0.8);
}
.active\:border-fuchsia-300\/90:active {
  border-color: rgb(240 171 252 / 0.9);
}
.active\:border-fuchsia-300\/95:active {
  border-color: rgb(240 171 252 / 0.95);
}
.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.active\:border-fuchsia-400\/0:active {
  border-color: rgb(232 121 249 / 0);
}
.active\:border-fuchsia-400\/10:active {
  border-color: rgb(232 121 249 / 0.1);
}
.active\:border-fuchsia-400\/100:active {
  border-color: rgb(232 121 249 / 1);
}
.active\:border-fuchsia-400\/20:active {
  border-color: rgb(232 121 249 / 0.2);
}
.active\:border-fuchsia-400\/25:active {
  border-color: rgb(232 121 249 / 0.25);
}
.active\:border-fuchsia-400\/30:active {
  border-color: rgb(232 121 249 / 0.3);
}
.active\:border-fuchsia-400\/40:active {
  border-color: rgb(232 121 249 / 0.4);
}
.active\:border-fuchsia-400\/5:active {
  border-color: rgb(232 121 249 / 0.05);
}
.active\:border-fuchsia-400\/50:active {
  border-color: rgb(232 121 249 / 0.5);
}
.active\:border-fuchsia-400\/60:active {
  border-color: rgb(232 121 249 / 0.6);
}
.active\:border-fuchsia-400\/70:active {
  border-color: rgb(232 121 249 / 0.7);
}
.active\:border-fuchsia-400\/75:active {
  border-color: rgb(232 121 249 / 0.75);
}
.active\:border-fuchsia-400\/80:active {
  border-color: rgb(232 121 249 / 0.8);
}
.active\:border-fuchsia-400\/90:active {
  border-color: rgb(232 121 249 / 0.9);
}
.active\:border-fuchsia-400\/95:active {
  border-color: rgb(232 121 249 / 0.95);
}
.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
.active\:border-fuchsia-50\/0:active {
  border-color: rgb(253 244 255 / 0);
}
.active\:border-fuchsia-50\/10:active {
  border-color: rgb(253 244 255 / 0.1);
}
.active\:border-fuchsia-50\/100:active {
  border-color: rgb(253 244 255 / 1);
}
.active\:border-fuchsia-50\/20:active {
  border-color: rgb(253 244 255 / 0.2);
}
.active\:border-fuchsia-50\/25:active {
  border-color: rgb(253 244 255 / 0.25);
}
.active\:border-fuchsia-50\/30:active {
  border-color: rgb(253 244 255 / 0.3);
}
.active\:border-fuchsia-50\/40:active {
  border-color: rgb(253 244 255 / 0.4);
}
.active\:border-fuchsia-50\/5:active {
  border-color: rgb(253 244 255 / 0.05);
}
.active\:border-fuchsia-50\/50:active {
  border-color: rgb(253 244 255 / 0.5);
}
.active\:border-fuchsia-50\/60:active {
  border-color: rgb(253 244 255 / 0.6);
}
.active\:border-fuchsia-50\/70:active {
  border-color: rgb(253 244 255 / 0.7);
}
.active\:border-fuchsia-50\/75:active {
  border-color: rgb(253 244 255 / 0.75);
}
.active\:border-fuchsia-50\/80:active {
  border-color: rgb(253 244 255 / 0.8);
}
.active\:border-fuchsia-50\/90:active {
  border-color: rgb(253 244 255 / 0.9);
}
.active\:border-fuchsia-50\/95:active {
  border-color: rgb(253 244 255 / 0.95);
}
.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
.active\:border-fuchsia-500\/0:active {
  border-color: rgb(217 70 239 / 0);
}
.active\:border-fuchsia-500\/10:active {
  border-color: rgb(217 70 239 / 0.1);
}
.active\:border-fuchsia-500\/100:active {
  border-color: rgb(217 70 239 / 1);
}
.active\:border-fuchsia-500\/20:active {
  border-color: rgb(217 70 239 / 0.2);
}
.active\:border-fuchsia-500\/25:active {
  border-color: rgb(217 70 239 / 0.25);
}
.active\:border-fuchsia-500\/30:active {
  border-color: rgb(217 70 239 / 0.3);
}
.active\:border-fuchsia-500\/40:active {
  border-color: rgb(217 70 239 / 0.4);
}
.active\:border-fuchsia-500\/5:active {
  border-color: rgb(217 70 239 / 0.05);
}
.active\:border-fuchsia-500\/50:active {
  border-color: rgb(217 70 239 / 0.5);
}
.active\:border-fuchsia-500\/60:active {
  border-color: rgb(217 70 239 / 0.6);
}
.active\:border-fuchsia-500\/70:active {
  border-color: rgb(217 70 239 / 0.7);
}
.active\:border-fuchsia-500\/75:active {
  border-color: rgb(217 70 239 / 0.75);
}
.active\:border-fuchsia-500\/80:active {
  border-color: rgb(217 70 239 / 0.8);
}
.active\:border-fuchsia-500\/90:active {
  border-color: rgb(217 70 239 / 0.9);
}
.active\:border-fuchsia-500\/95:active {
  border-color: rgb(217 70 239 / 0.95);
}
.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
.active\:border-fuchsia-600\/0:active {
  border-color: rgb(192 38 211 / 0);
}
.active\:border-fuchsia-600\/10:active {
  border-color: rgb(192 38 211 / 0.1);
}
.active\:border-fuchsia-600\/100:active {
  border-color: rgb(192 38 211 / 1);
}
.active\:border-fuchsia-600\/20:active {
  border-color: rgb(192 38 211 / 0.2);
}
.active\:border-fuchsia-600\/25:active {
  border-color: rgb(192 38 211 / 0.25);
}
.active\:border-fuchsia-600\/30:active {
  border-color: rgb(192 38 211 / 0.3);
}
.active\:border-fuchsia-600\/40:active {
  border-color: rgb(192 38 211 / 0.4);
}
.active\:border-fuchsia-600\/5:active {
  border-color: rgb(192 38 211 / 0.05);
}
.active\:border-fuchsia-600\/50:active {
  border-color: rgb(192 38 211 / 0.5);
}
.active\:border-fuchsia-600\/60:active {
  border-color: rgb(192 38 211 / 0.6);
}
.active\:border-fuchsia-600\/70:active {
  border-color: rgb(192 38 211 / 0.7);
}
.active\:border-fuchsia-600\/75:active {
  border-color: rgb(192 38 211 / 0.75);
}
.active\:border-fuchsia-600\/80:active {
  border-color: rgb(192 38 211 / 0.8);
}
.active\:border-fuchsia-600\/90:active {
  border-color: rgb(192 38 211 / 0.9);
}
.active\:border-fuchsia-600\/95:active {
  border-color: rgb(192 38 211 / 0.95);
}
.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
.active\:border-fuchsia-700\/0:active {
  border-color: rgb(162 28 175 / 0);
}
.active\:border-fuchsia-700\/10:active {
  border-color: rgb(162 28 175 / 0.1);
}
.active\:border-fuchsia-700\/100:active {
  border-color: rgb(162 28 175 / 1);
}
.active\:border-fuchsia-700\/20:active {
  border-color: rgb(162 28 175 / 0.2);
}
.active\:border-fuchsia-700\/25:active {
  border-color: rgb(162 28 175 / 0.25);
}
.active\:border-fuchsia-700\/30:active {
  border-color: rgb(162 28 175 / 0.3);
}
.active\:border-fuchsia-700\/40:active {
  border-color: rgb(162 28 175 / 0.4);
}
.active\:border-fuchsia-700\/5:active {
  border-color: rgb(162 28 175 / 0.05);
}
.active\:border-fuchsia-700\/50:active {
  border-color: rgb(162 28 175 / 0.5);
}
.active\:border-fuchsia-700\/60:active {
  border-color: rgb(162 28 175 / 0.6);
}
.active\:border-fuchsia-700\/70:active {
  border-color: rgb(162 28 175 / 0.7);
}
.active\:border-fuchsia-700\/75:active {
  border-color: rgb(162 28 175 / 0.75);
}
.active\:border-fuchsia-700\/80:active {
  border-color: rgb(162 28 175 / 0.8);
}
.active\:border-fuchsia-700\/90:active {
  border-color: rgb(162 28 175 / 0.9);
}
.active\:border-fuchsia-700\/95:active {
  border-color: rgb(162 28 175 / 0.95);
}
.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
.active\:border-fuchsia-800\/0:active {
  border-color: rgb(134 25 143 / 0);
}
.active\:border-fuchsia-800\/10:active {
  border-color: rgb(134 25 143 / 0.1);
}
.active\:border-fuchsia-800\/100:active {
  border-color: rgb(134 25 143 / 1);
}
.active\:border-fuchsia-800\/20:active {
  border-color: rgb(134 25 143 / 0.2);
}
.active\:border-fuchsia-800\/25:active {
  border-color: rgb(134 25 143 / 0.25);
}
.active\:border-fuchsia-800\/30:active {
  border-color: rgb(134 25 143 / 0.3);
}
.active\:border-fuchsia-800\/40:active {
  border-color: rgb(134 25 143 / 0.4);
}
.active\:border-fuchsia-800\/5:active {
  border-color: rgb(134 25 143 / 0.05);
}
.active\:border-fuchsia-800\/50:active {
  border-color: rgb(134 25 143 / 0.5);
}
.active\:border-fuchsia-800\/60:active {
  border-color: rgb(134 25 143 / 0.6);
}
.active\:border-fuchsia-800\/70:active {
  border-color: rgb(134 25 143 / 0.7);
}
.active\:border-fuchsia-800\/75:active {
  border-color: rgb(134 25 143 / 0.75);
}
.active\:border-fuchsia-800\/80:active {
  border-color: rgb(134 25 143 / 0.8);
}
.active\:border-fuchsia-800\/90:active {
  border-color: rgb(134 25 143 / 0.9);
}
.active\:border-fuchsia-800\/95:active {
  border-color: rgb(134 25 143 / 0.95);
}
.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
.active\:border-fuchsia-900\/0:active {
  border-color: rgb(112 26 117 / 0);
}
.active\:border-fuchsia-900\/10:active {
  border-color: rgb(112 26 117 / 0.1);
}
.active\:border-fuchsia-900\/100:active {
  border-color: rgb(112 26 117 / 1);
}
.active\:border-fuchsia-900\/20:active {
  border-color: rgb(112 26 117 / 0.2);
}
.active\:border-fuchsia-900\/25:active {
  border-color: rgb(112 26 117 / 0.25);
}
.active\:border-fuchsia-900\/30:active {
  border-color: rgb(112 26 117 / 0.3);
}
.active\:border-fuchsia-900\/40:active {
  border-color: rgb(112 26 117 / 0.4);
}
.active\:border-fuchsia-900\/5:active {
  border-color: rgb(112 26 117 / 0.05);
}
.active\:border-fuchsia-900\/50:active {
  border-color: rgb(112 26 117 / 0.5);
}
.active\:border-fuchsia-900\/60:active {
  border-color: rgb(112 26 117 / 0.6);
}
.active\:border-fuchsia-900\/70:active {
  border-color: rgb(112 26 117 / 0.7);
}
.active\:border-fuchsia-900\/75:active {
  border-color: rgb(112 26 117 / 0.75);
}
.active\:border-fuchsia-900\/80:active {
  border-color: rgb(112 26 117 / 0.8);
}
.active\:border-fuchsia-900\/90:active {
  border-color: rgb(112 26 117 / 0.9);
}
.active\:border-fuchsia-900\/95:active {
  border-color: rgb(112 26 117 / 0.95);
}
.active\:border-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
.active\:border-fuchsia-950\/0:active {
  border-color: rgb(74 4 78 / 0);
}
.active\:border-fuchsia-950\/10:active {
  border-color: rgb(74 4 78 / 0.1);
}
.active\:border-fuchsia-950\/100:active {
  border-color: rgb(74 4 78 / 1);
}
.active\:border-fuchsia-950\/20:active {
  border-color: rgb(74 4 78 / 0.2);
}
.active\:border-fuchsia-950\/25:active {
  border-color: rgb(74 4 78 / 0.25);
}
.active\:border-fuchsia-950\/30:active {
  border-color: rgb(74 4 78 / 0.3);
}
.active\:border-fuchsia-950\/40:active {
  border-color: rgb(74 4 78 / 0.4);
}
.active\:border-fuchsia-950\/5:active {
  border-color: rgb(74 4 78 / 0.05);
}
.active\:border-fuchsia-950\/50:active {
  border-color: rgb(74 4 78 / 0.5);
}
.active\:border-fuchsia-950\/60:active {
  border-color: rgb(74 4 78 / 0.6);
}
.active\:border-fuchsia-950\/70:active {
  border-color: rgb(74 4 78 / 0.7);
}
.active\:border-fuchsia-950\/75:active {
  border-color: rgb(74 4 78 / 0.75);
}
.active\:border-fuchsia-950\/80:active {
  border-color: rgb(74 4 78 / 0.8);
}
.active\:border-fuchsia-950\/90:active {
  border-color: rgb(74 4 78 / 0.9);
}
.active\:border-fuchsia-950\/95:active {
  border-color: rgb(74 4 78 / 0.95);
}
.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.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\/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\/40:active {
  border-color: rgb(243 244 246 / 0.4);
}
.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\/60:active {
  border-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(229 231 235 / 0.4);
}
.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\/60:active {
  border-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(209 213 219 / 0.4);
}
.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\/60:active {
  border-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(156 163 175 / 0.4);
}
.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\/60:active {
  border-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(249 250 251 / 0.4);
}
.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\/60:active {
  border-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(107 114 128 / 0.4);
}
.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\/60:active {
  border-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(75 85 99 / 0.4);
}
.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\/60:active {
  border-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(55 65 81 / 0.4);
}
.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\/60:active {
  border-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(31 41 55 / 0.4);
}
.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\/60:active {
  border-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(17 24 39 / 0.4);
}
.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\/60:active {
  border-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(3 7 18 / 0.4);
}
.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\/60:active {
  border-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(220 252 231 / 0.4);
}
.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\/60:active {
  border-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(187 247 208 / 0.4);
}
.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\/60:active {
  border-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(134 239 172 / 0.4);
}
.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\/60:active {
  border-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(74 222 128 / 0.4);
}
.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\/60:active {
  border-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(240 253 244 / 0.4);
}
.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\/60:active {
  border-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(34 197 94 / 0.4);
}
.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\/60:active {
  border-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(22 163 74 / 0.4);
}
.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\/60:active {
  border-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(21 128 61 / 0.4);
}
.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\/60:active {
  border-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(22 101 52 / 0.4);
}
.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\/60:active {
  border-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(20 83 45 / 0.4);
}
.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\/60:active {
  border-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(5 46 22 / 0.4);
}
.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\/60:active {
  border-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(224 231 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(199 210 254 / 0.4);
}
.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\/60:active {
  border-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(165 180 252 / 0.4);
}
.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\/60:active {
  border-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(129 140 248 / 0.4);
}
.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\/60:active {
  border-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(238 242 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(99 102 241 / 0.4);
}
.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\/60:active {
  border-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(79 70 229 / 0.4);
}
.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\/60:active {
  border-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(67 56 202 / 0.4);
}
.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\/60:active {
  border-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(55 48 163 / 0.4);
}
.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\/60:active {
  border-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(49 46 129 / 0.4);
}
.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\/60:active {
  border-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(30 27 75 / 0.4);
}
.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\/60:active {
  border-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
.active\:border-lime-100\/0:active {
  border-color: rgb(236 252 203 / 0);
}
.active\:border-lime-100\/10:active {
  border-color: rgb(236 252 203 / 0.1);
}
.active\:border-lime-100\/100:active {
  border-color: rgb(236 252 203 / 1);
}
.active\:border-lime-100\/20:active {
  border-color: rgb(236 252 203 / 0.2);
}
.active\:border-lime-100\/25:active {
  border-color: rgb(236 252 203 / 0.25);
}
.active\:border-lime-100\/30:active {
  border-color: rgb(236 252 203 / 0.3);
}
.active\:border-lime-100\/40:active {
  border-color: rgb(236 252 203 / 0.4);
}
.active\:border-lime-100\/5:active {
  border-color: rgb(236 252 203 / 0.05);
}
.active\:border-lime-100\/50:active {
  border-color: rgb(236 252 203 / 0.5);
}
.active\:border-lime-100\/60:active {
  border-color: rgb(236 252 203 / 0.6);
}
.active\:border-lime-100\/70:active {
  border-color: rgb(236 252 203 / 0.7);
}
.active\:border-lime-100\/75:active {
  border-color: rgb(236 252 203 / 0.75);
}
.active\:border-lime-100\/80:active {
  border-color: rgb(236 252 203 / 0.8);
}
.active\:border-lime-100\/90:active {
  border-color: rgb(236 252 203 / 0.9);
}
.active\:border-lime-100\/95:active {
  border-color: rgb(236 252 203 / 0.95);
}
.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
.active\:border-lime-200\/0:active {
  border-color: rgb(217 249 157 / 0);
}
.active\:border-lime-200\/10:active {
  border-color: rgb(217 249 157 / 0.1);
}
.active\:border-lime-200\/100:active {
  border-color: rgb(217 249 157 / 1);
}
.active\:border-lime-200\/20:active {
  border-color: rgb(217 249 157 / 0.2);
}
.active\:border-lime-200\/25:active {
  border-color: rgb(217 249 157 / 0.25);
}
.active\:border-lime-200\/30:active {
  border-color: rgb(217 249 157 / 0.3);
}
.active\:border-lime-200\/40:active {
  border-color: rgb(217 249 157 / 0.4);
}
.active\:border-lime-200\/5:active {
  border-color: rgb(217 249 157 / 0.05);
}
.active\:border-lime-200\/50:active {
  border-color: rgb(217 249 157 / 0.5);
}
.active\:border-lime-200\/60:active {
  border-color: rgb(217 249 157 / 0.6);
}
.active\:border-lime-200\/70:active {
  border-color: rgb(217 249 157 / 0.7);
}
.active\:border-lime-200\/75:active {
  border-color: rgb(217 249 157 / 0.75);
}
.active\:border-lime-200\/80:active {
  border-color: rgb(217 249 157 / 0.8);
}
.active\:border-lime-200\/90:active {
  border-color: rgb(217 249 157 / 0.9);
}
.active\:border-lime-200\/95:active {
  border-color: rgb(217 249 157 / 0.95);
}
.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
.active\:border-lime-300\/0:active {
  border-color: rgb(190 242 100 / 0);
}
.active\:border-lime-300\/10:active {
  border-color: rgb(190 242 100 / 0.1);
}
.active\:border-lime-300\/100:active {
  border-color: rgb(190 242 100 / 1);
}
.active\:border-lime-300\/20:active {
  border-color: rgb(190 242 100 / 0.2);
}
.active\:border-lime-300\/25:active {
  border-color: rgb(190 242 100 / 0.25);
}
.active\:border-lime-300\/30:active {
  border-color: rgb(190 242 100 / 0.3);
}
.active\:border-lime-300\/40:active {
  border-color: rgb(190 242 100 / 0.4);
}
.active\:border-lime-300\/5:active {
  border-color: rgb(190 242 100 / 0.05);
}
.active\:border-lime-300\/50:active {
  border-color: rgb(190 242 100 / 0.5);
}
.active\:border-lime-300\/60:active {
  border-color: rgb(190 242 100 / 0.6);
}
.active\:border-lime-300\/70:active {
  border-color: rgb(190 242 100 / 0.7);
}
.active\:border-lime-300\/75:active {
  border-color: rgb(190 242 100 / 0.75);
}
.active\:border-lime-300\/80:active {
  border-color: rgb(190 242 100 / 0.8);
}
.active\:border-lime-300\/90:active {
  border-color: rgb(190 242 100 / 0.9);
}
.active\:border-lime-300\/95:active {
  border-color: rgb(190 242 100 / 0.95);
}
.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.active\:border-lime-400\/0:active {
  border-color: rgb(163 230 53 / 0);
}
.active\:border-lime-400\/10:active {
  border-color: rgb(163 230 53 / 0.1);
}
.active\:border-lime-400\/100:active {
  border-color: rgb(163 230 53 / 1);
}
.active\:border-lime-400\/20:active {
  border-color: rgb(163 230 53 / 0.2);
}
.active\:border-lime-400\/25:active {
  border-color: rgb(163 230 53 / 0.25);
}
.active\:border-lime-400\/30:active {
  border-color: rgb(163 230 53 / 0.3);
}
.active\:border-lime-400\/40:active {
  border-color: rgb(163 230 53 / 0.4);
}
.active\:border-lime-400\/5:active {
  border-color: rgb(163 230 53 / 0.05);
}
.active\:border-lime-400\/50:active {
  border-color: rgb(163 230 53 / 0.5);
}
.active\:border-lime-400\/60:active {
  border-color: rgb(163 230 53 / 0.6);
}
.active\:border-lime-400\/70:active {
  border-color: rgb(163 230 53 / 0.7);
}
.active\:border-lime-400\/75:active {
  border-color: rgb(163 230 53 / 0.75);
}
.active\:border-lime-400\/80:active {
  border-color: rgb(163 230 53 / 0.8);
}
.active\:border-lime-400\/90:active {
  border-color: rgb(163 230 53 / 0.9);
}
.active\:border-lime-400\/95:active {
  border-color: rgb(163 230 53 / 0.95);
}
.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
.active\:border-lime-50\/0:active {
  border-color: rgb(247 254 231 / 0);
}
.active\:border-lime-50\/10:active {
  border-color: rgb(247 254 231 / 0.1);
}
.active\:border-lime-50\/100:active {
  border-color: rgb(247 254 231 / 1);
}
.active\:border-lime-50\/20:active {
  border-color: rgb(247 254 231 / 0.2);
}
.active\:border-lime-50\/25:active {
  border-color: rgb(247 254 231 / 0.25);
}
.active\:border-lime-50\/30:active {
  border-color: rgb(247 254 231 / 0.3);
}
.active\:border-lime-50\/40:active {
  border-color: rgb(247 254 231 / 0.4);
}
.active\:border-lime-50\/5:active {
  border-color: rgb(247 254 231 / 0.05);
}
.active\:border-lime-50\/50:active {
  border-color: rgb(247 254 231 / 0.5);
}
.active\:border-lime-50\/60:active {
  border-color: rgb(247 254 231 / 0.6);
}
.active\:border-lime-50\/70:active {
  border-color: rgb(247 254 231 / 0.7);
}
.active\:border-lime-50\/75:active {
  border-color: rgb(247 254 231 / 0.75);
}
.active\:border-lime-50\/80:active {
  border-color: rgb(247 254 231 / 0.8);
}
.active\:border-lime-50\/90:active {
  border-color: rgb(247 254 231 / 0.9);
}
.active\:border-lime-50\/95:active {
  border-color: rgb(247 254 231 / 0.95);
}
.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
.active\:border-lime-500\/0:active {
  border-color: rgb(132 204 22 / 0);
}
.active\:border-lime-500\/10:active {
  border-color: rgb(132 204 22 / 0.1);
}
.active\:border-lime-500\/100:active {
  border-color: rgb(132 204 22 / 1);
}
.active\:border-lime-500\/20:active {
  border-color: rgb(132 204 22 / 0.2);
}
.active\:border-lime-500\/25:active {
  border-color: rgb(132 204 22 / 0.25);
}
.active\:border-lime-500\/30:active {
  border-color: rgb(132 204 22 / 0.3);
}
.active\:border-lime-500\/40:active {
  border-color: rgb(132 204 22 / 0.4);
}
.active\:border-lime-500\/5:active {
  border-color: rgb(132 204 22 / 0.05);
}
.active\:border-lime-500\/50:active {
  border-color: rgb(132 204 22 / 0.5);
}
.active\:border-lime-500\/60:active {
  border-color: rgb(132 204 22 / 0.6);
}
.active\:border-lime-500\/70:active {
  border-color: rgb(132 204 22 / 0.7);
}
.active\:border-lime-500\/75:active {
  border-color: rgb(132 204 22 / 0.75);
}
.active\:border-lime-500\/80:active {
  border-color: rgb(132 204 22 / 0.8);
}
.active\:border-lime-500\/90:active {
  border-color: rgb(132 204 22 / 0.9);
}
.active\:border-lime-500\/95:active {
  border-color: rgb(132 204 22 / 0.95);
}
.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.active\:border-lime-600\/0:active {
  border-color: rgb(101 163 13 / 0);
}
.active\:border-lime-600\/10:active {
  border-color: rgb(101 163 13 / 0.1);
}
.active\:border-lime-600\/100:active {
  border-color: rgb(101 163 13 / 1);
}
.active\:border-lime-600\/20:active {
  border-color: rgb(101 163 13 / 0.2);
}
.active\:border-lime-600\/25:active {
  border-color: rgb(101 163 13 / 0.25);
}
.active\:border-lime-600\/30:active {
  border-color: rgb(101 163 13 / 0.3);
}
.active\:border-lime-600\/40:active {
  border-color: rgb(101 163 13 / 0.4);
}
.active\:border-lime-600\/5:active {
  border-color: rgb(101 163 13 / 0.05);
}
.active\:border-lime-600\/50:active {
  border-color: rgb(101 163 13 / 0.5);
}
.active\:border-lime-600\/60:active {
  border-color: rgb(101 163 13 / 0.6);
}
.active\:border-lime-600\/70:active {
  border-color: rgb(101 163 13 / 0.7);
}
.active\:border-lime-600\/75:active {
  border-color: rgb(101 163 13 / 0.75);
}
.active\:border-lime-600\/80:active {
  border-color: rgb(101 163 13 / 0.8);
}
.active\:border-lime-600\/90:active {
  border-color: rgb(101 163 13 / 0.9);
}
.active\:border-lime-600\/95:active {
  border-color: rgb(101 163 13 / 0.95);
}
.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
.active\:border-lime-700\/0:active {
  border-color: rgb(77 124 15 / 0);
}
.active\:border-lime-700\/10:active {
  border-color: rgb(77 124 15 / 0.1);
}
.active\:border-lime-700\/100:active {
  border-color: rgb(77 124 15 / 1);
}
.active\:border-lime-700\/20:active {
  border-color: rgb(77 124 15 / 0.2);
}
.active\:border-lime-700\/25:active {
  border-color: rgb(77 124 15 / 0.25);
}
.active\:border-lime-700\/30:active {
  border-color: rgb(77 124 15 / 0.3);
}
.active\:border-lime-700\/40:active {
  border-color: rgb(77 124 15 / 0.4);
}
.active\:border-lime-700\/5:active {
  border-color: rgb(77 124 15 / 0.05);
}
.active\:border-lime-700\/50:active {
  border-color: rgb(77 124 15 / 0.5);
}
.active\:border-lime-700\/60:active {
  border-color: rgb(77 124 15 / 0.6);
}
.active\:border-lime-700\/70:active {
  border-color: rgb(77 124 15 / 0.7);
}
.active\:border-lime-700\/75:active {
  border-color: rgb(77 124 15 / 0.75);
}
.active\:border-lime-700\/80:active {
  border-color: rgb(77 124 15 / 0.8);
}
.active\:border-lime-700\/90:active {
  border-color: rgb(77 124 15 / 0.9);
}
.active\:border-lime-700\/95:active {
  border-color: rgb(77 124 15 / 0.95);
}
.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
.active\:border-lime-800\/0:active {
  border-color: rgb(63 98 18 / 0);
}
.active\:border-lime-800\/10:active {
  border-color: rgb(63 98 18 / 0.1);
}
.active\:border-lime-800\/100:active {
  border-color: rgb(63 98 18 / 1);
}
.active\:border-lime-800\/20:active {
  border-color: rgb(63 98 18 / 0.2);
}
.active\:border-lime-800\/25:active {
  border-color: rgb(63 98 18 / 0.25);
}
.active\:border-lime-800\/30:active {
  border-color: rgb(63 98 18 / 0.3);
}
.active\:border-lime-800\/40:active {
  border-color: rgb(63 98 18 / 0.4);
}
.active\:border-lime-800\/5:active {
  border-color: rgb(63 98 18 / 0.05);
}
.active\:border-lime-800\/50:active {
  border-color: rgb(63 98 18 / 0.5);
}
.active\:border-lime-800\/60:active {
  border-color: rgb(63 98 18 / 0.6);
}
.active\:border-lime-800\/70:active {
  border-color: rgb(63 98 18 / 0.7);
}
.active\:border-lime-800\/75:active {
  border-color: rgb(63 98 18 / 0.75);
}
.active\:border-lime-800\/80:active {
  border-color: rgb(63 98 18 / 0.8);
}
.active\:border-lime-800\/90:active {
  border-color: rgb(63 98 18 / 0.9);
}
.active\:border-lime-800\/95:active {
  border-color: rgb(63 98 18 / 0.95);
}
.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
.active\:border-lime-900\/0:active {
  border-color: rgb(54 83 20 / 0);
}
.active\:border-lime-900\/10:active {
  border-color: rgb(54 83 20 / 0.1);
}
.active\:border-lime-900\/100:active {
  border-color: rgb(54 83 20 / 1);
}
.active\:border-lime-900\/20:active {
  border-color: rgb(54 83 20 / 0.2);
}
.active\:border-lime-900\/25:active {
  border-color: rgb(54 83 20 / 0.25);
}
.active\:border-lime-900\/30:active {
  border-color: rgb(54 83 20 / 0.3);
}
.active\:border-lime-900\/40:active {
  border-color: rgb(54 83 20 / 0.4);
}
.active\:border-lime-900\/5:active {
  border-color: rgb(54 83 20 / 0.05);
}
.active\:border-lime-900\/50:active {
  border-color: rgb(54 83 20 / 0.5);
}
.active\:border-lime-900\/60:active {
  border-color: rgb(54 83 20 / 0.6);
}
.active\:border-lime-900\/70:active {
  border-color: rgb(54 83 20 / 0.7);
}
.active\:border-lime-900\/75:active {
  border-color: rgb(54 83 20 / 0.75);
}
.active\:border-lime-900\/80:active {
  border-color: rgb(54 83 20 / 0.8);
}
.active\:border-lime-900\/90:active {
  border-color: rgb(54 83 20 / 0.9);
}
.active\:border-lime-900\/95:active {
  border-color: rgb(54 83 20 / 0.95);
}
.active\:border-lime-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
.active\:border-lime-950\/0:active {
  border-color: rgb(26 46 5 / 0);
}
.active\:border-lime-950\/10:active {
  border-color: rgb(26 46 5 / 0.1);
}
.active\:border-lime-950\/100:active {
  border-color: rgb(26 46 5 / 1);
}
.active\:border-lime-950\/20:active {
  border-color: rgb(26 46 5 / 0.2);
}
.active\:border-lime-950\/25:active {
  border-color: rgb(26 46 5 / 0.25);
}
.active\:border-lime-950\/30:active {
  border-color: rgb(26 46 5 / 0.3);
}
.active\:border-lime-950\/40:active {
  border-color: rgb(26 46 5 / 0.4);
}
.active\:border-lime-950\/5:active {
  border-color: rgb(26 46 5 / 0.05);
}
.active\:border-lime-950\/50:active {
  border-color: rgb(26 46 5 / 0.5);
}
.active\:border-lime-950\/60:active {
  border-color: rgb(26 46 5 / 0.6);
}
.active\:border-lime-950\/70:active {
  border-color: rgb(26 46 5 / 0.7);
}
.active\:border-lime-950\/75:active {
  border-color: rgb(26 46 5 / 0.75);
}
.active\:border-lime-950\/80:active {
  border-color: rgb(26 46 5 / 0.8);
}
.active\:border-lime-950\/90:active {
  border-color: rgb(26 46 5 / 0.9);
}
.active\:border-lime-950\/95:active {
  border-color: rgb(26 46 5 / 0.95);
}
.active\:border-neutral-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.active\:border-neutral-100\/0:active {
  border-color: rgb(245 245 245 / 0);
}
.active\:border-neutral-100\/10:active {
  border-color: rgb(245 245 245 / 0.1);
}
.active\:border-neutral-100\/100:active {
  border-color: rgb(245 245 245 / 1);
}
.active\:border-neutral-100\/20:active {
  border-color: rgb(245 245 245 / 0.2);
}
.active\:border-neutral-100\/25:active {
  border-color: rgb(245 245 245 / 0.25);
}
.active\:border-neutral-100\/30:active {
  border-color: rgb(245 245 245 / 0.3);
}
.active\:border-neutral-100\/40:active {
  border-color: rgb(245 245 245 / 0.4);
}
.active\:border-neutral-100\/5:active {
  border-color: rgb(245 245 245 / 0.05);
}
.active\:border-neutral-100\/50:active {
  border-color: rgb(245 245 245 / 0.5);
}
.active\:border-neutral-100\/60:active {
  border-color: rgb(245 245 245 / 0.6);
}
.active\:border-neutral-100\/70:active {
  border-color: rgb(245 245 245 / 0.7);
}
.active\:border-neutral-100\/75:active {
  border-color: rgb(245 245 245 / 0.75);
}
.active\:border-neutral-100\/80:active {
  border-color: rgb(245 245 245 / 0.8);
}
.active\:border-neutral-100\/90:active {
  border-color: rgb(245 245 245 / 0.9);
}
.active\:border-neutral-100\/95:active {
  border-color: rgb(245 245 245 / 0.95);
}
.active\:border-neutral-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.active\:border-neutral-200\/0:active {
  border-color: rgb(229 229 229 / 0);
}
.active\:border-neutral-200\/10:active {
  border-color: rgb(229 229 229 / 0.1);
}
.active\:border-neutral-200\/100:active {
  border-color: rgb(229 229 229 / 1);
}
.active\:border-neutral-200\/20:active {
  border-color: rgb(229 229 229 / 0.2);
}
.active\:border-neutral-200\/25:active {
  border-color: rgb(229 229 229 / 0.25);
}
.active\:border-neutral-200\/30:active {
  border-color: rgb(229 229 229 / 0.3);
}
.active\:border-neutral-200\/40:active {
  border-color: rgb(229 229 229 / 0.4);
}
.active\:border-neutral-200\/5:active {
  border-color: rgb(229 229 229 / 0.05);
}
.active\:border-neutral-200\/50:active {
  border-color: rgb(229 229 229 / 0.5);
}
.active\:border-neutral-200\/60:active {
  border-color: rgb(229 229 229 / 0.6);
}
.active\:border-neutral-200\/70:active {
  border-color: rgb(229 229 229 / 0.7);
}
.active\:border-neutral-200\/75:active {
  border-color: rgb(229 229 229 / 0.75);
}
.active\:border-neutral-200\/80:active {
  border-color: rgb(229 229 229 / 0.8);
}
.active\:border-neutral-200\/90:active {
  border-color: rgb(229 229 229 / 0.9);
}
.active\:border-neutral-200\/95:active {
  border-color: rgb(229 229 229 / 0.95);
}
.active\:border-neutral-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.active\:border-neutral-300\/0:active {
  border-color: rgb(212 212 212 / 0);
}
.active\:border-neutral-300\/10:active {
  border-color: rgb(212 212 212 / 0.1);
}
.active\:border-neutral-300\/100:active {
  border-color: rgb(212 212 212 / 1);
}
.active\:border-neutral-300\/20:active {
  border-color: rgb(212 212 212 / 0.2);
}
.active\:border-neutral-300\/25:active {
  border-color: rgb(212 212 212 / 0.25);
}
.active\:border-neutral-300\/30:active {
  border-color: rgb(212 212 212 / 0.3);
}
.active\:border-neutral-300\/40:active {
  border-color: rgb(212 212 212 / 0.4);
}
.active\:border-neutral-300\/5:active {
  border-color: rgb(212 212 212 / 0.05);
}
.active\:border-neutral-300\/50:active {
  border-color: rgb(212 212 212 / 0.5);
}
.active\:border-neutral-300\/60:active {
  border-color: rgb(212 212 212 / 0.6);
}
.active\:border-neutral-300\/70:active {
  border-color: rgb(212 212 212 / 0.7);
}
.active\:border-neutral-300\/75:active {
  border-color: rgb(212 212 212 / 0.75);
}
.active\:border-neutral-300\/80:active {
  border-color: rgb(212 212 212 / 0.8);
}
.active\:border-neutral-300\/90:active {
  border-color: rgb(212 212 212 / 0.9);
}
.active\:border-neutral-300\/95:active {
  border-color: rgb(212 212 212 / 0.95);
}
.active\:border-neutral-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.active\:border-neutral-400\/0:active {
  border-color: rgb(163 163 163 / 0);
}
.active\:border-neutral-400\/10:active {
  border-color: rgb(163 163 163 / 0.1);
}
.active\:border-neutral-400\/100:active {
  border-color: rgb(163 163 163 / 1);
}
.active\:border-neutral-400\/20:active {
  border-color: rgb(163 163 163 / 0.2);
}
.active\:border-neutral-400\/25:active {
  border-color: rgb(163 163 163 / 0.25);
}
.active\:border-neutral-400\/30:active {
  border-color: rgb(163 163 163 / 0.3);
}
.active\:border-neutral-400\/40:active {
  border-color: rgb(163 163 163 / 0.4);
}
.active\:border-neutral-400\/5:active {
  border-color: rgb(163 163 163 / 0.05);
}
.active\:border-neutral-400\/50:active {
  border-color: rgb(163 163 163 / 0.5);
}
.active\:border-neutral-400\/60:active {
  border-color: rgb(163 163 163 / 0.6);
}
.active\:border-neutral-400\/70:active {
  border-color: rgb(163 163 163 / 0.7);
}
.active\:border-neutral-400\/75:active {
  border-color: rgb(163 163 163 / 0.75);
}
.active\:border-neutral-400\/80:active {
  border-color: rgb(163 163 163 / 0.8);
}
.active\:border-neutral-400\/90:active {
  border-color: rgb(163 163 163 / 0.9);
}
.active\:border-neutral-400\/95:active {
  border-color: rgb(163 163 163 / 0.95);
}
.active\:border-neutral-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.active\:border-neutral-50\/0:active {
  border-color: rgb(250 250 250 / 0);
}
.active\:border-neutral-50\/10:active {
  border-color: rgb(250 250 250 / 0.1);
}
.active\:border-neutral-50\/100:active {
  border-color: rgb(250 250 250 / 1);
}
.active\:border-neutral-50\/20:active {
  border-color: rgb(250 250 250 / 0.2);
}
.active\:border-neutral-50\/25:active {
  border-color: rgb(250 250 250 / 0.25);
}
.active\:border-neutral-50\/30:active {
  border-color: rgb(250 250 250 / 0.3);
}
.active\:border-neutral-50\/40:active {
  border-color: rgb(250 250 250 / 0.4);
}
.active\:border-neutral-50\/5:active {
  border-color: rgb(250 250 250 / 0.05);
}
.active\:border-neutral-50\/50:active {
  border-color: rgb(250 250 250 / 0.5);
}
.active\:border-neutral-50\/60:active {
  border-color: rgb(250 250 250 / 0.6);
}
.active\:border-neutral-50\/70:active {
  border-color: rgb(250 250 250 / 0.7);
}
.active\:border-neutral-50\/75:active {
  border-color: rgb(250 250 250 / 0.75);
}
.active\:border-neutral-50\/80:active {
  border-color: rgb(250 250 250 / 0.8);
}
.active\:border-neutral-50\/90:active {
  border-color: rgb(250 250 250 / 0.9);
}
.active\:border-neutral-50\/95:active {
  border-color: rgb(250 250 250 / 0.95);
}
.active\:border-neutral-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.active\:border-neutral-500\/0:active {
  border-color: rgb(115 115 115 / 0);
}
.active\:border-neutral-500\/10:active {
  border-color: rgb(115 115 115 / 0.1);
}
.active\:border-neutral-500\/100:active {
  border-color: rgb(115 115 115 / 1);
}
.active\:border-neutral-500\/20:active {
  border-color: rgb(115 115 115 / 0.2);
}
.active\:border-neutral-500\/25:active {
  border-color: rgb(115 115 115 / 0.25);
}
.active\:border-neutral-500\/30:active {
  border-color: rgb(115 115 115 / 0.3);
}
.active\:border-neutral-500\/40:active {
  border-color: rgb(115 115 115 / 0.4);
}
.active\:border-neutral-500\/5:active {
  border-color: rgb(115 115 115 / 0.05);
}
.active\:border-neutral-500\/50:active {
  border-color: rgb(115 115 115 / 0.5);
}
.active\:border-neutral-500\/60:active {
  border-color: rgb(115 115 115 / 0.6);
}
.active\:border-neutral-500\/70:active {
  border-color: rgb(115 115 115 / 0.7);
}
.active\:border-neutral-500\/75:active {
  border-color: rgb(115 115 115 / 0.75);
}
.active\:border-neutral-500\/80:active {
  border-color: rgb(115 115 115 / 0.8);
}
.active\:border-neutral-500\/90:active {
  border-color: rgb(115 115 115 / 0.9);
}
.active\:border-neutral-500\/95:active {
  border-color: rgb(115 115 115 / 0.95);
}
.active\:border-neutral-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.active\:border-neutral-600\/0:active {
  border-color: rgb(82 82 82 / 0);
}
.active\:border-neutral-600\/10:active {
  border-color: rgb(82 82 82 / 0.1);
}
.active\:border-neutral-600\/100:active {
  border-color: rgb(82 82 82 / 1);
}
.active\:border-neutral-600\/20:active {
  border-color: rgb(82 82 82 / 0.2);
}
.active\:border-neutral-600\/25:active {
  border-color: rgb(82 82 82 / 0.25);
}
.active\:border-neutral-600\/30:active {
  border-color: rgb(82 82 82 / 0.3);
}
.active\:border-neutral-600\/40:active {
  border-color: rgb(82 82 82 / 0.4);
}
.active\:border-neutral-600\/5:active {
  border-color: rgb(82 82 82 / 0.05);
}
.active\:border-neutral-600\/50:active {
  border-color: rgb(82 82 82 / 0.5);
}
.active\:border-neutral-600\/60:active {
  border-color: rgb(82 82 82 / 0.6);
}
.active\:border-neutral-600\/70:active {
  border-color: rgb(82 82 82 / 0.7);
}
.active\:border-neutral-600\/75:active {
  border-color: rgb(82 82 82 / 0.75);
}
.active\:border-neutral-600\/80:active {
  border-color: rgb(82 82 82 / 0.8);
}
.active\:border-neutral-600\/90:active {
  border-color: rgb(82 82 82 / 0.9);
}
.active\:border-neutral-600\/95:active {
  border-color: rgb(82 82 82 / 0.95);
}
.active\:border-neutral-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.active\:border-neutral-700\/0:active {
  border-color: rgb(64 64 64 / 0);
}
.active\:border-neutral-700\/10:active {
  border-color: rgb(64 64 64 / 0.1);
}
.active\:border-neutral-700\/100:active {
  border-color: rgb(64 64 64 / 1);
}
.active\:border-neutral-700\/20:active {
  border-color: rgb(64 64 64 / 0.2);
}
.active\:border-neutral-700\/25:active {
  border-color: rgb(64 64 64 / 0.25);
}
.active\:border-neutral-700\/30:active {
  border-color: rgb(64 64 64 / 0.3);
}
.active\:border-neutral-700\/40:active {
  border-color: rgb(64 64 64 / 0.4);
}
.active\:border-neutral-700\/5:active {
  border-color: rgb(64 64 64 / 0.05);
}
.active\:border-neutral-700\/50:active {
  border-color: rgb(64 64 64 / 0.5);
}
.active\:border-neutral-700\/60:active {
  border-color: rgb(64 64 64 / 0.6);
}
.active\:border-neutral-700\/70:active {
  border-color: rgb(64 64 64 / 0.7);
}
.active\:border-neutral-700\/75:active {
  border-color: rgb(64 64 64 / 0.75);
}
.active\:border-neutral-700\/80:active {
  border-color: rgb(64 64 64 / 0.8);
}
.active\:border-neutral-700\/90:active {
  border-color: rgb(64 64 64 / 0.9);
}
.active\:border-neutral-700\/95:active {
  border-color: rgb(64 64 64 / 0.95);
}
.active\:border-neutral-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.active\:border-neutral-800\/0:active {
  border-color: rgb(38 38 38 / 0);
}
.active\:border-neutral-800\/10:active {
  border-color: rgb(38 38 38 / 0.1);
}
.active\:border-neutral-800\/100:active {
  border-color: rgb(38 38 38 / 1);
}
.active\:border-neutral-800\/20:active {
  border-color: rgb(38 38 38 / 0.2);
}
.active\:border-neutral-800\/25:active {
  border-color: rgb(38 38 38 / 0.25);
}
.active\:border-neutral-800\/30:active {
  border-color: rgb(38 38 38 / 0.3);
}
.active\:border-neutral-800\/40:active {
  border-color: rgb(38 38 38 / 0.4);
}
.active\:border-neutral-800\/5:active {
  border-color: rgb(38 38 38 / 0.05);
}
.active\:border-neutral-800\/50:active {
  border-color: rgb(38 38 38 / 0.5);
}
.active\:border-neutral-800\/60:active {
  border-color: rgb(38 38 38 / 0.6);
}
.active\:border-neutral-800\/70:active {
  border-color: rgb(38 38 38 / 0.7);
}
.active\:border-neutral-800\/75:active {
  border-color: rgb(38 38 38 / 0.75);
}
.active\:border-neutral-800\/80:active {
  border-color: rgb(38 38 38 / 0.8);
}
.active\:border-neutral-800\/90:active {
  border-color: rgb(38 38 38 / 0.9);
}
.active\:border-neutral-800\/95:active {
  border-color: rgb(38 38 38 / 0.95);
}
.active\:border-neutral-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.active\:border-neutral-900\/0:active {
  border-color: rgb(23 23 23 / 0);
}
.active\:border-neutral-900\/10:active {
  border-color: rgb(23 23 23 / 0.1);
}
.active\:border-neutral-900\/100:active {
  border-color: rgb(23 23 23 / 1);
}
.active\:border-neutral-900\/20:active {
  border-color: rgb(23 23 23 / 0.2);
}
.active\:border-neutral-900\/25:active {
  border-color: rgb(23 23 23 / 0.25);
}
.active\:border-neutral-900\/30:active {
  border-color: rgb(23 23 23 / 0.3);
}
.active\:border-neutral-900\/40:active {
  border-color: rgb(23 23 23 / 0.4);
}
.active\:border-neutral-900\/5:active {
  border-color: rgb(23 23 23 / 0.05);
}
.active\:border-neutral-900\/50:active {
  border-color: rgb(23 23 23 / 0.5);
}
.active\:border-neutral-900\/60:active {
  border-color: rgb(23 23 23 / 0.6);
}
.active\:border-neutral-900\/70:active {
  border-color: rgb(23 23 23 / 0.7);
}
.active\:border-neutral-900\/75:active {
  border-color: rgb(23 23 23 / 0.75);
}
.active\:border-neutral-900\/80:active {
  border-color: rgb(23 23 23 / 0.8);
}
.active\:border-neutral-900\/90:active {
  border-color: rgb(23 23 23 / 0.9);
}
.active\:border-neutral-900\/95:active {
  border-color: rgb(23 23 23 / 0.95);
}
.active\:border-neutral-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
.active\:border-neutral-950\/0:active {
  border-color: rgb(10 10 10 / 0);
}
.active\:border-neutral-950\/10:active {
  border-color: rgb(10 10 10 / 0.1);
}
.active\:border-neutral-950\/100:active {
  border-color: rgb(10 10 10 / 1);
}
.active\:border-neutral-950\/20:active {
  border-color: rgb(10 10 10 / 0.2);
}
.active\:border-neutral-950\/25:active {
  border-color: rgb(10 10 10 / 0.25);
}
.active\:border-neutral-950\/30:active {
  border-color: rgb(10 10 10 / 0.3);
}
.active\:border-neutral-950\/40:active {
  border-color: rgb(10 10 10 / 0.4);
}
.active\:border-neutral-950\/5:active {
  border-color: rgb(10 10 10 / 0.05);
}
.active\:border-neutral-950\/50:active {
  border-color: rgb(10 10 10 / 0.5);
}
.active\:border-neutral-950\/60:active {
  border-color: rgb(10 10 10 / 0.6);
}
.active\:border-neutral-950\/70:active {
  border-color: rgb(10 10 10 / 0.7);
}
.active\:border-neutral-950\/75:active {
  border-color: rgb(10 10 10 / 0.75);
}
.active\:border-neutral-950\/80:active {
  border-color: rgb(10 10 10 / 0.8);
}
.active\:border-neutral-950\/90:active {
  border-color: rgb(10 10 10 / 0.9);
}
.active\:border-neutral-950\/95:active {
  border-color: rgb(10 10 10 / 0.95);
}
.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.active\:border-orange-100\/0:active {
  border-color: rgb(255 237 213 / 0);
}
.active\:border-orange-100\/10:active {
  border-color: rgb(255 237 213 / 0.1);
}
.active\:border-orange-100\/100:active {
  border-color: rgb(255 237 213 / 1);
}
.active\:border-orange-100\/20:active {
  border-color: rgb(255 237 213 / 0.2);
}
.active\:border-orange-100\/25:active {
  border-color: rgb(255 237 213 / 0.25);
}
.active\:border-orange-100\/30:active {
  border-color: rgb(255 237 213 / 0.3);
}
.active\:border-orange-100\/40:active {
  border-color: rgb(255 237 213 / 0.4);
}
.active\:border-orange-100\/5:active {
  border-color: rgb(255 237 213 / 0.05);
}
.active\:border-orange-100\/50:active {
  border-color: rgb(255 237 213 / 0.5);
}
.active\:border-orange-100\/60:active {
  border-color: rgb(255 237 213 / 0.6);
}
.active\:border-orange-100\/70:active {
  border-color: rgb(255 237 213 / 0.7);
}
.active\:border-orange-100\/75:active {
  border-color: rgb(255 237 213 / 0.75);
}
.active\:border-orange-100\/80:active {
  border-color: rgb(255 237 213 / 0.8);
}
.active\:border-orange-100\/90:active {
  border-color: rgb(255 237 213 / 0.9);
}
.active\:border-orange-100\/95:active {
  border-color: rgb(255 237 213 / 0.95);
}
.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.active\:border-orange-200\/0:active {
  border-color: rgb(254 215 170 / 0);
}
.active\:border-orange-200\/10:active {
  border-color: rgb(254 215 170 / 0.1);
}
.active\:border-orange-200\/100:active {
  border-color: rgb(254 215 170 / 1);
}
.active\:border-orange-200\/20:active {
  border-color: rgb(254 215 170 / 0.2);
}
.active\:border-orange-200\/25:active {
  border-color: rgb(254 215 170 / 0.25);
}
.active\:border-orange-200\/30:active {
  border-color: rgb(254 215 170 / 0.3);
}
.active\:border-orange-200\/40:active {
  border-color: rgb(254 215 170 / 0.4);
}
.active\:border-orange-200\/5:active {
  border-color: rgb(254 215 170 / 0.05);
}
.active\:border-orange-200\/50:active {
  border-color: rgb(254 215 170 / 0.5);
}
.active\:border-orange-200\/60:active {
  border-color: rgb(254 215 170 / 0.6);
}
.active\:border-orange-200\/70:active {
  border-color: rgb(254 215 170 / 0.7);
}
.active\:border-orange-200\/75:active {
  border-color: rgb(254 215 170 / 0.75);
}
.active\:border-orange-200\/80:active {
  border-color: rgb(254 215 170 / 0.8);
}
.active\:border-orange-200\/90:active {
  border-color: rgb(254 215 170 / 0.9);
}
.active\:border-orange-200\/95:active {
  border-color: rgb(254 215 170 / 0.95);
}
.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.active\:border-orange-300\/0:active {
  border-color: rgb(253 186 116 / 0);
}
.active\:border-orange-300\/10:active {
  border-color: rgb(253 186 116 / 0.1);
}
.active\:border-orange-300\/100:active {
  border-color: rgb(253 186 116 / 1);
}
.active\:border-orange-300\/20:active {
  border-color: rgb(253 186 116 / 0.2);
}
.active\:border-orange-300\/25:active {
  border-color: rgb(253 186 116 / 0.25);
}
.active\:border-orange-300\/30:active {
  border-color: rgb(253 186 116 / 0.3);
}
.active\:border-orange-300\/40:active {
  border-color: rgb(253 186 116 / 0.4);
}
.active\:border-orange-300\/5:active {
  border-color: rgb(253 186 116 / 0.05);
}
.active\:border-orange-300\/50:active {
  border-color: rgb(253 186 116 / 0.5);
}
.active\:border-orange-300\/60:active {
  border-color: rgb(253 186 116 / 0.6);
}
.active\:border-orange-300\/70:active {
  border-color: rgb(253 186 116 / 0.7);
}
.active\:border-orange-300\/75:active {
  border-color: rgb(253 186 116 / 0.75);
}
.active\:border-orange-300\/80:active {
  border-color: rgb(253 186 116 / 0.8);
}
.active\:border-orange-300\/90:active {
  border-color: rgb(253 186 116 / 0.9);
}
.active\:border-orange-300\/95:active {
  border-color: rgb(253 186 116 / 0.95);
}
.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.active\:border-orange-400\/0:active {
  border-color: rgb(251 146 60 / 0);
}
.active\:border-orange-400\/10:active {
  border-color: rgb(251 146 60 / 0.1);
}
.active\:border-orange-400\/100:active {
  border-color: rgb(251 146 60 / 1);
}
.active\:border-orange-400\/20:active {
  border-color: rgb(251 146 60 / 0.2);
}
.active\:border-orange-400\/25:active {
  border-color: rgb(251 146 60 / 0.25);
}
.active\:border-orange-400\/30:active {
  border-color: rgb(251 146 60 / 0.3);
}
.active\:border-orange-400\/40:active {
  border-color: rgb(251 146 60 / 0.4);
}
.active\:border-orange-400\/5:active {
  border-color: rgb(251 146 60 / 0.05);
}
.active\:border-orange-400\/50:active {
  border-color: rgb(251 146 60 / 0.5);
}
.active\:border-orange-400\/60:active {
  border-color: rgb(251 146 60 / 0.6);
}
.active\:border-orange-400\/70:active {
  border-color: rgb(251 146 60 / 0.7);
}
.active\:border-orange-400\/75:active {
  border-color: rgb(251 146 60 / 0.75);
}
.active\:border-orange-400\/80:active {
  border-color: rgb(251 146 60 / 0.8);
}
.active\:border-orange-400\/90:active {
  border-color: rgb(251 146 60 / 0.9);
}
.active\:border-orange-400\/95:active {
  border-color: rgb(251 146 60 / 0.95);
}
.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.active\:border-orange-50\/0:active {
  border-color: rgb(255 247 237 / 0);
}
.active\:border-orange-50\/10:active {
  border-color: rgb(255 247 237 / 0.1);
}
.active\:border-orange-50\/100:active {
  border-color: rgb(255 247 237 / 1);
}
.active\:border-orange-50\/20:active {
  border-color: rgb(255 247 237 / 0.2);
}
.active\:border-orange-50\/25:active {
  border-color: rgb(255 247 237 / 0.25);
}
.active\:border-orange-50\/30:active {
  border-color: rgb(255 247 237 / 0.3);
}
.active\:border-orange-50\/40:active {
  border-color: rgb(255 247 237 / 0.4);
}
.active\:border-orange-50\/5:active {
  border-color: rgb(255 247 237 / 0.05);
}
.active\:border-orange-50\/50:active {
  border-color: rgb(255 247 237 / 0.5);
}
.active\:border-orange-50\/60:active {
  border-color: rgb(255 247 237 / 0.6);
}
.active\:border-orange-50\/70:active {
  border-color: rgb(255 247 237 / 0.7);
}
.active\:border-orange-50\/75:active {
  border-color: rgb(255 247 237 / 0.75);
}
.active\:border-orange-50\/80:active {
  border-color: rgb(255 247 237 / 0.8);
}
.active\:border-orange-50\/90:active {
  border-color: rgb(255 247 237 / 0.9);
}
.active\:border-orange-50\/95:active {
  border-color: rgb(255 247 237 / 0.95);
}
.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.active\:border-orange-500\/0:active {
  border-color: rgb(249 115 22 / 0);
}
.active\:border-orange-500\/10:active {
  border-color: rgb(249 115 22 / 0.1);
}
.active\:border-orange-500\/100:active {
  border-color: rgb(249 115 22 / 1);
}
.active\:border-orange-500\/20:active {
  border-color: rgb(249 115 22 / 0.2);
}
.active\:border-orange-500\/25:active {
  border-color: rgb(249 115 22 / 0.25);
}
.active\:border-orange-500\/30:active {
  border-color: rgb(249 115 22 / 0.3);
}
.active\:border-orange-500\/40:active {
  border-color: rgb(249 115 22 / 0.4);
}
.active\:border-orange-500\/5:active {
  border-color: rgb(249 115 22 / 0.05);
}
.active\:border-orange-500\/50:active {
  border-color: rgb(249 115 22 / 0.5);
}
.active\:border-orange-500\/60:active {
  border-color: rgb(249 115 22 / 0.6);
}
.active\:border-orange-500\/70:active {
  border-color: rgb(249 115 22 / 0.7);
}
.active\:border-orange-500\/75:active {
  border-color: rgb(249 115 22 / 0.75);
}
.active\:border-orange-500\/80:active {
  border-color: rgb(249 115 22 / 0.8);
}
.active\:border-orange-500\/90:active {
  border-color: rgb(249 115 22 / 0.9);
}
.active\:border-orange-500\/95:active {
  border-color: rgb(249 115 22 / 0.95);
}
.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.active\:border-orange-600\/0:active {
  border-color: rgb(234 88 12 / 0);
}
.active\:border-orange-600\/10:active {
  border-color: rgb(234 88 12 / 0.1);
}
.active\:border-orange-600\/100:active {
  border-color: rgb(234 88 12 / 1);
}
.active\:border-orange-600\/20:active {
  border-color: rgb(234 88 12 / 0.2);
}
.active\:border-orange-600\/25:active {
  border-color: rgb(234 88 12 / 0.25);
}
.active\:border-orange-600\/30:active {
  border-color: rgb(234 88 12 / 0.3);
}
.active\:border-orange-600\/40:active {
  border-color: rgb(234 88 12 / 0.4);
}
.active\:border-orange-600\/5:active {
  border-color: rgb(234 88 12 / 0.05);
}
.active\:border-orange-600\/50:active {
  border-color: rgb(234 88 12 / 0.5);
}
.active\:border-orange-600\/60:active {
  border-color: rgb(234 88 12 / 0.6);
}
.active\:border-orange-600\/70:active {
  border-color: rgb(234 88 12 / 0.7);
}
.active\:border-orange-600\/75:active {
  border-color: rgb(234 88 12 / 0.75);
}
.active\:border-orange-600\/80:active {
  border-color: rgb(234 88 12 / 0.8);
}
.active\:border-orange-600\/90:active {
  border-color: rgb(234 88 12 / 0.9);
}
.active\:border-orange-600\/95:active {
  border-color: rgb(234 88 12 / 0.95);
}
.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.active\:border-orange-700\/0:active {
  border-color: rgb(194 65 12 / 0);
}
.active\:border-orange-700\/10:active {
  border-color: rgb(194 65 12 / 0.1);
}
.active\:border-orange-700\/100:active {
  border-color: rgb(194 65 12 / 1);
}
.active\:border-orange-700\/20:active {
  border-color: rgb(194 65 12 / 0.2);
}
.active\:border-orange-700\/25:active {
  border-color: rgb(194 65 12 / 0.25);
}
.active\:border-orange-700\/30:active {
  border-color: rgb(194 65 12 / 0.3);
}
.active\:border-orange-700\/40:active {
  border-color: rgb(194 65 12 / 0.4);
}
.active\:border-orange-700\/5:active {
  border-color: rgb(194 65 12 / 0.05);
}
.active\:border-orange-700\/50:active {
  border-color: rgb(194 65 12 / 0.5);
}
.active\:border-orange-700\/60:active {
  border-color: rgb(194 65 12 / 0.6);
}
.active\:border-orange-700\/70:active {
  border-color: rgb(194 65 12 / 0.7);
}
.active\:border-orange-700\/75:active {
  border-color: rgb(194 65 12 / 0.75);
}
.active\:border-orange-700\/80:active {
  border-color: rgb(194 65 12 / 0.8);
}
.active\:border-orange-700\/90:active {
  border-color: rgb(194 65 12 / 0.9);
}
.active\:border-orange-700\/95:active {
  border-color: rgb(194 65 12 / 0.95);
}
.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.active\:border-orange-800\/0:active {
  border-color: rgb(154 52 18 / 0);
}
.active\:border-orange-800\/10:active {
  border-color: rgb(154 52 18 / 0.1);
}
.active\:border-orange-800\/100:active {
  border-color: rgb(154 52 18 / 1);
}
.active\:border-orange-800\/20:active {
  border-color: rgb(154 52 18 / 0.2);
}
.active\:border-orange-800\/25:active {
  border-color: rgb(154 52 18 / 0.25);
}
.active\:border-orange-800\/30:active {
  border-color: rgb(154 52 18 / 0.3);
}
.active\:border-orange-800\/40:active {
  border-color: rgb(154 52 18 / 0.4);
}
.active\:border-orange-800\/5:active {
  border-color: rgb(154 52 18 / 0.05);
}
.active\:border-orange-800\/50:active {
  border-color: rgb(154 52 18 / 0.5);
}
.active\:border-orange-800\/60:active {
  border-color: rgb(154 52 18 / 0.6);
}
.active\:border-orange-800\/70:active {
  border-color: rgb(154 52 18 / 0.7);
}
.active\:border-orange-800\/75:active {
  border-color: rgb(154 52 18 / 0.75);
}
.active\:border-orange-800\/80:active {
  border-color: rgb(154 52 18 / 0.8);
}
.active\:border-orange-800\/90:active {
  border-color: rgb(154 52 18 / 0.9);
}
.active\:border-orange-800\/95:active {
  border-color: rgb(154 52 18 / 0.95);
}
.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.active\:border-orange-900\/0:active {
  border-color: rgb(124 45 18 / 0);
}
.active\:border-orange-900\/10:active {
  border-color: rgb(124 45 18 / 0.1);
}
.active\:border-orange-900\/100:active {
  border-color: rgb(124 45 18 / 1);
}
.active\:border-orange-900\/20:active {
  border-color: rgb(124 45 18 / 0.2);
}
.active\:border-orange-900\/25:active {
  border-color: rgb(124 45 18 / 0.25);
}
.active\:border-orange-900\/30:active {
  border-color: rgb(124 45 18 / 0.3);
}
.active\:border-orange-900\/40:active {
  border-color: rgb(124 45 18 / 0.4);
}
.active\:border-orange-900\/5:active {
  border-color: rgb(124 45 18 / 0.05);
}
.active\:border-orange-900\/50:active {
  border-color: rgb(124 45 18 / 0.5);
}
.active\:border-orange-900\/60:active {
  border-color: rgb(124 45 18 / 0.6);
}
.active\:border-orange-900\/70:active {
  border-color: rgb(124 45 18 / 0.7);
}
.active\:border-orange-900\/75:active {
  border-color: rgb(124 45 18 / 0.75);
}
.active\:border-orange-900\/80:active {
  border-color: rgb(124 45 18 / 0.8);
}
.active\:border-orange-900\/90:active {
  border-color: rgb(124 45 18 / 0.9);
}
.active\:border-orange-900\/95:active {
  border-color: rgb(124 45 18 / 0.95);
}
.active\:border-orange-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.active\:border-orange-950\/0:active {
  border-color: rgb(67 20 7 / 0);
}
.active\:border-orange-950\/10:active {
  border-color: rgb(67 20 7 / 0.1);
}
.active\:border-orange-950\/100:active {
  border-color: rgb(67 20 7 / 1);
}
.active\:border-orange-950\/20:active {
  border-color: rgb(67 20 7 / 0.2);
}
.active\:border-orange-950\/25:active {
  border-color: rgb(67 20 7 / 0.25);
}
.active\:border-orange-950\/30:active {
  border-color: rgb(67 20 7 / 0.3);
}
.active\:border-orange-950\/40:active {
  border-color: rgb(67 20 7 / 0.4);
}
.active\:border-orange-950\/5:active {
  border-color: rgb(67 20 7 / 0.05);
}
.active\:border-orange-950\/50:active {
  border-color: rgb(67 20 7 / 0.5);
}
.active\:border-orange-950\/60:active {
  border-color: rgb(67 20 7 / 0.6);
}
.active\:border-orange-950\/70:active {
  border-color: rgb(67 20 7 / 0.7);
}
.active\:border-orange-950\/75:active {
  border-color: rgb(67 20 7 / 0.75);
}
.active\:border-orange-950\/80:active {
  border-color: rgb(67 20 7 / 0.8);
}
.active\:border-orange-950\/90:active {
  border-color: rgb(67 20 7 / 0.9);
}
.active\:border-orange-950\/95:active {
  border-color: rgb(67 20 7 / 0.95);
}
.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
.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\/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\/40:active {
  border-color: rgb(252 231 243 / 0.4);
}
.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\/60:active {
  border-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(251 207 232 / 0.4);
}
.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\/60:active {
  border-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(249 168 212 / 0.4);
}
.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\/60:active {
  border-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(244 114 182 / 0.4);
}
.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\/60:active {
  border-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(253 242 248 / 0.4);
}
.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\/60:active {
  border-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(236 72 153 / 0.4);
}
.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\/60:active {
  border-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(219 39 119 / 0.4);
}
.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\/60:active {
  border-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(190 24 93 / 0.4);
}
.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\/60:active {
  border-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(157 23 77 / 0.4);
}
.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\/60:active {
  border-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(131 24 67 / 0.4);
}
.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\/60:active {
  border-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(80 7 36 / 0.4);
}
.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\/60:active {
  border-color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(243 232 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(233 213 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(216 180 254 / 0.4);
}
.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\/60:active {
  border-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(192 132 252 / 0.4);
}
.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\/60:active {
  border-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(250 245 255 / 0.4);
}
.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\/60:active {
  border-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(168 85 247 / 0.4);
}
.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\/60:active {
  border-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(147 51 234 / 0.4);
}
.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\/60:active {
  border-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(126 34 206 / 0.4);
}
.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\/60:active {
  border-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(107 33 168 / 0.4);
}
.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\/60:active {
  border-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(88 28 135 / 0.4);
}
.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\/60:active {
  border-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(59 7 100 / 0.4);
}
.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\/60:active {
  border-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(254 226 226 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(254 202 202 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(252 165 165 / 0.4);
}
.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\/60:active {
  border-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/60:active {
  border-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(254 242 242 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(239 68 68 / 0.4);
}
.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\/60:active {
  border-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(220 38 38 / 0.4);
}
.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\/60:active {
  border-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(185 28 28 / 0.4);
}
.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\/60:active {
  border-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(153 27 27 / 0.4);
}
.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\/60:active {
  border-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(127 29 29 / 0.4);
}
.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\/60:active {
  border-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(69 10 10 / 0.4);
}
.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\/60:active {
  border-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
.active\:border-rose-100\/0:active {
  border-color: rgb(255 228 230 / 0);
}
.active\:border-rose-100\/10:active {
  border-color: rgb(255 228 230 / 0.1);
}
.active\:border-rose-100\/100:active {
  border-color: rgb(255 228 230 / 1);
}
.active\:border-rose-100\/20:active {
  border-color: rgb(255 228 230 / 0.2);
}
.active\:border-rose-100\/25:active {
  border-color: rgb(255 228 230 / 0.25);
}
.active\:border-rose-100\/30:active {
  border-color: rgb(255 228 230 / 0.3);
}
.active\:border-rose-100\/40:active {
  border-color: rgb(255 228 230 / 0.4);
}
.active\:border-rose-100\/5:active {
  border-color: rgb(255 228 230 / 0.05);
}
.active\:border-rose-100\/50:active {
  border-color: rgb(255 228 230 / 0.5);
}
.active\:border-rose-100\/60:active {
  border-color: rgb(255 228 230 / 0.6);
}
.active\:border-rose-100\/70:active {
  border-color: rgb(255 228 230 / 0.7);
}
.active\:border-rose-100\/75:active {
  border-color: rgb(255 228 230 / 0.75);
}
.active\:border-rose-100\/80:active {
  border-color: rgb(255 228 230 / 0.8);
}
.active\:border-rose-100\/90:active {
  border-color: rgb(255 228 230 / 0.9);
}
.active\:border-rose-100\/95:active {
  border-color: rgb(255 228 230 / 0.95);
}
.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
.active\:border-rose-200\/0:active {
  border-color: rgb(254 205 211 / 0);
}
.active\:border-rose-200\/10:active {
  border-color: rgb(254 205 211 / 0.1);
}
.active\:border-rose-200\/100:active {
  border-color: rgb(254 205 211 / 1);
}
.active\:border-rose-200\/20:active {
  border-color: rgb(254 205 211 / 0.2);
}
.active\:border-rose-200\/25:active {
  border-color: rgb(254 205 211 / 0.25);
}
.active\:border-rose-200\/30:active {
  border-color: rgb(254 205 211 / 0.3);
}
.active\:border-rose-200\/40:active {
  border-color: rgb(254 205 211 / 0.4);
}
.active\:border-rose-200\/5:active {
  border-color: rgb(254 205 211 / 0.05);
}
.active\:border-rose-200\/50:active {
  border-color: rgb(254 205 211 / 0.5);
}
.active\:border-rose-200\/60:active {
  border-color: rgb(254 205 211 / 0.6);
}
.active\:border-rose-200\/70:active {
  border-color: rgb(254 205 211 / 0.7);
}
.active\:border-rose-200\/75:active {
  border-color: rgb(254 205 211 / 0.75);
}
.active\:border-rose-200\/80:active {
  border-color: rgb(254 205 211 / 0.8);
}
.active\:border-rose-200\/90:active {
  border-color: rgb(254 205 211 / 0.9);
}
.active\:border-rose-200\/95:active {
  border-color: rgb(254 205 211 / 0.95);
}
.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.active\:border-rose-300\/0:active {
  border-color: rgb(253 164 175 / 0);
}
.active\:border-rose-300\/10:active {
  border-color: rgb(253 164 175 / 0.1);
}
.active\:border-rose-300\/100:active {
  border-color: rgb(253 164 175 / 1);
}
.active\:border-rose-300\/20:active {
  border-color: rgb(253 164 175 / 0.2);
}
.active\:border-rose-300\/25:active {
  border-color: rgb(253 164 175 / 0.25);
}
.active\:border-rose-300\/30:active {
  border-color: rgb(253 164 175 / 0.3);
}
.active\:border-rose-300\/40:active {
  border-color: rgb(253 164 175 / 0.4);
}
.active\:border-rose-300\/5:active {
  border-color: rgb(253 164 175 / 0.05);
}
.active\:border-rose-300\/50:active {
  border-color: rgb(253 164 175 / 0.5);
}
.active\:border-rose-300\/60:active {
  border-color: rgb(253 164 175 / 0.6);
}
.active\:border-rose-300\/70:active {
  border-color: rgb(253 164 175 / 0.7);
}
.active\:border-rose-300\/75:active {
  border-color: rgb(253 164 175 / 0.75);
}
.active\:border-rose-300\/80:active {
  border-color: rgb(253 164 175 / 0.8);
}
.active\:border-rose-300\/90:active {
  border-color: rgb(253 164 175 / 0.9);
}
.active\:border-rose-300\/95:active {
  border-color: rgb(253 164 175 / 0.95);
}
.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
.active\:border-rose-400\/0:active {
  border-color: rgb(251 113 133 / 0);
}
.active\:border-rose-400\/10:active {
  border-color: rgb(251 113 133 / 0.1);
}
.active\:border-rose-400\/100:active {
  border-color: rgb(251 113 133 / 1);
}
.active\:border-rose-400\/20:active {
  border-color: rgb(251 113 133 / 0.2);
}
.active\:border-rose-400\/25:active {
  border-color: rgb(251 113 133 / 0.25);
}
.active\:border-rose-400\/30:active {
  border-color: rgb(251 113 133 / 0.3);
}
.active\:border-rose-400\/40:active {
  border-color: rgb(251 113 133 / 0.4);
}
.active\:border-rose-400\/5:active {
  border-color: rgb(251 113 133 / 0.05);
}
.active\:border-rose-400\/50:active {
  border-color: rgb(251 113 133 / 0.5);
}
.active\:border-rose-400\/60:active {
  border-color: rgb(251 113 133 / 0.6);
}
.active\:border-rose-400\/70:active {
  border-color: rgb(251 113 133 / 0.7);
}
.active\:border-rose-400\/75:active {
  border-color: rgb(251 113 133 / 0.75);
}
.active\:border-rose-400\/80:active {
  border-color: rgb(251 113 133 / 0.8);
}
.active\:border-rose-400\/90:active {
  border-color: rgb(251 113 133 / 0.9);
}
.active\:border-rose-400\/95:active {
  border-color: rgb(251 113 133 / 0.95);
}
.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
.active\:border-rose-50\/0:active {
  border-color: rgb(255 241 242 / 0);
}
.active\:border-rose-50\/10:active {
  border-color: rgb(255 241 242 / 0.1);
}
.active\:border-rose-50\/100:active {
  border-color: rgb(255 241 242 / 1);
}
.active\:border-rose-50\/20:active {
  border-color: rgb(255 241 242 / 0.2);
}
.active\:border-rose-50\/25:active {
  border-color: rgb(255 241 242 / 0.25);
}
.active\:border-rose-50\/30:active {
  border-color: rgb(255 241 242 / 0.3);
}
.active\:border-rose-50\/40:active {
  border-color: rgb(255 241 242 / 0.4);
}
.active\:border-rose-50\/5:active {
  border-color: rgb(255 241 242 / 0.05);
}
.active\:border-rose-50\/50:active {
  border-color: rgb(255 241 242 / 0.5);
}
.active\:border-rose-50\/60:active {
  border-color: rgb(255 241 242 / 0.6);
}
.active\:border-rose-50\/70:active {
  border-color: rgb(255 241 242 / 0.7);
}
.active\:border-rose-50\/75:active {
  border-color: rgb(255 241 242 / 0.75);
}
.active\:border-rose-50\/80:active {
  border-color: rgb(255 241 242 / 0.8);
}
.active\:border-rose-50\/90:active {
  border-color: rgb(255 241 242 / 0.9);
}
.active\:border-rose-50\/95:active {
  border-color: rgb(255 241 242 / 0.95);
}
.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
.active\:border-rose-500\/0:active {
  border-color: rgb(244 63 94 / 0);
}
.active\:border-rose-500\/10:active {
  border-color: rgb(244 63 94 / 0.1);
}
.active\:border-rose-500\/100:active {
  border-color: rgb(244 63 94 / 1);
}
.active\:border-rose-500\/20:active {
  border-color: rgb(244 63 94 / 0.2);
}
.active\:border-rose-500\/25:active {
  border-color: rgb(244 63 94 / 0.25);
}
.active\:border-rose-500\/30:active {
  border-color: rgb(244 63 94 / 0.3);
}
.active\:border-rose-500\/40:active {
  border-color: rgb(244 63 94 / 0.4);
}
.active\:border-rose-500\/5:active {
  border-color: rgb(244 63 94 / 0.05);
}
.active\:border-rose-500\/50:active {
  border-color: rgb(244 63 94 / 0.5);
}
.active\:border-rose-500\/60:active {
  border-color: rgb(244 63 94 / 0.6);
}
.active\:border-rose-500\/70:active {
  border-color: rgb(244 63 94 / 0.7);
}
.active\:border-rose-500\/75:active {
  border-color: rgb(244 63 94 / 0.75);
}
.active\:border-rose-500\/80:active {
  border-color: rgb(244 63 94 / 0.8);
}
.active\:border-rose-500\/90:active {
  border-color: rgb(244 63 94 / 0.9);
}
.active\:border-rose-500\/95:active {
  border-color: rgb(244 63 94 / 0.95);
}
.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.active\:border-rose-600\/0:active {
  border-color: rgb(225 29 72 / 0);
}
.active\:border-rose-600\/10:active {
  border-color: rgb(225 29 72 / 0.1);
}
.active\:border-rose-600\/100:active {
  border-color: rgb(225 29 72 / 1);
}
.active\:border-rose-600\/20:active {
  border-color: rgb(225 29 72 / 0.2);
}
.active\:border-rose-600\/25:active {
  border-color: rgb(225 29 72 / 0.25);
}
.active\:border-rose-600\/30:active {
  border-color: rgb(225 29 72 / 0.3);
}
.active\:border-rose-600\/40:active {
  border-color: rgb(225 29 72 / 0.4);
}
.active\:border-rose-600\/5:active {
  border-color: rgb(225 29 72 / 0.05);
}
.active\:border-rose-600\/50:active {
  border-color: rgb(225 29 72 / 0.5);
}
.active\:border-rose-600\/60:active {
  border-color: rgb(225 29 72 / 0.6);
}
.active\:border-rose-600\/70:active {
  border-color: rgb(225 29 72 / 0.7);
}
.active\:border-rose-600\/75:active {
  border-color: rgb(225 29 72 / 0.75);
}
.active\:border-rose-600\/80:active {
  border-color: rgb(225 29 72 / 0.8);
}
.active\:border-rose-600\/90:active {
  border-color: rgb(225 29 72 / 0.9);
}
.active\:border-rose-600\/95:active {
  border-color: rgb(225 29 72 / 0.95);
}
.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
.active\:border-rose-700\/0:active {
  border-color: rgb(190 18 60 / 0);
}
.active\:border-rose-700\/10:active {
  border-color: rgb(190 18 60 / 0.1);
}
.active\:border-rose-700\/100:active {
  border-color: rgb(190 18 60 / 1);
}
.active\:border-rose-700\/20:active {
  border-color: rgb(190 18 60 / 0.2);
}
.active\:border-rose-700\/25:active {
  border-color: rgb(190 18 60 / 0.25);
}
.active\:border-rose-700\/30:active {
  border-color: rgb(190 18 60 / 0.3);
}
.active\:border-rose-700\/40:active {
  border-color: rgb(190 18 60 / 0.4);
}
.active\:border-rose-700\/5:active {
  border-color: rgb(190 18 60 / 0.05);
}
.active\:border-rose-700\/50:active {
  border-color: rgb(190 18 60 / 0.5);
}
.active\:border-rose-700\/60:active {
  border-color: rgb(190 18 60 / 0.6);
}
.active\:border-rose-700\/70:active {
  border-color: rgb(190 18 60 / 0.7);
}
.active\:border-rose-700\/75:active {
  border-color: rgb(190 18 60 / 0.75);
}
.active\:border-rose-700\/80:active {
  border-color: rgb(190 18 60 / 0.8);
}
.active\:border-rose-700\/90:active {
  border-color: rgb(190 18 60 / 0.9);
}
.active\:border-rose-700\/95:active {
  border-color: rgb(190 18 60 / 0.95);
}
.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
.active\:border-rose-800\/0:active {
  border-color: rgb(159 18 57 / 0);
}
.active\:border-rose-800\/10:active {
  border-color: rgb(159 18 57 / 0.1);
}
.active\:border-rose-800\/100:active {
  border-color: rgb(159 18 57 / 1);
}
.active\:border-rose-800\/20:active {
  border-color: rgb(159 18 57 / 0.2);
}
.active\:border-rose-800\/25:active {
  border-color: rgb(159 18 57 / 0.25);
}
.active\:border-rose-800\/30:active {
  border-color: rgb(159 18 57 / 0.3);
}
.active\:border-rose-800\/40:active {
  border-color: rgb(159 18 57 / 0.4);
}
.active\:border-rose-800\/5:active {
  border-color: rgb(159 18 57 / 0.05);
}
.active\:border-rose-800\/50:active {
  border-color: rgb(159 18 57 / 0.5);
}
.active\:border-rose-800\/60:active {
  border-color: rgb(159 18 57 / 0.6);
}
.active\:border-rose-800\/70:active {
  border-color: rgb(159 18 57 / 0.7);
}
.active\:border-rose-800\/75:active {
  border-color: rgb(159 18 57 / 0.75);
}
.active\:border-rose-800\/80:active {
  border-color: rgb(159 18 57 / 0.8);
}
.active\:border-rose-800\/90:active {
  border-color: rgb(159 18 57 / 0.9);
}
.active\:border-rose-800\/95:active {
  border-color: rgb(159 18 57 / 0.95);
}
.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
.active\:border-rose-900\/0:active {
  border-color: rgb(136 19 55 / 0);
}
.active\:border-rose-900\/10:active {
  border-color: rgb(136 19 55 / 0.1);
}
.active\:border-rose-900\/100:active {
  border-color: rgb(136 19 55 / 1);
}
.active\:border-rose-900\/20:active {
  border-color: rgb(136 19 55 / 0.2);
}
.active\:border-rose-900\/25:active {
  border-color: rgb(136 19 55 / 0.25);
}
.active\:border-rose-900\/30:active {
  border-color: rgb(136 19 55 / 0.3);
}
.active\:border-rose-900\/40:active {
  border-color: rgb(136 19 55 / 0.4);
}
.active\:border-rose-900\/5:active {
  border-color: rgb(136 19 55 / 0.05);
}
.active\:border-rose-900\/50:active {
  border-color: rgb(136 19 55 / 0.5);
}
.active\:border-rose-900\/60:active {
  border-color: rgb(136 19 55 / 0.6);
}
.active\:border-rose-900\/70:active {
  border-color: rgb(136 19 55 / 0.7);
}
.active\:border-rose-900\/75:active {
  border-color: rgb(136 19 55 / 0.75);
}
.active\:border-rose-900\/80:active {
  border-color: rgb(136 19 55 / 0.8);
}
.active\:border-rose-900\/90:active {
  border-color: rgb(136 19 55 / 0.9);
}
.active\:border-rose-900\/95:active {
  border-color: rgb(136 19 55 / 0.95);
}
.active\:border-rose-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
.active\:border-rose-950\/0:active {
  border-color: rgb(76 5 25 / 0);
}
.active\:border-rose-950\/10:active {
  border-color: rgb(76 5 25 / 0.1);
}
.active\:border-rose-950\/100:active {
  border-color: rgb(76 5 25 / 1);
}
.active\:border-rose-950\/20:active {
  border-color: rgb(76 5 25 / 0.2);
}
.active\:border-rose-950\/25:active {
  border-color: rgb(76 5 25 / 0.25);
}
.active\:border-rose-950\/30:active {
  border-color: rgb(76 5 25 / 0.3);
}
.active\:border-rose-950\/40:active {
  border-color: rgb(76 5 25 / 0.4);
}
.active\:border-rose-950\/5:active {
  border-color: rgb(76 5 25 / 0.05);
}
.active\:border-rose-950\/50:active {
  border-color: rgb(76 5 25 / 0.5);
}
.active\:border-rose-950\/60:active {
  border-color: rgb(76 5 25 / 0.6);
}
.active\:border-rose-950\/70:active {
  border-color: rgb(76 5 25 / 0.7);
}
.active\:border-rose-950\/75:active {
  border-color: rgb(76 5 25 / 0.75);
}
.active\:border-rose-950\/80:active {
  border-color: rgb(76 5 25 / 0.8);
}
.active\:border-rose-950\/90:active {
  border-color: rgb(76 5 25 / 0.9);
}
.active\:border-rose-950\/95:active {
  border-color: rgb(76 5 25 / 0.95);
}
.active\:border-sky-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
.active\:border-sky-100\/0:active {
  border-color: rgb(224 242 254 / 0);
}
.active\:border-sky-100\/10:active {
  border-color: rgb(224 242 254 / 0.1);
}
.active\:border-sky-100\/100:active {
  border-color: rgb(224 242 254 / 1);
}
.active\:border-sky-100\/20:active {
  border-color: rgb(224 242 254 / 0.2);
}
.active\:border-sky-100\/25:active {
  border-color: rgb(224 242 254 / 0.25);
}
.active\:border-sky-100\/30:active {
  border-color: rgb(224 242 254 / 0.3);
}
.active\:border-sky-100\/40:active {
  border-color: rgb(224 242 254 / 0.4);
}
.active\:border-sky-100\/5:active {
  border-color: rgb(224 242 254 / 0.05);
}
.active\:border-sky-100\/50:active {
  border-color: rgb(224 242 254 / 0.5);
}
.active\:border-sky-100\/60:active {
  border-color: rgb(224 242 254 / 0.6);
}
.active\:border-sky-100\/70:active {
  border-color: rgb(224 242 254 / 0.7);
}
.active\:border-sky-100\/75:active {
  border-color: rgb(224 242 254 / 0.75);
}
.active\:border-sky-100\/80:active {
  border-color: rgb(224 242 254 / 0.8);
}
.active\:border-sky-100\/90:active {
  border-color: rgb(224 242 254 / 0.9);
}
.active\:border-sky-100\/95:active {
  border-color: rgb(224 242 254 / 0.95);
}
.active\:border-sky-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
.active\:border-sky-200\/0:active {
  border-color: rgb(186 230 253 / 0);
}
.active\:border-sky-200\/10:active {
  border-color: rgb(186 230 253 / 0.1);
}
.active\:border-sky-200\/100:active {
  border-color: rgb(186 230 253 / 1);
}
.active\:border-sky-200\/20:active {
  border-color: rgb(186 230 253 / 0.2);
}
.active\:border-sky-200\/25:active {
  border-color: rgb(186 230 253 / 0.25);
}
.active\:border-sky-200\/30:active {
  border-color: rgb(186 230 253 / 0.3);
}
.active\:border-sky-200\/40:active {
  border-color: rgb(186 230 253 / 0.4);
}
.active\:border-sky-200\/5:active {
  border-color: rgb(186 230 253 / 0.05);
}
.active\:border-sky-200\/50:active {
  border-color: rgb(186 230 253 / 0.5);
}
.active\:border-sky-200\/60:active {
  border-color: rgb(186 230 253 / 0.6);
}
.active\:border-sky-200\/70:active {
  border-color: rgb(186 230 253 / 0.7);
}
.active\:border-sky-200\/75:active {
  border-color: rgb(186 230 253 / 0.75);
}
.active\:border-sky-200\/80:active {
  border-color: rgb(186 230 253 / 0.8);
}
.active\:border-sky-200\/90:active {
  border-color: rgb(186 230 253 / 0.9);
}
.active\:border-sky-200\/95:active {
  border-color: rgb(186 230 253 / 0.95);
}
.active\:border-sky-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.active\:border-sky-300\/0:active {
  border-color: rgb(125 211 252 / 0);
}
.active\:border-sky-300\/10:active {
  border-color: rgb(125 211 252 / 0.1);
}
.active\:border-sky-300\/100:active {
  border-color: rgb(125 211 252 / 1);
}
.active\:border-sky-300\/20:active {
  border-color: rgb(125 211 252 / 0.2);
}
.active\:border-sky-300\/25:active {
  border-color: rgb(125 211 252 / 0.25);
}
.active\:border-sky-300\/30:active {
  border-color: rgb(125 211 252 / 0.3);
}
.active\:border-sky-300\/40:active {
  border-color: rgb(125 211 252 / 0.4);
}
.active\:border-sky-300\/5:active {
  border-color: rgb(125 211 252 / 0.05);
}
.active\:border-sky-300\/50:active {
  border-color: rgb(125 211 252 / 0.5);
}
.active\:border-sky-300\/60:active {
  border-color: rgb(125 211 252 / 0.6);
}
.active\:border-sky-300\/70:active {
  border-color: rgb(125 211 252 / 0.7);
}
.active\:border-sky-300\/75:active {
  border-color: rgb(125 211 252 / 0.75);
}
.active\:border-sky-300\/80:active {
  border-color: rgb(125 211 252 / 0.8);
}
.active\:border-sky-300\/90:active {
  border-color: rgb(125 211 252 / 0.9);
}
.active\:border-sky-300\/95:active {
  border-color: rgb(125 211 252 / 0.95);
}
.active\:border-sky-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.active\:border-sky-400\/0:active {
  border-color: rgb(56 189 248 / 0);
}
.active\:border-sky-400\/10:active {
  border-color: rgb(56 189 248 / 0.1);
}
.active\:border-sky-400\/100:active {
  border-color: rgb(56 189 248 / 1);
}
.active\:border-sky-400\/20:active {
  border-color: rgb(56 189 248 / 0.2);
}
.active\:border-sky-400\/25:active {
  border-color: rgb(56 189 248 / 0.25);
}
.active\:border-sky-400\/30:active {
  border-color: rgb(56 189 248 / 0.3);
}
.active\:border-sky-400\/40:active {
  border-color: rgb(56 189 248 / 0.4);
}
.active\:border-sky-400\/5:active {
  border-color: rgb(56 189 248 / 0.05);
}
.active\:border-sky-400\/50:active {
  border-color: rgb(56 189 248 / 0.5);
}
.active\:border-sky-400\/60:active {
  border-color: rgb(56 189 248 / 0.6);
}
.active\:border-sky-400\/70:active {
  border-color: rgb(56 189 248 / 0.7);
}
.active\:border-sky-400\/75:active {
  border-color: rgb(56 189 248 / 0.75);
}
.active\:border-sky-400\/80:active {
  border-color: rgb(56 189 248 / 0.8);
}
.active\:border-sky-400\/90:active {
  border-color: rgb(56 189 248 / 0.9);
}
.active\:border-sky-400\/95:active {
  border-color: rgb(56 189 248 / 0.95);
}
.active\:border-sky-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
.active\:border-sky-50\/0:active {
  border-color: rgb(240 249 255 / 0);
}
.active\:border-sky-50\/10:active {
  border-color: rgb(240 249 255 / 0.1);
}
.active\:border-sky-50\/100:active {
  border-color: rgb(240 249 255 / 1);
}
.active\:border-sky-50\/20:active {
  border-color: rgb(240 249 255 / 0.2);
}
.active\:border-sky-50\/25:active {
  border-color: rgb(240 249 255 / 0.25);
}
.active\:border-sky-50\/30:active {
  border-color: rgb(240 249 255 / 0.3);
}
.active\:border-sky-50\/40:active {
  border-color: rgb(240 249 255 / 0.4);
}
.active\:border-sky-50\/5:active {
  border-color: rgb(240 249 255 / 0.05);
}
.active\:border-sky-50\/50:active {
  border-color: rgb(240 249 255 / 0.5);
}
.active\:border-sky-50\/60:active {
  border-color: rgb(240 249 255 / 0.6);
}
.active\:border-sky-50\/70:active {
  border-color: rgb(240 249 255 / 0.7);
}
.active\:border-sky-50\/75:active {
  border-color: rgb(240 249 255 / 0.75);
}
.active\:border-sky-50\/80:active {
  border-color: rgb(240 249 255 / 0.8);
}
.active\:border-sky-50\/90:active {
  border-color: rgb(240 249 255 / 0.9);
}
.active\:border-sky-50\/95:active {
  border-color: rgb(240 249 255 / 0.95);
}
.active\:border-sky-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.active\:border-sky-500\/0:active {
  border-color: rgb(14 165 233 / 0);
}
.active\:border-sky-500\/10:active {
  border-color: rgb(14 165 233 / 0.1);
}
.active\:border-sky-500\/100:active {
  border-color: rgb(14 165 233 / 1);
}
.active\:border-sky-500\/20:active {
  border-color: rgb(14 165 233 / 0.2);
}
.active\:border-sky-500\/25:active {
  border-color: rgb(14 165 233 / 0.25);
}
.active\:border-sky-500\/30:active {
  border-color: rgb(14 165 233 / 0.3);
}
.active\:border-sky-500\/40:active {
  border-color: rgb(14 165 233 / 0.4);
}
.active\:border-sky-500\/5:active {
  border-color: rgb(14 165 233 / 0.05);
}
.active\:border-sky-500\/50:active {
  border-color: rgb(14 165 233 / 0.5);
}
.active\:border-sky-500\/60:active {
  border-color: rgb(14 165 233 / 0.6);
}
.active\:border-sky-500\/70:active {
  border-color: rgb(14 165 233 / 0.7);
}
.active\:border-sky-500\/75:active {
  border-color: rgb(14 165 233 / 0.75);
}
.active\:border-sky-500\/80:active {
  border-color: rgb(14 165 233 / 0.8);
}
.active\:border-sky-500\/90:active {
  border-color: rgb(14 165 233 / 0.9);
}
.active\:border-sky-500\/95:active {
  border-color: rgb(14 165 233 / 0.95);
}
.active\:border-sky-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
.active\:border-sky-600\/0:active {
  border-color: rgb(2 132 199 / 0);
}
.active\:border-sky-600\/10:active {
  border-color: rgb(2 132 199 / 0.1);
}
.active\:border-sky-600\/100:active {
  border-color: rgb(2 132 199 / 1);
}
.active\:border-sky-600\/20:active {
  border-color: rgb(2 132 199 / 0.2);
}
.active\:border-sky-600\/25:active {
  border-color: rgb(2 132 199 / 0.25);
}
.active\:border-sky-600\/30:active {
  border-color: rgb(2 132 199 / 0.3);
}
.active\:border-sky-600\/40:active {
  border-color: rgb(2 132 199 / 0.4);
}
.active\:border-sky-600\/5:active {
  border-color: rgb(2 132 199 / 0.05);
}
.active\:border-sky-600\/50:active {
  border-color: rgb(2 132 199 / 0.5);
}
.active\:border-sky-600\/60:active {
  border-color: rgb(2 132 199 / 0.6);
}
.active\:border-sky-600\/70:active {
  border-color: rgb(2 132 199 / 0.7);
}
.active\:border-sky-600\/75:active {
  border-color: rgb(2 132 199 / 0.75);
}
.active\:border-sky-600\/80:active {
  border-color: rgb(2 132 199 / 0.8);
}
.active\:border-sky-600\/90:active {
  border-color: rgb(2 132 199 / 0.9);
}
.active\:border-sky-600\/95:active {
  border-color: rgb(2 132 199 / 0.95);
}
.active\:border-sky-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
.active\:border-sky-700\/0:active {
  border-color: rgb(3 105 161 / 0);
}
.active\:border-sky-700\/10:active {
  border-color: rgb(3 105 161 / 0.1);
}
.active\:border-sky-700\/100:active {
  border-color: rgb(3 105 161 / 1);
}
.active\:border-sky-700\/20:active {
  border-color: rgb(3 105 161 / 0.2);
}
.active\:border-sky-700\/25:active {
  border-color: rgb(3 105 161 / 0.25);
}
.active\:border-sky-700\/30:active {
  border-color: rgb(3 105 161 / 0.3);
}
.active\:border-sky-700\/40:active {
  border-color: rgb(3 105 161 / 0.4);
}
.active\:border-sky-700\/5:active {
  border-color: rgb(3 105 161 / 0.05);
}
.active\:border-sky-700\/50:active {
  border-color: rgb(3 105 161 / 0.5);
}
.active\:border-sky-700\/60:active {
  border-color: rgb(3 105 161 / 0.6);
}
.active\:border-sky-700\/70:active {
  border-color: rgb(3 105 161 / 0.7);
}
.active\:border-sky-700\/75:active {
  border-color: rgb(3 105 161 / 0.75);
}
.active\:border-sky-700\/80:active {
  border-color: rgb(3 105 161 / 0.8);
}
.active\:border-sky-700\/90:active {
  border-color: rgb(3 105 161 / 0.9);
}
.active\:border-sky-700\/95:active {
  border-color: rgb(3 105 161 / 0.95);
}
.active\:border-sky-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.active\:border-sky-800\/0:active {
  border-color: rgb(7 89 133 / 0);
}
.active\:border-sky-800\/10:active {
  border-color: rgb(7 89 133 / 0.1);
}
.active\:border-sky-800\/100:active {
  border-color: rgb(7 89 133 / 1);
}
.active\:border-sky-800\/20:active {
  border-color: rgb(7 89 133 / 0.2);
}
.active\:border-sky-800\/25:active {
  border-color: rgb(7 89 133 / 0.25);
}
.active\:border-sky-800\/30:active {
  border-color: rgb(7 89 133 / 0.3);
}
.active\:border-sky-800\/40:active {
  border-color: rgb(7 89 133 / 0.4);
}
.active\:border-sky-800\/5:active {
  border-color: rgb(7 89 133 / 0.05);
}
.active\:border-sky-800\/50:active {
  border-color: rgb(7 89 133 / 0.5);
}
.active\:border-sky-800\/60:active {
  border-color: rgb(7 89 133 / 0.6);
}
.active\:border-sky-800\/70:active {
  border-color: rgb(7 89 133 / 0.7);
}
.active\:border-sky-800\/75:active {
  border-color: rgb(7 89 133 / 0.75);
}
.active\:border-sky-800\/80:active {
  border-color: rgb(7 89 133 / 0.8);
}
.active\:border-sky-800\/90:active {
  border-color: rgb(7 89 133 / 0.9);
}
.active\:border-sky-800\/95:active {
  border-color: rgb(7 89 133 / 0.95);
}
.active\:border-sky-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.active\:border-sky-900\/0:active {
  border-color: rgb(12 74 110 / 0);
}
.active\:border-sky-900\/10:active {
  border-color: rgb(12 74 110 / 0.1);
}
.active\:border-sky-900\/100:active {
  border-color: rgb(12 74 110 / 1);
}
.active\:border-sky-900\/20:active {
  border-color: rgb(12 74 110 / 0.2);
}
.active\:border-sky-900\/25:active {
  border-color: rgb(12 74 110 / 0.25);
}
.active\:border-sky-900\/30:active {
  border-color: rgb(12 74 110 / 0.3);
}
.active\:border-sky-900\/40:active {
  border-color: rgb(12 74 110 / 0.4);
}
.active\:border-sky-900\/5:active {
  border-color: rgb(12 74 110 / 0.05);
}
.active\:border-sky-900\/50:active {
  border-color: rgb(12 74 110 / 0.5);
}
.active\:border-sky-900\/60:active {
  border-color: rgb(12 74 110 / 0.6);
}
.active\:border-sky-900\/70:active {
  border-color: rgb(12 74 110 / 0.7);
}
.active\:border-sky-900\/75:active {
  border-color: rgb(12 74 110 / 0.75);
}
.active\:border-sky-900\/80:active {
  border-color: rgb(12 74 110 / 0.8);
}
.active\:border-sky-900\/90:active {
  border-color: rgb(12 74 110 / 0.9);
}
.active\:border-sky-900\/95:active {
  border-color: rgb(12 74 110 / 0.95);
}
.active\:border-sky-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
.active\:border-sky-950\/0:active {
  border-color: rgb(8 47 73 / 0);
}
.active\:border-sky-950\/10:active {
  border-color: rgb(8 47 73 / 0.1);
}
.active\:border-sky-950\/100:active {
  border-color: rgb(8 47 73 / 1);
}
.active\:border-sky-950\/20:active {
  border-color: rgb(8 47 73 / 0.2);
}
.active\:border-sky-950\/25:active {
  border-color: rgb(8 47 73 / 0.25);
}
.active\:border-sky-950\/30:active {
  border-color: rgb(8 47 73 / 0.3);
}
.active\:border-sky-950\/40:active {
  border-color: rgb(8 47 73 / 0.4);
}
.active\:border-sky-950\/5:active {
  border-color: rgb(8 47 73 / 0.05);
}
.active\:border-sky-950\/50:active {
  border-color: rgb(8 47 73 / 0.5);
}
.active\:border-sky-950\/60:active {
  border-color: rgb(8 47 73 / 0.6);
}
.active\:border-sky-950\/70:active {
  border-color: rgb(8 47 73 / 0.7);
}
.active\:border-sky-950\/75:active {
  border-color: rgb(8 47 73 / 0.75);
}
.active\:border-sky-950\/80:active {
  border-color: rgb(8 47 73 / 0.8);
}
.active\:border-sky-950\/90:active {
  border-color: rgb(8 47 73 / 0.9);
}
.active\:border-sky-950\/95:active {
  border-color: rgb(8 47 73 / 0.95);
}
.active\:border-slate-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.active\:border-slate-100\/0:active {
  border-color: rgb(241 245 249 / 0);
}
.active\:border-slate-100\/10:active {
  border-color: rgb(241 245 249 / 0.1);
}
.active\:border-slate-100\/100:active {
  border-color: rgb(241 245 249 / 1);
}
.active\:border-slate-100\/20:active {
  border-color: rgb(241 245 249 / 0.2);
}
.active\:border-slate-100\/25:active {
  border-color: rgb(241 245 249 / 0.25);
}
.active\:border-slate-100\/30:active {
  border-color: rgb(241 245 249 / 0.3);
}
.active\:border-slate-100\/40:active {
  border-color: rgb(241 245 249 / 0.4);
}
.active\:border-slate-100\/5:active {
  border-color: rgb(241 245 249 / 0.05);
}
.active\:border-slate-100\/50:active {
  border-color: rgb(241 245 249 / 0.5);
}
.active\:border-slate-100\/60:active {
  border-color: rgb(241 245 249 / 0.6);
}
.active\:border-slate-100\/70:active {
  border-color: rgb(241 245 249 / 0.7);
}
.active\:border-slate-100\/75:active {
  border-color: rgb(241 245 249 / 0.75);
}
.active\:border-slate-100\/80:active {
  border-color: rgb(241 245 249 / 0.8);
}
.active\:border-slate-100\/90:active {
  border-color: rgb(241 245 249 / 0.9);
}
.active\:border-slate-100\/95:active {
  border-color: rgb(241 245 249 / 0.95);
}
.active\:border-slate-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.active\:border-slate-200\/0:active {
  border-color: rgb(226 232 240 / 0);
}
.active\:border-slate-200\/10:active {
  border-color: rgb(226 232 240 / 0.1);
}
.active\:border-slate-200\/100:active {
  border-color: rgb(226 232 240 / 1);
}
.active\:border-slate-200\/20:active {
  border-color: rgb(226 232 240 / 0.2);
}
.active\:border-slate-200\/25:active {
  border-color: rgb(226 232 240 / 0.25);
}
.active\:border-slate-200\/30:active {
  border-color: rgb(226 232 240 / 0.3);
}
.active\:border-slate-200\/40:active {
  border-color: rgb(226 232 240 / 0.4);
}
.active\:border-slate-200\/5:active {
  border-color: rgb(226 232 240 / 0.05);
}
.active\:border-slate-200\/50:active {
  border-color: rgb(226 232 240 / 0.5);
}
.active\:border-slate-200\/60:active {
  border-color: rgb(226 232 240 / 0.6);
}
.active\:border-slate-200\/70:active {
  border-color: rgb(226 232 240 / 0.7);
}
.active\:border-slate-200\/75:active {
  border-color: rgb(226 232 240 / 0.75);
}
.active\:border-slate-200\/80:active {
  border-color: rgb(226 232 240 / 0.8);
}
.active\:border-slate-200\/90:active {
  border-color: rgb(226 232 240 / 0.9);
}
.active\:border-slate-200\/95:active {
  border-color: rgb(226 232 240 / 0.95);
}
.active\:border-slate-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.active\:border-slate-300\/0:active {
  border-color: rgb(203 213 225 / 0);
}
.active\:border-slate-300\/10:active {
  border-color: rgb(203 213 225 / 0.1);
}
.active\:border-slate-300\/100:active {
  border-color: rgb(203 213 225 / 1);
}
.active\:border-slate-300\/20:active {
  border-color: rgb(203 213 225 / 0.2);
}
.active\:border-slate-300\/25:active {
  border-color: rgb(203 213 225 / 0.25);
}
.active\:border-slate-300\/30:active {
  border-color: rgb(203 213 225 / 0.3);
}
.active\:border-slate-300\/40:active {
  border-color: rgb(203 213 225 / 0.4);
}
.active\:border-slate-300\/5:active {
  border-color: rgb(203 213 225 / 0.05);
}
.active\:border-slate-300\/50:active {
  border-color: rgb(203 213 225 / 0.5);
}
.active\:border-slate-300\/60:active {
  border-color: rgb(203 213 225 / 0.6);
}
.active\:border-slate-300\/70:active {
  border-color: rgb(203 213 225 / 0.7);
}
.active\:border-slate-300\/75:active {
  border-color: rgb(203 213 225 / 0.75);
}
.active\:border-slate-300\/80:active {
  border-color: rgb(203 213 225 / 0.8);
}
.active\:border-slate-300\/90:active {
  border-color: rgb(203 213 225 / 0.9);
}
.active\:border-slate-300\/95:active {
  border-color: rgb(203 213 225 / 0.95);
}
.active\:border-slate-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.active\:border-slate-400\/0:active {
  border-color: rgb(148 163 184 / 0);
}
.active\:border-slate-400\/10:active {
  border-color: rgb(148 163 184 / 0.1);
}
.active\:border-slate-400\/100:active {
  border-color: rgb(148 163 184 / 1);
}
.active\:border-slate-400\/20:active {
  border-color: rgb(148 163 184 / 0.2);
}
.active\:border-slate-400\/25:active {
  border-color: rgb(148 163 184 / 0.25);
}
.active\:border-slate-400\/30:active {
  border-color: rgb(148 163 184 / 0.3);
}
.active\:border-slate-400\/40:active {
  border-color: rgb(148 163 184 / 0.4);
}
.active\:border-slate-400\/5:active {
  border-color: rgb(148 163 184 / 0.05);
}
.active\:border-slate-400\/50:active {
  border-color: rgb(148 163 184 / 0.5);
}
.active\:border-slate-400\/60:active {
  border-color: rgb(148 163 184 / 0.6);
}
.active\:border-slate-400\/70:active {
  border-color: rgb(148 163 184 / 0.7);
}
.active\:border-slate-400\/75:active {
  border-color: rgb(148 163 184 / 0.75);
}
.active\:border-slate-400\/80:active {
  border-color: rgb(148 163 184 / 0.8);
}
.active\:border-slate-400\/90:active {
  border-color: rgb(148 163 184 / 0.9);
}
.active\:border-slate-400\/95:active {
  border-color: rgb(148 163 184 / 0.95);
}
.active\:border-slate-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.active\:border-slate-50\/0:active {
  border-color: rgb(248 250 252 / 0);
}
.active\:border-slate-50\/10:active {
  border-color: rgb(248 250 252 / 0.1);
}
.active\:border-slate-50\/100:active {
  border-color: rgb(248 250 252 / 1);
}
.active\:border-slate-50\/20:active {
  border-color: rgb(248 250 252 / 0.2);
}
.active\:border-slate-50\/25:active {
  border-color: rgb(248 250 252 / 0.25);
}
.active\:border-slate-50\/30:active {
  border-color: rgb(248 250 252 / 0.3);
}
.active\:border-slate-50\/40:active {
  border-color: rgb(248 250 252 / 0.4);
}
.active\:border-slate-50\/5:active {
  border-color: rgb(248 250 252 / 0.05);
}
.active\:border-slate-50\/50:active {
  border-color: rgb(248 250 252 / 0.5);
}
.active\:border-slate-50\/60:active {
  border-color: rgb(248 250 252 / 0.6);
}
.active\:border-slate-50\/70:active {
  border-color: rgb(248 250 252 / 0.7);
}
.active\:border-slate-50\/75:active {
  border-color: rgb(248 250 252 / 0.75);
}
.active\:border-slate-50\/80:active {
  border-color: rgb(248 250 252 / 0.8);
}
.active\:border-slate-50\/90:active {
  border-color: rgb(248 250 252 / 0.9);
}
.active\:border-slate-50\/95:active {
  border-color: rgb(248 250 252 / 0.95);
}
.active\:border-slate-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.active\:border-slate-500\/0:active {
  border-color: rgb(100 116 139 / 0);
}
.active\:border-slate-500\/10:active {
  border-color: rgb(100 116 139 / 0.1);
}
.active\:border-slate-500\/100:active {
  border-color: rgb(100 116 139 / 1);
}
.active\:border-slate-500\/20:active {
  border-color: rgb(100 116 139 / 0.2);
}
.active\:border-slate-500\/25:active {
  border-color: rgb(100 116 139 / 0.25);
}
.active\:border-slate-500\/30:active {
  border-color: rgb(100 116 139 / 0.3);
}
.active\:border-slate-500\/40:active {
  border-color: rgb(100 116 139 / 0.4);
}
.active\:border-slate-500\/5:active {
  border-color: rgb(100 116 139 / 0.05);
}
.active\:border-slate-500\/50:active {
  border-color: rgb(100 116 139 / 0.5);
}
.active\:border-slate-500\/60:active {
  border-color: rgb(100 116 139 / 0.6);
}
.active\:border-slate-500\/70:active {
  border-color: rgb(100 116 139 / 0.7);
}
.active\:border-slate-500\/75:active {
  border-color: rgb(100 116 139 / 0.75);
}
.active\:border-slate-500\/80:active {
  border-color: rgb(100 116 139 / 0.8);
}
.active\:border-slate-500\/90:active {
  border-color: rgb(100 116 139 / 0.9);
}
.active\:border-slate-500\/95:active {
  border-color: rgb(100 116 139 / 0.95);
}
.active\:border-slate-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.active\:border-slate-600\/0:active {
  border-color: rgb(71 85 105 / 0);
}
.active\:border-slate-600\/10:active {
  border-color: rgb(71 85 105 / 0.1);
}
.active\:border-slate-600\/100:active {
  border-color: rgb(71 85 105 / 1);
}
.active\:border-slate-600\/20:active {
  border-color: rgb(71 85 105 / 0.2);
}
.active\:border-slate-600\/25:active {
  border-color: rgb(71 85 105 / 0.25);
}
.active\:border-slate-600\/30:active {
  border-color: rgb(71 85 105 / 0.3);
}
.active\:border-slate-600\/40:active {
  border-color: rgb(71 85 105 / 0.4);
}
.active\:border-slate-600\/5:active {
  border-color: rgb(71 85 105 / 0.05);
}
.active\:border-slate-600\/50:active {
  border-color: rgb(71 85 105 / 0.5);
}
.active\:border-slate-600\/60:active {
  border-color: rgb(71 85 105 / 0.6);
}
.active\:border-slate-600\/70:active {
  border-color: rgb(71 85 105 / 0.7);
}
.active\:border-slate-600\/75:active {
  border-color: rgb(71 85 105 / 0.75);
}
.active\:border-slate-600\/80:active {
  border-color: rgb(71 85 105 / 0.8);
}
.active\:border-slate-600\/90:active {
  border-color: rgb(71 85 105 / 0.9);
}
.active\:border-slate-600\/95:active {
  border-color: rgb(71 85 105 / 0.95);
}
.active\:border-slate-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.active\:border-slate-700\/0:active {
  border-color: rgb(51 65 85 / 0);
}
.active\:border-slate-700\/10:active {
  border-color: rgb(51 65 85 / 0.1);
}
.active\:border-slate-700\/100:active {
  border-color: rgb(51 65 85 / 1);
}
.active\:border-slate-700\/20:active {
  border-color: rgb(51 65 85 / 0.2);
}
.active\:border-slate-700\/25:active {
  border-color: rgb(51 65 85 / 0.25);
}
.active\:border-slate-700\/30:active {
  border-color: rgb(51 65 85 / 0.3);
}
.active\:border-slate-700\/40:active {
  border-color: rgb(51 65 85 / 0.4);
}
.active\:border-slate-700\/5:active {
  border-color: rgb(51 65 85 / 0.05);
}
.active\:border-slate-700\/50:active {
  border-color: rgb(51 65 85 / 0.5);
}
.active\:border-slate-700\/60:active {
  border-color: rgb(51 65 85 / 0.6);
}
.active\:border-slate-700\/70:active {
  border-color: rgb(51 65 85 / 0.7);
}
.active\:border-slate-700\/75:active {
  border-color: rgb(51 65 85 / 0.75);
}
.active\:border-slate-700\/80:active {
  border-color: rgb(51 65 85 / 0.8);
}
.active\:border-slate-700\/90:active {
  border-color: rgb(51 65 85 / 0.9);
}
.active\:border-slate-700\/95:active {
  border-color: rgb(51 65 85 / 0.95);
}
.active\:border-slate-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
.active\:border-slate-800\/0:active {
  border-color: rgb(30 41 59 / 0);
}
.active\:border-slate-800\/10:active {
  border-color: rgb(30 41 59 / 0.1);
}
.active\:border-slate-800\/100:active {
  border-color: rgb(30 41 59 / 1);
}
.active\:border-slate-800\/20:active {
  border-color: rgb(30 41 59 / 0.2);
}
.active\:border-slate-800\/25:active {
  border-color: rgb(30 41 59 / 0.25);
}
.active\:border-slate-800\/30:active {
  border-color: rgb(30 41 59 / 0.3);
}
.active\:border-slate-800\/40:active {
  border-color: rgb(30 41 59 / 0.4);
}
.active\:border-slate-800\/5:active {
  border-color: rgb(30 41 59 / 0.05);
}
.active\:border-slate-800\/50:active {
  border-color: rgb(30 41 59 / 0.5);
}
.active\:border-slate-800\/60:active {
  border-color: rgb(30 41 59 / 0.6);
}
.active\:border-slate-800\/70:active {
  border-color: rgb(30 41 59 / 0.7);
}
.active\:border-slate-800\/75:active {
  border-color: rgb(30 41 59 / 0.75);
}
.active\:border-slate-800\/80:active {
  border-color: rgb(30 41 59 / 0.8);
}
.active\:border-slate-800\/90:active {
  border-color: rgb(30 41 59 / 0.9);
}
.active\:border-slate-800\/95:active {
  border-color: rgb(30 41 59 / 0.95);
}
.active\:border-slate-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.active\:border-slate-900\/0:active {
  border-color: rgb(15 23 42 / 0);
}
.active\:border-slate-900\/10:active {
  border-color: rgb(15 23 42 / 0.1);
}
.active\:border-slate-900\/100:active {
  border-color: rgb(15 23 42 / 1);
}
.active\:border-slate-900\/20:active {
  border-color: rgb(15 23 42 / 0.2);
}
.active\:border-slate-900\/25:active {
  border-color: rgb(15 23 42 / 0.25);
}
.active\:border-slate-900\/30:active {
  border-color: rgb(15 23 42 / 0.3);
}
.active\:border-slate-900\/40:active {
  border-color: rgb(15 23 42 / 0.4);
}
.active\:border-slate-900\/5:active {
  border-color: rgb(15 23 42 / 0.05);
}
.active\:border-slate-900\/50:active {
  border-color: rgb(15 23 42 / 0.5);
}
.active\:border-slate-900\/60:active {
  border-color: rgb(15 23 42 / 0.6);
}
.active\:border-slate-900\/70:active {
  border-color: rgb(15 23 42 / 0.7);
}
.active\:border-slate-900\/75:active {
  border-color: rgb(15 23 42 / 0.75);
}
.active\:border-slate-900\/80:active {
  border-color: rgb(15 23 42 / 0.8);
}
.active\:border-slate-900\/90:active {
  border-color: rgb(15 23 42 / 0.9);
}
.active\:border-slate-900\/95:active {
  border-color: rgb(15 23 42 / 0.95);
}
.active\:border-slate-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
.active\:border-slate-950\/0:active {
  border-color: rgb(2 6 23 / 0);
}
.active\:border-slate-950\/10:active {
  border-color: rgb(2 6 23 / 0.1);
}
.active\:border-slate-950\/100:active {
  border-color: rgb(2 6 23 / 1);
}
.active\:border-slate-950\/20:active {
  border-color: rgb(2 6 23 / 0.2);
}
.active\:border-slate-950\/25:active {
  border-color: rgb(2 6 23 / 0.25);
}
.active\:border-slate-950\/30:active {
  border-color: rgb(2 6 23 / 0.3);
}
.active\:border-slate-950\/40:active {
  border-color: rgb(2 6 23 / 0.4);
}
.active\:border-slate-950\/5:active {
  border-color: rgb(2 6 23 / 0.05);
}
.active\:border-slate-950\/50:active {
  border-color: rgb(2 6 23 / 0.5);
}
.active\:border-slate-950\/60:active {
  border-color: rgb(2 6 23 / 0.6);
}
.active\:border-slate-950\/70:active {
  border-color: rgb(2 6 23 / 0.7);
}
.active\:border-slate-950\/75:active {
  border-color: rgb(2 6 23 / 0.75);
}
.active\:border-slate-950\/80:active {
  border-color: rgb(2 6 23 / 0.8);
}
.active\:border-slate-950\/90:active {
  border-color: rgb(2 6 23 / 0.9);
}
.active\:border-slate-950\/95:active {
  border-color: rgb(2 6 23 / 0.95);
}
.active\:border-stone-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
.active\:border-stone-100\/0:active {
  border-color: rgb(245 245 244 / 0);
}
.active\:border-stone-100\/10:active {
  border-color: rgb(245 245 244 / 0.1);
}
.active\:border-stone-100\/100:active {
  border-color: rgb(245 245 244 / 1);
}
.active\:border-stone-100\/20:active {
  border-color: rgb(245 245 244 / 0.2);
}
.active\:border-stone-100\/25:active {
  border-color: rgb(245 245 244 / 0.25);
}
.active\:border-stone-100\/30:active {
  border-color: rgb(245 245 244 / 0.3);
}
.active\:border-stone-100\/40:active {
  border-color: rgb(245 245 244 / 0.4);
}
.active\:border-stone-100\/5:active {
  border-color: rgb(245 245 244 / 0.05);
}
.active\:border-stone-100\/50:active {
  border-color: rgb(245 245 244 / 0.5);
}
.active\:border-stone-100\/60:active {
  border-color: rgb(245 245 244 / 0.6);
}
.active\:border-stone-100\/70:active {
  border-color: rgb(245 245 244 / 0.7);
}
.active\:border-stone-100\/75:active {
  border-color: rgb(245 245 244 / 0.75);
}
.active\:border-stone-100\/80:active {
  border-color: rgb(245 245 244 / 0.8);
}
.active\:border-stone-100\/90:active {
  border-color: rgb(245 245 244 / 0.9);
}
.active\:border-stone-100\/95:active {
  border-color: rgb(245 245 244 / 0.95);
}
.active\:border-stone-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.active\:border-stone-200\/0:active {
  border-color: rgb(231 229 228 / 0);
}
.active\:border-stone-200\/10:active {
  border-color: rgb(231 229 228 / 0.1);
}
.active\:border-stone-200\/100:active {
  border-color: rgb(231 229 228 / 1);
}
.active\:border-stone-200\/20:active {
  border-color: rgb(231 229 228 / 0.2);
}
.active\:border-stone-200\/25:active {
  border-color: rgb(231 229 228 / 0.25);
}
.active\:border-stone-200\/30:active {
  border-color: rgb(231 229 228 / 0.3);
}
.active\:border-stone-200\/40:active {
  border-color: rgb(231 229 228 / 0.4);
}
.active\:border-stone-200\/5:active {
  border-color: rgb(231 229 228 / 0.05);
}
.active\:border-stone-200\/50:active {
  border-color: rgb(231 229 228 / 0.5);
}
.active\:border-stone-200\/60:active {
  border-color: rgb(231 229 228 / 0.6);
}
.active\:border-stone-200\/70:active {
  border-color: rgb(231 229 228 / 0.7);
}
.active\:border-stone-200\/75:active {
  border-color: rgb(231 229 228 / 0.75);
}
.active\:border-stone-200\/80:active {
  border-color: rgb(231 229 228 / 0.8);
}
.active\:border-stone-200\/90:active {
  border-color: rgb(231 229 228 / 0.9);
}
.active\:border-stone-200\/95:active {
  border-color: rgb(231 229 228 / 0.95);
}
.active\:border-stone-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.active\:border-stone-300\/0:active {
  border-color: rgb(214 211 209 / 0);
}
.active\:border-stone-300\/10:active {
  border-color: rgb(214 211 209 / 0.1);
}
.active\:border-stone-300\/100:active {
  border-color: rgb(214 211 209 / 1);
}
.active\:border-stone-300\/20:active {
  border-color: rgb(214 211 209 / 0.2);
}
.active\:border-stone-300\/25:active {
  border-color: rgb(214 211 209 / 0.25);
}
.active\:border-stone-300\/30:active {
  border-color: rgb(214 211 209 / 0.3);
}
.active\:border-stone-300\/40:active {
  border-color: rgb(214 211 209 / 0.4);
}
.active\:border-stone-300\/5:active {
  border-color: rgb(214 211 209 / 0.05);
}
.active\:border-stone-300\/50:active {
  border-color: rgb(214 211 209 / 0.5);
}
.active\:border-stone-300\/60:active {
  border-color: rgb(214 211 209 / 0.6);
}
.active\:border-stone-300\/70:active {
  border-color: rgb(214 211 209 / 0.7);
}
.active\:border-stone-300\/75:active {
  border-color: rgb(214 211 209 / 0.75);
}
.active\:border-stone-300\/80:active {
  border-color: rgb(214 211 209 / 0.8);
}
.active\:border-stone-300\/90:active {
  border-color: rgb(214 211 209 / 0.9);
}
.active\:border-stone-300\/95:active {
  border-color: rgb(214 211 209 / 0.95);
}
.active\:border-stone-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
.active\:border-stone-400\/0:active {
  border-color: rgb(168 162 158 / 0);
}
.active\:border-stone-400\/10:active {
  border-color: rgb(168 162 158 / 0.1);
}
.active\:border-stone-400\/100:active {
  border-color: rgb(168 162 158 / 1);
}
.active\:border-stone-400\/20:active {
  border-color: rgb(168 162 158 / 0.2);
}
.active\:border-stone-400\/25:active {
  border-color: rgb(168 162 158 / 0.25);
}
.active\:border-stone-400\/30:active {
  border-color: rgb(168 162 158 / 0.3);
}
.active\:border-stone-400\/40:active {
  border-color: rgb(168 162 158 / 0.4);
}
.active\:border-stone-400\/5:active {
  border-color: rgb(168 162 158 / 0.05);
}
.active\:border-stone-400\/50:active {
  border-color: rgb(168 162 158 / 0.5);
}
.active\:border-stone-400\/60:active {
  border-color: rgb(168 162 158 / 0.6);
}
.active\:border-stone-400\/70:active {
  border-color: rgb(168 162 158 / 0.7);
}
.active\:border-stone-400\/75:active {
  border-color: rgb(168 162 158 / 0.75);
}
.active\:border-stone-400\/80:active {
  border-color: rgb(168 162 158 / 0.8);
}
.active\:border-stone-400\/90:active {
  border-color: rgb(168 162 158 / 0.9);
}
.active\:border-stone-400\/95:active {
  border-color: rgb(168 162 158 / 0.95);
}
.active\:border-stone-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
.active\:border-stone-50\/0:active {
  border-color: rgb(250 250 249 / 0);
}
.active\:border-stone-50\/10:active {
  border-color: rgb(250 250 249 / 0.1);
}
.active\:border-stone-50\/100:active {
  border-color: rgb(250 250 249 / 1);
}
.active\:border-stone-50\/20:active {
  border-color: rgb(250 250 249 / 0.2);
}
.active\:border-stone-50\/25:active {
  border-color: rgb(250 250 249 / 0.25);
}
.active\:border-stone-50\/30:active {
  border-color: rgb(250 250 249 / 0.3);
}
.active\:border-stone-50\/40:active {
  border-color: rgb(250 250 249 / 0.4);
}
.active\:border-stone-50\/5:active {
  border-color: rgb(250 250 249 / 0.05);
}
.active\:border-stone-50\/50:active {
  border-color: rgb(250 250 249 / 0.5);
}
.active\:border-stone-50\/60:active {
  border-color: rgb(250 250 249 / 0.6);
}
.active\:border-stone-50\/70:active {
  border-color: rgb(250 250 249 / 0.7);
}
.active\:border-stone-50\/75:active {
  border-color: rgb(250 250 249 / 0.75);
}
.active\:border-stone-50\/80:active {
  border-color: rgb(250 250 249 / 0.8);
}
.active\:border-stone-50\/90:active {
  border-color: rgb(250 250 249 / 0.9);
}
.active\:border-stone-50\/95:active {
  border-color: rgb(250 250 249 / 0.95);
}
.active\:border-stone-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.active\:border-stone-500\/0:active {
  border-color: rgb(120 113 108 / 0);
}
.active\:border-stone-500\/10:active {
  border-color: rgb(120 113 108 / 0.1);
}
.active\:border-stone-500\/100:active {
  border-color: rgb(120 113 108 / 1);
}
.active\:border-stone-500\/20:active {
  border-color: rgb(120 113 108 / 0.2);
}
.active\:border-stone-500\/25:active {
  border-color: rgb(120 113 108 / 0.25);
}
.active\:border-stone-500\/30:active {
  border-color: rgb(120 113 108 / 0.3);
}
.active\:border-stone-500\/40:active {
  border-color: rgb(120 113 108 / 0.4);
}
.active\:border-stone-500\/5:active {
  border-color: rgb(120 113 108 / 0.05);
}
.active\:border-stone-500\/50:active {
  border-color: rgb(120 113 108 / 0.5);
}
.active\:border-stone-500\/60:active {
  border-color: rgb(120 113 108 / 0.6);
}
.active\:border-stone-500\/70:active {
  border-color: rgb(120 113 108 / 0.7);
}
.active\:border-stone-500\/75:active {
  border-color: rgb(120 113 108 / 0.75);
}
.active\:border-stone-500\/80:active {
  border-color: rgb(120 113 108 / 0.8);
}
.active\:border-stone-500\/90:active {
  border-color: rgb(120 113 108 / 0.9);
}
.active\:border-stone-500\/95:active {
  border-color: rgb(120 113 108 / 0.95);
}
.active\:border-stone-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.active\:border-stone-600\/0:active {
  border-color: rgb(87 83 78 / 0);
}
.active\:border-stone-600\/10:active {
  border-color: rgb(87 83 78 / 0.1);
}
.active\:border-stone-600\/100:active {
  border-color: rgb(87 83 78 / 1);
}
.active\:border-stone-600\/20:active {
  border-color: rgb(87 83 78 / 0.2);
}
.active\:border-stone-600\/25:active {
  border-color: rgb(87 83 78 / 0.25);
}
.active\:border-stone-600\/30:active {
  border-color: rgb(87 83 78 / 0.3);
}
.active\:border-stone-600\/40:active {
  border-color: rgb(87 83 78 / 0.4);
}
.active\:border-stone-600\/5:active {
  border-color: rgb(87 83 78 / 0.05);
}
.active\:border-stone-600\/50:active {
  border-color: rgb(87 83 78 / 0.5);
}
.active\:border-stone-600\/60:active {
  border-color: rgb(87 83 78 / 0.6);
}
.active\:border-stone-600\/70:active {
  border-color: rgb(87 83 78 / 0.7);
}
.active\:border-stone-600\/75:active {
  border-color: rgb(87 83 78 / 0.75);
}
.active\:border-stone-600\/80:active {
  border-color: rgb(87 83 78 / 0.8);
}
.active\:border-stone-600\/90:active {
  border-color: rgb(87 83 78 / 0.9);
}
.active\:border-stone-600\/95:active {
  border-color: rgb(87 83 78 / 0.95);
}
.active\:border-stone-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
.active\:border-stone-700\/0:active {
  border-color: rgb(68 64 60 / 0);
}
.active\:border-stone-700\/10:active {
  border-color: rgb(68 64 60 / 0.1);
}
.active\:border-stone-700\/100:active {
  border-color: rgb(68 64 60 / 1);
}
.active\:border-stone-700\/20:active {
  border-color: rgb(68 64 60 / 0.2);
}
.active\:border-stone-700\/25:active {
  border-color: rgb(68 64 60 / 0.25);
}
.active\:border-stone-700\/30:active {
  border-color: rgb(68 64 60 / 0.3);
}
.active\:border-stone-700\/40:active {
  border-color: rgb(68 64 60 / 0.4);
}
.active\:border-stone-700\/5:active {
  border-color: rgb(68 64 60 / 0.05);
}
.active\:border-stone-700\/50:active {
  border-color: rgb(68 64 60 / 0.5);
}
.active\:border-stone-700\/60:active {
  border-color: rgb(68 64 60 / 0.6);
}
.active\:border-stone-700\/70:active {
  border-color: rgb(68 64 60 / 0.7);
}
.active\:border-stone-700\/75:active {
  border-color: rgb(68 64 60 / 0.75);
}
.active\:border-stone-700\/80:active {
  border-color: rgb(68 64 60 / 0.8);
}
.active\:border-stone-700\/90:active {
  border-color: rgb(68 64 60 / 0.9);
}
.active\:border-stone-700\/95:active {
  border-color: rgb(68 64 60 / 0.95);
}
.active\:border-stone-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
.active\:border-stone-800\/0:active {
  border-color: rgb(41 37 36 / 0);
}
.active\:border-stone-800\/10:active {
  border-color: rgb(41 37 36 / 0.1);
}
.active\:border-stone-800\/100:active {
  border-color: rgb(41 37 36 / 1);
}
.active\:border-stone-800\/20:active {
  border-color: rgb(41 37 36 / 0.2);
}
.active\:border-stone-800\/25:active {
  border-color: rgb(41 37 36 / 0.25);
}
.active\:border-stone-800\/30:active {
  border-color: rgb(41 37 36 / 0.3);
}
.active\:border-stone-800\/40:active {
  border-color: rgb(41 37 36 / 0.4);
}
.active\:border-stone-800\/5:active {
  border-color: rgb(41 37 36 / 0.05);
}
.active\:border-stone-800\/50:active {
  border-color: rgb(41 37 36 / 0.5);
}
.active\:border-stone-800\/60:active {
  border-color: rgb(41 37 36 / 0.6);
}
.active\:border-stone-800\/70:active {
  border-color: rgb(41 37 36 / 0.7);
}
.active\:border-stone-800\/75:active {
  border-color: rgb(41 37 36 / 0.75);
}
.active\:border-stone-800\/80:active {
  border-color: rgb(41 37 36 / 0.8);
}
.active\:border-stone-800\/90:active {
  border-color: rgb(41 37 36 / 0.9);
}
.active\:border-stone-800\/95:active {
  border-color: rgb(41 37 36 / 0.95);
}
.active\:border-stone-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.active\:border-stone-900\/0:active {
  border-color: rgb(28 25 23 / 0);
}
.active\:border-stone-900\/10:active {
  border-color: rgb(28 25 23 / 0.1);
}
.active\:border-stone-900\/100:active {
  border-color: rgb(28 25 23 / 1);
}
.active\:border-stone-900\/20:active {
  border-color: rgb(28 25 23 / 0.2);
}
.active\:border-stone-900\/25:active {
  border-color: rgb(28 25 23 / 0.25);
}
.active\:border-stone-900\/30:active {
  border-color: rgb(28 25 23 / 0.3);
}
.active\:border-stone-900\/40:active {
  border-color: rgb(28 25 23 / 0.4);
}
.active\:border-stone-900\/5:active {
  border-color: rgb(28 25 23 / 0.05);
}
.active\:border-stone-900\/50:active {
  border-color: rgb(28 25 23 / 0.5);
}
.active\:border-stone-900\/60:active {
  border-color: rgb(28 25 23 / 0.6);
}
.active\:border-stone-900\/70:active {
  border-color: rgb(28 25 23 / 0.7);
}
.active\:border-stone-900\/75:active {
  border-color: rgb(28 25 23 / 0.75);
}
.active\:border-stone-900\/80:active {
  border-color: rgb(28 25 23 / 0.8);
}
.active\:border-stone-900\/90:active {
  border-color: rgb(28 25 23 / 0.9);
}
.active\:border-stone-900\/95:active {
  border-color: rgb(28 25 23 / 0.95);
}
.active\:border-stone-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
.active\:border-stone-950\/0:active {
  border-color: rgb(12 10 9 / 0);
}
.active\:border-stone-950\/10:active {
  border-color: rgb(12 10 9 / 0.1);
}
.active\:border-stone-950\/100:active {
  border-color: rgb(12 10 9 / 1);
}
.active\:border-stone-950\/20:active {
  border-color: rgb(12 10 9 / 0.2);
}
.active\:border-stone-950\/25:active {
  border-color: rgb(12 10 9 / 0.25);
}
.active\:border-stone-950\/30:active {
  border-color: rgb(12 10 9 / 0.3);
}
.active\:border-stone-950\/40:active {
  border-color: rgb(12 10 9 / 0.4);
}
.active\:border-stone-950\/5:active {
  border-color: rgb(12 10 9 / 0.05);
}
.active\:border-stone-950\/50:active {
  border-color: rgb(12 10 9 / 0.5);
}
.active\:border-stone-950\/60:active {
  border-color: rgb(12 10 9 / 0.6);
}
.active\:border-stone-950\/70:active {
  border-color: rgb(12 10 9 / 0.7);
}
.active\:border-stone-950\/75:active {
  border-color: rgb(12 10 9 / 0.75);
}
.active\:border-stone-950\/80:active {
  border-color: rgb(12 10 9 / 0.8);
}
.active\:border-stone-950\/90:active {
  border-color: rgb(12 10 9 / 0.9);
}
.active\:border-stone-950\/95:active {
  border-color: rgb(12 10 9 / 0.95);
}
.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
.active\:border-teal-100\/0:active {
  border-color: rgb(204 251 241 / 0);
}
.active\:border-teal-100\/10:active {
  border-color: rgb(204 251 241 / 0.1);
}
.active\:border-teal-100\/100:active {
  border-color: rgb(204 251 241 / 1);
}
.active\:border-teal-100\/20:active {
  border-color: rgb(204 251 241 / 0.2);
}
.active\:border-teal-100\/25:active {
  border-color: rgb(204 251 241 / 0.25);
}
.active\:border-teal-100\/30:active {
  border-color: rgb(204 251 241 / 0.3);
}
.active\:border-teal-100\/40:active {
  border-color: rgb(204 251 241 / 0.4);
}
.active\:border-teal-100\/5:active {
  border-color: rgb(204 251 241 / 0.05);
}
.active\:border-teal-100\/50:active {
  border-color: rgb(204 251 241 / 0.5);
}
.active\:border-teal-100\/60:active {
  border-color: rgb(204 251 241 / 0.6);
}
.active\:border-teal-100\/70:active {
  border-color: rgb(204 251 241 / 0.7);
}
.active\:border-teal-100\/75:active {
  border-color: rgb(204 251 241 / 0.75);
}
.active\:border-teal-100\/80:active {
  border-color: rgb(204 251 241 / 0.8);
}
.active\:border-teal-100\/90:active {
  border-color: rgb(204 251 241 / 0.9);
}
.active\:border-teal-100\/95:active {
  border-color: rgb(204 251 241 / 0.95);
}
.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
.active\:border-teal-200\/0:active {
  border-color: rgb(153 246 228 / 0);
}
.active\:border-teal-200\/10:active {
  border-color: rgb(153 246 228 / 0.1);
}
.active\:border-teal-200\/100:active {
  border-color: rgb(153 246 228 / 1);
}
.active\:border-teal-200\/20:active {
  border-color: rgb(153 246 228 / 0.2);
}
.active\:border-teal-200\/25:active {
  border-color: rgb(153 246 228 / 0.25);
}
.active\:border-teal-200\/30:active {
  border-color: rgb(153 246 228 / 0.3);
}
.active\:border-teal-200\/40:active {
  border-color: rgb(153 246 228 / 0.4);
}
.active\:border-teal-200\/5:active {
  border-color: rgb(153 246 228 / 0.05);
}
.active\:border-teal-200\/50:active {
  border-color: rgb(153 246 228 / 0.5);
}
.active\:border-teal-200\/60:active {
  border-color: rgb(153 246 228 / 0.6);
}
.active\:border-teal-200\/70:active {
  border-color: rgb(153 246 228 / 0.7);
}
.active\:border-teal-200\/75:active {
  border-color: rgb(153 246 228 / 0.75);
}
.active\:border-teal-200\/80:active {
  border-color: rgb(153 246 228 / 0.8);
}
.active\:border-teal-200\/90:active {
  border-color: rgb(153 246 228 / 0.9);
}
.active\:border-teal-200\/95:active {
  border-color: rgb(153 246 228 / 0.95);
}
.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.active\:border-teal-300\/0:active {
  border-color: rgb(94 234 212 / 0);
}
.active\:border-teal-300\/10:active {
  border-color: rgb(94 234 212 / 0.1);
}
.active\:border-teal-300\/100:active {
  border-color: rgb(94 234 212 / 1);
}
.active\:border-teal-300\/20:active {
  border-color: rgb(94 234 212 / 0.2);
}
.active\:border-teal-300\/25:active {
  border-color: rgb(94 234 212 / 0.25);
}
.active\:border-teal-300\/30:active {
  border-color: rgb(94 234 212 / 0.3);
}
.active\:border-teal-300\/40:active {
  border-color: rgb(94 234 212 / 0.4);
}
.active\:border-teal-300\/5:active {
  border-color: rgb(94 234 212 / 0.05);
}
.active\:border-teal-300\/50:active {
  border-color: rgb(94 234 212 / 0.5);
}
.active\:border-teal-300\/60:active {
  border-color: rgb(94 234 212 / 0.6);
}
.active\:border-teal-300\/70:active {
  border-color: rgb(94 234 212 / 0.7);
}
.active\:border-teal-300\/75:active {
  border-color: rgb(94 234 212 / 0.75);
}
.active\:border-teal-300\/80:active {
  border-color: rgb(94 234 212 / 0.8);
}
.active\:border-teal-300\/90:active {
  border-color: rgb(94 234 212 / 0.9);
}
.active\:border-teal-300\/95:active {
  border-color: rgb(94 234 212 / 0.95);
}
.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.active\:border-teal-400\/0:active {
  border-color: rgb(45 212 191 / 0);
}
.active\:border-teal-400\/10:active {
  border-color: rgb(45 212 191 / 0.1);
}
.active\:border-teal-400\/100:active {
  border-color: rgb(45 212 191 / 1);
}
.active\:border-teal-400\/20:active {
  border-color: rgb(45 212 191 / 0.2);
}
.active\:border-teal-400\/25:active {
  border-color: rgb(45 212 191 / 0.25);
}
.active\:border-teal-400\/30:active {
  border-color: rgb(45 212 191 / 0.3);
}
.active\:border-teal-400\/40:active {
  border-color: rgb(45 212 191 / 0.4);
}
.active\:border-teal-400\/5:active {
  border-color: rgb(45 212 191 / 0.05);
}
.active\:border-teal-400\/50:active {
  border-color: rgb(45 212 191 / 0.5);
}
.active\:border-teal-400\/60:active {
  border-color: rgb(45 212 191 / 0.6);
}
.active\:border-teal-400\/70:active {
  border-color: rgb(45 212 191 / 0.7);
}
.active\:border-teal-400\/75:active {
  border-color: rgb(45 212 191 / 0.75);
}
.active\:border-teal-400\/80:active {
  border-color: rgb(45 212 191 / 0.8);
}
.active\:border-teal-400\/90:active {
  border-color: rgb(45 212 191 / 0.9);
}
.active\:border-teal-400\/95:active {
  border-color: rgb(45 212 191 / 0.95);
}
.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
.active\:border-teal-50\/0:active {
  border-color: rgb(240 253 250 / 0);
}
.active\:border-teal-50\/10:active {
  border-color: rgb(240 253 250 / 0.1);
}
.active\:border-teal-50\/100:active {
  border-color: rgb(240 253 250 / 1);
}
.active\:border-teal-50\/20:active {
  border-color: rgb(240 253 250 / 0.2);
}
.active\:border-teal-50\/25:active {
  border-color: rgb(240 253 250 / 0.25);
}
.active\:border-teal-50\/30:active {
  border-color: rgb(240 253 250 / 0.3);
}
.active\:border-teal-50\/40:active {
  border-color: rgb(240 253 250 / 0.4);
}
.active\:border-teal-50\/5:active {
  border-color: rgb(240 253 250 / 0.05);
}
.active\:border-teal-50\/50:active {
  border-color: rgb(240 253 250 / 0.5);
}
.active\:border-teal-50\/60:active {
  border-color: rgb(240 253 250 / 0.6);
}
.active\:border-teal-50\/70:active {
  border-color: rgb(240 253 250 / 0.7);
}
.active\:border-teal-50\/75:active {
  border-color: rgb(240 253 250 / 0.75);
}
.active\:border-teal-50\/80:active {
  border-color: rgb(240 253 250 / 0.8);
}
.active\:border-teal-50\/90:active {
  border-color: rgb(240 253 250 / 0.9);
}
.active\:border-teal-50\/95:active {
  border-color: rgb(240 253 250 / 0.95);
}
.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.active\:border-teal-500\/0:active {
  border-color: rgb(20 184 166 / 0);
}
.active\:border-teal-500\/10:active {
  border-color: rgb(20 184 166 / 0.1);
}
.active\:border-teal-500\/100:active {
  border-color: rgb(20 184 166 / 1);
}
.active\:border-teal-500\/20:active {
  border-color: rgb(20 184 166 / 0.2);
}
.active\:border-teal-500\/25:active {
  border-color: rgb(20 184 166 / 0.25);
}
.active\:border-teal-500\/30:active {
  border-color: rgb(20 184 166 / 0.3);
}
.active\:border-teal-500\/40:active {
  border-color: rgb(20 184 166 / 0.4);
}
.active\:border-teal-500\/5:active {
  border-color: rgb(20 184 166 / 0.05);
}
.active\:border-teal-500\/50:active {
  border-color: rgb(20 184 166 / 0.5);
}
.active\:border-teal-500\/60:active {
  border-color: rgb(20 184 166 / 0.6);
}
.active\:border-teal-500\/70:active {
  border-color: rgb(20 184 166 / 0.7);
}
.active\:border-teal-500\/75:active {
  border-color: rgb(20 184 166 / 0.75);
}
.active\:border-teal-500\/80:active {
  border-color: rgb(20 184 166 / 0.8);
}
.active\:border-teal-500\/90:active {
  border-color: rgb(20 184 166 / 0.9);
}
.active\:border-teal-500\/95:active {
  border-color: rgb(20 184 166 / 0.95);
}
.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.active\:border-teal-600\/0:active {
  border-color: rgb(13 148 136 / 0);
}
.active\:border-teal-600\/10:active {
  border-color: rgb(13 148 136 / 0.1);
}
.active\:border-teal-600\/100:active {
  border-color: rgb(13 148 136 / 1);
}
.active\:border-teal-600\/20:active {
  border-color: rgb(13 148 136 / 0.2);
}
.active\:border-teal-600\/25:active {
  border-color: rgb(13 148 136 / 0.25);
}
.active\:border-teal-600\/30:active {
  border-color: rgb(13 148 136 / 0.3);
}
.active\:border-teal-600\/40:active {
  border-color: rgb(13 148 136 / 0.4);
}
.active\:border-teal-600\/5:active {
  border-color: rgb(13 148 136 / 0.05);
}
.active\:border-teal-600\/50:active {
  border-color: rgb(13 148 136 / 0.5);
}
.active\:border-teal-600\/60:active {
  border-color: rgb(13 148 136 / 0.6);
}
.active\:border-teal-600\/70:active {
  border-color: rgb(13 148 136 / 0.7);
}
.active\:border-teal-600\/75:active {
  border-color: rgb(13 148 136 / 0.75);
}
.active\:border-teal-600\/80:active {
  border-color: rgb(13 148 136 / 0.8);
}
.active\:border-teal-600\/90:active {
  border-color: rgb(13 148 136 / 0.9);
}
.active\:border-teal-600\/95:active {
  border-color: rgb(13 148 136 / 0.95);
}
.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
.active\:border-teal-700\/0:active {
  border-color: rgb(15 118 110 / 0);
}
.active\:border-teal-700\/10:active {
  border-color: rgb(15 118 110 / 0.1);
}
.active\:border-teal-700\/100:active {
  border-color: rgb(15 118 110 / 1);
}
.active\:border-teal-700\/20:active {
  border-color: rgb(15 118 110 / 0.2);
}
.active\:border-teal-700\/25:active {
  border-color: rgb(15 118 110 / 0.25);
}
.active\:border-teal-700\/30:active {
  border-color: rgb(15 118 110 / 0.3);
}
.active\:border-teal-700\/40:active {
  border-color: rgb(15 118 110 / 0.4);
}
.active\:border-teal-700\/5:active {
  border-color: rgb(15 118 110 / 0.05);
}
.active\:border-teal-700\/50:active {
  border-color: rgb(15 118 110 / 0.5);
}
.active\:border-teal-700\/60:active {
  border-color: rgb(15 118 110 / 0.6);
}
.active\:border-teal-700\/70:active {
  border-color: rgb(15 118 110 / 0.7);
}
.active\:border-teal-700\/75:active {
  border-color: rgb(15 118 110 / 0.75);
}
.active\:border-teal-700\/80:active {
  border-color: rgb(15 118 110 / 0.8);
}
.active\:border-teal-700\/90:active {
  border-color: rgb(15 118 110 / 0.9);
}
.active\:border-teal-700\/95:active {
  border-color: rgb(15 118 110 / 0.95);
}
.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
.active\:border-teal-800\/0:active {
  border-color: rgb(17 94 89 / 0);
}
.active\:border-teal-800\/10:active {
  border-color: rgb(17 94 89 / 0.1);
}
.active\:border-teal-800\/100:active {
  border-color: rgb(17 94 89 / 1);
}
.active\:border-teal-800\/20:active {
  border-color: rgb(17 94 89 / 0.2);
}
.active\:border-teal-800\/25:active {
  border-color: rgb(17 94 89 / 0.25);
}
.active\:border-teal-800\/30:active {
  border-color: rgb(17 94 89 / 0.3);
}
.active\:border-teal-800\/40:active {
  border-color: rgb(17 94 89 / 0.4);
}
.active\:border-teal-800\/5:active {
  border-color: rgb(17 94 89 / 0.05);
}
.active\:border-teal-800\/50:active {
  border-color: rgb(17 94 89 / 0.5);
}
.active\:border-teal-800\/60:active {
  border-color: rgb(17 94 89 / 0.6);
}
.active\:border-teal-800\/70:active {
  border-color: rgb(17 94 89 / 0.7);
}
.active\:border-teal-800\/75:active {
  border-color: rgb(17 94 89 / 0.75);
}
.active\:border-teal-800\/80:active {
  border-color: rgb(17 94 89 / 0.8);
}
.active\:border-teal-800\/90:active {
  border-color: rgb(17 94 89 / 0.9);
}
.active\:border-teal-800\/95:active {
  border-color: rgb(17 94 89 / 0.95);
}
.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
.active\:border-teal-900\/0:active {
  border-color: rgb(19 78 74 / 0);
}
.active\:border-teal-900\/10:active {
  border-color: rgb(19 78 74 / 0.1);
}
.active\:border-teal-900\/100:active {
  border-color: rgb(19 78 74 / 1);
}
.active\:border-teal-900\/20:active {
  border-color: rgb(19 78 74 / 0.2);
}
.active\:border-teal-900\/25:active {
  border-color: rgb(19 78 74 / 0.25);
}
.active\:border-teal-900\/30:active {
  border-color: rgb(19 78 74 / 0.3);
}
.active\:border-teal-900\/40:active {
  border-color: rgb(19 78 74 / 0.4);
}
.active\:border-teal-900\/5:active {
  border-color: rgb(19 78 74 / 0.05);
}
.active\:border-teal-900\/50:active {
  border-color: rgb(19 78 74 / 0.5);
}
.active\:border-teal-900\/60:active {
  border-color: rgb(19 78 74 / 0.6);
}
.active\:border-teal-900\/70:active {
  border-color: rgb(19 78 74 / 0.7);
}
.active\:border-teal-900\/75:active {
  border-color: rgb(19 78 74 / 0.75);
}
.active\:border-teal-900\/80:active {
  border-color: rgb(19 78 74 / 0.8);
}
.active\:border-teal-900\/90:active {
  border-color: rgb(19 78 74 / 0.9);
}
.active\:border-teal-900\/95:active {
  border-color: rgb(19 78 74 / 0.95);
}
.active\:border-teal-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
.active\:border-teal-950\/0:active {
  border-color: rgb(4 47 46 / 0);
}
.active\:border-teal-950\/10:active {
  border-color: rgb(4 47 46 / 0.1);
}
.active\:border-teal-950\/100:active {
  border-color: rgb(4 47 46 / 1);
}
.active\:border-teal-950\/20:active {
  border-color: rgb(4 47 46 / 0.2);
}
.active\:border-teal-950\/25:active {
  border-color: rgb(4 47 46 / 0.25);
}
.active\:border-teal-950\/30:active {
  border-color: rgb(4 47 46 / 0.3);
}
.active\:border-teal-950\/40:active {
  border-color: rgb(4 47 46 / 0.4);
}
.active\:border-teal-950\/5:active {
  border-color: rgb(4 47 46 / 0.05);
}
.active\:border-teal-950\/50:active {
  border-color: rgb(4 47 46 / 0.5);
}
.active\:border-teal-950\/60:active {
  border-color: rgb(4 47 46 / 0.6);
}
.active\:border-teal-950\/70:active {
  border-color: rgb(4 47 46 / 0.7);
}
.active\:border-teal-950\/75:active {
  border-color: rgb(4 47 46 / 0.75);
}
.active\:border-teal-950\/80:active {
  border-color: rgb(4 47 46 / 0.8);
}
.active\:border-teal-950\/90:active {
  border-color: rgb(4 47 46 / 0.9);
}
.active\:border-teal-950\/95:active {
  border-color: rgb(4 47 46 / 0.95);
}
.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
.active\:border-violet-100\/0:active {
  border-color: rgb(237 233 254 / 0);
}
.active\:border-violet-100\/10:active {
  border-color: rgb(237 233 254 / 0.1);
}
.active\:border-violet-100\/100:active {
  border-color: rgb(237 233 254 / 1);
}
.active\:border-violet-100\/20:active {
  border-color: rgb(237 233 254 / 0.2);
}
.active\:border-violet-100\/25:active {
  border-color: rgb(237 233 254 / 0.25);
}
.active\:border-violet-100\/30:active {
  border-color: rgb(237 233 254 / 0.3);
}
.active\:border-violet-100\/40:active {
  border-color: rgb(237 233 254 / 0.4);
}
.active\:border-violet-100\/5:active {
  border-color: rgb(237 233 254 / 0.05);
}
.active\:border-violet-100\/50:active {
  border-color: rgb(237 233 254 / 0.5);
}
.active\:border-violet-100\/60:active {
  border-color: rgb(237 233 254 / 0.6);
}
.active\:border-violet-100\/70:active {
  border-color: rgb(237 233 254 / 0.7);
}
.active\:border-violet-100\/75:active {
  border-color: rgb(237 233 254 / 0.75);
}
.active\:border-violet-100\/80:active {
  border-color: rgb(237 233 254 / 0.8);
}
.active\:border-violet-100\/90:active {
  border-color: rgb(237 233 254 / 0.9);
}
.active\:border-violet-100\/95:active {
  border-color: rgb(237 233 254 / 0.95);
}
.active\:border-violet-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
.active\:border-violet-200\/0:active {
  border-color: rgb(221 214 254 / 0);
}
.active\:border-violet-200\/10:active {
  border-color: rgb(221 214 254 / 0.1);
}
.active\:border-violet-200\/100:active {
  border-color: rgb(221 214 254 / 1);
}
.active\:border-violet-200\/20:active {
  border-color: rgb(221 214 254 / 0.2);
}
.active\:border-violet-200\/25:active {
  border-color: rgb(221 214 254 / 0.25);
}
.active\:border-violet-200\/30:active {
  border-color: rgb(221 214 254 / 0.3);
}
.active\:border-violet-200\/40:active {
  border-color: rgb(221 214 254 / 0.4);
}
.active\:border-violet-200\/5:active {
  border-color: rgb(221 214 254 / 0.05);
}
.active\:border-violet-200\/50:active {
  border-color: rgb(221 214 254 / 0.5);
}
.active\:border-violet-200\/60:active {
  border-color: rgb(221 214 254 / 0.6);
}
.active\:border-violet-200\/70:active {
  border-color: rgb(221 214 254 / 0.7);
}
.active\:border-violet-200\/75:active {
  border-color: rgb(221 214 254 / 0.75);
}
.active\:border-violet-200\/80:active {
  border-color: rgb(221 214 254 / 0.8);
}
.active\:border-violet-200\/90:active {
  border-color: rgb(221 214 254 / 0.9);
}
.active\:border-violet-200\/95:active {
  border-color: rgb(221 214 254 / 0.95);
}
.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.active\:border-violet-300\/0:active {
  border-color: rgb(196 181 253 / 0);
}
.active\:border-violet-300\/10:active {
  border-color: rgb(196 181 253 / 0.1);
}
.active\:border-violet-300\/100:active {
  border-color: rgb(196 181 253 / 1);
}
.active\:border-violet-300\/20:active {
  border-color: rgb(196 181 253 / 0.2);
}
.active\:border-violet-300\/25:active {
  border-color: rgb(196 181 253 / 0.25);
}
.active\:border-violet-300\/30:active {
  border-color: rgb(196 181 253 / 0.3);
}
.active\:border-violet-300\/40:active {
  border-color: rgb(196 181 253 / 0.4);
}
.active\:border-violet-300\/5:active {
  border-color: rgb(196 181 253 / 0.05);
}
.active\:border-violet-300\/50:active {
  border-color: rgb(196 181 253 / 0.5);
}
.active\:border-violet-300\/60:active {
  border-color: rgb(196 181 253 / 0.6);
}
.active\:border-violet-300\/70:active {
  border-color: rgb(196 181 253 / 0.7);
}
.active\:border-violet-300\/75:active {
  border-color: rgb(196 181 253 / 0.75);
}
.active\:border-violet-300\/80:active {
  border-color: rgb(196 181 253 / 0.8);
}
.active\:border-violet-300\/90:active {
  border-color: rgb(196 181 253 / 0.9);
}
.active\:border-violet-300\/95:active {
  border-color: rgb(196 181 253 / 0.95);
}
.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
.active\:border-violet-400\/0:active {
  border-color: rgb(167 139 250 / 0);
}
.active\:border-violet-400\/10:active {
  border-color: rgb(167 139 250 / 0.1);
}
.active\:border-violet-400\/100:active {
  border-color: rgb(167 139 250 / 1);
}
.active\:border-violet-400\/20:active {
  border-color: rgb(167 139 250 / 0.2);
}
.active\:border-violet-400\/25:active {
  border-color: rgb(167 139 250 / 0.25);
}
.active\:border-violet-400\/30:active {
  border-color: rgb(167 139 250 / 0.3);
}
.active\:border-violet-400\/40:active {
  border-color: rgb(167 139 250 / 0.4);
}
.active\:border-violet-400\/5:active {
  border-color: rgb(167 139 250 / 0.05);
}
.active\:border-violet-400\/50:active {
  border-color: rgb(167 139 250 / 0.5);
}
.active\:border-violet-400\/60:active {
  border-color: rgb(167 139 250 / 0.6);
}
.active\:border-violet-400\/70:active {
  border-color: rgb(167 139 250 / 0.7);
}
.active\:border-violet-400\/75:active {
  border-color: rgb(167 139 250 / 0.75);
}
.active\:border-violet-400\/80:active {
  border-color: rgb(167 139 250 / 0.8);
}
.active\:border-violet-400\/90:active {
  border-color: rgb(167 139 250 / 0.9);
}
.active\:border-violet-400\/95:active {
  border-color: rgb(167 139 250 / 0.95);
}
.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
.active\:border-violet-50\/0:active {
  border-color: rgb(245 243 255 / 0);
}
.active\:border-violet-50\/10:active {
  border-color: rgb(245 243 255 / 0.1);
}
.active\:border-violet-50\/100:active {
  border-color: rgb(245 243 255 / 1);
}
.active\:border-violet-50\/20:active {
  border-color: rgb(245 243 255 / 0.2);
}
.active\:border-violet-50\/25:active {
  border-color: rgb(245 243 255 / 0.25);
}
.active\:border-violet-50\/30:active {
  border-color: rgb(245 243 255 / 0.3);
}
.active\:border-violet-50\/40:active {
  border-color: rgb(245 243 255 / 0.4);
}
.active\:border-violet-50\/5:active {
  border-color: rgb(245 243 255 / 0.05);
}
.active\:border-violet-50\/50:active {
  border-color: rgb(245 243 255 / 0.5);
}
.active\:border-violet-50\/60:active {
  border-color: rgb(245 243 255 / 0.6);
}
.active\:border-violet-50\/70:active {
  border-color: rgb(245 243 255 / 0.7);
}
.active\:border-violet-50\/75:active {
  border-color: rgb(245 243 255 / 0.75);
}
.active\:border-violet-50\/80:active {
  border-color: rgb(245 243 255 / 0.8);
}
.active\:border-violet-50\/90:active {
  border-color: rgb(245 243 255 / 0.9);
}
.active\:border-violet-50\/95:active {
  border-color: rgb(245 243 255 / 0.95);
}
.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
.active\:border-violet-500\/0:active {
  border-color: rgb(139 92 246 / 0);
}
.active\:border-violet-500\/10:active {
  border-color: rgb(139 92 246 / 0.1);
}
.active\:border-violet-500\/100:active {
  border-color: rgb(139 92 246 / 1);
}
.active\:border-violet-500\/20:active {
  border-color: rgb(139 92 246 / 0.2);
}
.active\:border-violet-500\/25:active {
  border-color: rgb(139 92 246 / 0.25);
}
.active\:border-violet-500\/30:active {
  border-color: rgb(139 92 246 / 0.3);
}
.active\:border-violet-500\/40:active {
  border-color: rgb(139 92 246 / 0.4);
}
.active\:border-violet-500\/5:active {
  border-color: rgb(139 92 246 / 0.05);
}
.active\:border-violet-500\/50:active {
  border-color: rgb(139 92 246 / 0.5);
}
.active\:border-violet-500\/60:active {
  border-color: rgb(139 92 246 / 0.6);
}
.active\:border-violet-500\/70:active {
  border-color: rgb(139 92 246 / 0.7);
}
.active\:border-violet-500\/75:active {
  border-color: rgb(139 92 246 / 0.75);
}
.active\:border-violet-500\/80:active {
  border-color: rgb(139 92 246 / 0.8);
}
.active\:border-violet-500\/90:active {
  border-color: rgb(139 92 246 / 0.9);
}
.active\:border-violet-500\/95:active {
  border-color: rgb(139 92 246 / 0.95);
}
.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
.active\:border-violet-600\/0:active {
  border-color: rgb(124 58 237 / 0);
}
.active\:border-violet-600\/10:active {
  border-color: rgb(124 58 237 / 0.1);
}
.active\:border-violet-600\/100:active {
  border-color: rgb(124 58 237 / 1);
}
.active\:border-violet-600\/20:active {
  border-color: rgb(124 58 237 / 0.2);
}
.active\:border-violet-600\/25:active {
  border-color: rgb(124 58 237 / 0.25);
}
.active\:border-violet-600\/30:active {
  border-color: rgb(124 58 237 / 0.3);
}
.active\:border-violet-600\/40:active {
  border-color: rgb(124 58 237 / 0.4);
}
.active\:border-violet-600\/5:active {
  border-color: rgb(124 58 237 / 0.05);
}
.active\:border-violet-600\/50:active {
  border-color: rgb(124 58 237 / 0.5);
}
.active\:border-violet-600\/60:active {
  border-color: rgb(124 58 237 / 0.6);
}
.active\:border-violet-600\/70:active {
  border-color: rgb(124 58 237 / 0.7);
}
.active\:border-violet-600\/75:active {
  border-color: rgb(124 58 237 / 0.75);
}
.active\:border-violet-600\/80:active {
  border-color: rgb(124 58 237 / 0.8);
}
.active\:border-violet-600\/90:active {
  border-color: rgb(124 58 237 / 0.9);
}
.active\:border-violet-600\/95:active {
  border-color: rgb(124 58 237 / 0.95);
}
.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
.active\:border-violet-700\/0:active {
  border-color: rgb(109 40 217 / 0);
}
.active\:border-violet-700\/10:active {
  border-color: rgb(109 40 217 / 0.1);
}
.active\:border-violet-700\/100:active {
  border-color: rgb(109 40 217 / 1);
}
.active\:border-violet-700\/20:active {
  border-color: rgb(109 40 217 / 0.2);
}
.active\:border-violet-700\/25:active {
  border-color: rgb(109 40 217 / 0.25);
}
.active\:border-violet-700\/30:active {
  border-color: rgb(109 40 217 / 0.3);
}
.active\:border-violet-700\/40:active {
  border-color: rgb(109 40 217 / 0.4);
}
.active\:border-violet-700\/5:active {
  border-color: rgb(109 40 217 / 0.05);
}
.active\:border-violet-700\/50:active {
  border-color: rgb(109 40 217 / 0.5);
}
.active\:border-violet-700\/60:active {
  border-color: rgb(109 40 217 / 0.6);
}
.active\:border-violet-700\/70:active {
  border-color: rgb(109 40 217 / 0.7);
}
.active\:border-violet-700\/75:active {
  border-color: rgb(109 40 217 / 0.75);
}
.active\:border-violet-700\/80:active {
  border-color: rgb(109 40 217 / 0.8);
}
.active\:border-violet-700\/90:active {
  border-color: rgb(109 40 217 / 0.9);
}
.active\:border-violet-700\/95:active {
  border-color: rgb(109 40 217 / 0.95);
}
.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
.active\:border-violet-800\/0:active {
  border-color: rgb(91 33 182 / 0);
}
.active\:border-violet-800\/10:active {
  border-color: rgb(91 33 182 / 0.1);
}
.active\:border-violet-800\/100:active {
  border-color: rgb(91 33 182 / 1);
}
.active\:border-violet-800\/20:active {
  border-color: rgb(91 33 182 / 0.2);
}
.active\:border-violet-800\/25:active {
  border-color: rgb(91 33 182 / 0.25);
}
.active\:border-violet-800\/30:active {
  border-color: rgb(91 33 182 / 0.3);
}
.active\:border-violet-800\/40:active {
  border-color: rgb(91 33 182 / 0.4);
}
.active\:border-violet-800\/5:active {
  border-color: rgb(91 33 182 / 0.05);
}
.active\:border-violet-800\/50:active {
  border-color: rgb(91 33 182 / 0.5);
}
.active\:border-violet-800\/60:active {
  border-color: rgb(91 33 182 / 0.6);
}
.active\:border-violet-800\/70:active {
  border-color: rgb(91 33 182 / 0.7);
}
.active\:border-violet-800\/75:active {
  border-color: rgb(91 33 182 / 0.75);
}
.active\:border-violet-800\/80:active {
  border-color: rgb(91 33 182 / 0.8);
}
.active\:border-violet-800\/90:active {
  border-color: rgb(91 33 182 / 0.9);
}
.active\:border-violet-800\/95:active {
  border-color: rgb(91 33 182 / 0.95);
}
.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
.active\:border-violet-900\/0:active {
  border-color: rgb(76 29 149 / 0);
}
.active\:border-violet-900\/10:active {
  border-color: rgb(76 29 149 / 0.1);
}
.active\:border-violet-900\/100:active {
  border-color: rgb(76 29 149 / 1);
}
.active\:border-violet-900\/20:active {
  border-color: rgb(76 29 149 / 0.2);
}
.active\:border-violet-900\/25:active {
  border-color: rgb(76 29 149 / 0.25);
}
.active\:border-violet-900\/30:active {
  border-color: rgb(76 29 149 / 0.3);
}
.active\:border-violet-900\/40:active {
  border-color: rgb(76 29 149 / 0.4);
}
.active\:border-violet-900\/5:active {
  border-color: rgb(76 29 149 / 0.05);
}
.active\:border-violet-900\/50:active {
  border-color: rgb(76 29 149 / 0.5);
}
.active\:border-violet-900\/60:active {
  border-color: rgb(76 29 149 / 0.6);
}
.active\:border-violet-900\/70:active {
  border-color: rgb(76 29 149 / 0.7);
}
.active\:border-violet-900\/75:active {
  border-color: rgb(76 29 149 / 0.75);
}
.active\:border-violet-900\/80:active {
  border-color: rgb(76 29 149 / 0.8);
}
.active\:border-violet-900\/90:active {
  border-color: rgb(76 29 149 / 0.9);
}
.active\:border-violet-900\/95:active {
  border-color: rgb(76 29 149 / 0.95);
}
.active\:border-violet-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
.active\:border-violet-950\/0:active {
  border-color: rgb(46 16 101 / 0);
}
.active\:border-violet-950\/10:active {
  border-color: rgb(46 16 101 / 0.1);
}
.active\:border-violet-950\/100:active {
  border-color: rgb(46 16 101 / 1);
}
.active\:border-violet-950\/20:active {
  border-color: rgb(46 16 101 / 0.2);
}
.active\:border-violet-950\/25:active {
  border-color: rgb(46 16 101 / 0.25);
}
.active\:border-violet-950\/30:active {
  border-color: rgb(46 16 101 / 0.3);
}
.active\:border-violet-950\/40:active {
  border-color: rgb(46 16 101 / 0.4);
}
.active\:border-violet-950\/5:active {
  border-color: rgb(46 16 101 / 0.05);
}
.active\:border-violet-950\/50:active {
  border-color: rgb(46 16 101 / 0.5);
}
.active\:border-violet-950\/60:active {
  border-color: rgb(46 16 101 / 0.6);
}
.active\:border-violet-950\/70:active {
  border-color: rgb(46 16 101 / 0.7);
}
.active\:border-violet-950\/75:active {
  border-color: rgb(46 16 101 / 0.75);
}
.active\:border-violet-950\/80:active {
  border-color: rgb(46 16 101 / 0.8);
}
.active\:border-violet-950\/90:active {
  border-color: rgb(46 16 101 / 0.9);
}
.active\:border-violet-950\/95:active {
  border-color: rgb(46 16 101 / 0.95);
}
.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.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\/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\/40:active {
  border-color: rgb(254 249 195 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(254 240 138 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(253 224 71 / 0.4);
}
.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\/60:active {
  border-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(250 204 21 / 0.4);
}
.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\/60:active {
  border-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(254 252 232 / 0.4);
}
.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\/60:active {
  border-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(234 179 8 / 0.4);
}
.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\/60:active {
  border-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(202 138 4 / 0.4);
}
.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\/60:active {
  border-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(161 98 7 / 0.4);
}
.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\/60:active {
  border-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(133 77 14 / 0.4);
}
.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\/60:active {
  border-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(113 63 18 / 0.4);
}
.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\/60:active {
  border-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  border-color: rgb(66 32 6 / 0.4);
}
.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\/60:active {
  border-color: rgb(66 32 6 / 0.6);
}
.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\/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\:border-zinc-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.active\:border-zinc-100\/0:active {
  border-color: rgb(244 244 245 / 0);
}
.active\:border-zinc-100\/10:active {
  border-color: rgb(244 244 245 / 0.1);
}
.active\:border-zinc-100\/100:active {
  border-color: rgb(244 244 245 / 1);
}
.active\:border-zinc-100\/20:active {
  border-color: rgb(244 244 245 / 0.2);
}
.active\:border-zinc-100\/25:active {
  border-color: rgb(244 244 245 / 0.25);
}
.active\:border-zinc-100\/30:active {
  border-color: rgb(244 244 245 / 0.3);
}
.active\:border-zinc-100\/40:active {
  border-color: rgb(244 244 245 / 0.4);
}
.active\:border-zinc-100\/5:active {
  border-color: rgb(244 244 245 / 0.05);
}
.active\:border-zinc-100\/50:active {
  border-color: rgb(244 244 245 / 0.5);
}
.active\:border-zinc-100\/60:active {
  border-color: rgb(244 244 245 / 0.6);
}
.active\:border-zinc-100\/70:active {
  border-color: rgb(244 244 245 / 0.7);
}
.active\:border-zinc-100\/75:active {
  border-color: rgb(244 244 245 / 0.75);
}
.active\:border-zinc-100\/80:active {
  border-color: rgb(244 244 245 / 0.8);
}
.active\:border-zinc-100\/90:active {
  border-color: rgb(244 244 245 / 0.9);
}
.active\:border-zinc-100\/95:active {
  border-color: rgb(244 244 245 / 0.95);
}
.active\:border-zinc-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.active\:border-zinc-200\/0:active {
  border-color: rgb(228 228 231 / 0);
}
.active\:border-zinc-200\/10:active {
  border-color: rgb(228 228 231 / 0.1);
}
.active\:border-zinc-200\/100:active {
  border-color: rgb(228 228 231 / 1);
}
.active\:border-zinc-200\/20:active {
  border-color: rgb(228 228 231 / 0.2);
}
.active\:border-zinc-200\/25:active {
  border-color: rgb(228 228 231 / 0.25);
}
.active\:border-zinc-200\/30:active {
  border-color: rgb(228 228 231 / 0.3);
}
.active\:border-zinc-200\/40:active {
  border-color: rgb(228 228 231 / 0.4);
}
.active\:border-zinc-200\/5:active {
  border-color: rgb(228 228 231 / 0.05);
}
.active\:border-zinc-200\/50:active {
  border-color: rgb(228 228 231 / 0.5);
}
.active\:border-zinc-200\/60:active {
  border-color: rgb(228 228 231 / 0.6);
}
.active\:border-zinc-200\/70:active {
  border-color: rgb(228 228 231 / 0.7);
}
.active\:border-zinc-200\/75:active {
  border-color: rgb(228 228 231 / 0.75);
}
.active\:border-zinc-200\/80:active {
  border-color: rgb(228 228 231 / 0.8);
}
.active\:border-zinc-200\/90:active {
  border-color: rgb(228 228 231 / 0.9);
}
.active\:border-zinc-200\/95:active {
  border-color: rgb(228 228 231 / 0.95);
}
.active\:border-zinc-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
.active\:border-zinc-300\/0:active {
  border-color: rgb(212 212 216 / 0);
}
.active\:border-zinc-300\/10:active {
  border-color: rgb(212 212 216 / 0.1);
}
.active\:border-zinc-300\/100:active {
  border-color: rgb(212 212 216 / 1);
}
.active\:border-zinc-300\/20:active {
  border-color: rgb(212 212 216 / 0.2);
}
.active\:border-zinc-300\/25:active {
  border-color: rgb(212 212 216 / 0.25);
}
.active\:border-zinc-300\/30:active {
  border-color: rgb(212 212 216 / 0.3);
}
.active\:border-zinc-300\/40:active {
  border-color: rgb(212 212 216 / 0.4);
}
.active\:border-zinc-300\/5:active {
  border-color: rgb(212 212 216 / 0.05);
}
.active\:border-zinc-300\/50:active {
  border-color: rgb(212 212 216 / 0.5);
}
.active\:border-zinc-300\/60:active {
  border-color: rgb(212 212 216 / 0.6);
}
.active\:border-zinc-300\/70:active {
  border-color: rgb(212 212 216 / 0.7);
}
.active\:border-zinc-300\/75:active {
  border-color: rgb(212 212 216 / 0.75);
}
.active\:border-zinc-300\/80:active {
  border-color: rgb(212 212 216 / 0.8);
}
.active\:border-zinc-300\/90:active {
  border-color: rgb(212 212 216 / 0.9);
}
.active\:border-zinc-300\/95:active {
  border-color: rgb(212 212 216 / 0.95);
}
.active\:border-zinc-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.active\:border-zinc-400\/0:active {
  border-color: rgb(161 161 170 / 0);
}
.active\:border-zinc-400\/10:active {
  border-color: rgb(161 161 170 / 0.1);
}
.active\:border-zinc-400\/100:active {
  border-color: rgb(161 161 170 / 1);
}
.active\:border-zinc-400\/20:active {
  border-color: rgb(161 161 170 / 0.2);
}
.active\:border-zinc-400\/25:active {
  border-color: rgb(161 161 170 / 0.25);
}
.active\:border-zinc-400\/30:active {
  border-color: rgb(161 161 170 / 0.3);
}
.active\:border-zinc-400\/40:active {
  border-color: rgb(161 161 170 / 0.4);
}
.active\:border-zinc-400\/5:active {
  border-color: rgb(161 161 170 / 0.05);
}
.active\:border-zinc-400\/50:active {
  border-color: rgb(161 161 170 / 0.5);
}
.active\:border-zinc-400\/60:active {
  border-color: rgb(161 161 170 / 0.6);
}
.active\:border-zinc-400\/70:active {
  border-color: rgb(161 161 170 / 0.7);
}
.active\:border-zinc-400\/75:active {
  border-color: rgb(161 161 170 / 0.75);
}
.active\:border-zinc-400\/80:active {
  border-color: rgb(161 161 170 / 0.8);
}
.active\:border-zinc-400\/90:active {
  border-color: rgb(161 161 170 / 0.9);
}
.active\:border-zinc-400\/95:active {
  border-color: rgb(161 161 170 / 0.95);
}
.active\:border-zinc-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.active\:border-zinc-50\/0:active {
  border-color: rgb(250 250 250 / 0);
}
.active\:border-zinc-50\/10:active {
  border-color: rgb(250 250 250 / 0.1);
}
.active\:border-zinc-50\/100:active {
  border-color: rgb(250 250 250 / 1);
}
.active\:border-zinc-50\/20:active {
  border-color: rgb(250 250 250 / 0.2);
}
.active\:border-zinc-50\/25:active {
  border-color: rgb(250 250 250 / 0.25);
}
.active\:border-zinc-50\/30:active {
  border-color: rgb(250 250 250 / 0.3);
}
.active\:border-zinc-50\/40:active {
  border-color: rgb(250 250 250 / 0.4);
}
.active\:border-zinc-50\/5:active {
  border-color: rgb(250 250 250 / 0.05);
}
.active\:border-zinc-50\/50:active {
  border-color: rgb(250 250 250 / 0.5);
}
.active\:border-zinc-50\/60:active {
  border-color: rgb(250 250 250 / 0.6);
}
.active\:border-zinc-50\/70:active {
  border-color: rgb(250 250 250 / 0.7);
}
.active\:border-zinc-50\/75:active {
  border-color: rgb(250 250 250 / 0.75);
}
.active\:border-zinc-50\/80:active {
  border-color: rgb(250 250 250 / 0.8);
}
.active\:border-zinc-50\/90:active {
  border-color: rgb(250 250 250 / 0.9);
}
.active\:border-zinc-50\/95:active {
  border-color: rgb(250 250 250 / 0.95);
}
.active\:border-zinc-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
.active\:border-zinc-500\/0:active {
  border-color: rgb(113 113 122 / 0);
}
.active\:border-zinc-500\/10:active {
  border-color: rgb(113 113 122 / 0.1);
}
.active\:border-zinc-500\/100:active {
  border-color: rgb(113 113 122 / 1);
}
.active\:border-zinc-500\/20:active {
  border-color: rgb(113 113 122 / 0.2);
}
.active\:border-zinc-500\/25:active {
  border-color: rgb(113 113 122 / 0.25);
}
.active\:border-zinc-500\/30:active {
  border-color: rgb(113 113 122 / 0.3);
}
.active\:border-zinc-500\/40:active {
  border-color: rgb(113 113 122 / 0.4);
}
.active\:border-zinc-500\/5:active {
  border-color: rgb(113 113 122 / 0.05);
}
.active\:border-zinc-500\/50:active {
  border-color: rgb(113 113 122 / 0.5);
}
.active\:border-zinc-500\/60:active {
  border-color: rgb(113 113 122 / 0.6);
}
.active\:border-zinc-500\/70:active {
  border-color: rgb(113 113 122 / 0.7);
}
.active\:border-zinc-500\/75:active {
  border-color: rgb(113 113 122 / 0.75);
}
.active\:border-zinc-500\/80:active {
  border-color: rgb(113 113 122 / 0.8);
}
.active\:border-zinc-500\/90:active {
  border-color: rgb(113 113 122 / 0.9);
}
.active\:border-zinc-500\/95:active {
  border-color: rgb(113 113 122 / 0.95);
}
.active\:border-zinc-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
.active\:border-zinc-600\/0:active {
  border-color: rgb(82 82 91 / 0);
}
.active\:border-zinc-600\/10:active {
  border-color: rgb(82 82 91 / 0.1);
}
.active\:border-zinc-600\/100:active {
  border-color: rgb(82 82 91 / 1);
}
.active\:border-zinc-600\/20:active {
  border-color: rgb(82 82 91 / 0.2);
}
.active\:border-zinc-600\/25:active {
  border-color: rgb(82 82 91 / 0.25);
}
.active\:border-zinc-600\/30:active {
  border-color: rgb(82 82 91 / 0.3);
}
.active\:border-zinc-600\/40:active {
  border-color: rgb(82 82 91 / 0.4);
}
.active\:border-zinc-600\/5:active {
  border-color: rgb(82 82 91 / 0.05);
}
.active\:border-zinc-600\/50:active {
  border-color: rgb(82 82 91 / 0.5);
}
.active\:border-zinc-600\/60:active {
  border-color: rgb(82 82 91 / 0.6);
}
.active\:border-zinc-600\/70:active {
  border-color: rgb(82 82 91 / 0.7);
}
.active\:border-zinc-600\/75:active {
  border-color: rgb(82 82 91 / 0.75);
}
.active\:border-zinc-600\/80:active {
  border-color: rgb(82 82 91 / 0.8);
}
.active\:border-zinc-600\/90:active {
  border-color: rgb(82 82 91 / 0.9);
}
.active\:border-zinc-600\/95:active {
  border-color: rgb(82 82 91 / 0.95);
}
.active\:border-zinc-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
.active\:border-zinc-700\/0:active {
  border-color: rgb(63 63 70 / 0);
}
.active\:border-zinc-700\/10:active {
  border-color: rgb(63 63 70 / 0.1);
}
.active\:border-zinc-700\/100:active {
  border-color: rgb(63 63 70 / 1);
}
.active\:border-zinc-700\/20:active {
  border-color: rgb(63 63 70 / 0.2);
}
.active\:border-zinc-700\/25:active {
  border-color: rgb(63 63 70 / 0.25);
}
.active\:border-zinc-700\/30:active {
  border-color: rgb(63 63 70 / 0.3);
}
.active\:border-zinc-700\/40:active {
  border-color: rgb(63 63 70 / 0.4);
}
.active\:border-zinc-700\/5:active {
  border-color: rgb(63 63 70 / 0.05);
}
.active\:border-zinc-700\/50:active {
  border-color: rgb(63 63 70 / 0.5);
}
.active\:border-zinc-700\/60:active {
  border-color: rgb(63 63 70 / 0.6);
}
.active\:border-zinc-700\/70:active {
  border-color: rgb(63 63 70 / 0.7);
}
.active\:border-zinc-700\/75:active {
  border-color: rgb(63 63 70 / 0.75);
}
.active\:border-zinc-700\/80:active {
  border-color: rgb(63 63 70 / 0.8);
}
.active\:border-zinc-700\/90:active {
  border-color: rgb(63 63 70 / 0.9);
}
.active\:border-zinc-700\/95:active {
  border-color: rgb(63 63 70 / 0.95);
}
.active\:border-zinc-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
.active\:border-zinc-800\/0:active {
  border-color: rgb(39 39 42 / 0);
}
.active\:border-zinc-800\/10:active {
  border-color: rgb(39 39 42 / 0.1);
}
.active\:border-zinc-800\/100:active {
  border-color: rgb(39 39 42 / 1);
}
.active\:border-zinc-800\/20:active {
  border-color: rgb(39 39 42 / 0.2);
}
.active\:border-zinc-800\/25:active {
  border-color: rgb(39 39 42 / 0.25);
}
.active\:border-zinc-800\/30:active {
  border-color: rgb(39 39 42 / 0.3);
}
.active\:border-zinc-800\/40:active {
  border-color: rgb(39 39 42 / 0.4);
}
.active\:border-zinc-800\/5:active {
  border-color: rgb(39 39 42 / 0.05);
}
.active\:border-zinc-800\/50:active {
  border-color: rgb(39 39 42 / 0.5);
}
.active\:border-zinc-800\/60:active {
  border-color: rgb(39 39 42 / 0.6);
}
.active\:border-zinc-800\/70:active {
  border-color: rgb(39 39 42 / 0.7);
}
.active\:border-zinc-800\/75:active {
  border-color: rgb(39 39 42 / 0.75);
}
.active\:border-zinc-800\/80:active {
  border-color: rgb(39 39 42 / 0.8);
}
.active\:border-zinc-800\/90:active {
  border-color: rgb(39 39 42 / 0.9);
}
.active\:border-zinc-800\/95:active {
  border-color: rgb(39 39 42 / 0.95);
}
.active\:border-zinc-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.active\:border-zinc-900\/0:active {
  border-color: rgb(24 24 27 / 0);
}
.active\:border-zinc-900\/10:active {
  border-color: rgb(24 24 27 / 0.1);
}
.active\:border-zinc-900\/100:active {
  border-color: rgb(24 24 27 / 1);
}
.active\:border-zinc-900\/20:active {
  border-color: rgb(24 24 27 / 0.2);
}
.active\:border-zinc-900\/25:active {
  border-color: rgb(24 24 27 / 0.25);
}
.active\:border-zinc-900\/30:active {
  border-color: rgb(24 24 27 / 0.3);
}
.active\:border-zinc-900\/40:active {
  border-color: rgb(24 24 27 / 0.4);
}
.active\:border-zinc-900\/5:active {
  border-color: rgb(24 24 27 / 0.05);
}
.active\:border-zinc-900\/50:active {
  border-color: rgb(24 24 27 / 0.5);
}
.active\:border-zinc-900\/60:active {
  border-color: rgb(24 24 27 / 0.6);
}
.active\:border-zinc-900\/70:active {
  border-color: rgb(24 24 27 / 0.7);
}
.active\:border-zinc-900\/75:active {
  border-color: rgb(24 24 27 / 0.75);
}
.active\:border-zinc-900\/80:active {
  border-color: rgb(24 24 27 / 0.8);
}
.active\:border-zinc-900\/90:active {
  border-color: rgb(24 24 27 / 0.9);
}
.active\:border-zinc-900\/95:active {
  border-color: rgb(24 24 27 / 0.95);
}
.active\:border-zinc-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
.active\:border-zinc-950\/0:active {
  border-color: rgb(9 9 11 / 0);
}
.active\:border-zinc-950\/10:active {
  border-color: rgb(9 9 11 / 0.1);
}
.active\:border-zinc-950\/100:active {
  border-color: rgb(9 9 11 / 1);
}
.active\:border-zinc-950\/20:active {
  border-color: rgb(9 9 11 / 0.2);
}
.active\:border-zinc-950\/25:active {
  border-color: rgb(9 9 11 / 0.25);
}
.active\:border-zinc-950\/30:active {
  border-color: rgb(9 9 11 / 0.3);
}
.active\:border-zinc-950\/40:active {
  border-color: rgb(9 9 11 / 0.4);
}
.active\:border-zinc-950\/5:active {
  border-color: rgb(9 9 11 / 0.05);
}
.active\:border-zinc-950\/50:active {
  border-color: rgb(9 9 11 / 0.5);
}
.active\:border-zinc-950\/60:active {
  border-color: rgb(9 9 11 / 0.6);
}
.active\:border-zinc-950\/70:active {
  border-color: rgb(9 9 11 / 0.7);
}
.active\:border-zinc-950\/75:active {
  border-color: rgb(9 9 11 / 0.75);
}
.active\:border-zinc-950\/80:active {
  border-color: rgb(9 9 11 / 0.8);
}
.active\:border-zinc-950\/90:active {
  border-color: rgb(9 9 11 / 0.9);
}
.active\:border-zinc-950\/95:active {
  border-color: rgb(9 9 11 / 0.95);
}
.active\:bg-amber-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.active\:bg-amber-100\/0:active {
  background-color: rgb(254 243 199 / 0);
}
.active\:bg-amber-100\/10:active {
  background-color: rgb(254 243 199 / 0.1);
}
.active\:bg-amber-100\/100:active {
  background-color: rgb(254 243 199 / 1);
}
.active\:bg-amber-100\/20:active {
  background-color: rgb(254 243 199 / 0.2);
}
.active\:bg-amber-100\/25:active {
  background-color: rgb(254 243 199 / 0.25);
}
.active\:bg-amber-100\/30:active {
  background-color: rgb(254 243 199 / 0.3);
}
.active\:bg-amber-100\/40:active {
  background-color: rgb(254 243 199 / 0.4);
}
.active\:bg-amber-100\/5:active {
  background-color: rgb(254 243 199 / 0.05);
}
.active\:bg-amber-100\/50:active {
  background-color: rgb(254 243 199 / 0.5);
}
.active\:bg-amber-100\/60:active {
  background-color: rgb(254 243 199 / 0.6);
}
.active\:bg-amber-100\/70:active {
  background-color: rgb(254 243 199 / 0.7);
}
.active\:bg-amber-100\/75:active {
  background-color: rgb(254 243 199 / 0.75);
}
.active\:bg-amber-100\/80:active {
  background-color: rgb(254 243 199 / 0.8);
}
.active\:bg-amber-100\/90:active {
  background-color: rgb(254 243 199 / 0.9);
}
.active\:bg-amber-100\/95:active {
  background-color: rgb(254 243 199 / 0.95);
}
.active\:bg-amber-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.active\:bg-amber-200\/0:active {
  background-color: rgb(253 230 138 / 0);
}
.active\:bg-amber-200\/10:active {
  background-color: rgb(253 230 138 / 0.1);
}
.active\:bg-amber-200\/100:active {
  background-color: rgb(253 230 138 / 1);
}
.active\:bg-amber-200\/20:active {
  background-color: rgb(253 230 138 / 0.2);
}
.active\:bg-amber-200\/25:active {
  background-color: rgb(253 230 138 / 0.25);
}
.active\:bg-amber-200\/30:active {
  background-color: rgb(253 230 138 / 0.3);
}
.active\:bg-amber-200\/40:active {
  background-color: rgb(253 230 138 / 0.4);
}
.active\:bg-amber-200\/5:active {
  background-color: rgb(253 230 138 / 0.05);
}
.active\:bg-amber-200\/50:active {
  background-color: rgb(253 230 138 / 0.5);
}
.active\:bg-amber-200\/60:active {
  background-color: rgb(253 230 138 / 0.6);
}
.active\:bg-amber-200\/70:active {
  background-color: rgb(253 230 138 / 0.7);
}
.active\:bg-amber-200\/75:active {
  background-color: rgb(253 230 138 / 0.75);
}
.active\:bg-amber-200\/80:active {
  background-color: rgb(253 230 138 / 0.8);
}
.active\:bg-amber-200\/90:active {
  background-color: rgb(253 230 138 / 0.9);
}
.active\:bg-amber-200\/95:active {
  background-color: rgb(253 230 138 / 0.95);
}
.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.active\:bg-amber-300\/0:active {
  background-color: rgb(252 211 77 / 0);
}
.active\:bg-amber-300\/10:active {
  background-color: rgb(252 211 77 / 0.1);
}
.active\:bg-amber-300\/100:active {
  background-color: rgb(252 211 77 / 1);
}
.active\:bg-amber-300\/20:active {
  background-color: rgb(252 211 77 / 0.2);
}
.active\:bg-amber-300\/25:active {
  background-color: rgb(252 211 77 / 0.25);
}
.active\:bg-amber-300\/30:active {
  background-color: rgb(252 211 77 / 0.3);
}
.active\:bg-amber-300\/40:active {
  background-color: rgb(252 211 77 / 0.4);
}
.active\:bg-amber-300\/5:active {
  background-color: rgb(252 211 77 / 0.05);
}
.active\:bg-amber-300\/50:active {
  background-color: rgb(252 211 77 / 0.5);
}
.active\:bg-amber-300\/60:active {
  background-color: rgb(252 211 77 / 0.6);
}
.active\:bg-amber-300\/70:active {
  background-color: rgb(252 211 77 / 0.7);
}
.active\:bg-amber-300\/75:active {
  background-color: rgb(252 211 77 / 0.75);
}
.active\:bg-amber-300\/80:active {
  background-color: rgb(252 211 77 / 0.8);
}
.active\:bg-amber-300\/90:active {
  background-color: rgb(252 211 77 / 0.9);
}
.active\:bg-amber-300\/95:active {
  background-color: rgb(252 211 77 / 0.95);
}
.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.active\:bg-amber-400\/0:active {
  background-color: rgb(251 191 36 / 0);
}
.active\:bg-amber-400\/10:active {
  background-color: rgb(251 191 36 / 0.1);
}
.active\:bg-amber-400\/100:active {
  background-color: rgb(251 191 36 / 1);
}
.active\:bg-amber-400\/20:active {
  background-color: rgb(251 191 36 / 0.2);
}
.active\:bg-amber-400\/25:active {
  background-color: rgb(251 191 36 / 0.25);
}
.active\:bg-amber-400\/30:active {
  background-color: rgb(251 191 36 / 0.3);
}
.active\:bg-amber-400\/40:active {
  background-color: rgb(251 191 36 / 0.4);
}
.active\:bg-amber-400\/5:active {
  background-color: rgb(251 191 36 / 0.05);
}
.active\:bg-amber-400\/50:active {
  background-color: rgb(251 191 36 / 0.5);
}
.active\:bg-amber-400\/60:active {
  background-color: rgb(251 191 36 / 0.6);
}
.active\:bg-amber-400\/70:active {
  background-color: rgb(251 191 36 / 0.7);
}
.active\:bg-amber-400\/75:active {
  background-color: rgb(251 191 36 / 0.75);
}
.active\:bg-amber-400\/80:active {
  background-color: rgb(251 191 36 / 0.8);
}
.active\:bg-amber-400\/90:active {
  background-color: rgb(251 191 36 / 0.9);
}
.active\:bg-amber-400\/95:active {
  background-color: rgb(251 191 36 / 0.95);
}
.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.active\:bg-amber-50\/0:active {
  background-color: rgb(255 251 235 / 0);
}
.active\:bg-amber-50\/10:active {
  background-color: rgb(255 251 235 / 0.1);
}
.active\:bg-amber-50\/100:active {
  background-color: rgb(255 251 235 / 1);
}
.active\:bg-amber-50\/20:active {
  background-color: rgb(255 251 235 / 0.2);
}
.active\:bg-amber-50\/25:active {
  background-color: rgb(255 251 235 / 0.25);
}
.active\:bg-amber-50\/30:active {
  background-color: rgb(255 251 235 / 0.3);
}
.active\:bg-amber-50\/40:active {
  background-color: rgb(255 251 235 / 0.4);
}
.active\:bg-amber-50\/5:active {
  background-color: rgb(255 251 235 / 0.05);
}
.active\:bg-amber-50\/50:active {
  background-color: rgb(255 251 235 / 0.5);
}
.active\:bg-amber-50\/60:active {
  background-color: rgb(255 251 235 / 0.6);
}
.active\:bg-amber-50\/70:active {
  background-color: rgb(255 251 235 / 0.7);
}
.active\:bg-amber-50\/75:active {
  background-color: rgb(255 251 235 / 0.75);
}
.active\:bg-amber-50\/80:active {
  background-color: rgb(255 251 235 / 0.8);
}
.active\:bg-amber-50\/90:active {
  background-color: rgb(255 251 235 / 0.9);
}
.active\:bg-amber-50\/95:active {
  background-color: rgb(255 251 235 / 0.95);
}
.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.active\:bg-amber-500\/0:active {
  background-color: rgb(245 158 11 / 0);
}
.active\:bg-amber-500\/10:active {
  background-color: rgb(245 158 11 / 0.1);
}
.active\:bg-amber-500\/100:active {
  background-color: rgb(245 158 11 / 1);
}
.active\:bg-amber-500\/20:active {
  background-color: rgb(245 158 11 / 0.2);
}
.active\:bg-amber-500\/25:active {
  background-color: rgb(245 158 11 / 0.25);
}
.active\:bg-amber-500\/30:active {
  background-color: rgb(245 158 11 / 0.3);
}
.active\:bg-amber-500\/40:active {
  background-color: rgb(245 158 11 / 0.4);
}
.active\:bg-amber-500\/5:active {
  background-color: rgb(245 158 11 / 0.05);
}
.active\:bg-amber-500\/50:active {
  background-color: rgb(245 158 11 / 0.5);
}
.active\:bg-amber-500\/60:active {
  background-color: rgb(245 158 11 / 0.6);
}
.active\:bg-amber-500\/70:active {
  background-color: rgb(245 158 11 / 0.7);
}
.active\:bg-amber-500\/75:active {
  background-color: rgb(245 158 11 / 0.75);
}
.active\:bg-amber-500\/80:active {
  background-color: rgb(245 158 11 / 0.8);
}
.active\:bg-amber-500\/90:active {
  background-color: rgb(245 158 11 / 0.9);
}
.active\:bg-amber-500\/95:active {
  background-color: rgb(245 158 11 / 0.95);
}
.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.active\:bg-amber-600\/0:active {
  background-color: rgb(217 119 6 / 0);
}
.active\:bg-amber-600\/10:active {
  background-color: rgb(217 119 6 / 0.1);
}
.active\:bg-amber-600\/100:active {
  background-color: rgb(217 119 6 / 1);
}
.active\:bg-amber-600\/20:active {
  background-color: rgb(217 119 6 / 0.2);
}
.active\:bg-amber-600\/25:active {
  background-color: rgb(217 119 6 / 0.25);
}
.active\:bg-amber-600\/30:active {
  background-color: rgb(217 119 6 / 0.3);
}
.active\:bg-amber-600\/40:active {
  background-color: rgb(217 119 6 / 0.4);
}
.active\:bg-amber-600\/5:active {
  background-color: rgb(217 119 6 / 0.05);
}
.active\:bg-amber-600\/50:active {
  background-color: rgb(217 119 6 / 0.5);
}
.active\:bg-amber-600\/60:active {
  background-color: rgb(217 119 6 / 0.6);
}
.active\:bg-amber-600\/70:active {
  background-color: rgb(217 119 6 / 0.7);
}
.active\:bg-amber-600\/75:active {
  background-color: rgb(217 119 6 / 0.75);
}
.active\:bg-amber-600\/80:active {
  background-color: rgb(217 119 6 / 0.8);
}
.active\:bg-amber-600\/90:active {
  background-color: rgb(217 119 6 / 0.9);
}
.active\:bg-amber-600\/95:active {
  background-color: rgb(217 119 6 / 0.95);
}
.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.active\:bg-amber-700\/0:active {
  background-color: rgb(180 83 9 / 0);
}
.active\:bg-amber-700\/10:active {
  background-color: rgb(180 83 9 / 0.1);
}
.active\:bg-amber-700\/100:active {
  background-color: rgb(180 83 9 / 1);
}
.active\:bg-amber-700\/20:active {
  background-color: rgb(180 83 9 / 0.2);
}
.active\:bg-amber-700\/25:active {
  background-color: rgb(180 83 9 / 0.25);
}
.active\:bg-amber-700\/30:active {
  background-color: rgb(180 83 9 / 0.3);
}
.active\:bg-amber-700\/40:active {
  background-color: rgb(180 83 9 / 0.4);
}
.active\:bg-amber-700\/5:active {
  background-color: rgb(180 83 9 / 0.05);
}
.active\:bg-amber-700\/50:active {
  background-color: rgb(180 83 9 / 0.5);
}
.active\:bg-amber-700\/60:active {
  background-color: rgb(180 83 9 / 0.6);
}
.active\:bg-amber-700\/70:active {
  background-color: rgb(180 83 9 / 0.7);
}
.active\:bg-amber-700\/75:active {
  background-color: rgb(180 83 9 / 0.75);
}
.active\:bg-amber-700\/80:active {
  background-color: rgb(180 83 9 / 0.8);
}
.active\:bg-amber-700\/90:active {
  background-color: rgb(180 83 9 / 0.9);
}
.active\:bg-amber-700\/95:active {
  background-color: rgb(180 83 9 / 0.95);
}
.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.active\:bg-amber-800\/0:active {
  background-color: rgb(146 64 14 / 0);
}
.active\:bg-amber-800\/10:active {
  background-color: rgb(146 64 14 / 0.1);
}
.active\:bg-amber-800\/100:active {
  background-color: rgb(146 64 14 / 1);
}
.active\:bg-amber-800\/20:active {
  background-color: rgb(146 64 14 / 0.2);
}
.active\:bg-amber-800\/25:active {
  background-color: rgb(146 64 14 / 0.25);
}
.active\:bg-amber-800\/30:active {
  background-color: rgb(146 64 14 / 0.3);
}
.active\:bg-amber-800\/40:active {
  background-color: rgb(146 64 14 / 0.4);
}
.active\:bg-amber-800\/5:active {
  background-color: rgb(146 64 14 / 0.05);
}
.active\:bg-amber-800\/50:active {
  background-color: rgb(146 64 14 / 0.5);
}
.active\:bg-amber-800\/60:active {
  background-color: rgb(146 64 14 / 0.6);
}
.active\:bg-amber-800\/70:active {
  background-color: rgb(146 64 14 / 0.7);
}
.active\:bg-amber-800\/75:active {
  background-color: rgb(146 64 14 / 0.75);
}
.active\:bg-amber-800\/80:active {
  background-color: rgb(146 64 14 / 0.8);
}
.active\:bg-amber-800\/90:active {
  background-color: rgb(146 64 14 / 0.9);
}
.active\:bg-amber-800\/95:active {
  background-color: rgb(146 64 14 / 0.95);
}
.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.active\:bg-amber-900\/0:active {
  background-color: rgb(120 53 15 / 0);
}
.active\:bg-amber-900\/10:active {
  background-color: rgb(120 53 15 / 0.1);
}
.active\:bg-amber-900\/100:active {
  background-color: rgb(120 53 15 / 1);
}
.active\:bg-amber-900\/20:active {
  background-color: rgb(120 53 15 / 0.2);
}
.active\:bg-amber-900\/25:active {
  background-color: rgb(120 53 15 / 0.25);
}
.active\:bg-amber-900\/30:active {
  background-color: rgb(120 53 15 / 0.3);
}
.active\:bg-amber-900\/40:active {
  background-color: rgb(120 53 15 / 0.4);
}
.active\:bg-amber-900\/5:active {
  background-color: rgb(120 53 15 / 0.05);
}
.active\:bg-amber-900\/50:active {
  background-color: rgb(120 53 15 / 0.5);
}
.active\:bg-amber-900\/60:active {
  background-color: rgb(120 53 15 / 0.6);
}
.active\:bg-amber-900\/70:active {
  background-color: rgb(120 53 15 / 0.7);
}
.active\:bg-amber-900\/75:active {
  background-color: rgb(120 53 15 / 0.75);
}
.active\:bg-amber-900\/80:active {
  background-color: rgb(120 53 15 / 0.8);
}
.active\:bg-amber-900\/90:active {
  background-color: rgb(120 53 15 / 0.9);
}
.active\:bg-amber-900\/95:active {
  background-color: rgb(120 53 15 / 0.95);
}
.active\:bg-amber-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.active\:bg-amber-950\/0:active {
  background-color: rgb(69 26 3 / 0);
}
.active\:bg-amber-950\/10:active {
  background-color: rgb(69 26 3 / 0.1);
}
.active\:bg-amber-950\/100:active {
  background-color: rgb(69 26 3 / 1);
}
.active\:bg-amber-950\/20:active {
  background-color: rgb(69 26 3 / 0.2);
}
.active\:bg-amber-950\/25:active {
  background-color: rgb(69 26 3 / 0.25);
}
.active\:bg-amber-950\/30:active {
  background-color: rgb(69 26 3 / 0.3);
}
.active\:bg-amber-950\/40:active {
  background-color: rgb(69 26 3 / 0.4);
}
.active\:bg-amber-950\/5:active {
  background-color: rgb(69 26 3 / 0.05);
}
.active\:bg-amber-950\/50:active {
  background-color: rgb(69 26 3 / 0.5);
}
.active\:bg-amber-950\/60:active {
  background-color: rgb(69 26 3 / 0.6);
}
.active\:bg-amber-950\/70:active {
  background-color: rgb(69 26 3 / 0.7);
}
.active\:bg-amber-950\/75:active {
  background-color: rgb(69 26 3 / 0.75);
}
.active\:bg-amber-950\/80:active {
  background-color: rgb(69 26 3 / 0.8);
}
.active\:bg-amber-950\/90:active {
  background-color: rgb(69 26 3 / 0.9);
}
.active\:bg-amber-950\/95:active {
  background-color: rgb(69 26 3 / 0.95);
}
.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.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\/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\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}
.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\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(191 219 254 / 0.4);
}
.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\/60:active {
  background-color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(147 197 253 / 0.4);
}
.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\/60:active {
  background-color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(96 165 250 / 0.4);
}
.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\/60:active {
  background-color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(239 246 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}
.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\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(37 99 235 / 0.4);
}
.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\/60:active {
  background-color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}
.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\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(30 64 175 / 0.4);
}
.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\/60:active {
  background-color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(30 58 138 / 0.4);
}
.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\/60:active {
  background-color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(23 37 84 / 0.4);
}
.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\/60:active {
  background-color: rgb(23 37 84 / 0.6);
}
.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\/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-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.active\:bg-cyan-100\/0:active {
  background-color: rgb(207 250 254 / 0);
}
.active\:bg-cyan-100\/10:active {
  background-color: rgb(207 250 254 / 0.1);
}
.active\:bg-cyan-100\/100:active {
  background-color: rgb(207 250 254 / 1);
}
.active\:bg-cyan-100\/20:active {
  background-color: rgb(207 250 254 / 0.2);
}
.active\:bg-cyan-100\/25:active {
  background-color: rgb(207 250 254 / 0.25);
}
.active\:bg-cyan-100\/30:active {
  background-color: rgb(207 250 254 / 0.3);
}
.active\:bg-cyan-100\/40:active {
  background-color: rgb(207 250 254 / 0.4);
}
.active\:bg-cyan-100\/5:active {
  background-color: rgb(207 250 254 / 0.05);
}
.active\:bg-cyan-100\/50:active {
  background-color: rgb(207 250 254 / 0.5);
}
.active\:bg-cyan-100\/60:active {
  background-color: rgb(207 250 254 / 0.6);
}
.active\:bg-cyan-100\/70:active {
  background-color: rgb(207 250 254 / 0.7);
}
.active\:bg-cyan-100\/75:active {
  background-color: rgb(207 250 254 / 0.75);
}
.active\:bg-cyan-100\/80:active {
  background-color: rgb(207 250 254 / 0.8);
}
.active\:bg-cyan-100\/90:active {
  background-color: rgb(207 250 254 / 0.9);
}
.active\:bg-cyan-100\/95:active {
  background-color: rgb(207 250 254 / 0.95);
}
.active\:bg-cyan-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.active\:bg-cyan-200\/0:active {
  background-color: rgb(165 243 252 / 0);
}
.active\:bg-cyan-200\/10:active {
  background-color: rgb(165 243 252 / 0.1);
}
.active\:bg-cyan-200\/100:active {
  background-color: rgb(165 243 252 / 1);
}
.active\:bg-cyan-200\/20:active {
  background-color: rgb(165 243 252 / 0.2);
}
.active\:bg-cyan-200\/25:active {
  background-color: rgb(165 243 252 / 0.25);
}
.active\:bg-cyan-200\/30:active {
  background-color: rgb(165 243 252 / 0.3);
}
.active\:bg-cyan-200\/40:active {
  background-color: rgb(165 243 252 / 0.4);
}
.active\:bg-cyan-200\/5:active {
  background-color: rgb(165 243 252 / 0.05);
}
.active\:bg-cyan-200\/50:active {
  background-color: rgb(165 243 252 / 0.5);
}
.active\:bg-cyan-200\/60:active {
  background-color: rgb(165 243 252 / 0.6);
}
.active\:bg-cyan-200\/70:active {
  background-color: rgb(165 243 252 / 0.7);
}
.active\:bg-cyan-200\/75:active {
  background-color: rgb(165 243 252 / 0.75);
}
.active\:bg-cyan-200\/80:active {
  background-color: rgb(165 243 252 / 0.8);
}
.active\:bg-cyan-200\/90:active {
  background-color: rgb(165 243 252 / 0.9);
}
.active\:bg-cyan-200\/95:active {
  background-color: rgb(165 243 252 / 0.95);
}
.active\:bg-cyan-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.active\:bg-cyan-300\/0:active {
  background-color: rgb(103 232 249 / 0);
}
.active\:bg-cyan-300\/10:active {
  background-color: rgb(103 232 249 / 0.1);
}
.active\:bg-cyan-300\/100:active {
  background-color: rgb(103 232 249 / 1);
}
.active\:bg-cyan-300\/20:active {
  background-color: rgb(103 232 249 / 0.2);
}
.active\:bg-cyan-300\/25:active {
  background-color: rgb(103 232 249 / 0.25);
}
.active\:bg-cyan-300\/30:active {
  background-color: rgb(103 232 249 / 0.3);
}
.active\:bg-cyan-300\/40:active {
  background-color: rgb(103 232 249 / 0.4);
}
.active\:bg-cyan-300\/5:active {
  background-color: rgb(103 232 249 / 0.05);
}
.active\:bg-cyan-300\/50:active {
  background-color: rgb(103 232 249 / 0.5);
}
.active\:bg-cyan-300\/60:active {
  background-color: rgb(103 232 249 / 0.6);
}
.active\:bg-cyan-300\/70:active {
  background-color: rgb(103 232 249 / 0.7);
}
.active\:bg-cyan-300\/75:active {
  background-color: rgb(103 232 249 / 0.75);
}
.active\:bg-cyan-300\/80:active {
  background-color: rgb(103 232 249 / 0.8);
}
.active\:bg-cyan-300\/90:active {
  background-color: rgb(103 232 249 / 0.9);
}
.active\:bg-cyan-300\/95:active {
  background-color: rgb(103 232 249 / 0.95);
}
.active\:bg-cyan-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.active\:bg-cyan-400\/0:active {
  background-color: rgb(34 211 238 / 0);
}
.active\:bg-cyan-400\/10:active {
  background-color: rgb(34 211 238 / 0.1);
}
.active\:bg-cyan-400\/100:active {
  background-color: rgb(34 211 238 / 1);
}
.active\:bg-cyan-400\/20:active {
  background-color: rgb(34 211 238 / 0.2);
}
.active\:bg-cyan-400\/25:active {
  background-color: rgb(34 211 238 / 0.25);
}
.active\:bg-cyan-400\/30:active {
  background-color: rgb(34 211 238 / 0.3);
}
.active\:bg-cyan-400\/40:active {
  background-color: rgb(34 211 238 / 0.4);
}
.active\:bg-cyan-400\/5:active {
  background-color: rgb(34 211 238 / 0.05);
}
.active\:bg-cyan-400\/50:active {
  background-color: rgb(34 211 238 / 0.5);
}
.active\:bg-cyan-400\/60:active {
  background-color: rgb(34 211 238 / 0.6);
}
.active\:bg-cyan-400\/70:active {
  background-color: rgb(34 211 238 / 0.7);
}
.active\:bg-cyan-400\/75:active {
  background-color: rgb(34 211 238 / 0.75);
}
.active\:bg-cyan-400\/80:active {
  background-color: rgb(34 211 238 / 0.8);
}
.active\:bg-cyan-400\/90:active {
  background-color: rgb(34 211 238 / 0.9);
}
.active\:bg-cyan-400\/95:active {
  background-color: rgb(34 211 238 / 0.95);
}
.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.active\:bg-cyan-50\/0:active {
  background-color: rgb(236 254 255 / 0);
}
.active\:bg-cyan-50\/10:active {
  background-color: rgb(236 254 255 / 0.1);
}
.active\:bg-cyan-50\/100:active {
  background-color: rgb(236 254 255 / 1);
}
.active\:bg-cyan-50\/20:active {
  background-color: rgb(236 254 255 / 0.2);
}
.active\:bg-cyan-50\/25:active {
  background-color: rgb(236 254 255 / 0.25);
}
.active\:bg-cyan-50\/30:active {
  background-color: rgb(236 254 255 / 0.3);
}
.active\:bg-cyan-50\/40:active {
  background-color: rgb(236 254 255 / 0.4);
}
.active\:bg-cyan-50\/5:active {
  background-color: rgb(236 254 255 / 0.05);
}
.active\:bg-cyan-50\/50:active {
  background-color: rgb(236 254 255 / 0.5);
}
.active\:bg-cyan-50\/60:active {
  background-color: rgb(236 254 255 / 0.6);
}
.active\:bg-cyan-50\/70:active {
  background-color: rgb(236 254 255 / 0.7);
}
.active\:bg-cyan-50\/75:active {
  background-color: rgb(236 254 255 / 0.75);
}
.active\:bg-cyan-50\/80:active {
  background-color: rgb(236 254 255 / 0.8);
}
.active\:bg-cyan-50\/90:active {
  background-color: rgb(236 254 255 / 0.9);
}
.active\:bg-cyan-50\/95:active {
  background-color: rgb(236 254 255 / 0.95);
}
.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.active\:bg-cyan-500\/0:active {
  background-color: rgb(6 182 212 / 0);
}
.active\:bg-cyan-500\/10:active {
  background-color: rgb(6 182 212 / 0.1);
}
.active\:bg-cyan-500\/100:active {
  background-color: rgb(6 182 212 / 1);
}
.active\:bg-cyan-500\/20:active {
  background-color: rgb(6 182 212 / 0.2);
}
.active\:bg-cyan-500\/25:active {
  background-color: rgb(6 182 212 / 0.25);
}
.active\:bg-cyan-500\/30:active {
  background-color: rgb(6 182 212 / 0.3);
}
.active\:bg-cyan-500\/40:active {
  background-color: rgb(6 182 212 / 0.4);
}
.active\:bg-cyan-500\/5:active {
  background-color: rgb(6 182 212 / 0.05);
}
.active\:bg-cyan-500\/50:active {
  background-color: rgb(6 182 212 / 0.5);
}
.active\:bg-cyan-500\/60:active {
  background-color: rgb(6 182 212 / 0.6);
}
.active\:bg-cyan-500\/70:active {
  background-color: rgb(6 182 212 / 0.7);
}
.active\:bg-cyan-500\/75:active {
  background-color: rgb(6 182 212 / 0.75);
}
.active\:bg-cyan-500\/80:active {
  background-color: rgb(6 182 212 / 0.8);
}
.active\:bg-cyan-500\/90:active {
  background-color: rgb(6 182 212 / 0.9);
}
.active\:bg-cyan-500\/95:active {
  background-color: rgb(6 182 212 / 0.95);
}
.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.active\:bg-cyan-600\/0:active {
  background-color: rgb(8 145 178 / 0);
}
.active\:bg-cyan-600\/10:active {
  background-color: rgb(8 145 178 / 0.1);
}
.active\:bg-cyan-600\/100:active {
  background-color: rgb(8 145 178 / 1);
}
.active\:bg-cyan-600\/20:active {
  background-color: rgb(8 145 178 / 0.2);
}
.active\:bg-cyan-600\/25:active {
  background-color: rgb(8 145 178 / 0.25);
}
.active\:bg-cyan-600\/30:active {
  background-color: rgb(8 145 178 / 0.3);
}
.active\:bg-cyan-600\/40:active {
  background-color: rgb(8 145 178 / 0.4);
}
.active\:bg-cyan-600\/5:active {
  background-color: rgb(8 145 178 / 0.05);
}
.active\:bg-cyan-600\/50:active {
  background-color: rgb(8 145 178 / 0.5);
}
.active\:bg-cyan-600\/60:active {
  background-color: rgb(8 145 178 / 0.6);
}
.active\:bg-cyan-600\/70:active {
  background-color: rgb(8 145 178 / 0.7);
}
.active\:bg-cyan-600\/75:active {
  background-color: rgb(8 145 178 / 0.75);
}
.active\:bg-cyan-600\/80:active {
  background-color: rgb(8 145 178 / 0.8);
}
.active\:bg-cyan-600\/90:active {
  background-color: rgb(8 145 178 / 0.9);
}
.active\:bg-cyan-600\/95:active {
  background-color: rgb(8 145 178 / 0.95);
}
.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.active\:bg-cyan-700\/0:active {
  background-color: rgb(14 116 144 / 0);
}
.active\:bg-cyan-700\/10:active {
  background-color: rgb(14 116 144 / 0.1);
}
.active\:bg-cyan-700\/100:active {
  background-color: rgb(14 116 144 / 1);
}
.active\:bg-cyan-700\/20:active {
  background-color: rgb(14 116 144 / 0.2);
}
.active\:bg-cyan-700\/25:active {
  background-color: rgb(14 116 144 / 0.25);
}
.active\:bg-cyan-700\/30:active {
  background-color: rgb(14 116 144 / 0.3);
}
.active\:bg-cyan-700\/40:active {
  background-color: rgb(14 116 144 / 0.4);
}
.active\:bg-cyan-700\/5:active {
  background-color: rgb(14 116 144 / 0.05);
}
.active\:bg-cyan-700\/50:active {
  background-color: rgb(14 116 144 / 0.5);
}
.active\:bg-cyan-700\/60:active {
  background-color: rgb(14 116 144 / 0.6);
}
.active\:bg-cyan-700\/70:active {
  background-color: rgb(14 116 144 / 0.7);
}
.active\:bg-cyan-700\/75:active {
  background-color: rgb(14 116 144 / 0.75);
}
.active\:bg-cyan-700\/80:active {
  background-color: rgb(14 116 144 / 0.8);
}
.active\:bg-cyan-700\/90:active {
  background-color: rgb(14 116 144 / 0.9);
}
.active\:bg-cyan-700\/95:active {
  background-color: rgb(14 116 144 / 0.95);
}
.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.active\:bg-cyan-800\/0:active {
  background-color: rgb(21 94 117 / 0);
}
.active\:bg-cyan-800\/10:active {
  background-color: rgb(21 94 117 / 0.1);
}
.active\:bg-cyan-800\/100:active {
  background-color: rgb(21 94 117 / 1);
}
.active\:bg-cyan-800\/20:active {
  background-color: rgb(21 94 117 / 0.2);
}
.active\:bg-cyan-800\/25:active {
  background-color: rgb(21 94 117 / 0.25);
}
.active\:bg-cyan-800\/30:active {
  background-color: rgb(21 94 117 / 0.3);
}
.active\:bg-cyan-800\/40:active {
  background-color: rgb(21 94 117 / 0.4);
}
.active\:bg-cyan-800\/5:active {
  background-color: rgb(21 94 117 / 0.05);
}
.active\:bg-cyan-800\/50:active {
  background-color: rgb(21 94 117 / 0.5);
}
.active\:bg-cyan-800\/60:active {
  background-color: rgb(21 94 117 / 0.6);
}
.active\:bg-cyan-800\/70:active {
  background-color: rgb(21 94 117 / 0.7);
}
.active\:bg-cyan-800\/75:active {
  background-color: rgb(21 94 117 / 0.75);
}
.active\:bg-cyan-800\/80:active {
  background-color: rgb(21 94 117 / 0.8);
}
.active\:bg-cyan-800\/90:active {
  background-color: rgb(21 94 117 / 0.9);
}
.active\:bg-cyan-800\/95:active {
  background-color: rgb(21 94 117 / 0.95);
}
.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.active\:bg-cyan-900\/0:active {
  background-color: rgb(22 78 99 / 0);
}
.active\:bg-cyan-900\/10:active {
  background-color: rgb(22 78 99 / 0.1);
}
.active\:bg-cyan-900\/100:active {
  background-color: rgb(22 78 99 / 1);
}
.active\:bg-cyan-900\/20:active {
  background-color: rgb(22 78 99 / 0.2);
}
.active\:bg-cyan-900\/25:active {
  background-color: rgb(22 78 99 / 0.25);
}
.active\:bg-cyan-900\/30:active {
  background-color: rgb(22 78 99 / 0.3);
}
.active\:bg-cyan-900\/40:active {
  background-color: rgb(22 78 99 / 0.4);
}
.active\:bg-cyan-900\/5:active {
  background-color: rgb(22 78 99 / 0.05);
}
.active\:bg-cyan-900\/50:active {
  background-color: rgb(22 78 99 / 0.5);
}
.active\:bg-cyan-900\/60:active {
  background-color: rgb(22 78 99 / 0.6);
}
.active\:bg-cyan-900\/70:active {
  background-color: rgb(22 78 99 / 0.7);
}
.active\:bg-cyan-900\/75:active {
  background-color: rgb(22 78 99 / 0.75);
}
.active\:bg-cyan-900\/80:active {
  background-color: rgb(22 78 99 / 0.8);
}
.active\:bg-cyan-900\/90:active {
  background-color: rgb(22 78 99 / 0.9);
}
.active\:bg-cyan-900\/95:active {
  background-color: rgb(22 78 99 / 0.95);
}
.active\:bg-cyan-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.active\:bg-cyan-950\/0:active {
  background-color: rgb(8 51 68 / 0);
}
.active\:bg-cyan-950\/10:active {
  background-color: rgb(8 51 68 / 0.1);
}
.active\:bg-cyan-950\/100:active {
  background-color: rgb(8 51 68 / 1);
}
.active\:bg-cyan-950\/20:active {
  background-color: rgb(8 51 68 / 0.2);
}
.active\:bg-cyan-950\/25:active {
  background-color: rgb(8 51 68 / 0.25);
}
.active\:bg-cyan-950\/30:active {
  background-color: rgb(8 51 68 / 0.3);
}
.active\:bg-cyan-950\/40:active {
  background-color: rgb(8 51 68 / 0.4);
}
.active\:bg-cyan-950\/5:active {
  background-color: rgb(8 51 68 / 0.05);
}
.active\:bg-cyan-950\/50:active {
  background-color: rgb(8 51 68 / 0.5);
}
.active\:bg-cyan-950\/60:active {
  background-color: rgb(8 51 68 / 0.6);
}
.active\:bg-cyan-950\/70:active {
  background-color: rgb(8 51 68 / 0.7);
}
.active\:bg-cyan-950\/75:active {
  background-color: rgb(8 51 68 / 0.75);
}
.active\:bg-cyan-950\/80:active {
  background-color: rgb(8 51 68 / 0.8);
}
.active\:bg-cyan-950\/90:active {
  background-color: rgb(8 51 68 / 0.9);
}
.active\:bg-cyan-950\/95:active {
  background-color: rgb(8 51 68 / 0.95);
}
.active\:bg-emerald-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.active\:bg-emerald-100\/0:active {
  background-color: rgb(209 250 229 / 0);
}
.active\:bg-emerald-100\/10:active {
  background-color: rgb(209 250 229 / 0.1);
}
.active\:bg-emerald-100\/100:active {
  background-color: rgb(209 250 229 / 1);
}
.active\:bg-emerald-100\/20:active {
  background-color: rgb(209 250 229 / 0.2);
}
.active\:bg-emerald-100\/25:active {
  background-color: rgb(209 250 229 / 0.25);
}
.active\:bg-emerald-100\/30:active {
  background-color: rgb(209 250 229 / 0.3);
}
.active\:bg-emerald-100\/40:active {
  background-color: rgb(209 250 229 / 0.4);
}
.active\:bg-emerald-100\/5:active {
  background-color: rgb(209 250 229 / 0.05);
}
.active\:bg-emerald-100\/50:active {
  background-color: rgb(209 250 229 / 0.5);
}
.active\:bg-emerald-100\/60:active {
  background-color: rgb(209 250 229 / 0.6);
}
.active\:bg-emerald-100\/70:active {
  background-color: rgb(209 250 229 / 0.7);
}
.active\:bg-emerald-100\/75:active {
  background-color: rgb(209 250 229 / 0.75);
}
.active\:bg-emerald-100\/80:active {
  background-color: rgb(209 250 229 / 0.8);
}
.active\:bg-emerald-100\/90:active {
  background-color: rgb(209 250 229 / 0.9);
}
.active\:bg-emerald-100\/95:active {
  background-color: rgb(209 250 229 / 0.95);
}
.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.active\:bg-emerald-200\/0:active {
  background-color: rgb(167 243 208 / 0);
}
.active\:bg-emerald-200\/10:active {
  background-color: rgb(167 243 208 / 0.1);
}
.active\:bg-emerald-200\/100:active {
  background-color: rgb(167 243 208 / 1);
}
.active\:bg-emerald-200\/20:active {
  background-color: rgb(167 243 208 / 0.2);
}
.active\:bg-emerald-200\/25:active {
  background-color: rgb(167 243 208 / 0.25);
}
.active\:bg-emerald-200\/30:active {
  background-color: rgb(167 243 208 / 0.3);
}
.active\:bg-emerald-200\/40:active {
  background-color: rgb(167 243 208 / 0.4);
}
.active\:bg-emerald-200\/5:active {
  background-color: rgb(167 243 208 / 0.05);
}
.active\:bg-emerald-200\/50:active {
  background-color: rgb(167 243 208 / 0.5);
}
.active\:bg-emerald-200\/60:active {
  background-color: rgb(167 243 208 / 0.6);
}
.active\:bg-emerald-200\/70:active {
  background-color: rgb(167 243 208 / 0.7);
}
.active\:bg-emerald-200\/75:active {
  background-color: rgb(167 243 208 / 0.75);
}
.active\:bg-emerald-200\/80:active {
  background-color: rgb(167 243 208 / 0.8);
}
.active\:bg-emerald-200\/90:active {
  background-color: rgb(167 243 208 / 0.9);
}
.active\:bg-emerald-200\/95:active {
  background-color: rgb(167 243 208 / 0.95);
}
.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.active\:bg-emerald-300\/0:active {
  background-color: rgb(110 231 183 / 0);
}
.active\:bg-emerald-300\/10:active {
  background-color: rgb(110 231 183 / 0.1);
}
.active\:bg-emerald-300\/100:active {
  background-color: rgb(110 231 183 / 1);
}
.active\:bg-emerald-300\/20:active {
  background-color: rgb(110 231 183 / 0.2);
}
.active\:bg-emerald-300\/25:active {
  background-color: rgb(110 231 183 / 0.25);
}
.active\:bg-emerald-300\/30:active {
  background-color: rgb(110 231 183 / 0.3);
}
.active\:bg-emerald-300\/40:active {
  background-color: rgb(110 231 183 / 0.4);
}
.active\:bg-emerald-300\/5:active {
  background-color: rgb(110 231 183 / 0.05);
}
.active\:bg-emerald-300\/50:active {
  background-color: rgb(110 231 183 / 0.5);
}
.active\:bg-emerald-300\/60:active {
  background-color: rgb(110 231 183 / 0.6);
}
.active\:bg-emerald-300\/70:active {
  background-color: rgb(110 231 183 / 0.7);
}
.active\:bg-emerald-300\/75:active {
  background-color: rgb(110 231 183 / 0.75);
}
.active\:bg-emerald-300\/80:active {
  background-color: rgb(110 231 183 / 0.8);
}
.active\:bg-emerald-300\/90:active {
  background-color: rgb(110 231 183 / 0.9);
}
.active\:bg-emerald-300\/95:active {
  background-color: rgb(110 231 183 / 0.95);
}
.active\:bg-emerald-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.active\:bg-emerald-400\/0:active {
  background-color: rgb(52 211 153 / 0);
}
.active\:bg-emerald-400\/10:active {
  background-color: rgb(52 211 153 / 0.1);
}
.active\:bg-emerald-400\/100:active {
  background-color: rgb(52 211 153 / 1);
}
.active\:bg-emerald-400\/20:active {
  background-color: rgb(52 211 153 / 0.2);
}
.active\:bg-emerald-400\/25:active {
  background-color: rgb(52 211 153 / 0.25);
}
.active\:bg-emerald-400\/30:active {
  background-color: rgb(52 211 153 / 0.3);
}
.active\:bg-emerald-400\/40:active {
  background-color: rgb(52 211 153 / 0.4);
}
.active\:bg-emerald-400\/5:active {
  background-color: rgb(52 211 153 / 0.05);
}
.active\:bg-emerald-400\/50:active {
  background-color: rgb(52 211 153 / 0.5);
}
.active\:bg-emerald-400\/60:active {
  background-color: rgb(52 211 153 / 0.6);
}
.active\:bg-emerald-400\/70:active {
  background-color: rgb(52 211 153 / 0.7);
}
.active\:bg-emerald-400\/75:active {
  background-color: rgb(52 211 153 / 0.75);
}
.active\:bg-emerald-400\/80:active {
  background-color: rgb(52 211 153 / 0.8);
}
.active\:bg-emerald-400\/90:active {
  background-color: rgb(52 211 153 / 0.9);
}
.active\:bg-emerald-400\/95:active {
  background-color: rgb(52 211 153 / 0.95);
}
.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.active\:bg-emerald-50\/0:active {
  background-color: rgb(236 253 245 / 0);
}
.active\:bg-emerald-50\/10:active {
  background-color: rgb(236 253 245 / 0.1);
}
.active\:bg-emerald-50\/100:active {
  background-color: rgb(236 253 245 / 1);
}
.active\:bg-emerald-50\/20:active {
  background-color: rgb(236 253 245 / 0.2);
}
.active\:bg-emerald-50\/25:active {
  background-color: rgb(236 253 245 / 0.25);
}
.active\:bg-emerald-50\/30:active {
  background-color: rgb(236 253 245 / 0.3);
}
.active\:bg-emerald-50\/40:active {
  background-color: rgb(236 253 245 / 0.4);
}
.active\:bg-emerald-50\/5:active {
  background-color: rgb(236 253 245 / 0.05);
}
.active\:bg-emerald-50\/50:active {
  background-color: rgb(236 253 245 / 0.5);
}
.active\:bg-emerald-50\/60:active {
  background-color: rgb(236 253 245 / 0.6);
}
.active\:bg-emerald-50\/70:active {
  background-color: rgb(236 253 245 / 0.7);
}
.active\:bg-emerald-50\/75:active {
  background-color: rgb(236 253 245 / 0.75);
}
.active\:bg-emerald-50\/80:active {
  background-color: rgb(236 253 245 / 0.8);
}
.active\:bg-emerald-50\/90:active {
  background-color: rgb(236 253 245 / 0.9);
}
.active\:bg-emerald-50\/95:active {
  background-color: rgb(236 253 245 / 0.95);
}
.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.active\:bg-emerald-500\/0:active {
  background-color: rgb(16 185 129 / 0);
}
.active\:bg-emerald-500\/10:active {
  background-color: rgb(16 185 129 / 0.1);
}
.active\:bg-emerald-500\/100:active {
  background-color: rgb(16 185 129 / 1);
}
.active\:bg-emerald-500\/20:active {
  background-color: rgb(16 185 129 / 0.2);
}
.active\:bg-emerald-500\/25:active {
  background-color: rgb(16 185 129 / 0.25);
}
.active\:bg-emerald-500\/30:active {
  background-color: rgb(16 185 129 / 0.3);
}
.active\:bg-emerald-500\/40:active {
  background-color: rgb(16 185 129 / 0.4);
}
.active\:bg-emerald-500\/5:active {
  background-color: rgb(16 185 129 / 0.05);
}
.active\:bg-emerald-500\/50:active {
  background-color: rgb(16 185 129 / 0.5);
}
.active\:bg-emerald-500\/60:active {
  background-color: rgb(16 185 129 / 0.6);
}
.active\:bg-emerald-500\/70:active {
  background-color: rgb(16 185 129 / 0.7);
}
.active\:bg-emerald-500\/75:active {
  background-color: rgb(16 185 129 / 0.75);
}
.active\:bg-emerald-500\/80:active {
  background-color: rgb(16 185 129 / 0.8);
}
.active\:bg-emerald-500\/90:active {
  background-color: rgb(16 185 129 / 0.9);
}
.active\:bg-emerald-500\/95:active {
  background-color: rgb(16 185 129 / 0.95);
}
.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.active\:bg-emerald-600\/0:active {
  background-color: rgb(5 150 105 / 0);
}
.active\:bg-emerald-600\/10:active {
  background-color: rgb(5 150 105 / 0.1);
}
.active\:bg-emerald-600\/100:active {
  background-color: rgb(5 150 105 / 1);
}
.active\:bg-emerald-600\/20:active {
  background-color: rgb(5 150 105 / 0.2);
}
.active\:bg-emerald-600\/25:active {
  background-color: rgb(5 150 105 / 0.25);
}
.active\:bg-emerald-600\/30:active {
  background-color: rgb(5 150 105 / 0.3);
}
.active\:bg-emerald-600\/40:active {
  background-color: rgb(5 150 105 / 0.4);
}
.active\:bg-emerald-600\/5:active {
  background-color: rgb(5 150 105 / 0.05);
}
.active\:bg-emerald-600\/50:active {
  background-color: rgb(5 150 105 / 0.5);
}
.active\:bg-emerald-600\/60:active {
  background-color: rgb(5 150 105 / 0.6);
}
.active\:bg-emerald-600\/70:active {
  background-color: rgb(5 150 105 / 0.7);
}
.active\:bg-emerald-600\/75:active {
  background-color: rgb(5 150 105 / 0.75);
}
.active\:bg-emerald-600\/80:active {
  background-color: rgb(5 150 105 / 0.8);
}
.active\:bg-emerald-600\/90:active {
  background-color: rgb(5 150 105 / 0.9);
}
.active\:bg-emerald-600\/95:active {
  background-color: rgb(5 150 105 / 0.95);
}
.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.active\:bg-emerald-700\/0:active {
  background-color: rgb(4 120 87 / 0);
}
.active\:bg-emerald-700\/10:active {
  background-color: rgb(4 120 87 / 0.1);
}
.active\:bg-emerald-700\/100:active {
  background-color: rgb(4 120 87 / 1);
}
.active\:bg-emerald-700\/20:active {
  background-color: rgb(4 120 87 / 0.2);
}
.active\:bg-emerald-700\/25:active {
  background-color: rgb(4 120 87 / 0.25);
}
.active\:bg-emerald-700\/30:active {
  background-color: rgb(4 120 87 / 0.3);
}
.active\:bg-emerald-700\/40:active {
  background-color: rgb(4 120 87 / 0.4);
}
.active\:bg-emerald-700\/5:active {
  background-color: rgb(4 120 87 / 0.05);
}
.active\:bg-emerald-700\/50:active {
  background-color: rgb(4 120 87 / 0.5);
}
.active\:bg-emerald-700\/60:active {
  background-color: rgb(4 120 87 / 0.6);
}
.active\:bg-emerald-700\/70:active {
  background-color: rgb(4 120 87 / 0.7);
}
.active\:bg-emerald-700\/75:active {
  background-color: rgb(4 120 87 / 0.75);
}
.active\:bg-emerald-700\/80:active {
  background-color: rgb(4 120 87 / 0.8);
}
.active\:bg-emerald-700\/90:active {
  background-color: rgb(4 120 87 / 0.9);
}
.active\:bg-emerald-700\/95:active {
  background-color: rgb(4 120 87 / 0.95);
}
.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.active\:bg-emerald-800\/0:active {
  background-color: rgb(6 95 70 / 0);
}
.active\:bg-emerald-800\/10:active {
  background-color: rgb(6 95 70 / 0.1);
}
.active\:bg-emerald-800\/100:active {
  background-color: rgb(6 95 70 / 1);
}
.active\:bg-emerald-800\/20:active {
  background-color: rgb(6 95 70 / 0.2);
}
.active\:bg-emerald-800\/25:active {
  background-color: rgb(6 95 70 / 0.25);
}
.active\:bg-emerald-800\/30:active {
  background-color: rgb(6 95 70 / 0.3);
}
.active\:bg-emerald-800\/40:active {
  background-color: rgb(6 95 70 / 0.4);
}
.active\:bg-emerald-800\/5:active {
  background-color: rgb(6 95 70 / 0.05);
}
.active\:bg-emerald-800\/50:active {
  background-color: rgb(6 95 70 / 0.5);
}
.active\:bg-emerald-800\/60:active {
  background-color: rgb(6 95 70 / 0.6);
}
.active\:bg-emerald-800\/70:active {
  background-color: rgb(6 95 70 / 0.7);
}
.active\:bg-emerald-800\/75:active {
  background-color: rgb(6 95 70 / 0.75);
}
.active\:bg-emerald-800\/80:active {
  background-color: rgb(6 95 70 / 0.8);
}
.active\:bg-emerald-800\/90:active {
  background-color: rgb(6 95 70 / 0.9);
}
.active\:bg-emerald-800\/95:active {
  background-color: rgb(6 95 70 / 0.95);
}
.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.active\:bg-emerald-900\/0:active {
  background-color: rgb(6 78 59 / 0);
}
.active\:bg-emerald-900\/10:active {
  background-color: rgb(6 78 59 / 0.1);
}
.active\:bg-emerald-900\/100:active {
  background-color: rgb(6 78 59 / 1);
}
.active\:bg-emerald-900\/20:active {
  background-color: rgb(6 78 59 / 0.2);
}
.active\:bg-emerald-900\/25:active {
  background-color: rgb(6 78 59 / 0.25);
}
.active\:bg-emerald-900\/30:active {
  background-color: rgb(6 78 59 / 0.3);
}
.active\:bg-emerald-900\/40:active {
  background-color: rgb(6 78 59 / 0.4);
}
.active\:bg-emerald-900\/5:active {
  background-color: rgb(6 78 59 / 0.05);
}
.active\:bg-emerald-900\/50:active {
  background-color: rgb(6 78 59 / 0.5);
}
.active\:bg-emerald-900\/60:active {
  background-color: rgb(6 78 59 / 0.6);
}
.active\:bg-emerald-900\/70:active {
  background-color: rgb(6 78 59 / 0.7);
}
.active\:bg-emerald-900\/75:active {
  background-color: rgb(6 78 59 / 0.75);
}
.active\:bg-emerald-900\/80:active {
  background-color: rgb(6 78 59 / 0.8);
}
.active\:bg-emerald-900\/90:active {
  background-color: rgb(6 78 59 / 0.9);
}
.active\:bg-emerald-900\/95:active {
  background-color: rgb(6 78 59 / 0.95);
}
.active\:bg-emerald-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.active\:bg-emerald-950\/0:active {
  background-color: rgb(2 44 34 / 0);
}
.active\:bg-emerald-950\/10:active {
  background-color: rgb(2 44 34 / 0.1);
}
.active\:bg-emerald-950\/100:active {
  background-color: rgb(2 44 34 / 1);
}
.active\:bg-emerald-950\/20:active {
  background-color: rgb(2 44 34 / 0.2);
}
.active\:bg-emerald-950\/25:active {
  background-color: rgb(2 44 34 / 0.25);
}
.active\:bg-emerald-950\/30:active {
  background-color: rgb(2 44 34 / 0.3);
}
.active\:bg-emerald-950\/40:active {
  background-color: rgb(2 44 34 / 0.4);
}
.active\:bg-emerald-950\/5:active {
  background-color: rgb(2 44 34 / 0.05);
}
.active\:bg-emerald-950\/50:active {
  background-color: rgb(2 44 34 / 0.5);
}
.active\:bg-emerald-950\/60:active {
  background-color: rgb(2 44 34 / 0.6);
}
.active\:bg-emerald-950\/70:active {
  background-color: rgb(2 44 34 / 0.7);
}
.active\:bg-emerald-950\/75:active {
  background-color: rgb(2 44 34 / 0.75);
}
.active\:bg-emerald-950\/80:active {
  background-color: rgb(2 44 34 / 0.8);
}
.active\:bg-emerald-950\/90:active {
  background-color: rgb(2 44 34 / 0.9);
}
.active\:bg-emerald-950\/95:active {
  background-color: rgb(2 44 34 / 0.95);
}
.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-100\/0:active {
  background-color: rgb(250 232 255 / 0);
}
.active\:bg-fuchsia-100\/10:active {
  background-color: rgb(250 232 255 / 0.1);
}
.active\:bg-fuchsia-100\/100:active {
  background-color: rgb(250 232 255 / 1);
}
.active\:bg-fuchsia-100\/20:active {
  background-color: rgb(250 232 255 / 0.2);
}
.active\:bg-fuchsia-100\/25:active {
  background-color: rgb(250 232 255 / 0.25);
}
.active\:bg-fuchsia-100\/30:active {
  background-color: rgb(250 232 255 / 0.3);
}
.active\:bg-fuchsia-100\/40:active {
  background-color: rgb(250 232 255 / 0.4);
}
.active\:bg-fuchsia-100\/5:active {
  background-color: rgb(250 232 255 / 0.05);
}
.active\:bg-fuchsia-100\/50:active {
  background-color: rgb(250 232 255 / 0.5);
}
.active\:bg-fuchsia-100\/60:active {
  background-color: rgb(250 232 255 / 0.6);
}
.active\:bg-fuchsia-100\/70:active {
  background-color: rgb(250 232 255 / 0.7);
}
.active\:bg-fuchsia-100\/75:active {
  background-color: rgb(250 232 255 / 0.75);
}
.active\:bg-fuchsia-100\/80:active {
  background-color: rgb(250 232 255 / 0.8);
}
.active\:bg-fuchsia-100\/90:active {
  background-color: rgb(250 232 255 / 0.9);
}
.active\:bg-fuchsia-100\/95:active {
  background-color: rgb(250 232 255 / 0.95);
}
.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-200\/0:active {
  background-color: rgb(245 208 254 / 0);
}
.active\:bg-fuchsia-200\/10:active {
  background-color: rgb(245 208 254 / 0.1);
}
.active\:bg-fuchsia-200\/100:active {
  background-color: rgb(245 208 254 / 1);
}
.active\:bg-fuchsia-200\/20:active {
  background-color: rgb(245 208 254 / 0.2);
}
.active\:bg-fuchsia-200\/25:active {
  background-color: rgb(245 208 254 / 0.25);
}
.active\:bg-fuchsia-200\/30:active {
  background-color: rgb(245 208 254 / 0.3);
}
.active\:bg-fuchsia-200\/40:active {
  background-color: rgb(245 208 254 / 0.4);
}
.active\:bg-fuchsia-200\/5:active {
  background-color: rgb(245 208 254 / 0.05);
}
.active\:bg-fuchsia-200\/50:active {
  background-color: rgb(245 208 254 / 0.5);
}
.active\:bg-fuchsia-200\/60:active {
  background-color: rgb(245 208 254 / 0.6);
}
.active\:bg-fuchsia-200\/70:active {
  background-color: rgb(245 208 254 / 0.7);
}
.active\:bg-fuchsia-200\/75:active {
  background-color: rgb(245 208 254 / 0.75);
}
.active\:bg-fuchsia-200\/80:active {
  background-color: rgb(245 208 254 / 0.8);
}
.active\:bg-fuchsia-200\/90:active {
  background-color: rgb(245 208 254 / 0.9);
}
.active\:bg-fuchsia-200\/95:active {
  background-color: rgb(245 208 254 / 0.95);
}
.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-300\/0:active {
  background-color: rgb(240 171 252 / 0);
}
.active\:bg-fuchsia-300\/10:active {
  background-color: rgb(240 171 252 / 0.1);
}
.active\:bg-fuchsia-300\/100:active {
  background-color: rgb(240 171 252 / 1);
}
.active\:bg-fuchsia-300\/20:active {
  background-color: rgb(240 171 252 / 0.2);
}
.active\:bg-fuchsia-300\/25:active {
  background-color: rgb(240 171 252 / 0.25);
}
.active\:bg-fuchsia-300\/30:active {
  background-color: rgb(240 171 252 / 0.3);
}
.active\:bg-fuchsia-300\/40:active {
  background-color: rgb(240 171 252 / 0.4);
}
.active\:bg-fuchsia-300\/5:active {
  background-color: rgb(240 171 252 / 0.05);
}
.active\:bg-fuchsia-300\/50:active {
  background-color: rgb(240 171 252 / 0.5);
}
.active\:bg-fuchsia-300\/60:active {
  background-color: rgb(240 171 252 / 0.6);
}
.active\:bg-fuchsia-300\/70:active {
  background-color: rgb(240 171 252 / 0.7);
}
.active\:bg-fuchsia-300\/75:active {
  background-color: rgb(240 171 252 / 0.75);
}
.active\:bg-fuchsia-300\/80:active {
  background-color: rgb(240 171 252 / 0.8);
}
.active\:bg-fuchsia-300\/90:active {
  background-color: rgb(240 171 252 / 0.9);
}
.active\:bg-fuchsia-300\/95:active {
  background-color: rgb(240 171 252 / 0.95);
}
.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-400\/0:active {
  background-color: rgb(232 121 249 / 0);
}
.active\:bg-fuchsia-400\/10:active {
  background-color: rgb(232 121 249 / 0.1);
}
.active\:bg-fuchsia-400\/100:active {
  background-color: rgb(232 121 249 / 1);
}
.active\:bg-fuchsia-400\/20:active {
  background-color: rgb(232 121 249 / 0.2);
}
.active\:bg-fuchsia-400\/25:active {
  background-color: rgb(232 121 249 / 0.25);
}
.active\:bg-fuchsia-400\/30:active {
  background-color: rgb(232 121 249 / 0.3);
}
.active\:bg-fuchsia-400\/40:active {
  background-color: rgb(232 121 249 / 0.4);
}
.active\:bg-fuchsia-400\/5:active {
  background-color: rgb(232 121 249 / 0.05);
}
.active\:bg-fuchsia-400\/50:active {
  background-color: rgb(232 121 249 / 0.5);
}
.active\:bg-fuchsia-400\/60:active {
  background-color: rgb(232 121 249 / 0.6);
}
.active\:bg-fuchsia-400\/70:active {
  background-color: rgb(232 121 249 / 0.7);
}
.active\:bg-fuchsia-400\/75:active {
  background-color: rgb(232 121 249 / 0.75);
}
.active\:bg-fuchsia-400\/80:active {
  background-color: rgb(232 121 249 / 0.8);
}
.active\:bg-fuchsia-400\/90:active {
  background-color: rgb(232 121 249 / 0.9);
}
.active\:bg-fuchsia-400\/95:active {
  background-color: rgb(232 121 249 / 0.95);
}
.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-50\/0:active {
  background-color: rgb(253 244 255 / 0);
}
.active\:bg-fuchsia-50\/10:active {
  background-color: rgb(253 244 255 / 0.1);
}
.active\:bg-fuchsia-50\/100:active {
  background-color: rgb(253 244 255 / 1);
}
.active\:bg-fuchsia-50\/20:active {
  background-color: rgb(253 244 255 / 0.2);
}
.active\:bg-fuchsia-50\/25:active {
  background-color: rgb(253 244 255 / 0.25);
}
.active\:bg-fuchsia-50\/30:active {
  background-color: rgb(253 244 255 / 0.3);
}
.active\:bg-fuchsia-50\/40:active {
  background-color: rgb(253 244 255 / 0.4);
}
.active\:bg-fuchsia-50\/5:active {
  background-color: rgb(253 244 255 / 0.05);
}
.active\:bg-fuchsia-50\/50:active {
  background-color: rgb(253 244 255 / 0.5);
}
.active\:bg-fuchsia-50\/60:active {
  background-color: rgb(253 244 255 / 0.6);
}
.active\:bg-fuchsia-50\/70:active {
  background-color: rgb(253 244 255 / 0.7);
}
.active\:bg-fuchsia-50\/75:active {
  background-color: rgb(253 244 255 / 0.75);
}
.active\:bg-fuchsia-50\/80:active {
  background-color: rgb(253 244 255 / 0.8);
}
.active\:bg-fuchsia-50\/90:active {
  background-color: rgb(253 244 255 / 0.9);
}
.active\:bg-fuchsia-50\/95:active {
  background-color: rgb(253 244 255 / 0.95);
}
.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-500\/0:active {
  background-color: rgb(217 70 239 / 0);
}
.active\:bg-fuchsia-500\/10:active {
  background-color: rgb(217 70 239 / 0.1);
}
.active\:bg-fuchsia-500\/100:active {
  background-color: rgb(217 70 239 / 1);
}
.active\:bg-fuchsia-500\/20:active {
  background-color: rgb(217 70 239 / 0.2);
}
.active\:bg-fuchsia-500\/25:active {
  background-color: rgb(217 70 239 / 0.25);
}
.active\:bg-fuchsia-500\/30:active {
  background-color: rgb(217 70 239 / 0.3);
}
.active\:bg-fuchsia-500\/40:active {
  background-color: rgb(217 70 239 / 0.4);
}
.active\:bg-fuchsia-500\/5:active {
  background-color: rgb(217 70 239 / 0.05);
}
.active\:bg-fuchsia-500\/50:active {
  background-color: rgb(217 70 239 / 0.5);
}
.active\:bg-fuchsia-500\/60:active {
  background-color: rgb(217 70 239 / 0.6);
}
.active\:bg-fuchsia-500\/70:active {
  background-color: rgb(217 70 239 / 0.7);
}
.active\:bg-fuchsia-500\/75:active {
  background-color: rgb(217 70 239 / 0.75);
}
.active\:bg-fuchsia-500\/80:active {
  background-color: rgb(217 70 239 / 0.8);
}
.active\:bg-fuchsia-500\/90:active {
  background-color: rgb(217 70 239 / 0.9);
}
.active\:bg-fuchsia-500\/95:active {
  background-color: rgb(217 70 239 / 0.95);
}
.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-600\/0:active {
  background-color: rgb(192 38 211 / 0);
}
.active\:bg-fuchsia-600\/10:active {
  background-color: rgb(192 38 211 / 0.1);
}
.active\:bg-fuchsia-600\/100:active {
  background-color: rgb(192 38 211 / 1);
}
.active\:bg-fuchsia-600\/20:active {
  background-color: rgb(192 38 211 / 0.2);
}
.active\:bg-fuchsia-600\/25:active {
  background-color: rgb(192 38 211 / 0.25);
}
.active\:bg-fuchsia-600\/30:active {
  background-color: rgb(192 38 211 / 0.3);
}
.active\:bg-fuchsia-600\/40:active {
  background-color: rgb(192 38 211 / 0.4);
}
.active\:bg-fuchsia-600\/5:active {
  background-color: rgb(192 38 211 / 0.05);
}
.active\:bg-fuchsia-600\/50:active {
  background-color: rgb(192 38 211 / 0.5);
}
.active\:bg-fuchsia-600\/60:active {
  background-color: rgb(192 38 211 / 0.6);
}
.active\:bg-fuchsia-600\/70:active {
  background-color: rgb(192 38 211 / 0.7);
}
.active\:bg-fuchsia-600\/75:active {
  background-color: rgb(192 38 211 / 0.75);
}
.active\:bg-fuchsia-600\/80:active {
  background-color: rgb(192 38 211 / 0.8);
}
.active\:bg-fuchsia-600\/90:active {
  background-color: rgb(192 38 211 / 0.9);
}
.active\:bg-fuchsia-600\/95:active {
  background-color: rgb(192 38 211 / 0.95);
}
.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-700\/0:active {
  background-color: rgb(162 28 175 / 0);
}
.active\:bg-fuchsia-700\/10:active {
  background-color: rgb(162 28 175 / 0.1);
}
.active\:bg-fuchsia-700\/100:active {
  background-color: rgb(162 28 175 / 1);
}
.active\:bg-fuchsia-700\/20:active {
  background-color: rgb(162 28 175 / 0.2);
}
.active\:bg-fuchsia-700\/25:active {
  background-color: rgb(162 28 175 / 0.25);
}
.active\:bg-fuchsia-700\/30:active {
  background-color: rgb(162 28 175 / 0.3);
}
.active\:bg-fuchsia-700\/40:active {
  background-color: rgb(162 28 175 / 0.4);
}
.active\:bg-fuchsia-700\/5:active {
  background-color: rgb(162 28 175 / 0.05);
}
.active\:bg-fuchsia-700\/50:active {
  background-color: rgb(162 28 175 / 0.5);
}
.active\:bg-fuchsia-700\/60:active {
  background-color: rgb(162 28 175 / 0.6);
}
.active\:bg-fuchsia-700\/70:active {
  background-color: rgb(162 28 175 / 0.7);
}
.active\:bg-fuchsia-700\/75:active {
  background-color: rgb(162 28 175 / 0.75);
}
.active\:bg-fuchsia-700\/80:active {
  background-color: rgb(162 28 175 / 0.8);
}
.active\:bg-fuchsia-700\/90:active {
  background-color: rgb(162 28 175 / 0.9);
}
.active\:bg-fuchsia-700\/95:active {
  background-color: rgb(162 28 175 / 0.95);
}
.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-800\/0:active {
  background-color: rgb(134 25 143 / 0);
}
.active\:bg-fuchsia-800\/10:active {
  background-color: rgb(134 25 143 / 0.1);
}
.active\:bg-fuchsia-800\/100:active {
  background-color: rgb(134 25 143 / 1);
}
.active\:bg-fuchsia-800\/20:active {
  background-color: rgb(134 25 143 / 0.2);
}
.active\:bg-fuchsia-800\/25:active {
  background-color: rgb(134 25 143 / 0.25);
}
.active\:bg-fuchsia-800\/30:active {
  background-color: rgb(134 25 143 / 0.3);
}
.active\:bg-fuchsia-800\/40:active {
  background-color: rgb(134 25 143 / 0.4);
}
.active\:bg-fuchsia-800\/5:active {
  background-color: rgb(134 25 143 / 0.05);
}
.active\:bg-fuchsia-800\/50:active {
  background-color: rgb(134 25 143 / 0.5);
}
.active\:bg-fuchsia-800\/60:active {
  background-color: rgb(134 25 143 / 0.6);
}
.active\:bg-fuchsia-800\/70:active {
  background-color: rgb(134 25 143 / 0.7);
}
.active\:bg-fuchsia-800\/75:active {
  background-color: rgb(134 25 143 / 0.75);
}
.active\:bg-fuchsia-800\/80:active {
  background-color: rgb(134 25 143 / 0.8);
}
.active\:bg-fuchsia-800\/90:active {
  background-color: rgb(134 25 143 / 0.9);
}
.active\:bg-fuchsia-800\/95:active {
  background-color: rgb(134 25 143 / 0.95);
}
.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-900\/0:active {
  background-color: rgb(112 26 117 / 0);
}
.active\:bg-fuchsia-900\/10:active {
  background-color: rgb(112 26 117 / 0.1);
}
.active\:bg-fuchsia-900\/100:active {
  background-color: rgb(112 26 117 / 1);
}
.active\:bg-fuchsia-900\/20:active {
  background-color: rgb(112 26 117 / 0.2);
}
.active\:bg-fuchsia-900\/25:active {
  background-color: rgb(112 26 117 / 0.25);
}
.active\:bg-fuchsia-900\/30:active {
  background-color: rgb(112 26 117 / 0.3);
}
.active\:bg-fuchsia-900\/40:active {
  background-color: rgb(112 26 117 / 0.4);
}
.active\:bg-fuchsia-900\/5:active {
  background-color: rgb(112 26 117 / 0.05);
}
.active\:bg-fuchsia-900\/50:active {
  background-color: rgb(112 26 117 / 0.5);
}
.active\:bg-fuchsia-900\/60:active {
  background-color: rgb(112 26 117 / 0.6);
}
.active\:bg-fuchsia-900\/70:active {
  background-color: rgb(112 26 117 / 0.7);
}
.active\:bg-fuchsia-900\/75:active {
  background-color: rgb(112 26 117 / 0.75);
}
.active\:bg-fuchsia-900\/80:active {
  background-color: rgb(112 26 117 / 0.8);
}
.active\:bg-fuchsia-900\/90:active {
  background-color: rgb(112 26 117 / 0.9);
}
.active\:bg-fuchsia-900\/95:active {
  background-color: rgb(112 26 117 / 0.95);
}
.active\:bg-fuchsia-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.active\:bg-fuchsia-950\/0:active {
  background-color: rgb(74 4 78 / 0);
}
.active\:bg-fuchsia-950\/10:active {
  background-color: rgb(74 4 78 / 0.1);
}
.active\:bg-fuchsia-950\/100:active {
  background-color: rgb(74 4 78 / 1);
}
.active\:bg-fuchsia-950\/20:active {
  background-color: rgb(74 4 78 / 0.2);
}
.active\:bg-fuchsia-950\/25:active {
  background-color: rgb(74 4 78 / 0.25);
}
.active\:bg-fuchsia-950\/30:active {
  background-color: rgb(74 4 78 / 0.3);
}
.active\:bg-fuchsia-950\/40:active {
  background-color: rgb(74 4 78 / 0.4);
}
.active\:bg-fuchsia-950\/5:active {
  background-color: rgb(74 4 78 / 0.05);
}
.active\:bg-fuchsia-950\/50:active {
  background-color: rgb(74 4 78 / 0.5);
}
.active\:bg-fuchsia-950\/60:active {
  background-color: rgb(74 4 78 / 0.6);
}
.active\:bg-fuchsia-950\/70:active {
  background-color: rgb(74 4 78 / 0.7);
}
.active\:bg-fuchsia-950\/75:active {
  background-color: rgb(74 4 78 / 0.75);
}
.active\:bg-fuchsia-950\/80:active {
  background-color: rgb(74 4 78 / 0.8);
}
.active\:bg-fuchsia-950\/90:active {
  background-color: rgb(74 4 78 / 0.9);
}
.active\:bg-fuchsia-950\/95:active {
  background-color: rgb(74 4 78 / 0.95);
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.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\/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\/40:active {
  background-color: rgb(243 244 246 / 0.4);
}
.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\/60:active {
  background-color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(229 231 235 / 0.4);
}
.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\/60:active {
  background-color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(209 213 219 / 0.4);
}
.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\/60:active {
  background-color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(156 163 175 / 0.4);
}
.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\/60:active {
  background-color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(249 250 251 / 0.4);
}
.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\/60:active {
  background-color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(107 114 128 / 0.4);
}
.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\/60:active {
  background-color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(75 85 99 / 0.4);
}
.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\/60:active {
  background-color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(55 65 81 / 0.4);
}
.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\/60:active {
  background-color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(31 41 55 / 0.4);
}
.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\/60:active {
  background-color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(17 24 39 / 0.4);
}
.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\/60:active {
  background-color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(3 7 18 / 0.4);
}
.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\/60:active {
  background-color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(220 252 231 / 0.4);
}
.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\/60:active {
  background-color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(187 247 208 / 0.4);
}
.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\/60:active {
  background-color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(134 239 172 / 0.4);
}
.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\/60:active {
  background-color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(74 222 128 / 0.4);
}
.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\/60:active {
  background-color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(240 253 244 / 0.4);
}
.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\/60:active {
  background-color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(34 197 94 / 0.4);
}
.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\/60:active {
  background-color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(22 163 74 / 0.4);
}
.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\/60:active {
  background-color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(21 128 61 / 0.4);
}
.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\/60:active {
  background-color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(22 101 52 / 0.4);
}
.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\/60:active {
  background-color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(20 83 45 / 0.4);
}
.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\/60:active {
  background-color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(5 46 22 / 0.4);
}
.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\/60:active {
  background-color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(224 231 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(199 210 254 / 0.4);
}
.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\/60:active {
  background-color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(165 180 252 / 0.4);
}
.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\/60:active {
  background-color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(129 140 248 / 0.4);
}
.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\/60:active {
  background-color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(238 242 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(99 102 241 / 0.4);
}
.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\/60:active {
  background-color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(79 70 229 / 0.4);
}
.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\/60:active {
  background-color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(67 56 202 / 0.4);
}
.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\/60:active {
  background-color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(55 48 163 / 0.4);
}
.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\/60:active {
  background-color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(49 46 129 / 0.4);
}
.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\/60:active {
  background-color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(30 27 75 / 0.4);
}
.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\/60:active {
  background-color: rgb(30 27 75 / 0.6);
}
.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\/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-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.active\:bg-lime-100\/0:active {
  background-color: rgb(236 252 203 / 0);
}
.active\:bg-lime-100\/10:active {
  background-color: rgb(236 252 203 / 0.1);
}
.active\:bg-lime-100\/100:active {
  background-color: rgb(236 252 203 / 1);
}
.active\:bg-lime-100\/20:active {
  background-color: rgb(236 252 203 / 0.2);
}
.active\:bg-lime-100\/25:active {
  background-color: rgb(236 252 203 / 0.25);
}
.active\:bg-lime-100\/30:active {
  background-color: rgb(236 252 203 / 0.3);
}
.active\:bg-lime-100\/40:active {
  background-color: rgb(236 252 203 / 0.4);
}
.active\:bg-lime-100\/5:active {
  background-color: rgb(236 252 203 / 0.05);
}
.active\:bg-lime-100\/50:active {
  background-color: rgb(236 252 203 / 0.5);
}
.active\:bg-lime-100\/60:active {
  background-color: rgb(236 252 203 / 0.6);
}
.active\:bg-lime-100\/70:active {
  background-color: rgb(236 252 203 / 0.7);
}
.active\:bg-lime-100\/75:active {
  background-color: rgb(236 252 203 / 0.75);
}
.active\:bg-lime-100\/80:active {
  background-color: rgb(236 252 203 / 0.8);
}
.active\:bg-lime-100\/90:active {
  background-color: rgb(236 252 203 / 0.9);
}
.active\:bg-lime-100\/95:active {
  background-color: rgb(236 252 203 / 0.95);
}
.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.active\:bg-lime-200\/0:active {
  background-color: rgb(217 249 157 / 0);
}
.active\:bg-lime-200\/10:active {
  background-color: rgb(217 249 157 / 0.1);
}
.active\:bg-lime-200\/100:active {
  background-color: rgb(217 249 157 / 1);
}
.active\:bg-lime-200\/20:active {
  background-color: rgb(217 249 157 / 0.2);
}
.active\:bg-lime-200\/25:active {
  background-color: rgb(217 249 157 / 0.25);
}
.active\:bg-lime-200\/30:active {
  background-color: rgb(217 249 157 / 0.3);
}
.active\:bg-lime-200\/40:active {
  background-color: rgb(217 249 157 / 0.4);
}
.active\:bg-lime-200\/5:active {
  background-color: rgb(217 249 157 / 0.05);
}
.active\:bg-lime-200\/50:active {
  background-color: rgb(217 249 157 / 0.5);
}
.active\:bg-lime-200\/60:active {
  background-color: rgb(217 249 157 / 0.6);
}
.active\:bg-lime-200\/70:active {
  background-color: rgb(217 249 157 / 0.7);
}
.active\:bg-lime-200\/75:active {
  background-color: rgb(217 249 157 / 0.75);
}
.active\:bg-lime-200\/80:active {
  background-color: rgb(217 249 157 / 0.8);
}
.active\:bg-lime-200\/90:active {
  background-color: rgb(217 249 157 / 0.9);
}
.active\:bg-lime-200\/95:active {
  background-color: rgb(217 249 157 / 0.95);
}
.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.active\:bg-lime-300\/0:active {
  background-color: rgb(190 242 100 / 0);
}
.active\:bg-lime-300\/10:active {
  background-color: rgb(190 242 100 / 0.1);
}
.active\:bg-lime-300\/100:active {
  background-color: rgb(190 242 100 / 1);
}
.active\:bg-lime-300\/20:active {
  background-color: rgb(190 242 100 / 0.2);
}
.active\:bg-lime-300\/25:active {
  background-color: rgb(190 242 100 / 0.25);
}
.active\:bg-lime-300\/30:active {
  background-color: rgb(190 242 100 / 0.3);
}
.active\:bg-lime-300\/40:active {
  background-color: rgb(190 242 100 / 0.4);
}
.active\:bg-lime-300\/5:active {
  background-color: rgb(190 242 100 / 0.05);
}
.active\:bg-lime-300\/50:active {
  background-color: rgb(190 242 100 / 0.5);
}
.active\:bg-lime-300\/60:active {
  background-color: rgb(190 242 100 / 0.6);
}
.active\:bg-lime-300\/70:active {
  background-color: rgb(190 242 100 / 0.7);
}
.active\:bg-lime-300\/75:active {
  background-color: rgb(190 242 100 / 0.75);
}
.active\:bg-lime-300\/80:active {
  background-color: rgb(190 242 100 / 0.8);
}
.active\:bg-lime-300\/90:active {
  background-color: rgb(190 242 100 / 0.9);
}
.active\:bg-lime-300\/95:active {
  background-color: rgb(190 242 100 / 0.95);
}
.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.active\:bg-lime-400\/0:active {
  background-color: rgb(163 230 53 / 0);
}
.active\:bg-lime-400\/10:active {
  background-color: rgb(163 230 53 / 0.1);
}
.active\:bg-lime-400\/100:active {
  background-color: rgb(163 230 53 / 1);
}
.active\:bg-lime-400\/20:active {
  background-color: rgb(163 230 53 / 0.2);
}
.active\:bg-lime-400\/25:active {
  background-color: rgb(163 230 53 / 0.25);
}
.active\:bg-lime-400\/30:active {
  background-color: rgb(163 230 53 / 0.3);
}
.active\:bg-lime-400\/40:active {
  background-color: rgb(163 230 53 / 0.4);
}
.active\:bg-lime-400\/5:active {
  background-color: rgb(163 230 53 / 0.05);
}
.active\:bg-lime-400\/50:active {
  background-color: rgb(163 230 53 / 0.5);
}
.active\:bg-lime-400\/60:active {
  background-color: rgb(163 230 53 / 0.6);
}
.active\:bg-lime-400\/70:active {
  background-color: rgb(163 230 53 / 0.7);
}
.active\:bg-lime-400\/75:active {
  background-color: rgb(163 230 53 / 0.75);
}
.active\:bg-lime-400\/80:active {
  background-color: rgb(163 230 53 / 0.8);
}
.active\:bg-lime-400\/90:active {
  background-color: rgb(163 230 53 / 0.9);
}
.active\:bg-lime-400\/95:active {
  background-color: rgb(163 230 53 / 0.95);
}
.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.active\:bg-lime-50\/0:active {
  background-color: rgb(247 254 231 / 0);
}
.active\:bg-lime-50\/10:active {
  background-color: rgb(247 254 231 / 0.1);
}
.active\:bg-lime-50\/100:active {
  background-color: rgb(247 254 231 / 1);
}
.active\:bg-lime-50\/20:active {
  background-color: rgb(247 254 231 / 0.2);
}
.active\:bg-lime-50\/25:active {
  background-color: rgb(247 254 231 / 0.25);
}
.active\:bg-lime-50\/30:active {
  background-color: rgb(247 254 231 / 0.3);
}
.active\:bg-lime-50\/40:active {
  background-color: rgb(247 254 231 / 0.4);
}
.active\:bg-lime-50\/5:active {
  background-color: rgb(247 254 231 / 0.05);
}
.active\:bg-lime-50\/50:active {
  background-color: rgb(247 254 231 / 0.5);
}
.active\:bg-lime-50\/60:active {
  background-color: rgb(247 254 231 / 0.6);
}
.active\:bg-lime-50\/70:active {
  background-color: rgb(247 254 231 / 0.7);
}
.active\:bg-lime-50\/75:active {
  background-color: rgb(247 254 231 / 0.75);
}
.active\:bg-lime-50\/80:active {
  background-color: rgb(247 254 231 / 0.8);
}
.active\:bg-lime-50\/90:active {
  background-color: rgb(247 254 231 / 0.9);
}
.active\:bg-lime-50\/95:active {
  background-color: rgb(247 254 231 / 0.95);
}
.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.active\:bg-lime-500\/0:active {
  background-color: rgb(132 204 22 / 0);
}
.active\:bg-lime-500\/10:active {
  background-color: rgb(132 204 22 / 0.1);
}
.active\:bg-lime-500\/100:active {
  background-color: rgb(132 204 22 / 1);
}
.active\:bg-lime-500\/20:active {
  background-color: rgb(132 204 22 / 0.2);
}
.active\:bg-lime-500\/25:active {
  background-color: rgb(132 204 22 / 0.25);
}
.active\:bg-lime-500\/30:active {
  background-color: rgb(132 204 22 / 0.3);
}
.active\:bg-lime-500\/40:active {
  background-color: rgb(132 204 22 / 0.4);
}
.active\:bg-lime-500\/5:active {
  background-color: rgb(132 204 22 / 0.05);
}
.active\:bg-lime-500\/50:active {
  background-color: rgb(132 204 22 / 0.5);
}
.active\:bg-lime-500\/60:active {
  background-color: rgb(132 204 22 / 0.6);
}
.active\:bg-lime-500\/70:active {
  background-color: rgb(132 204 22 / 0.7);
}
.active\:bg-lime-500\/75:active {
  background-color: rgb(132 204 22 / 0.75);
}
.active\:bg-lime-500\/80:active {
  background-color: rgb(132 204 22 / 0.8);
}
.active\:bg-lime-500\/90:active {
  background-color: rgb(132 204 22 / 0.9);
}
.active\:bg-lime-500\/95:active {
  background-color: rgb(132 204 22 / 0.95);
}
.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.active\:bg-lime-600\/0:active {
  background-color: rgb(101 163 13 / 0);
}
.active\:bg-lime-600\/10:active {
  background-color: rgb(101 163 13 / 0.1);
}
.active\:bg-lime-600\/100:active {
  background-color: rgb(101 163 13 / 1);
}
.active\:bg-lime-600\/20:active {
  background-color: rgb(101 163 13 / 0.2);
}
.active\:bg-lime-600\/25:active {
  background-color: rgb(101 163 13 / 0.25);
}
.active\:bg-lime-600\/30:active {
  background-color: rgb(101 163 13 / 0.3);
}
.active\:bg-lime-600\/40:active {
  background-color: rgb(101 163 13 / 0.4);
}
.active\:bg-lime-600\/5:active {
  background-color: rgb(101 163 13 / 0.05);
}
.active\:bg-lime-600\/50:active {
  background-color: rgb(101 163 13 / 0.5);
}
.active\:bg-lime-600\/60:active {
  background-color: rgb(101 163 13 / 0.6);
}
.active\:bg-lime-600\/70:active {
  background-color: rgb(101 163 13 / 0.7);
}
.active\:bg-lime-600\/75:active {
  background-color: rgb(101 163 13 / 0.75);
}
.active\:bg-lime-600\/80:active {
  background-color: rgb(101 163 13 / 0.8);
}
.active\:bg-lime-600\/90:active {
  background-color: rgb(101 163 13 / 0.9);
}
.active\:bg-lime-600\/95:active {
  background-color: rgb(101 163 13 / 0.95);
}
.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.active\:bg-lime-700\/0:active {
  background-color: rgb(77 124 15 / 0);
}
.active\:bg-lime-700\/10:active {
  background-color: rgb(77 124 15 / 0.1);
}
.active\:bg-lime-700\/100:active {
  background-color: rgb(77 124 15 / 1);
}
.active\:bg-lime-700\/20:active {
  background-color: rgb(77 124 15 / 0.2);
}
.active\:bg-lime-700\/25:active {
  background-color: rgb(77 124 15 / 0.25);
}
.active\:bg-lime-700\/30:active {
  background-color: rgb(77 124 15 / 0.3);
}
.active\:bg-lime-700\/40:active {
  background-color: rgb(77 124 15 / 0.4);
}
.active\:bg-lime-700\/5:active {
  background-color: rgb(77 124 15 / 0.05);
}
.active\:bg-lime-700\/50:active {
  background-color: rgb(77 124 15 / 0.5);
}
.active\:bg-lime-700\/60:active {
  background-color: rgb(77 124 15 / 0.6);
}
.active\:bg-lime-700\/70:active {
  background-color: rgb(77 124 15 / 0.7);
}
.active\:bg-lime-700\/75:active {
  background-color: rgb(77 124 15 / 0.75);
}
.active\:bg-lime-700\/80:active {
  background-color: rgb(77 124 15 / 0.8);
}
.active\:bg-lime-700\/90:active {
  background-color: rgb(77 124 15 / 0.9);
}
.active\:bg-lime-700\/95:active {
  background-color: rgb(77 124 15 / 0.95);
}
.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.active\:bg-lime-800\/0:active {
  background-color: rgb(63 98 18 / 0);
}
.active\:bg-lime-800\/10:active {
  background-color: rgb(63 98 18 / 0.1);
}
.active\:bg-lime-800\/100:active {
  background-color: rgb(63 98 18 / 1);
}
.active\:bg-lime-800\/20:active {
  background-color: rgb(63 98 18 / 0.2);
}
.active\:bg-lime-800\/25:active {
  background-color: rgb(63 98 18 / 0.25);
}
.active\:bg-lime-800\/30:active {
  background-color: rgb(63 98 18 / 0.3);
}
.active\:bg-lime-800\/40:active {
  background-color: rgb(63 98 18 / 0.4);
}
.active\:bg-lime-800\/5:active {
  background-color: rgb(63 98 18 / 0.05);
}
.active\:bg-lime-800\/50:active {
  background-color: rgb(63 98 18 / 0.5);
}
.active\:bg-lime-800\/60:active {
  background-color: rgb(63 98 18 / 0.6);
}
.active\:bg-lime-800\/70:active {
  background-color: rgb(63 98 18 / 0.7);
}
.active\:bg-lime-800\/75:active {
  background-color: rgb(63 98 18 / 0.75);
}
.active\:bg-lime-800\/80:active {
  background-color: rgb(63 98 18 / 0.8);
}
.active\:bg-lime-800\/90:active {
  background-color: rgb(63 98 18 / 0.9);
}
.active\:bg-lime-800\/95:active {
  background-color: rgb(63 98 18 / 0.95);
}
.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.active\:bg-lime-900\/0:active {
  background-color: rgb(54 83 20 / 0);
}
.active\:bg-lime-900\/10:active {
  background-color: rgb(54 83 20 / 0.1);
}
.active\:bg-lime-900\/100:active {
  background-color: rgb(54 83 20 / 1);
}
.active\:bg-lime-900\/20:active {
  background-color: rgb(54 83 20 / 0.2);
}
.active\:bg-lime-900\/25:active {
  background-color: rgb(54 83 20 / 0.25);
}
.active\:bg-lime-900\/30:active {
  background-color: rgb(54 83 20 / 0.3);
}
.active\:bg-lime-900\/40:active {
  background-color: rgb(54 83 20 / 0.4);
}
.active\:bg-lime-900\/5:active {
  background-color: rgb(54 83 20 / 0.05);
}
.active\:bg-lime-900\/50:active {
  background-color: rgb(54 83 20 / 0.5);
}
.active\:bg-lime-900\/60:active {
  background-color: rgb(54 83 20 / 0.6);
}
.active\:bg-lime-900\/70:active {
  background-color: rgb(54 83 20 / 0.7);
}
.active\:bg-lime-900\/75:active {
  background-color: rgb(54 83 20 / 0.75);
}
.active\:bg-lime-900\/80:active {
  background-color: rgb(54 83 20 / 0.8);
}
.active\:bg-lime-900\/90:active {
  background-color: rgb(54 83 20 / 0.9);
}
.active\:bg-lime-900\/95:active {
  background-color: rgb(54 83 20 / 0.95);
}
.active\:bg-lime-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.active\:bg-lime-950\/0:active {
  background-color: rgb(26 46 5 / 0);
}
.active\:bg-lime-950\/10:active {
  background-color: rgb(26 46 5 / 0.1);
}
.active\:bg-lime-950\/100:active {
  background-color: rgb(26 46 5 / 1);
}
.active\:bg-lime-950\/20:active {
  background-color: rgb(26 46 5 / 0.2);
}
.active\:bg-lime-950\/25:active {
  background-color: rgb(26 46 5 / 0.25);
}
.active\:bg-lime-950\/30:active {
  background-color: rgb(26 46 5 / 0.3);
}
.active\:bg-lime-950\/40:active {
  background-color: rgb(26 46 5 / 0.4);
}
.active\:bg-lime-950\/5:active {
  background-color: rgb(26 46 5 / 0.05);
}
.active\:bg-lime-950\/50:active {
  background-color: rgb(26 46 5 / 0.5);
}
.active\:bg-lime-950\/60:active {
  background-color: rgb(26 46 5 / 0.6);
}
.active\:bg-lime-950\/70:active {
  background-color: rgb(26 46 5 / 0.7);
}
.active\:bg-lime-950\/75:active {
  background-color: rgb(26 46 5 / 0.75);
}
.active\:bg-lime-950\/80:active {
  background-color: rgb(26 46 5 / 0.8);
}
.active\:bg-lime-950\/90:active {
  background-color: rgb(26 46 5 / 0.9);
}
.active\:bg-lime-950\/95:active {
  background-color: rgb(26 46 5 / 0.95);
}
.active\:bg-neutral-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.active\:bg-neutral-100\/0:active {
  background-color: rgb(245 245 245 / 0);
}
.active\:bg-neutral-100\/10:active {
  background-color: rgb(245 245 245 / 0.1);
}
.active\:bg-neutral-100\/100:active {
  background-color: rgb(245 245 245 / 1);
}
.active\:bg-neutral-100\/20:active {
  background-color: rgb(245 245 245 / 0.2);
}
.active\:bg-neutral-100\/25:active {
  background-color: rgb(245 245 245 / 0.25);
}
.active\:bg-neutral-100\/30:active {
  background-color: rgb(245 245 245 / 0.3);
}
.active\:bg-neutral-100\/40:active {
  background-color: rgb(245 245 245 / 0.4);
}
.active\:bg-neutral-100\/5:active {
  background-color: rgb(245 245 245 / 0.05);
}
.active\:bg-neutral-100\/50:active {
  background-color: rgb(245 245 245 / 0.5);
}
.active\:bg-neutral-100\/60:active {
  background-color: rgb(245 245 245 / 0.6);
}
.active\:bg-neutral-100\/70:active {
  background-color: rgb(245 245 245 / 0.7);
}
.active\:bg-neutral-100\/75:active {
  background-color: rgb(245 245 245 / 0.75);
}
.active\:bg-neutral-100\/80:active {
  background-color: rgb(245 245 245 / 0.8);
}
.active\:bg-neutral-100\/90:active {
  background-color: rgb(245 245 245 / 0.9);
}
.active\:bg-neutral-100\/95:active {
  background-color: rgb(245 245 245 / 0.95);
}
.active\:bg-neutral-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.active\:bg-neutral-200\/0:active {
  background-color: rgb(229 229 229 / 0);
}
.active\:bg-neutral-200\/10:active {
  background-color: rgb(229 229 229 / 0.1);
}
.active\:bg-neutral-200\/100:active {
  background-color: rgb(229 229 229 / 1);
}
.active\:bg-neutral-200\/20:active {
  background-color: rgb(229 229 229 / 0.2);
}
.active\:bg-neutral-200\/25:active {
  background-color: rgb(229 229 229 / 0.25);
}
.active\:bg-neutral-200\/30:active {
  background-color: rgb(229 229 229 / 0.3);
}
.active\:bg-neutral-200\/40:active {
  background-color: rgb(229 229 229 / 0.4);
}
.active\:bg-neutral-200\/5:active {
  background-color: rgb(229 229 229 / 0.05);
}
.active\:bg-neutral-200\/50:active {
  background-color: rgb(229 229 229 / 0.5);
}
.active\:bg-neutral-200\/60:active {
  background-color: rgb(229 229 229 / 0.6);
}
.active\:bg-neutral-200\/70:active {
  background-color: rgb(229 229 229 / 0.7);
}
.active\:bg-neutral-200\/75:active {
  background-color: rgb(229 229 229 / 0.75);
}
.active\:bg-neutral-200\/80:active {
  background-color: rgb(229 229 229 / 0.8);
}
.active\:bg-neutral-200\/90:active {
  background-color: rgb(229 229 229 / 0.9);
}
.active\:bg-neutral-200\/95:active {
  background-color: rgb(229 229 229 / 0.95);
}
.active\:bg-neutral-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.active\:bg-neutral-300\/0:active {
  background-color: rgb(212 212 212 / 0);
}
.active\:bg-neutral-300\/10:active {
  background-color: rgb(212 212 212 / 0.1);
}
.active\:bg-neutral-300\/100:active {
  background-color: rgb(212 212 212 / 1);
}
.active\:bg-neutral-300\/20:active {
  background-color: rgb(212 212 212 / 0.2);
}
.active\:bg-neutral-300\/25:active {
  background-color: rgb(212 212 212 / 0.25);
}
.active\:bg-neutral-300\/30:active {
  background-color: rgb(212 212 212 / 0.3);
}
.active\:bg-neutral-300\/40:active {
  background-color: rgb(212 212 212 / 0.4);
}
.active\:bg-neutral-300\/5:active {
  background-color: rgb(212 212 212 / 0.05);
}
.active\:bg-neutral-300\/50:active {
  background-color: rgb(212 212 212 / 0.5);
}
.active\:bg-neutral-300\/60:active {
  background-color: rgb(212 212 212 / 0.6);
}
.active\:bg-neutral-300\/70:active {
  background-color: rgb(212 212 212 / 0.7);
}
.active\:bg-neutral-300\/75:active {
  background-color: rgb(212 212 212 / 0.75);
}
.active\:bg-neutral-300\/80:active {
  background-color: rgb(212 212 212 / 0.8);
}
.active\:bg-neutral-300\/90:active {
  background-color: rgb(212 212 212 / 0.9);
}
.active\:bg-neutral-300\/95:active {
  background-color: rgb(212 212 212 / 0.95);
}
.active\:bg-neutral-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.active\:bg-neutral-400\/0:active {
  background-color: rgb(163 163 163 / 0);
}
.active\:bg-neutral-400\/10:active {
  background-color: rgb(163 163 163 / 0.1);
}
.active\:bg-neutral-400\/100:active {
  background-color: rgb(163 163 163 / 1);
}
.active\:bg-neutral-400\/20:active {
  background-color: rgb(163 163 163 / 0.2);
}
.active\:bg-neutral-400\/25:active {
  background-color: rgb(163 163 163 / 0.25);
}
.active\:bg-neutral-400\/30:active {
  background-color: rgb(163 163 163 / 0.3);
}
.active\:bg-neutral-400\/40:active {
  background-color: rgb(163 163 163 / 0.4);
}
.active\:bg-neutral-400\/5:active {
  background-color: rgb(163 163 163 / 0.05);
}
.active\:bg-neutral-400\/50:active {
  background-color: rgb(163 163 163 / 0.5);
}
.active\:bg-neutral-400\/60:active {
  background-color: rgb(163 163 163 / 0.6);
}
.active\:bg-neutral-400\/70:active {
  background-color: rgb(163 163 163 / 0.7);
}
.active\:bg-neutral-400\/75:active {
  background-color: rgb(163 163 163 / 0.75);
}
.active\:bg-neutral-400\/80:active {
  background-color: rgb(163 163 163 / 0.8);
}
.active\:bg-neutral-400\/90:active {
  background-color: rgb(163 163 163 / 0.9);
}
.active\:bg-neutral-400\/95:active {
  background-color: rgb(163 163 163 / 0.95);
}
.active\:bg-neutral-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.active\:bg-neutral-50\/0:active {
  background-color: rgb(250 250 250 / 0);
}
.active\:bg-neutral-50\/10:active {
  background-color: rgb(250 250 250 / 0.1);
}
.active\:bg-neutral-50\/100:active {
  background-color: rgb(250 250 250 / 1);
}
.active\:bg-neutral-50\/20:active {
  background-color: rgb(250 250 250 / 0.2);
}
.active\:bg-neutral-50\/25:active {
  background-color: rgb(250 250 250 / 0.25);
}
.active\:bg-neutral-50\/30:active {
  background-color: rgb(250 250 250 / 0.3);
}
.active\:bg-neutral-50\/40:active {
  background-color: rgb(250 250 250 / 0.4);
}
.active\:bg-neutral-50\/5:active {
  background-color: rgb(250 250 250 / 0.05);
}
.active\:bg-neutral-50\/50:active {
  background-color: rgb(250 250 250 / 0.5);
}
.active\:bg-neutral-50\/60:active {
  background-color: rgb(250 250 250 / 0.6);
}
.active\:bg-neutral-50\/70:active {
  background-color: rgb(250 250 250 / 0.7);
}
.active\:bg-neutral-50\/75:active {
  background-color: rgb(250 250 250 / 0.75);
}
.active\:bg-neutral-50\/80:active {
  background-color: rgb(250 250 250 / 0.8);
}
.active\:bg-neutral-50\/90:active {
  background-color: rgb(250 250 250 / 0.9);
}
.active\:bg-neutral-50\/95:active {
  background-color: rgb(250 250 250 / 0.95);
}
.active\:bg-neutral-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.active\:bg-neutral-500\/0:active {
  background-color: rgb(115 115 115 / 0);
}
.active\:bg-neutral-500\/10:active {
  background-color: rgb(115 115 115 / 0.1);
}
.active\:bg-neutral-500\/100:active {
  background-color: rgb(115 115 115 / 1);
}
.active\:bg-neutral-500\/20:active {
  background-color: rgb(115 115 115 / 0.2);
}
.active\:bg-neutral-500\/25:active {
  background-color: rgb(115 115 115 / 0.25);
}
.active\:bg-neutral-500\/30:active {
  background-color: rgb(115 115 115 / 0.3);
}
.active\:bg-neutral-500\/40:active {
  background-color: rgb(115 115 115 / 0.4);
}
.active\:bg-neutral-500\/5:active {
  background-color: rgb(115 115 115 / 0.05);
}
.active\:bg-neutral-500\/50:active {
  background-color: rgb(115 115 115 / 0.5);
}
.active\:bg-neutral-500\/60:active {
  background-color: rgb(115 115 115 / 0.6);
}
.active\:bg-neutral-500\/70:active {
  background-color: rgb(115 115 115 / 0.7);
}
.active\:bg-neutral-500\/75:active {
  background-color: rgb(115 115 115 / 0.75);
}
.active\:bg-neutral-500\/80:active {
  background-color: rgb(115 115 115 / 0.8);
}
.active\:bg-neutral-500\/90:active {
  background-color: rgb(115 115 115 / 0.9);
}
.active\:bg-neutral-500\/95:active {
  background-color: rgb(115 115 115 / 0.95);
}
.active\:bg-neutral-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.active\:bg-neutral-600\/0:active {
  background-color: rgb(82 82 82 / 0);
}
.active\:bg-neutral-600\/10:active {
  background-color: rgb(82 82 82 / 0.1);
}
.active\:bg-neutral-600\/100:active {
  background-color: rgb(82 82 82 / 1);
}
.active\:bg-neutral-600\/20:active {
  background-color: rgb(82 82 82 / 0.2);
}
.active\:bg-neutral-600\/25:active {
  background-color: rgb(82 82 82 / 0.25);
}
.active\:bg-neutral-600\/30:active {
  background-color: rgb(82 82 82 / 0.3);
}
.active\:bg-neutral-600\/40:active {
  background-color: rgb(82 82 82 / 0.4);
}
.active\:bg-neutral-600\/5:active {
  background-color: rgb(82 82 82 / 0.05);
}
.active\:bg-neutral-600\/50:active {
  background-color: rgb(82 82 82 / 0.5);
}
.active\:bg-neutral-600\/60:active {
  background-color: rgb(82 82 82 / 0.6);
}
.active\:bg-neutral-600\/70:active {
  background-color: rgb(82 82 82 / 0.7);
}
.active\:bg-neutral-600\/75:active {
  background-color: rgb(82 82 82 / 0.75);
}
.active\:bg-neutral-600\/80:active {
  background-color: rgb(82 82 82 / 0.8);
}
.active\:bg-neutral-600\/90:active {
  background-color: rgb(82 82 82 / 0.9);
}
.active\:bg-neutral-600\/95:active {
  background-color: rgb(82 82 82 / 0.95);
}
.active\:bg-neutral-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.active\:bg-neutral-700\/0:active {
  background-color: rgb(64 64 64 / 0);
}
.active\:bg-neutral-700\/10:active {
  background-color: rgb(64 64 64 / 0.1);
}
.active\:bg-neutral-700\/100:active {
  background-color: rgb(64 64 64 / 1);
}
.active\:bg-neutral-700\/20:active {
  background-color: rgb(64 64 64 / 0.2);
}
.active\:bg-neutral-700\/25:active {
  background-color: rgb(64 64 64 / 0.25);
}
.active\:bg-neutral-700\/30:active {
  background-color: rgb(64 64 64 / 0.3);
}
.active\:bg-neutral-700\/40:active {
  background-color: rgb(64 64 64 / 0.4);
}
.active\:bg-neutral-700\/5:active {
  background-color: rgb(64 64 64 / 0.05);
}
.active\:bg-neutral-700\/50:active {
  background-color: rgb(64 64 64 / 0.5);
}
.active\:bg-neutral-700\/60:active {
  background-color: rgb(64 64 64 / 0.6);
}
.active\:bg-neutral-700\/70:active {
  background-color: rgb(64 64 64 / 0.7);
}
.active\:bg-neutral-700\/75:active {
  background-color: rgb(64 64 64 / 0.75);
}
.active\:bg-neutral-700\/80:active {
  background-color: rgb(64 64 64 / 0.8);
}
.active\:bg-neutral-700\/90:active {
  background-color: rgb(64 64 64 / 0.9);
}
.active\:bg-neutral-700\/95:active {
  background-color: rgb(64 64 64 / 0.95);
}
.active\:bg-neutral-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.active\:bg-neutral-800\/0:active {
  background-color: rgb(38 38 38 / 0);
}
.active\:bg-neutral-800\/10:active {
  background-color: rgb(38 38 38 / 0.1);
}
.active\:bg-neutral-800\/100:active {
  background-color: rgb(38 38 38 / 1);
}
.active\:bg-neutral-800\/20:active {
  background-color: rgb(38 38 38 / 0.2);
}
.active\:bg-neutral-800\/25:active {
  background-color: rgb(38 38 38 / 0.25);
}
.active\:bg-neutral-800\/30:active {
  background-color: rgb(38 38 38 / 0.3);
}
.active\:bg-neutral-800\/40:active {
  background-color: rgb(38 38 38 / 0.4);
}
.active\:bg-neutral-800\/5:active {
  background-color: rgb(38 38 38 / 0.05);
}
.active\:bg-neutral-800\/50:active {
  background-color: rgb(38 38 38 / 0.5);
}
.active\:bg-neutral-800\/60:active {
  background-color: rgb(38 38 38 / 0.6);
}
.active\:bg-neutral-800\/70:active {
  background-color: rgb(38 38 38 / 0.7);
}
.active\:bg-neutral-800\/75:active {
  background-color: rgb(38 38 38 / 0.75);
}
.active\:bg-neutral-800\/80:active {
  background-color: rgb(38 38 38 / 0.8);
}
.active\:bg-neutral-800\/90:active {
  background-color: rgb(38 38 38 / 0.9);
}
.active\:bg-neutral-800\/95:active {
  background-color: rgb(38 38 38 / 0.95);
}
.active\:bg-neutral-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.active\:bg-neutral-900\/0:active {
  background-color: rgb(23 23 23 / 0);
}
.active\:bg-neutral-900\/10:active {
  background-color: rgb(23 23 23 / 0.1);
}
.active\:bg-neutral-900\/100:active {
  background-color: rgb(23 23 23 / 1);
}
.active\:bg-neutral-900\/20:active {
  background-color: rgb(23 23 23 / 0.2);
}
.active\:bg-neutral-900\/25:active {
  background-color: rgb(23 23 23 / 0.25);
}
.active\:bg-neutral-900\/30:active {
  background-color: rgb(23 23 23 / 0.3);
}
.active\:bg-neutral-900\/40:active {
  background-color: rgb(23 23 23 / 0.4);
}
.active\:bg-neutral-900\/5:active {
  background-color: rgb(23 23 23 / 0.05);
}
.active\:bg-neutral-900\/50:active {
  background-color: rgb(23 23 23 / 0.5);
}
.active\:bg-neutral-900\/60:active {
  background-color: rgb(23 23 23 / 0.6);
}
.active\:bg-neutral-900\/70:active {
  background-color: rgb(23 23 23 / 0.7);
}
.active\:bg-neutral-900\/75:active {
  background-color: rgb(23 23 23 / 0.75);
}
.active\:bg-neutral-900\/80:active {
  background-color: rgb(23 23 23 / 0.8);
}
.active\:bg-neutral-900\/90:active {
  background-color: rgb(23 23 23 / 0.9);
}
.active\:bg-neutral-900\/95:active {
  background-color: rgb(23 23 23 / 0.95);
}
.active\:bg-neutral-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.active\:bg-neutral-950\/0:active {
  background-color: rgb(10 10 10 / 0);
}
.active\:bg-neutral-950\/10:active {
  background-color: rgb(10 10 10 / 0.1);
}
.active\:bg-neutral-950\/100:active {
  background-color: rgb(10 10 10 / 1);
}
.active\:bg-neutral-950\/20:active {
  background-color: rgb(10 10 10 / 0.2);
}
.active\:bg-neutral-950\/25:active {
  background-color: rgb(10 10 10 / 0.25);
}
.active\:bg-neutral-950\/30:active {
  background-color: rgb(10 10 10 / 0.3);
}
.active\:bg-neutral-950\/40:active {
  background-color: rgb(10 10 10 / 0.4);
}
.active\:bg-neutral-950\/5:active {
  background-color: rgb(10 10 10 / 0.05);
}
.active\:bg-neutral-950\/50:active {
  background-color: rgb(10 10 10 / 0.5);
}
.active\:bg-neutral-950\/60:active {
  background-color: rgb(10 10 10 / 0.6);
}
.active\:bg-neutral-950\/70:active {
  background-color: rgb(10 10 10 / 0.7);
}
.active\:bg-neutral-950\/75:active {
  background-color: rgb(10 10 10 / 0.75);
}
.active\:bg-neutral-950\/80:active {
  background-color: rgb(10 10 10 / 0.8);
}
.active\:bg-neutral-950\/90:active {
  background-color: rgb(10 10 10 / 0.9);
}
.active\:bg-neutral-950\/95:active {
  background-color: rgb(10 10 10 / 0.95);
}
.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.active\:bg-orange-100\/0:active {
  background-color: rgb(255 237 213 / 0);
}
.active\:bg-orange-100\/10:active {
  background-color: rgb(255 237 213 / 0.1);
}
.active\:bg-orange-100\/100:active {
  background-color: rgb(255 237 213 / 1);
}
.active\:bg-orange-100\/20:active {
  background-color: rgb(255 237 213 / 0.2);
}
.active\:bg-orange-100\/25:active {
  background-color: rgb(255 237 213 / 0.25);
}
.active\:bg-orange-100\/30:active {
  background-color: rgb(255 237 213 / 0.3);
}
.active\:bg-orange-100\/40:active {
  background-color: rgb(255 237 213 / 0.4);
}
.active\:bg-orange-100\/5:active {
  background-color: rgb(255 237 213 / 0.05);
}
.active\:bg-orange-100\/50:active {
  background-color: rgb(255 237 213 / 0.5);
}
.active\:bg-orange-100\/60:active {
  background-color: rgb(255 237 213 / 0.6);
}
.active\:bg-orange-100\/70:active {
  background-color: rgb(255 237 213 / 0.7);
}
.active\:bg-orange-100\/75:active {
  background-color: rgb(255 237 213 / 0.75);
}
.active\:bg-orange-100\/80:active {
  background-color: rgb(255 237 213 / 0.8);
}
.active\:bg-orange-100\/90:active {
  background-color: rgb(255 237 213 / 0.9);
}
.active\:bg-orange-100\/95:active {
  background-color: rgb(255 237 213 / 0.95);
}
.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.active\:bg-orange-200\/0:active {
  background-color: rgb(254 215 170 / 0);
}
.active\:bg-orange-200\/10:active {
  background-color: rgb(254 215 170 / 0.1);
}
.active\:bg-orange-200\/100:active {
  background-color: rgb(254 215 170 / 1);
}
.active\:bg-orange-200\/20:active {
  background-color: rgb(254 215 170 / 0.2);
}
.active\:bg-orange-200\/25:active {
  background-color: rgb(254 215 170 / 0.25);
}
.active\:bg-orange-200\/30:active {
  background-color: rgb(254 215 170 / 0.3);
}
.active\:bg-orange-200\/40:active {
  background-color: rgb(254 215 170 / 0.4);
}
.active\:bg-orange-200\/5:active {
  background-color: rgb(254 215 170 / 0.05);
}
.active\:bg-orange-200\/50:active {
  background-color: rgb(254 215 170 / 0.5);
}
.active\:bg-orange-200\/60:active {
  background-color: rgb(254 215 170 / 0.6);
}
.active\:bg-orange-200\/70:active {
  background-color: rgb(254 215 170 / 0.7);
}
.active\:bg-orange-200\/75:active {
  background-color: rgb(254 215 170 / 0.75);
}
.active\:bg-orange-200\/80:active {
  background-color: rgb(254 215 170 / 0.8);
}
.active\:bg-orange-200\/90:active {
  background-color: rgb(254 215 170 / 0.9);
}
.active\:bg-orange-200\/95:active {
  background-color: rgb(254 215 170 / 0.95);
}
.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.active\:bg-orange-300\/0:active {
  background-color: rgb(253 186 116 / 0);
}
.active\:bg-orange-300\/10:active {
  background-color: rgb(253 186 116 / 0.1);
}
.active\:bg-orange-300\/100:active {
  background-color: rgb(253 186 116 / 1);
}
.active\:bg-orange-300\/20:active {
  background-color: rgb(253 186 116 / 0.2);
}
.active\:bg-orange-300\/25:active {
  background-color: rgb(253 186 116 / 0.25);
}
.active\:bg-orange-300\/30:active {
  background-color: rgb(253 186 116 / 0.3);
}
.active\:bg-orange-300\/40:active {
  background-color: rgb(253 186 116 / 0.4);
}
.active\:bg-orange-300\/5:active {
  background-color: rgb(253 186 116 / 0.05);
}
.active\:bg-orange-300\/50:active {
  background-color: rgb(253 186 116 / 0.5);
}
.active\:bg-orange-300\/60:active {
  background-color: rgb(253 186 116 / 0.6);
}
.active\:bg-orange-300\/70:active {
  background-color: rgb(253 186 116 / 0.7);
}
.active\:bg-orange-300\/75:active {
  background-color: rgb(253 186 116 / 0.75);
}
.active\:bg-orange-300\/80:active {
  background-color: rgb(253 186 116 / 0.8);
}
.active\:bg-orange-300\/90:active {
  background-color: rgb(253 186 116 / 0.9);
}
.active\:bg-orange-300\/95:active {
  background-color: rgb(253 186 116 / 0.95);
}
.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.active\:bg-orange-400\/0:active {
  background-color: rgb(251 146 60 / 0);
}
.active\:bg-orange-400\/10:active {
  background-color: rgb(251 146 60 / 0.1);
}
.active\:bg-orange-400\/100:active {
  background-color: rgb(251 146 60 / 1);
}
.active\:bg-orange-400\/20:active {
  background-color: rgb(251 146 60 / 0.2);
}
.active\:bg-orange-400\/25:active {
  background-color: rgb(251 146 60 / 0.25);
}
.active\:bg-orange-400\/30:active {
  background-color: rgb(251 146 60 / 0.3);
}
.active\:bg-orange-400\/40:active {
  background-color: rgb(251 146 60 / 0.4);
}
.active\:bg-orange-400\/5:active {
  background-color: rgb(251 146 60 / 0.05);
}
.active\:bg-orange-400\/50:active {
  background-color: rgb(251 146 60 / 0.5);
}
.active\:bg-orange-400\/60:active {
  background-color: rgb(251 146 60 / 0.6);
}
.active\:bg-orange-400\/70:active {
  background-color: rgb(251 146 60 / 0.7);
}
.active\:bg-orange-400\/75:active {
  background-color: rgb(251 146 60 / 0.75);
}
.active\:bg-orange-400\/80:active {
  background-color: rgb(251 146 60 / 0.8);
}
.active\:bg-orange-400\/90:active {
  background-color: rgb(251 146 60 / 0.9);
}
.active\:bg-orange-400\/95:active {
  background-color: rgb(251 146 60 / 0.95);
}
.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.active\:bg-orange-50\/0:active {
  background-color: rgb(255 247 237 / 0);
}
.active\:bg-orange-50\/10:active {
  background-color: rgb(255 247 237 / 0.1);
}
.active\:bg-orange-50\/100:active {
  background-color: rgb(255 247 237 / 1);
}
.active\:bg-orange-50\/20:active {
  background-color: rgb(255 247 237 / 0.2);
}
.active\:bg-orange-50\/25:active {
  background-color: rgb(255 247 237 / 0.25);
}
.active\:bg-orange-50\/30:active {
  background-color: rgb(255 247 237 / 0.3);
}
.active\:bg-orange-50\/40:active {
  background-color: rgb(255 247 237 / 0.4);
}
.active\:bg-orange-50\/5:active {
  background-color: rgb(255 247 237 / 0.05);
}
.active\:bg-orange-50\/50:active {
  background-color: rgb(255 247 237 / 0.5);
}
.active\:bg-orange-50\/60:active {
  background-color: rgb(255 247 237 / 0.6);
}
.active\:bg-orange-50\/70:active {
  background-color: rgb(255 247 237 / 0.7);
}
.active\:bg-orange-50\/75:active {
  background-color: rgb(255 247 237 / 0.75);
}
.active\:bg-orange-50\/80:active {
  background-color: rgb(255 247 237 / 0.8);
}
.active\:bg-orange-50\/90:active {
  background-color: rgb(255 247 237 / 0.9);
}
.active\:bg-orange-50\/95:active {
  background-color: rgb(255 247 237 / 0.95);
}
.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.active\:bg-orange-500\/0:active {
  background-color: rgb(249 115 22 / 0);
}
.active\:bg-orange-500\/10:active {
  background-color: rgb(249 115 22 / 0.1);
}
.active\:bg-orange-500\/100:active {
  background-color: rgb(249 115 22 / 1);
}
.active\:bg-orange-500\/20:active {
  background-color: rgb(249 115 22 / 0.2);
}
.active\:bg-orange-500\/25:active {
  background-color: rgb(249 115 22 / 0.25);
}
.active\:bg-orange-500\/30:active {
  background-color: rgb(249 115 22 / 0.3);
}
.active\:bg-orange-500\/40:active {
  background-color: rgb(249 115 22 / 0.4);
}
.active\:bg-orange-500\/5:active {
  background-color: rgb(249 115 22 / 0.05);
}
.active\:bg-orange-500\/50:active {
  background-color: rgb(249 115 22 / 0.5);
}
.active\:bg-orange-500\/60:active {
  background-color: rgb(249 115 22 / 0.6);
}
.active\:bg-orange-500\/70:active {
  background-color: rgb(249 115 22 / 0.7);
}
.active\:bg-orange-500\/75:active {
  background-color: rgb(249 115 22 / 0.75);
}
.active\:bg-orange-500\/80:active {
  background-color: rgb(249 115 22 / 0.8);
}
.active\:bg-orange-500\/90:active {
  background-color: rgb(249 115 22 / 0.9);
}
.active\:bg-orange-500\/95:active {
  background-color: rgb(249 115 22 / 0.95);
}
.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.active\:bg-orange-600\/0:active {
  background-color: rgb(234 88 12 / 0);
}
.active\:bg-orange-600\/10:active {
  background-color: rgb(234 88 12 / 0.1);
}
.active\:bg-orange-600\/100:active {
  background-color: rgb(234 88 12 / 1);
}
.active\:bg-orange-600\/20:active {
  background-color: rgb(234 88 12 / 0.2);
}
.active\:bg-orange-600\/25:active {
  background-color: rgb(234 88 12 / 0.25);
}
.active\:bg-orange-600\/30:active {
  background-color: rgb(234 88 12 / 0.3);
}
.active\:bg-orange-600\/40:active {
  background-color: rgb(234 88 12 / 0.4);
}
.active\:bg-orange-600\/5:active {
  background-color: rgb(234 88 12 / 0.05);
}
.active\:bg-orange-600\/50:active {
  background-color: rgb(234 88 12 / 0.5);
}
.active\:bg-orange-600\/60:active {
  background-color: rgb(234 88 12 / 0.6);
}
.active\:bg-orange-600\/70:active {
  background-color: rgb(234 88 12 / 0.7);
}
.active\:bg-orange-600\/75:active {
  background-color: rgb(234 88 12 / 0.75);
}
.active\:bg-orange-600\/80:active {
  background-color: rgb(234 88 12 / 0.8);
}
.active\:bg-orange-600\/90:active {
  background-color: rgb(234 88 12 / 0.9);
}
.active\:bg-orange-600\/95:active {
  background-color: rgb(234 88 12 / 0.95);
}
.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.active\:bg-orange-700\/0:active {
  background-color: rgb(194 65 12 / 0);
}
.active\:bg-orange-700\/10:active {
  background-color: rgb(194 65 12 / 0.1);
}
.active\:bg-orange-700\/100:active {
  background-color: rgb(194 65 12 / 1);
}
.active\:bg-orange-700\/20:active {
  background-color: rgb(194 65 12 / 0.2);
}
.active\:bg-orange-700\/25:active {
  background-color: rgb(194 65 12 / 0.25);
}
.active\:bg-orange-700\/30:active {
  background-color: rgb(194 65 12 / 0.3);
}
.active\:bg-orange-700\/40:active {
  background-color: rgb(194 65 12 / 0.4);
}
.active\:bg-orange-700\/5:active {
  background-color: rgb(194 65 12 / 0.05);
}
.active\:bg-orange-700\/50:active {
  background-color: rgb(194 65 12 / 0.5);
}
.active\:bg-orange-700\/60:active {
  background-color: rgb(194 65 12 / 0.6);
}
.active\:bg-orange-700\/70:active {
  background-color: rgb(194 65 12 / 0.7);
}
.active\:bg-orange-700\/75:active {
  background-color: rgb(194 65 12 / 0.75);
}
.active\:bg-orange-700\/80:active {
  background-color: rgb(194 65 12 / 0.8);
}
.active\:bg-orange-700\/90:active {
  background-color: rgb(194 65 12 / 0.9);
}
.active\:bg-orange-700\/95:active {
  background-color: rgb(194 65 12 / 0.95);
}
.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.active\:bg-orange-800\/0:active {
  background-color: rgb(154 52 18 / 0);
}
.active\:bg-orange-800\/10:active {
  background-color: rgb(154 52 18 / 0.1);
}
.active\:bg-orange-800\/100:active {
  background-color: rgb(154 52 18 / 1);
}
.active\:bg-orange-800\/20:active {
  background-color: rgb(154 52 18 / 0.2);
}
.active\:bg-orange-800\/25:active {
  background-color: rgb(154 52 18 / 0.25);
}
.active\:bg-orange-800\/30:active {
  background-color: rgb(154 52 18 / 0.3);
}
.active\:bg-orange-800\/40:active {
  background-color: rgb(154 52 18 / 0.4);
}
.active\:bg-orange-800\/5:active {
  background-color: rgb(154 52 18 / 0.05);
}
.active\:bg-orange-800\/50:active {
  background-color: rgb(154 52 18 / 0.5);
}
.active\:bg-orange-800\/60:active {
  background-color: rgb(154 52 18 / 0.6);
}
.active\:bg-orange-800\/70:active {
  background-color: rgb(154 52 18 / 0.7);
}
.active\:bg-orange-800\/75:active {
  background-color: rgb(154 52 18 / 0.75);
}
.active\:bg-orange-800\/80:active {
  background-color: rgb(154 52 18 / 0.8);
}
.active\:bg-orange-800\/90:active {
  background-color: rgb(154 52 18 / 0.9);
}
.active\:bg-orange-800\/95:active {
  background-color: rgb(154 52 18 / 0.95);
}
.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.active\:bg-orange-900\/0:active {
  background-color: rgb(124 45 18 / 0);
}
.active\:bg-orange-900\/10:active {
  background-color: rgb(124 45 18 / 0.1);
}
.active\:bg-orange-900\/100:active {
  background-color: rgb(124 45 18 / 1);
}
.active\:bg-orange-900\/20:active {
  background-color: rgb(124 45 18 / 0.2);
}
.active\:bg-orange-900\/25:active {
  background-color: rgb(124 45 18 / 0.25);
}
.active\:bg-orange-900\/30:active {
  background-color: rgb(124 45 18 / 0.3);
}
.active\:bg-orange-900\/40:active {
  background-color: rgb(124 45 18 / 0.4);
}
.active\:bg-orange-900\/5:active {
  background-color: rgb(124 45 18 / 0.05);
}
.active\:bg-orange-900\/50:active {
  background-color: rgb(124 45 18 / 0.5);
}
.active\:bg-orange-900\/60:active {
  background-color: rgb(124 45 18 / 0.6);
}
.active\:bg-orange-900\/70:active {
  background-color: rgb(124 45 18 / 0.7);
}
.active\:bg-orange-900\/75:active {
  background-color: rgb(124 45 18 / 0.75);
}
.active\:bg-orange-900\/80:active {
  background-color: rgb(124 45 18 / 0.8);
}
.active\:bg-orange-900\/90:active {
  background-color: rgb(124 45 18 / 0.9);
}
.active\:bg-orange-900\/95:active {
  background-color: rgb(124 45 18 / 0.95);
}
.active\:bg-orange-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.active\:bg-orange-950\/0:active {
  background-color: rgb(67 20 7 / 0);
}
.active\:bg-orange-950\/10:active {
  background-color: rgb(67 20 7 / 0.1);
}
.active\:bg-orange-950\/100:active {
  background-color: rgb(67 20 7 / 1);
}
.active\:bg-orange-950\/20:active {
  background-color: rgb(67 20 7 / 0.2);
}
.active\:bg-orange-950\/25:active {
  background-color: rgb(67 20 7 / 0.25);
}
.active\:bg-orange-950\/30:active {
  background-color: rgb(67 20 7 / 0.3);
}
.active\:bg-orange-950\/40:active {
  background-color: rgb(67 20 7 / 0.4);
}
.active\:bg-orange-950\/5:active {
  background-color: rgb(67 20 7 / 0.05);
}
.active\:bg-orange-950\/50:active {
  background-color: rgb(67 20 7 / 0.5);
}
.active\:bg-orange-950\/60:active {
  background-color: rgb(67 20 7 / 0.6);
}
.active\:bg-orange-950\/70:active {
  background-color: rgb(67 20 7 / 0.7);
}
.active\:bg-orange-950\/75:active {
  background-color: rgb(67 20 7 / 0.75);
}
.active\:bg-orange-950\/80:active {
  background-color: rgb(67 20 7 / 0.8);
}
.active\:bg-orange-950\/90:active {
  background-color: rgb(67 20 7 / 0.9);
}
.active\:bg-orange-950\/95:active {
  background-color: rgb(67 20 7 / 0.95);
}
.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.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\/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\/40:active {
  background-color: rgb(252 231 243 / 0.4);
}
.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\/60:active {
  background-color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(251 207 232 / 0.4);
}
.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\/60:active {
  background-color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(249 168 212 / 0.4);
}
.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\/60:active {
  background-color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(244 114 182 / 0.4);
}
.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\/60:active {
  background-color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(253 242 248 / 0.4);
}
.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\/60:active {
  background-color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(236 72 153 / 0.4);
}
.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\/60:active {
  background-color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(219 39 119 / 0.4);
}
.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\/60:active {
  background-color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(190 24 93 / 0.4);
}
.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\/60:active {
  background-color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(157 23 77 / 0.4);
}
.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\/60:active {
  background-color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(131 24 67 / 0.4);
}
.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\/60:active {
  background-color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(80 7 36 / 0.4);
}
.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\/60:active {
  background-color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(243 232 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(233 213 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(216 180 254 / 0.4);
}
.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\/60:active {
  background-color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(192 132 252 / 0.4);
}
.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\/60:active {
  background-color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(250 245 255 / 0.4);
}
.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\/60:active {
  background-color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(168 85 247 / 0.4);
}
.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\/60:active {
  background-color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(147 51 234 / 0.4);
}
.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\/60:active {
  background-color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(126 34 206 / 0.4);
}
.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\/60:active {
  background-color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(107 33 168 / 0.4);
}
.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\/60:active {
  background-color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(88 28 135 / 0.4);
}
.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\/60:active {
  background-color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(59 7 100 / 0.4);
}
.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\/60:active {
  background-color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}
.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\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}
.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\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}
.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\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}
.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\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}
.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\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}
.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\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}
.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\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(69 10 10 / 0.4);
}
.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\/60:active {
  background-color: rgb(69 10 10 / 0.6);
}
.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\/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-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.active\:bg-rose-100\/0:active {
  background-color: rgb(255 228 230 / 0);
}
.active\:bg-rose-100\/10:active {
  background-color: rgb(255 228 230 / 0.1);
}
.active\:bg-rose-100\/100:active {
  background-color: rgb(255 228 230 / 1);
}
.active\:bg-rose-100\/20:active {
  background-color: rgb(255 228 230 / 0.2);
}
.active\:bg-rose-100\/25:active {
  background-color: rgb(255 228 230 / 0.25);
}
.active\:bg-rose-100\/30:active {
  background-color: rgb(255 228 230 / 0.3);
}
.active\:bg-rose-100\/40:active {
  background-color: rgb(255 228 230 / 0.4);
}
.active\:bg-rose-100\/5:active {
  background-color: rgb(255 228 230 / 0.05);
}
.active\:bg-rose-100\/50:active {
  background-color: rgb(255 228 230 / 0.5);
}
.active\:bg-rose-100\/60:active {
  background-color: rgb(255 228 230 / 0.6);
}
.active\:bg-rose-100\/70:active {
  background-color: rgb(255 228 230 / 0.7);
}
.active\:bg-rose-100\/75:active {
  background-color: rgb(255 228 230 / 0.75);
}
.active\:bg-rose-100\/80:active {
  background-color: rgb(255 228 230 / 0.8);
}
.active\:bg-rose-100\/90:active {
  background-color: rgb(255 228 230 / 0.9);
}
.active\:bg-rose-100\/95:active {
  background-color: rgb(255 228 230 / 0.95);
}
.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.active\:bg-rose-200\/0:active {
  background-color: rgb(254 205 211 / 0);
}
.active\:bg-rose-200\/10:active {
  background-color: rgb(254 205 211 / 0.1);
}
.active\:bg-rose-200\/100:active {
  background-color: rgb(254 205 211 / 1);
}
.active\:bg-rose-200\/20:active {
  background-color: rgb(254 205 211 / 0.2);
}
.active\:bg-rose-200\/25:active {
  background-color: rgb(254 205 211 / 0.25);
}
.active\:bg-rose-200\/30:active {
  background-color: rgb(254 205 211 / 0.3);
}
.active\:bg-rose-200\/40:active {
  background-color: rgb(254 205 211 / 0.4);
}
.active\:bg-rose-200\/5:active {
  background-color: rgb(254 205 211 / 0.05);
}
.active\:bg-rose-200\/50:active {
  background-color: rgb(254 205 211 / 0.5);
}
.active\:bg-rose-200\/60:active {
  background-color: rgb(254 205 211 / 0.6);
}
.active\:bg-rose-200\/70:active {
  background-color: rgb(254 205 211 / 0.7);
}
.active\:bg-rose-200\/75:active {
  background-color: rgb(254 205 211 / 0.75);
}
.active\:bg-rose-200\/80:active {
  background-color: rgb(254 205 211 / 0.8);
}
.active\:bg-rose-200\/90:active {
  background-color: rgb(254 205 211 / 0.9);
}
.active\:bg-rose-200\/95:active {
  background-color: rgb(254 205 211 / 0.95);
}
.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.active\:bg-rose-300\/0:active {
  background-color: rgb(253 164 175 / 0);
}
.active\:bg-rose-300\/10:active {
  background-color: rgb(253 164 175 / 0.1);
}
.active\:bg-rose-300\/100:active {
  background-color: rgb(253 164 175 / 1);
}
.active\:bg-rose-300\/20:active {
  background-color: rgb(253 164 175 / 0.2);
}
.active\:bg-rose-300\/25:active {
  background-color: rgb(253 164 175 / 0.25);
}
.active\:bg-rose-300\/30:active {
  background-color: rgb(253 164 175 / 0.3);
}
.active\:bg-rose-300\/40:active {
  background-color: rgb(253 164 175 / 0.4);
}
.active\:bg-rose-300\/5:active {
  background-color: rgb(253 164 175 / 0.05);
}
.active\:bg-rose-300\/50:active {
  background-color: rgb(253 164 175 / 0.5);
}
.active\:bg-rose-300\/60:active {
  background-color: rgb(253 164 175 / 0.6);
}
.active\:bg-rose-300\/70:active {
  background-color: rgb(253 164 175 / 0.7);
}
.active\:bg-rose-300\/75:active {
  background-color: rgb(253 164 175 / 0.75);
}
.active\:bg-rose-300\/80:active {
  background-color: rgb(253 164 175 / 0.8);
}
.active\:bg-rose-300\/90:active {
  background-color: rgb(253 164 175 / 0.9);
}
.active\:bg-rose-300\/95:active {
  background-color: rgb(253 164 175 / 0.95);
}
.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.active\:bg-rose-400\/0:active {
  background-color: rgb(251 113 133 / 0);
}
.active\:bg-rose-400\/10:active {
  background-color: rgb(251 113 133 / 0.1);
}
.active\:bg-rose-400\/100:active {
  background-color: rgb(251 113 133 / 1);
}
.active\:bg-rose-400\/20:active {
  background-color: rgb(251 113 133 / 0.2);
}
.active\:bg-rose-400\/25:active {
  background-color: rgb(251 113 133 / 0.25);
}
.active\:bg-rose-400\/30:active {
  background-color: rgb(251 113 133 / 0.3);
}
.active\:bg-rose-400\/40:active {
  background-color: rgb(251 113 133 / 0.4);
}
.active\:bg-rose-400\/5:active {
  background-color: rgb(251 113 133 / 0.05);
}
.active\:bg-rose-400\/50:active {
  background-color: rgb(251 113 133 / 0.5);
}
.active\:bg-rose-400\/60:active {
  background-color: rgb(251 113 133 / 0.6);
}
.active\:bg-rose-400\/70:active {
  background-color: rgb(251 113 133 / 0.7);
}
.active\:bg-rose-400\/75:active {
  background-color: rgb(251 113 133 / 0.75);
}
.active\:bg-rose-400\/80:active {
  background-color: rgb(251 113 133 / 0.8);
}
.active\:bg-rose-400\/90:active {
  background-color: rgb(251 113 133 / 0.9);
}
.active\:bg-rose-400\/95:active {
  background-color: rgb(251 113 133 / 0.95);
}
.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.active\:bg-rose-50\/0:active {
  background-color: rgb(255 241 242 / 0);
}
.active\:bg-rose-50\/10:active {
  background-color: rgb(255 241 242 / 0.1);
}
.active\:bg-rose-50\/100:active {
  background-color: rgb(255 241 242 / 1);
}
.active\:bg-rose-50\/20:active {
  background-color: rgb(255 241 242 / 0.2);
}
.active\:bg-rose-50\/25:active {
  background-color: rgb(255 241 242 / 0.25);
}
.active\:bg-rose-50\/30:active {
  background-color: rgb(255 241 242 / 0.3);
}
.active\:bg-rose-50\/40:active {
  background-color: rgb(255 241 242 / 0.4);
}
.active\:bg-rose-50\/5:active {
  background-color: rgb(255 241 242 / 0.05);
}
.active\:bg-rose-50\/50:active {
  background-color: rgb(255 241 242 / 0.5);
}
.active\:bg-rose-50\/60:active {
  background-color: rgb(255 241 242 / 0.6);
}
.active\:bg-rose-50\/70:active {
  background-color: rgb(255 241 242 / 0.7);
}
.active\:bg-rose-50\/75:active {
  background-color: rgb(255 241 242 / 0.75);
}
.active\:bg-rose-50\/80:active {
  background-color: rgb(255 241 242 / 0.8);
}
.active\:bg-rose-50\/90:active {
  background-color: rgb(255 241 242 / 0.9);
}
.active\:bg-rose-50\/95:active {
  background-color: rgb(255 241 242 / 0.95);
}
.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.active\:bg-rose-500\/0:active {
  background-color: rgb(244 63 94 / 0);
}
.active\:bg-rose-500\/10:active {
  background-color: rgb(244 63 94 / 0.1);
}
.active\:bg-rose-500\/100:active {
  background-color: rgb(244 63 94 / 1);
}
.active\:bg-rose-500\/20:active {
  background-color: rgb(244 63 94 / 0.2);
}
.active\:bg-rose-500\/25:active {
  background-color: rgb(244 63 94 / 0.25);
}
.active\:bg-rose-500\/30:active {
  background-color: rgb(244 63 94 / 0.3);
}
.active\:bg-rose-500\/40:active {
  background-color: rgb(244 63 94 / 0.4);
}
.active\:bg-rose-500\/5:active {
  background-color: rgb(244 63 94 / 0.05);
}
.active\:bg-rose-500\/50:active {
  background-color: rgb(244 63 94 / 0.5);
}
.active\:bg-rose-500\/60:active {
  background-color: rgb(244 63 94 / 0.6);
}
.active\:bg-rose-500\/70:active {
  background-color: rgb(244 63 94 / 0.7);
}
.active\:bg-rose-500\/75:active {
  background-color: rgb(244 63 94 / 0.75);
}
.active\:bg-rose-500\/80:active {
  background-color: rgb(244 63 94 / 0.8);
}
.active\:bg-rose-500\/90:active {
  background-color: rgb(244 63 94 / 0.9);
}
.active\:bg-rose-500\/95:active {
  background-color: rgb(244 63 94 / 0.95);
}
.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.active\:bg-rose-600\/0:active {
  background-color: rgb(225 29 72 / 0);
}
.active\:bg-rose-600\/10:active {
  background-color: rgb(225 29 72 / 0.1);
}
.active\:bg-rose-600\/100:active {
  background-color: rgb(225 29 72 / 1);
}
.active\:bg-rose-600\/20:active {
  background-color: rgb(225 29 72 / 0.2);
}
.active\:bg-rose-600\/25:active {
  background-color: rgb(225 29 72 / 0.25);
}
.active\:bg-rose-600\/30:active {
  background-color: rgb(225 29 72 / 0.3);
}
.active\:bg-rose-600\/40:active {
  background-color: rgb(225 29 72 / 0.4);
}
.active\:bg-rose-600\/5:active {
  background-color: rgb(225 29 72 / 0.05);
}
.active\:bg-rose-600\/50:active {
  background-color: rgb(225 29 72 / 0.5);
}
.active\:bg-rose-600\/60:active {
  background-color: rgb(225 29 72 / 0.6);
}
.active\:bg-rose-600\/70:active {
  background-color: rgb(225 29 72 / 0.7);
}
.active\:bg-rose-600\/75:active {
  background-color: rgb(225 29 72 / 0.75);
}
.active\:bg-rose-600\/80:active {
  background-color: rgb(225 29 72 / 0.8);
}
.active\:bg-rose-600\/90:active {
  background-color: rgb(225 29 72 / 0.9);
}
.active\:bg-rose-600\/95:active {
  background-color: rgb(225 29 72 / 0.95);
}
.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.active\:bg-rose-700\/0:active {
  background-color: rgb(190 18 60 / 0);
}
.active\:bg-rose-700\/10:active {
  background-color: rgb(190 18 60 / 0.1);
}
.active\:bg-rose-700\/100:active {
  background-color: rgb(190 18 60 / 1);
}
.active\:bg-rose-700\/20:active {
  background-color: rgb(190 18 60 / 0.2);
}
.active\:bg-rose-700\/25:active {
  background-color: rgb(190 18 60 / 0.25);
}
.active\:bg-rose-700\/30:active {
  background-color: rgb(190 18 60 / 0.3);
}
.active\:bg-rose-700\/40:active {
  background-color: rgb(190 18 60 / 0.4);
}
.active\:bg-rose-700\/5:active {
  background-color: rgb(190 18 60 / 0.05);
}
.active\:bg-rose-700\/50:active {
  background-color: rgb(190 18 60 / 0.5);
}
.active\:bg-rose-700\/60:active {
  background-color: rgb(190 18 60 / 0.6);
}
.active\:bg-rose-700\/70:active {
  background-color: rgb(190 18 60 / 0.7);
}
.active\:bg-rose-700\/75:active {
  background-color: rgb(190 18 60 / 0.75);
}
.active\:bg-rose-700\/80:active {
  background-color: rgb(190 18 60 / 0.8);
}
.active\:bg-rose-700\/90:active {
  background-color: rgb(190 18 60 / 0.9);
}
.active\:bg-rose-700\/95:active {
  background-color: rgb(190 18 60 / 0.95);
}
.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.active\:bg-rose-800\/0:active {
  background-color: rgb(159 18 57 / 0);
}
.active\:bg-rose-800\/10:active {
  background-color: rgb(159 18 57 / 0.1);
}
.active\:bg-rose-800\/100:active {
  background-color: rgb(159 18 57 / 1);
}
.active\:bg-rose-800\/20:active {
  background-color: rgb(159 18 57 / 0.2);
}
.active\:bg-rose-800\/25:active {
  background-color: rgb(159 18 57 / 0.25);
}
.active\:bg-rose-800\/30:active {
  background-color: rgb(159 18 57 / 0.3);
}
.active\:bg-rose-800\/40:active {
  background-color: rgb(159 18 57 / 0.4);
}
.active\:bg-rose-800\/5:active {
  background-color: rgb(159 18 57 / 0.05);
}
.active\:bg-rose-800\/50:active {
  background-color: rgb(159 18 57 / 0.5);
}
.active\:bg-rose-800\/60:active {
  background-color: rgb(159 18 57 / 0.6);
}
.active\:bg-rose-800\/70:active {
  background-color: rgb(159 18 57 / 0.7);
}
.active\:bg-rose-800\/75:active {
  background-color: rgb(159 18 57 / 0.75);
}
.active\:bg-rose-800\/80:active {
  background-color: rgb(159 18 57 / 0.8);
}
.active\:bg-rose-800\/90:active {
  background-color: rgb(159 18 57 / 0.9);
}
.active\:bg-rose-800\/95:active {
  background-color: rgb(159 18 57 / 0.95);
}
.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.active\:bg-rose-900\/0:active {
  background-color: rgb(136 19 55 / 0);
}
.active\:bg-rose-900\/10:active {
  background-color: rgb(136 19 55 / 0.1);
}
.active\:bg-rose-900\/100:active {
  background-color: rgb(136 19 55 / 1);
}
.active\:bg-rose-900\/20:active {
  background-color: rgb(136 19 55 / 0.2);
}
.active\:bg-rose-900\/25:active {
  background-color: rgb(136 19 55 / 0.25);
}
.active\:bg-rose-900\/30:active {
  background-color: rgb(136 19 55 / 0.3);
}
.active\:bg-rose-900\/40:active {
  background-color: rgb(136 19 55 / 0.4);
}
.active\:bg-rose-900\/5:active {
  background-color: rgb(136 19 55 / 0.05);
}
.active\:bg-rose-900\/50:active {
  background-color: rgb(136 19 55 / 0.5);
}
.active\:bg-rose-900\/60:active {
  background-color: rgb(136 19 55 / 0.6);
}
.active\:bg-rose-900\/70:active {
  background-color: rgb(136 19 55 / 0.7);
}
.active\:bg-rose-900\/75:active {
  background-color: rgb(136 19 55 / 0.75);
}
.active\:bg-rose-900\/80:active {
  background-color: rgb(136 19 55 / 0.8);
}
.active\:bg-rose-900\/90:active {
  background-color: rgb(136 19 55 / 0.9);
}
.active\:bg-rose-900\/95:active {
  background-color: rgb(136 19 55 / 0.95);
}
.active\:bg-rose-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.active\:bg-rose-950\/0:active {
  background-color: rgb(76 5 25 / 0);
}
.active\:bg-rose-950\/10:active {
  background-color: rgb(76 5 25 / 0.1);
}
.active\:bg-rose-950\/100:active {
  background-color: rgb(76 5 25 / 1);
}
.active\:bg-rose-950\/20:active {
  background-color: rgb(76 5 25 / 0.2);
}
.active\:bg-rose-950\/25:active {
  background-color: rgb(76 5 25 / 0.25);
}
.active\:bg-rose-950\/30:active {
  background-color: rgb(76 5 25 / 0.3);
}
.active\:bg-rose-950\/40:active {
  background-color: rgb(76 5 25 / 0.4);
}
.active\:bg-rose-950\/5:active {
  background-color: rgb(76 5 25 / 0.05);
}
.active\:bg-rose-950\/50:active {
  background-color: rgb(76 5 25 / 0.5);
}
.active\:bg-rose-950\/60:active {
  background-color: rgb(76 5 25 / 0.6);
}
.active\:bg-rose-950\/70:active {
  background-color: rgb(76 5 25 / 0.7);
}
.active\:bg-rose-950\/75:active {
  background-color: rgb(76 5 25 / 0.75);
}
.active\:bg-rose-950\/80:active {
  background-color: rgb(76 5 25 / 0.8);
}
.active\:bg-rose-950\/90:active {
  background-color: rgb(76 5 25 / 0.9);
}
.active\:bg-rose-950\/95:active {
  background-color: rgb(76 5 25 / 0.95);
}
.active\:bg-sky-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.active\:bg-sky-100\/0:active {
  background-color: rgb(224 242 254 / 0);
}
.active\:bg-sky-100\/10:active {
  background-color: rgb(224 242 254 / 0.1);
}
.active\:bg-sky-100\/100:active {
  background-color: rgb(224 242 254 / 1);
}
.active\:bg-sky-100\/20:active {
  background-color: rgb(224 242 254 / 0.2);
}
.active\:bg-sky-100\/25:active {
  background-color: rgb(224 242 254 / 0.25);
}
.active\:bg-sky-100\/30:active {
  background-color: rgb(224 242 254 / 0.3);
}
.active\:bg-sky-100\/40:active {
  background-color: rgb(224 242 254 / 0.4);
}
.active\:bg-sky-100\/5:active {
  background-color: rgb(224 242 254 / 0.05);
}
.active\:bg-sky-100\/50:active {
  background-color: rgb(224 242 254 / 0.5);
}
.active\:bg-sky-100\/60:active {
  background-color: rgb(224 242 254 / 0.6);
}
.active\:bg-sky-100\/70:active {
  background-color: rgb(224 242 254 / 0.7);
}
.active\:bg-sky-100\/75:active {
  background-color: rgb(224 242 254 / 0.75);
}
.active\:bg-sky-100\/80:active {
  background-color: rgb(224 242 254 / 0.8);
}
.active\:bg-sky-100\/90:active {
  background-color: rgb(224 242 254 / 0.9);
}
.active\:bg-sky-100\/95:active {
  background-color: rgb(224 242 254 / 0.95);
}
.active\:bg-sky-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.active\:bg-sky-200\/0:active {
  background-color: rgb(186 230 253 / 0);
}
.active\:bg-sky-200\/10:active {
  background-color: rgb(186 230 253 / 0.1);
}
.active\:bg-sky-200\/100:active {
  background-color: rgb(186 230 253 / 1);
}
.active\:bg-sky-200\/20:active {
  background-color: rgb(186 230 253 / 0.2);
}
.active\:bg-sky-200\/25:active {
  background-color: rgb(186 230 253 / 0.25);
}
.active\:bg-sky-200\/30:active {
  background-color: rgb(186 230 253 / 0.3);
}
.active\:bg-sky-200\/40:active {
  background-color: rgb(186 230 253 / 0.4);
}
.active\:bg-sky-200\/5:active {
  background-color: rgb(186 230 253 / 0.05);
}
.active\:bg-sky-200\/50:active {
  background-color: rgb(186 230 253 / 0.5);
}
.active\:bg-sky-200\/60:active {
  background-color: rgb(186 230 253 / 0.6);
}
.active\:bg-sky-200\/70:active {
  background-color: rgb(186 230 253 / 0.7);
}
.active\:bg-sky-200\/75:active {
  background-color: rgb(186 230 253 / 0.75);
}
.active\:bg-sky-200\/80:active {
  background-color: rgb(186 230 253 / 0.8);
}
.active\:bg-sky-200\/90:active {
  background-color: rgb(186 230 253 / 0.9);
}
.active\:bg-sky-200\/95:active {
  background-color: rgb(186 230 253 / 0.95);
}
.active\:bg-sky-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.active\:bg-sky-300\/0:active {
  background-color: rgb(125 211 252 / 0);
}
.active\:bg-sky-300\/10:active {
  background-color: rgb(125 211 252 / 0.1);
}
.active\:bg-sky-300\/100:active {
  background-color: rgb(125 211 252 / 1);
}
.active\:bg-sky-300\/20:active {
  background-color: rgb(125 211 252 / 0.2);
}
.active\:bg-sky-300\/25:active {
  background-color: rgb(125 211 252 / 0.25);
}
.active\:bg-sky-300\/30:active {
  background-color: rgb(125 211 252 / 0.3);
}
.active\:bg-sky-300\/40:active {
  background-color: rgb(125 211 252 / 0.4);
}
.active\:bg-sky-300\/5:active {
  background-color: rgb(125 211 252 / 0.05);
}
.active\:bg-sky-300\/50:active {
  background-color: rgb(125 211 252 / 0.5);
}
.active\:bg-sky-300\/60:active {
  background-color: rgb(125 211 252 / 0.6);
}
.active\:bg-sky-300\/70:active {
  background-color: rgb(125 211 252 / 0.7);
}
.active\:bg-sky-300\/75:active {
  background-color: rgb(125 211 252 / 0.75);
}
.active\:bg-sky-300\/80:active {
  background-color: rgb(125 211 252 / 0.8);
}
.active\:bg-sky-300\/90:active {
  background-color: rgb(125 211 252 / 0.9);
}
.active\:bg-sky-300\/95:active {
  background-color: rgb(125 211 252 / 0.95);
}
.active\:bg-sky-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.active\:bg-sky-400\/0:active {
  background-color: rgb(56 189 248 / 0);
}
.active\:bg-sky-400\/10:active {
  background-color: rgb(56 189 248 / 0.1);
}
.active\:bg-sky-400\/100:active {
  background-color: rgb(56 189 248 / 1);
}
.active\:bg-sky-400\/20:active {
  background-color: rgb(56 189 248 / 0.2);
}
.active\:bg-sky-400\/25:active {
  background-color: rgb(56 189 248 / 0.25);
}
.active\:bg-sky-400\/30:active {
  background-color: rgb(56 189 248 / 0.3);
}
.active\:bg-sky-400\/40:active {
  background-color: rgb(56 189 248 / 0.4);
}
.active\:bg-sky-400\/5:active {
  background-color: rgb(56 189 248 / 0.05);
}
.active\:bg-sky-400\/50:active {
  background-color: rgb(56 189 248 / 0.5);
}
.active\:bg-sky-400\/60:active {
  background-color: rgb(56 189 248 / 0.6);
}
.active\:bg-sky-400\/70:active {
  background-color: rgb(56 189 248 / 0.7);
}
.active\:bg-sky-400\/75:active {
  background-color: rgb(56 189 248 / 0.75);
}
.active\:bg-sky-400\/80:active {
  background-color: rgb(56 189 248 / 0.8);
}
.active\:bg-sky-400\/90:active {
  background-color: rgb(56 189 248 / 0.9);
}
.active\:bg-sky-400\/95:active {
  background-color: rgb(56 189 248 / 0.95);
}
.active\:bg-sky-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.active\:bg-sky-50\/0:active {
  background-color: rgb(240 249 255 / 0);
}
.active\:bg-sky-50\/10:active {
  background-color: rgb(240 249 255 / 0.1);
}
.active\:bg-sky-50\/100:active {
  background-color: rgb(240 249 255 / 1);
}
.active\:bg-sky-50\/20:active {
  background-color: rgb(240 249 255 / 0.2);
}
.active\:bg-sky-50\/25:active {
  background-color: rgb(240 249 255 / 0.25);
}
.active\:bg-sky-50\/30:active {
  background-color: rgb(240 249 255 / 0.3);
}
.active\:bg-sky-50\/40:active {
  background-color: rgb(240 249 255 / 0.4);
}
.active\:bg-sky-50\/5:active {
  background-color: rgb(240 249 255 / 0.05);
}
.active\:bg-sky-50\/50:active {
  background-color: rgb(240 249 255 / 0.5);
}
.active\:bg-sky-50\/60:active {
  background-color: rgb(240 249 255 / 0.6);
}
.active\:bg-sky-50\/70:active {
  background-color: rgb(240 249 255 / 0.7);
}
.active\:bg-sky-50\/75:active {
  background-color: rgb(240 249 255 / 0.75);
}
.active\:bg-sky-50\/80:active {
  background-color: rgb(240 249 255 / 0.8);
}
.active\:bg-sky-50\/90:active {
  background-color: rgb(240 249 255 / 0.9);
}
.active\:bg-sky-50\/95:active {
  background-color: rgb(240 249 255 / 0.95);
}
.active\:bg-sky-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.active\:bg-sky-500\/0:active {
  background-color: rgb(14 165 233 / 0);
}
.active\:bg-sky-500\/10:active {
  background-color: rgb(14 165 233 / 0.1);
}
.active\:bg-sky-500\/100:active {
  background-color: rgb(14 165 233 / 1);
}
.active\:bg-sky-500\/20:active {
  background-color: rgb(14 165 233 / 0.2);
}
.active\:bg-sky-500\/25:active {
  background-color: rgb(14 165 233 / 0.25);
}
.active\:bg-sky-500\/30:active {
  background-color: rgb(14 165 233 / 0.3);
}
.active\:bg-sky-500\/40:active {
  background-color: rgb(14 165 233 / 0.4);
}
.active\:bg-sky-500\/5:active {
  background-color: rgb(14 165 233 / 0.05);
}
.active\:bg-sky-500\/50:active {
  background-color: rgb(14 165 233 / 0.5);
}
.active\:bg-sky-500\/60:active {
  background-color: rgb(14 165 233 / 0.6);
}
.active\:bg-sky-500\/70:active {
  background-color: rgb(14 165 233 / 0.7);
}
.active\:bg-sky-500\/75:active {
  background-color: rgb(14 165 233 / 0.75);
}
.active\:bg-sky-500\/80:active {
  background-color: rgb(14 165 233 / 0.8);
}
.active\:bg-sky-500\/90:active {
  background-color: rgb(14 165 233 / 0.9);
}
.active\:bg-sky-500\/95:active {
  background-color: rgb(14 165 233 / 0.95);
}
.active\:bg-sky-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.active\:bg-sky-600\/0:active {
  background-color: rgb(2 132 199 / 0);
}
.active\:bg-sky-600\/10:active {
  background-color: rgb(2 132 199 / 0.1);
}
.active\:bg-sky-600\/100:active {
  background-color: rgb(2 132 199 / 1);
}
.active\:bg-sky-600\/20:active {
  background-color: rgb(2 132 199 / 0.2);
}
.active\:bg-sky-600\/25:active {
  background-color: rgb(2 132 199 / 0.25);
}
.active\:bg-sky-600\/30:active {
  background-color: rgb(2 132 199 / 0.3);
}
.active\:bg-sky-600\/40:active {
  background-color: rgb(2 132 199 / 0.4);
}
.active\:bg-sky-600\/5:active {
  background-color: rgb(2 132 199 / 0.05);
}
.active\:bg-sky-600\/50:active {
  background-color: rgb(2 132 199 / 0.5);
}
.active\:bg-sky-600\/60:active {
  background-color: rgb(2 132 199 / 0.6);
}
.active\:bg-sky-600\/70:active {
  background-color: rgb(2 132 199 / 0.7);
}
.active\:bg-sky-600\/75:active {
  background-color: rgb(2 132 199 / 0.75);
}
.active\:bg-sky-600\/80:active {
  background-color: rgb(2 132 199 / 0.8);
}
.active\:bg-sky-600\/90:active {
  background-color: rgb(2 132 199 / 0.9);
}
.active\:bg-sky-600\/95:active {
  background-color: rgb(2 132 199 / 0.95);
}
.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.active\:bg-sky-700\/0:active {
  background-color: rgb(3 105 161 / 0);
}
.active\:bg-sky-700\/10:active {
  background-color: rgb(3 105 161 / 0.1);
}
.active\:bg-sky-700\/100:active {
  background-color: rgb(3 105 161 / 1);
}
.active\:bg-sky-700\/20:active {
  background-color: rgb(3 105 161 / 0.2);
}
.active\:bg-sky-700\/25:active {
  background-color: rgb(3 105 161 / 0.25);
}
.active\:bg-sky-700\/30:active {
  background-color: rgb(3 105 161 / 0.3);
}
.active\:bg-sky-700\/40:active {
  background-color: rgb(3 105 161 / 0.4);
}
.active\:bg-sky-700\/5:active {
  background-color: rgb(3 105 161 / 0.05);
}
.active\:bg-sky-700\/50:active {
  background-color: rgb(3 105 161 / 0.5);
}
.active\:bg-sky-700\/60:active {
  background-color: rgb(3 105 161 / 0.6);
}
.active\:bg-sky-700\/70:active {
  background-color: rgb(3 105 161 / 0.7);
}
.active\:bg-sky-700\/75:active {
  background-color: rgb(3 105 161 / 0.75);
}
.active\:bg-sky-700\/80:active {
  background-color: rgb(3 105 161 / 0.8);
}
.active\:bg-sky-700\/90:active {
  background-color: rgb(3 105 161 / 0.9);
}
.active\:bg-sky-700\/95:active {
  background-color: rgb(3 105 161 / 0.95);
}
.active\:bg-sky-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.active\:bg-sky-800\/0:active {
  background-color: rgb(7 89 133 / 0);
}
.active\:bg-sky-800\/10:active {
  background-color: rgb(7 89 133 / 0.1);
}
.active\:bg-sky-800\/100:active {
  background-color: rgb(7 89 133 / 1);
}
.active\:bg-sky-800\/20:active {
  background-color: rgb(7 89 133 / 0.2);
}
.active\:bg-sky-800\/25:active {
  background-color: rgb(7 89 133 / 0.25);
}
.active\:bg-sky-800\/30:active {
  background-color: rgb(7 89 133 / 0.3);
}
.active\:bg-sky-800\/40:active {
  background-color: rgb(7 89 133 / 0.4);
}
.active\:bg-sky-800\/5:active {
  background-color: rgb(7 89 133 / 0.05);
}
.active\:bg-sky-800\/50:active {
  background-color: rgb(7 89 133 / 0.5);
}
.active\:bg-sky-800\/60:active {
  background-color: rgb(7 89 133 / 0.6);
}
.active\:bg-sky-800\/70:active {
  background-color: rgb(7 89 133 / 0.7);
}
.active\:bg-sky-800\/75:active {
  background-color: rgb(7 89 133 / 0.75);
}
.active\:bg-sky-800\/80:active {
  background-color: rgb(7 89 133 / 0.8);
}
.active\:bg-sky-800\/90:active {
  background-color: rgb(7 89 133 / 0.9);
}
.active\:bg-sky-800\/95:active {
  background-color: rgb(7 89 133 / 0.95);
}
.active\:bg-sky-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.active\:bg-sky-900\/0:active {
  background-color: rgb(12 74 110 / 0);
}
.active\:bg-sky-900\/10:active {
  background-color: rgb(12 74 110 / 0.1);
}
.active\:bg-sky-900\/100:active {
  background-color: rgb(12 74 110 / 1);
}
.active\:bg-sky-900\/20:active {
  background-color: rgb(12 74 110 / 0.2);
}
.active\:bg-sky-900\/25:active {
  background-color: rgb(12 74 110 / 0.25);
}
.active\:bg-sky-900\/30:active {
  background-color: rgb(12 74 110 / 0.3);
}
.active\:bg-sky-900\/40:active {
  background-color: rgb(12 74 110 / 0.4);
}
.active\:bg-sky-900\/5:active {
  background-color: rgb(12 74 110 / 0.05);
}
.active\:bg-sky-900\/50:active {
  background-color: rgb(12 74 110 / 0.5);
}
.active\:bg-sky-900\/60:active {
  background-color: rgb(12 74 110 / 0.6);
}
.active\:bg-sky-900\/70:active {
  background-color: rgb(12 74 110 / 0.7);
}
.active\:bg-sky-900\/75:active {
  background-color: rgb(12 74 110 / 0.75);
}
.active\:bg-sky-900\/80:active {
  background-color: rgb(12 74 110 / 0.8);
}
.active\:bg-sky-900\/90:active {
  background-color: rgb(12 74 110 / 0.9);
}
.active\:bg-sky-900\/95:active {
  background-color: rgb(12 74 110 / 0.95);
}
.active\:bg-sky-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.active\:bg-sky-950\/0:active {
  background-color: rgb(8 47 73 / 0);
}
.active\:bg-sky-950\/10:active {
  background-color: rgb(8 47 73 / 0.1);
}
.active\:bg-sky-950\/100:active {
  background-color: rgb(8 47 73 / 1);
}
.active\:bg-sky-950\/20:active {
  background-color: rgb(8 47 73 / 0.2);
}
.active\:bg-sky-950\/25:active {
  background-color: rgb(8 47 73 / 0.25);
}
.active\:bg-sky-950\/30:active {
  background-color: rgb(8 47 73 / 0.3);
}
.active\:bg-sky-950\/40:active {
  background-color: rgb(8 47 73 / 0.4);
}
.active\:bg-sky-950\/5:active {
  background-color: rgb(8 47 73 / 0.05);
}
.active\:bg-sky-950\/50:active {
  background-color: rgb(8 47 73 / 0.5);
}
.active\:bg-sky-950\/60:active {
  background-color: rgb(8 47 73 / 0.6);
}
.active\:bg-sky-950\/70:active {
  background-color: rgb(8 47 73 / 0.7);
}
.active\:bg-sky-950\/75:active {
  background-color: rgb(8 47 73 / 0.75);
}
.active\:bg-sky-950\/80:active {
  background-color: rgb(8 47 73 / 0.8);
}
.active\:bg-sky-950\/90:active {
  background-color: rgb(8 47 73 / 0.9);
}
.active\:bg-sky-950\/95:active {
  background-color: rgb(8 47 73 / 0.95);
}
.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.active\:bg-slate-100\/0:active {
  background-color: rgb(241 245 249 / 0);
}
.active\:bg-slate-100\/10:active {
  background-color: rgb(241 245 249 / 0.1);
}
.active\:bg-slate-100\/100:active {
  background-color: rgb(241 245 249 / 1);
}
.active\:bg-slate-100\/20:active {
  background-color: rgb(241 245 249 / 0.2);
}
.active\:bg-slate-100\/25:active {
  background-color: rgb(241 245 249 / 0.25);
}
.active\:bg-slate-100\/30:active {
  background-color: rgb(241 245 249 / 0.3);
}
.active\:bg-slate-100\/40:active {
  background-color: rgb(241 245 249 / 0.4);
}
.active\:bg-slate-100\/5:active {
  background-color: rgb(241 245 249 / 0.05);
}
.active\:bg-slate-100\/50:active {
  background-color: rgb(241 245 249 / 0.5);
}
.active\:bg-slate-100\/60:active {
  background-color: rgb(241 245 249 / 0.6);
}
.active\:bg-slate-100\/70:active {
  background-color: rgb(241 245 249 / 0.7);
}
.active\:bg-slate-100\/75:active {
  background-color: rgb(241 245 249 / 0.75);
}
.active\:bg-slate-100\/80:active {
  background-color: rgb(241 245 249 / 0.8);
}
.active\:bg-slate-100\/90:active {
  background-color: rgb(241 245 249 / 0.9);
}
.active\:bg-slate-100\/95:active {
  background-color: rgb(241 245 249 / 0.95);
}
.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.active\:bg-slate-200\/0:active {
  background-color: rgb(226 232 240 / 0);
}
.active\:bg-slate-200\/10:active {
  background-color: rgb(226 232 240 / 0.1);
}
.active\:bg-slate-200\/100:active {
  background-color: rgb(226 232 240 / 1);
}
.active\:bg-slate-200\/20:active {
  background-color: rgb(226 232 240 / 0.2);
}
.active\:bg-slate-200\/25:active {
  background-color: rgb(226 232 240 / 0.25);
}
.active\:bg-slate-200\/30:active {
  background-color: rgb(226 232 240 / 0.3);
}
.active\:bg-slate-200\/40:active {
  background-color: rgb(226 232 240 / 0.4);
}
.active\:bg-slate-200\/5:active {
  background-color: rgb(226 232 240 / 0.05);
}
.active\:bg-slate-200\/50:active {
  background-color: rgb(226 232 240 / 0.5);
}
.active\:bg-slate-200\/60:active {
  background-color: rgb(226 232 240 / 0.6);
}
.active\:bg-slate-200\/70:active {
  background-color: rgb(226 232 240 / 0.7);
}
.active\:bg-slate-200\/75:active {
  background-color: rgb(226 232 240 / 0.75);
}
.active\:bg-slate-200\/80:active {
  background-color: rgb(226 232 240 / 0.8);
}
.active\:bg-slate-200\/90:active {
  background-color: rgb(226 232 240 / 0.9);
}
.active\:bg-slate-200\/95:active {
  background-color: rgb(226 232 240 / 0.95);
}
.active\:bg-slate-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.active\:bg-slate-300\/0:active {
  background-color: rgb(203 213 225 / 0);
}
.active\:bg-slate-300\/10:active {
  background-color: rgb(203 213 225 / 0.1);
}
.active\:bg-slate-300\/100:active {
  background-color: rgb(203 213 225 / 1);
}
.active\:bg-slate-300\/20:active {
  background-color: rgb(203 213 225 / 0.2);
}
.active\:bg-slate-300\/25:active {
  background-color: rgb(203 213 225 / 0.25);
}
.active\:bg-slate-300\/30:active {
  background-color: rgb(203 213 225 / 0.3);
}
.active\:bg-slate-300\/40:active {
  background-color: rgb(203 213 225 / 0.4);
}
.active\:bg-slate-300\/5:active {
  background-color: rgb(203 213 225 / 0.05);
}
.active\:bg-slate-300\/50:active {
  background-color: rgb(203 213 225 / 0.5);
}
.active\:bg-slate-300\/60:active {
  background-color: rgb(203 213 225 / 0.6);
}
.active\:bg-slate-300\/70:active {
  background-color: rgb(203 213 225 / 0.7);
}
.active\:bg-slate-300\/75:active {
  background-color: rgb(203 213 225 / 0.75);
}
.active\:bg-slate-300\/80:active {
  background-color: rgb(203 213 225 / 0.8);
}
.active\:bg-slate-300\/90:active {
  background-color: rgb(203 213 225 / 0.9);
}
.active\:bg-slate-300\/95:active {
  background-color: rgb(203 213 225 / 0.95);
}
.active\:bg-slate-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.active\:bg-slate-400\/0:active {
  background-color: rgb(148 163 184 / 0);
}
.active\:bg-slate-400\/10:active {
  background-color: rgb(148 163 184 / 0.1);
}
.active\:bg-slate-400\/100:active {
  background-color: rgb(148 163 184 / 1);
}
.active\:bg-slate-400\/20:active {
  background-color: rgb(148 163 184 / 0.2);
}
.active\:bg-slate-400\/25:active {
  background-color: rgb(148 163 184 / 0.25);
}
.active\:bg-slate-400\/30:active {
  background-color: rgb(148 163 184 / 0.3);
}
.active\:bg-slate-400\/40:active {
  background-color: rgb(148 163 184 / 0.4);
}
.active\:bg-slate-400\/5:active {
  background-color: rgb(148 163 184 / 0.05);
}
.active\:bg-slate-400\/50:active {
  background-color: rgb(148 163 184 / 0.5);
}
.active\:bg-slate-400\/60:active {
  background-color: rgb(148 163 184 / 0.6);
}
.active\:bg-slate-400\/70:active {
  background-color: rgb(148 163 184 / 0.7);
}
.active\:bg-slate-400\/75:active {
  background-color: rgb(148 163 184 / 0.75);
}
.active\:bg-slate-400\/80:active {
  background-color: rgb(148 163 184 / 0.8);
}
.active\:bg-slate-400\/90:active {
  background-color: rgb(148 163 184 / 0.9);
}
.active\:bg-slate-400\/95:active {
  background-color: rgb(148 163 184 / 0.95);
}
.active\:bg-slate-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.active\:bg-slate-50\/0:active {
  background-color: rgb(248 250 252 / 0);
}
.active\:bg-slate-50\/10:active {
  background-color: rgb(248 250 252 / 0.1);
}
.active\:bg-slate-50\/100:active {
  background-color: rgb(248 250 252 / 1);
}
.active\:bg-slate-50\/20:active {
  background-color: rgb(248 250 252 / 0.2);
}
.active\:bg-slate-50\/25:active {
  background-color: rgb(248 250 252 / 0.25);
}
.active\:bg-slate-50\/30:active {
  background-color: rgb(248 250 252 / 0.3);
}
.active\:bg-slate-50\/40:active {
  background-color: rgb(248 250 252 / 0.4);
}
.active\:bg-slate-50\/5:active {
  background-color: rgb(248 250 252 / 0.05);
}
.active\:bg-slate-50\/50:active {
  background-color: rgb(248 250 252 / 0.5);
}
.active\:bg-slate-50\/60:active {
  background-color: rgb(248 250 252 / 0.6);
}
.active\:bg-slate-50\/70:active {
  background-color: rgb(248 250 252 / 0.7);
}
.active\:bg-slate-50\/75:active {
  background-color: rgb(248 250 252 / 0.75);
}
.active\:bg-slate-50\/80:active {
  background-color: rgb(248 250 252 / 0.8);
}
.active\:bg-slate-50\/90:active {
  background-color: rgb(248 250 252 / 0.9);
}
.active\:bg-slate-50\/95:active {
  background-color: rgb(248 250 252 / 0.95);
}
.active\:bg-slate-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.active\:bg-slate-500\/0:active {
  background-color: rgb(100 116 139 / 0);
}
.active\:bg-slate-500\/10:active {
  background-color: rgb(100 116 139 / 0.1);
}
.active\:bg-slate-500\/100:active {
  background-color: rgb(100 116 139 / 1);
}
.active\:bg-slate-500\/20:active {
  background-color: rgb(100 116 139 / 0.2);
}
.active\:bg-slate-500\/25:active {
  background-color: rgb(100 116 139 / 0.25);
}
.active\:bg-slate-500\/30:active {
  background-color: rgb(100 116 139 / 0.3);
}
.active\:bg-slate-500\/40:active {
  background-color: rgb(100 116 139 / 0.4);
}
.active\:bg-slate-500\/5:active {
  background-color: rgb(100 116 139 / 0.05);
}
.active\:bg-slate-500\/50:active {
  background-color: rgb(100 116 139 / 0.5);
}
.active\:bg-slate-500\/60:active {
  background-color: rgb(100 116 139 / 0.6);
}
.active\:bg-slate-500\/70:active {
  background-color: rgb(100 116 139 / 0.7);
}
.active\:bg-slate-500\/75:active {
  background-color: rgb(100 116 139 / 0.75);
}
.active\:bg-slate-500\/80:active {
  background-color: rgb(100 116 139 / 0.8);
}
.active\:bg-slate-500\/90:active {
  background-color: rgb(100 116 139 / 0.9);
}
.active\:bg-slate-500\/95:active {
  background-color: rgb(100 116 139 / 0.95);
}
.active\:bg-slate-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.active\:bg-slate-600\/0:active {
  background-color: rgb(71 85 105 / 0);
}
.active\:bg-slate-600\/10:active {
  background-color: rgb(71 85 105 / 0.1);
}
.active\:bg-slate-600\/100:active {
  background-color: rgb(71 85 105 / 1);
}
.active\:bg-slate-600\/20:active {
  background-color: rgb(71 85 105 / 0.2);
}
.active\:bg-slate-600\/25:active {
  background-color: rgb(71 85 105 / 0.25);
}
.active\:bg-slate-600\/30:active {
  background-color: rgb(71 85 105 / 0.3);
}
.active\:bg-slate-600\/40:active {
  background-color: rgb(71 85 105 / 0.4);
}
.active\:bg-slate-600\/5:active {
  background-color: rgb(71 85 105 / 0.05);
}
.active\:bg-slate-600\/50:active {
  background-color: rgb(71 85 105 / 0.5);
}
.active\:bg-slate-600\/60:active {
  background-color: rgb(71 85 105 / 0.6);
}
.active\:bg-slate-600\/70:active {
  background-color: rgb(71 85 105 / 0.7);
}
.active\:bg-slate-600\/75:active {
  background-color: rgb(71 85 105 / 0.75);
}
.active\:bg-slate-600\/80:active {
  background-color: rgb(71 85 105 / 0.8);
}
.active\:bg-slate-600\/90:active {
  background-color: rgb(71 85 105 / 0.9);
}
.active\:bg-slate-600\/95:active {
  background-color: rgb(71 85 105 / 0.95);
}
.active\:bg-slate-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.active\:bg-slate-700\/0:active {
  background-color: rgb(51 65 85 / 0);
}
.active\:bg-slate-700\/10:active {
  background-color: rgb(51 65 85 / 0.1);
}
.active\:bg-slate-700\/100:active {
  background-color: rgb(51 65 85 / 1);
}
.active\:bg-slate-700\/20:active {
  background-color: rgb(51 65 85 / 0.2);
}
.active\:bg-slate-700\/25:active {
  background-color: rgb(51 65 85 / 0.25);
}
.active\:bg-slate-700\/30:active {
  background-color: rgb(51 65 85 / 0.3);
}
.active\:bg-slate-700\/40:active {
  background-color: rgb(51 65 85 / 0.4);
}
.active\:bg-slate-700\/5:active {
  background-color: rgb(51 65 85 / 0.05);
}
.active\:bg-slate-700\/50:active {
  background-color: rgb(51 65 85 / 0.5);
}
.active\:bg-slate-700\/60:active {
  background-color: rgb(51 65 85 / 0.6);
}
.active\:bg-slate-700\/70:active {
  background-color: rgb(51 65 85 / 0.7);
}
.active\:bg-slate-700\/75:active {
  background-color: rgb(51 65 85 / 0.75);
}
.active\:bg-slate-700\/80:active {
  background-color: rgb(51 65 85 / 0.8);
}
.active\:bg-slate-700\/90:active {
  background-color: rgb(51 65 85 / 0.9);
}
.active\:bg-slate-700\/95:active {
  background-color: rgb(51 65 85 / 0.95);
}
.active\:bg-slate-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.active\:bg-slate-800\/0:active {
  background-color: rgb(30 41 59 / 0);
}
.active\:bg-slate-800\/10:active {
  background-color: rgb(30 41 59 / 0.1);
}
.active\:bg-slate-800\/100:active {
  background-color: rgb(30 41 59 / 1);
}
.active\:bg-slate-800\/20:active {
  background-color: rgb(30 41 59 / 0.2);
}
.active\:bg-slate-800\/25:active {
  background-color: rgb(30 41 59 / 0.25);
}
.active\:bg-slate-800\/30:active {
  background-color: rgb(30 41 59 / 0.3);
}
.active\:bg-slate-800\/40:active {
  background-color: rgb(30 41 59 / 0.4);
}
.active\:bg-slate-800\/5:active {
  background-color: rgb(30 41 59 / 0.05);
}
.active\:bg-slate-800\/50:active {
  background-color: rgb(30 41 59 / 0.5);
}
.active\:bg-slate-800\/60:active {
  background-color: rgb(30 41 59 / 0.6);
}
.active\:bg-slate-800\/70:active {
  background-color: rgb(30 41 59 / 0.7);
}
.active\:bg-slate-800\/75:active {
  background-color: rgb(30 41 59 / 0.75);
}
.active\:bg-slate-800\/80:active {
  background-color: rgb(30 41 59 / 0.8);
}
.active\:bg-slate-800\/90:active {
  background-color: rgb(30 41 59 / 0.9);
}
.active\:bg-slate-800\/95:active {
  background-color: rgb(30 41 59 / 0.95);
}
.active\:bg-slate-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.active\:bg-slate-900\/0:active {
  background-color: rgb(15 23 42 / 0);
}
.active\:bg-slate-900\/10:active {
  background-color: rgb(15 23 42 / 0.1);
}
.active\:bg-slate-900\/100:active {
  background-color: rgb(15 23 42 / 1);
}
.active\:bg-slate-900\/20:active {
  background-color: rgb(15 23 42 / 0.2);
}
.active\:bg-slate-900\/25:active {
  background-color: rgb(15 23 42 / 0.25);
}
.active\:bg-slate-900\/30:active {
  background-color: rgb(15 23 42 / 0.3);
}
.active\:bg-slate-900\/40:active {
  background-color: rgb(15 23 42 / 0.4);
}
.active\:bg-slate-900\/5:active {
  background-color: rgb(15 23 42 / 0.05);
}
.active\:bg-slate-900\/50:active {
  background-color: rgb(15 23 42 / 0.5);
}
.active\:bg-slate-900\/60:active {
  background-color: rgb(15 23 42 / 0.6);
}
.active\:bg-slate-900\/70:active {
  background-color: rgb(15 23 42 / 0.7);
}
.active\:bg-slate-900\/75:active {
  background-color: rgb(15 23 42 / 0.75);
}
.active\:bg-slate-900\/80:active {
  background-color: rgb(15 23 42 / 0.8);
}
.active\:bg-slate-900\/90:active {
  background-color: rgb(15 23 42 / 0.9);
}
.active\:bg-slate-900\/95:active {
  background-color: rgb(15 23 42 / 0.95);
}
.active\:bg-slate-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.active\:bg-slate-950\/0:active {
  background-color: rgb(2 6 23 / 0);
}
.active\:bg-slate-950\/10:active {
  background-color: rgb(2 6 23 / 0.1);
}
.active\:bg-slate-950\/100:active {
  background-color: rgb(2 6 23 / 1);
}
.active\:bg-slate-950\/20:active {
  background-color: rgb(2 6 23 / 0.2);
}
.active\:bg-slate-950\/25:active {
  background-color: rgb(2 6 23 / 0.25);
}
.active\:bg-slate-950\/30:active {
  background-color: rgb(2 6 23 / 0.3);
}
.active\:bg-slate-950\/40:active {
  background-color: rgb(2 6 23 / 0.4);
}
.active\:bg-slate-950\/5:active {
  background-color: rgb(2 6 23 / 0.05);
}
.active\:bg-slate-950\/50:active {
  background-color: rgb(2 6 23 / 0.5);
}
.active\:bg-slate-950\/60:active {
  background-color: rgb(2 6 23 / 0.6);
}
.active\:bg-slate-950\/70:active {
  background-color: rgb(2 6 23 / 0.7);
}
.active\:bg-slate-950\/75:active {
  background-color: rgb(2 6 23 / 0.75);
}
.active\:bg-slate-950\/80:active {
  background-color: rgb(2 6 23 / 0.8);
}
.active\:bg-slate-950\/90:active {
  background-color: rgb(2 6 23 / 0.9);
}
.active\:bg-slate-950\/95:active {
  background-color: rgb(2 6 23 / 0.95);
}
.active\:bg-stone-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.active\:bg-stone-100\/0:active {
  background-color: rgb(245 245 244 / 0);
}
.active\:bg-stone-100\/10:active {
  background-color: rgb(245 245 244 / 0.1);
}
.active\:bg-stone-100\/100:active {
  background-color: rgb(245 245 244 / 1);
}
.active\:bg-stone-100\/20:active {
  background-color: rgb(245 245 244 / 0.2);
}
.active\:bg-stone-100\/25:active {
  background-color: rgb(245 245 244 / 0.25);
}
.active\:bg-stone-100\/30:active {
  background-color: rgb(245 245 244 / 0.3);
}
.active\:bg-stone-100\/40:active {
  background-color: rgb(245 245 244 / 0.4);
}
.active\:bg-stone-100\/5:active {
  background-color: rgb(245 245 244 / 0.05);
}
.active\:bg-stone-100\/50:active {
  background-color: rgb(245 245 244 / 0.5);
}
.active\:bg-stone-100\/60:active {
  background-color: rgb(245 245 244 / 0.6);
}
.active\:bg-stone-100\/70:active {
  background-color: rgb(245 245 244 / 0.7);
}
.active\:bg-stone-100\/75:active {
  background-color: rgb(245 245 244 / 0.75);
}
.active\:bg-stone-100\/80:active {
  background-color: rgb(245 245 244 / 0.8);
}
.active\:bg-stone-100\/90:active {
  background-color: rgb(245 245 244 / 0.9);
}
.active\:bg-stone-100\/95:active {
  background-color: rgb(245 245 244 / 0.95);
}
.active\:bg-stone-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.active\:bg-stone-200\/0:active {
  background-color: rgb(231 229 228 / 0);
}
.active\:bg-stone-200\/10:active {
  background-color: rgb(231 229 228 / 0.1);
}
.active\:bg-stone-200\/100:active {
  background-color: rgb(231 229 228 / 1);
}
.active\:bg-stone-200\/20:active {
  background-color: rgb(231 229 228 / 0.2);
}
.active\:bg-stone-200\/25:active {
  background-color: rgb(231 229 228 / 0.25);
}
.active\:bg-stone-200\/30:active {
  background-color: rgb(231 229 228 / 0.3);
}
.active\:bg-stone-200\/40:active {
  background-color: rgb(231 229 228 / 0.4);
}
.active\:bg-stone-200\/5:active {
  background-color: rgb(231 229 228 / 0.05);
}
.active\:bg-stone-200\/50:active {
  background-color: rgb(231 229 228 / 0.5);
}
.active\:bg-stone-200\/60:active {
  background-color: rgb(231 229 228 / 0.6);
}
.active\:bg-stone-200\/70:active {
  background-color: rgb(231 229 228 / 0.7);
}
.active\:bg-stone-200\/75:active {
  background-color: rgb(231 229 228 / 0.75);
}
.active\:bg-stone-200\/80:active {
  background-color: rgb(231 229 228 / 0.8);
}
.active\:bg-stone-200\/90:active {
  background-color: rgb(231 229 228 / 0.9);
}
.active\:bg-stone-200\/95:active {
  background-color: rgb(231 229 228 / 0.95);
}
.active\:bg-stone-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.active\:bg-stone-300\/0:active {
  background-color: rgb(214 211 209 / 0);
}
.active\:bg-stone-300\/10:active {
  background-color: rgb(214 211 209 / 0.1);
}
.active\:bg-stone-300\/100:active {
  background-color: rgb(214 211 209 / 1);
}
.active\:bg-stone-300\/20:active {
  background-color: rgb(214 211 209 / 0.2);
}
.active\:bg-stone-300\/25:active {
  background-color: rgb(214 211 209 / 0.25);
}
.active\:bg-stone-300\/30:active {
  background-color: rgb(214 211 209 / 0.3);
}
.active\:bg-stone-300\/40:active {
  background-color: rgb(214 211 209 / 0.4);
}
.active\:bg-stone-300\/5:active {
  background-color: rgb(214 211 209 / 0.05);
}
.active\:bg-stone-300\/50:active {
  background-color: rgb(214 211 209 / 0.5);
}
.active\:bg-stone-300\/60:active {
  background-color: rgb(214 211 209 / 0.6);
}
.active\:bg-stone-300\/70:active {
  background-color: rgb(214 211 209 / 0.7);
}
.active\:bg-stone-300\/75:active {
  background-color: rgb(214 211 209 / 0.75);
}
.active\:bg-stone-300\/80:active {
  background-color: rgb(214 211 209 / 0.8);
}
.active\:bg-stone-300\/90:active {
  background-color: rgb(214 211 209 / 0.9);
}
.active\:bg-stone-300\/95:active {
  background-color: rgb(214 211 209 / 0.95);
}
.active\:bg-stone-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.active\:bg-stone-400\/0:active {
  background-color: rgb(168 162 158 / 0);
}
.active\:bg-stone-400\/10:active {
  background-color: rgb(168 162 158 / 0.1);
}
.active\:bg-stone-400\/100:active {
  background-color: rgb(168 162 158 / 1);
}
.active\:bg-stone-400\/20:active {
  background-color: rgb(168 162 158 / 0.2);
}
.active\:bg-stone-400\/25:active {
  background-color: rgb(168 162 158 / 0.25);
}
.active\:bg-stone-400\/30:active {
  background-color: rgb(168 162 158 / 0.3);
}
.active\:bg-stone-400\/40:active {
  background-color: rgb(168 162 158 / 0.4);
}
.active\:bg-stone-400\/5:active {
  background-color: rgb(168 162 158 / 0.05);
}
.active\:bg-stone-400\/50:active {
  background-color: rgb(168 162 158 / 0.5);
}
.active\:bg-stone-400\/60:active {
  background-color: rgb(168 162 158 / 0.6);
}
.active\:bg-stone-400\/70:active {
  background-color: rgb(168 162 158 / 0.7);
}
.active\:bg-stone-400\/75:active {
  background-color: rgb(168 162 158 / 0.75);
}
.active\:bg-stone-400\/80:active {
  background-color: rgb(168 162 158 / 0.8);
}
.active\:bg-stone-400\/90:active {
  background-color: rgb(168 162 158 / 0.9);
}
.active\:bg-stone-400\/95:active {
  background-color: rgb(168 162 158 / 0.95);
}
.active\:bg-stone-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.active\:bg-stone-50\/0:active {
  background-color: rgb(250 250 249 / 0);
}
.active\:bg-stone-50\/10:active {
  background-color: rgb(250 250 249 / 0.1);
}
.active\:bg-stone-50\/100:active {
  background-color: rgb(250 250 249 / 1);
}
.active\:bg-stone-50\/20:active {
  background-color: rgb(250 250 249 / 0.2);
}
.active\:bg-stone-50\/25:active {
  background-color: rgb(250 250 249 / 0.25);
}
.active\:bg-stone-50\/30:active {
  background-color: rgb(250 250 249 / 0.3);
}
.active\:bg-stone-50\/40:active {
  background-color: rgb(250 250 249 / 0.4);
}
.active\:bg-stone-50\/5:active {
  background-color: rgb(250 250 249 / 0.05);
}
.active\:bg-stone-50\/50:active {
  background-color: rgb(250 250 249 / 0.5);
}
.active\:bg-stone-50\/60:active {
  background-color: rgb(250 250 249 / 0.6);
}
.active\:bg-stone-50\/70:active {
  background-color: rgb(250 250 249 / 0.7);
}
.active\:bg-stone-50\/75:active {
  background-color: rgb(250 250 249 / 0.75);
}
.active\:bg-stone-50\/80:active {
  background-color: rgb(250 250 249 / 0.8);
}
.active\:bg-stone-50\/90:active {
  background-color: rgb(250 250 249 / 0.9);
}
.active\:bg-stone-50\/95:active {
  background-color: rgb(250 250 249 / 0.95);
}
.active\:bg-stone-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.active\:bg-stone-500\/0:active {
  background-color: rgb(120 113 108 / 0);
}
.active\:bg-stone-500\/10:active {
  background-color: rgb(120 113 108 / 0.1);
}
.active\:bg-stone-500\/100:active {
  background-color: rgb(120 113 108 / 1);
}
.active\:bg-stone-500\/20:active {
  background-color: rgb(120 113 108 / 0.2);
}
.active\:bg-stone-500\/25:active {
  background-color: rgb(120 113 108 / 0.25);
}
.active\:bg-stone-500\/30:active {
  background-color: rgb(120 113 108 / 0.3);
}
.active\:bg-stone-500\/40:active {
  background-color: rgb(120 113 108 / 0.4);
}
.active\:bg-stone-500\/5:active {
  background-color: rgb(120 113 108 / 0.05);
}
.active\:bg-stone-500\/50:active {
  background-color: rgb(120 113 108 / 0.5);
}
.active\:bg-stone-500\/60:active {
  background-color: rgb(120 113 108 / 0.6);
}
.active\:bg-stone-500\/70:active {
  background-color: rgb(120 113 108 / 0.7);
}
.active\:bg-stone-500\/75:active {
  background-color: rgb(120 113 108 / 0.75);
}
.active\:bg-stone-500\/80:active {
  background-color: rgb(120 113 108 / 0.8);
}
.active\:bg-stone-500\/90:active {
  background-color: rgb(120 113 108 / 0.9);
}
.active\:bg-stone-500\/95:active {
  background-color: rgb(120 113 108 / 0.95);
}
.active\:bg-stone-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.active\:bg-stone-600\/0:active {
  background-color: rgb(87 83 78 / 0);
}
.active\:bg-stone-600\/10:active {
  background-color: rgb(87 83 78 / 0.1);
}
.active\:bg-stone-600\/100:active {
  background-color: rgb(87 83 78 / 1);
}
.active\:bg-stone-600\/20:active {
  background-color: rgb(87 83 78 / 0.2);
}
.active\:bg-stone-600\/25:active {
  background-color: rgb(87 83 78 / 0.25);
}
.active\:bg-stone-600\/30:active {
  background-color: rgb(87 83 78 / 0.3);
}
.active\:bg-stone-600\/40:active {
  background-color: rgb(87 83 78 / 0.4);
}
.active\:bg-stone-600\/5:active {
  background-color: rgb(87 83 78 / 0.05);
}
.active\:bg-stone-600\/50:active {
  background-color: rgb(87 83 78 / 0.5);
}
.active\:bg-stone-600\/60:active {
  background-color: rgb(87 83 78 / 0.6);
}
.active\:bg-stone-600\/70:active {
  background-color: rgb(87 83 78 / 0.7);
}
.active\:bg-stone-600\/75:active {
  background-color: rgb(87 83 78 / 0.75);
}
.active\:bg-stone-600\/80:active {
  background-color: rgb(87 83 78 / 0.8);
}
.active\:bg-stone-600\/90:active {
  background-color: rgb(87 83 78 / 0.9);
}
.active\:bg-stone-600\/95:active {
  background-color: rgb(87 83 78 / 0.95);
}
.active\:bg-stone-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.active\:bg-stone-700\/0:active {
  background-color: rgb(68 64 60 / 0);
}
.active\:bg-stone-700\/10:active {
  background-color: rgb(68 64 60 / 0.1);
}
.active\:bg-stone-700\/100:active {
  background-color: rgb(68 64 60 / 1);
}
.active\:bg-stone-700\/20:active {
  background-color: rgb(68 64 60 / 0.2);
}
.active\:bg-stone-700\/25:active {
  background-color: rgb(68 64 60 / 0.25);
}
.active\:bg-stone-700\/30:active {
  background-color: rgb(68 64 60 / 0.3);
}
.active\:bg-stone-700\/40:active {
  background-color: rgb(68 64 60 / 0.4);
}
.active\:bg-stone-700\/5:active {
  background-color: rgb(68 64 60 / 0.05);
}
.active\:bg-stone-700\/50:active {
  background-color: rgb(68 64 60 / 0.5);
}
.active\:bg-stone-700\/60:active {
  background-color: rgb(68 64 60 / 0.6);
}
.active\:bg-stone-700\/70:active {
  background-color: rgb(68 64 60 / 0.7);
}
.active\:bg-stone-700\/75:active {
  background-color: rgb(68 64 60 / 0.75);
}
.active\:bg-stone-700\/80:active {
  background-color: rgb(68 64 60 / 0.8);
}
.active\:bg-stone-700\/90:active {
  background-color: rgb(68 64 60 / 0.9);
}
.active\:bg-stone-700\/95:active {
  background-color: rgb(68 64 60 / 0.95);
}
.active\:bg-stone-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.active\:bg-stone-800\/0:active {
  background-color: rgb(41 37 36 / 0);
}
.active\:bg-stone-800\/10:active {
  background-color: rgb(41 37 36 / 0.1);
}
.active\:bg-stone-800\/100:active {
  background-color: rgb(41 37 36 / 1);
}
.active\:bg-stone-800\/20:active {
  background-color: rgb(41 37 36 / 0.2);
}
.active\:bg-stone-800\/25:active {
  background-color: rgb(41 37 36 / 0.25);
}
.active\:bg-stone-800\/30:active {
  background-color: rgb(41 37 36 / 0.3);
}
.active\:bg-stone-800\/40:active {
  background-color: rgb(41 37 36 / 0.4);
}
.active\:bg-stone-800\/5:active {
  background-color: rgb(41 37 36 / 0.05);
}
.active\:bg-stone-800\/50:active {
  background-color: rgb(41 37 36 / 0.5);
}
.active\:bg-stone-800\/60:active {
  background-color: rgb(41 37 36 / 0.6);
}
.active\:bg-stone-800\/70:active {
  background-color: rgb(41 37 36 / 0.7);
}
.active\:bg-stone-800\/75:active {
  background-color: rgb(41 37 36 / 0.75);
}
.active\:bg-stone-800\/80:active {
  background-color: rgb(41 37 36 / 0.8);
}
.active\:bg-stone-800\/90:active {
  background-color: rgb(41 37 36 / 0.9);
}
.active\:bg-stone-800\/95:active {
  background-color: rgb(41 37 36 / 0.95);
}
.active\:bg-stone-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.active\:bg-stone-900\/0:active {
  background-color: rgb(28 25 23 / 0);
}
.active\:bg-stone-900\/10:active {
  background-color: rgb(28 25 23 / 0.1);
}
.active\:bg-stone-900\/100:active {
  background-color: rgb(28 25 23 / 1);
}
.active\:bg-stone-900\/20:active {
  background-color: rgb(28 25 23 / 0.2);
}
.active\:bg-stone-900\/25:active {
  background-color: rgb(28 25 23 / 0.25);
}
.active\:bg-stone-900\/30:active {
  background-color: rgb(28 25 23 / 0.3);
}
.active\:bg-stone-900\/40:active {
  background-color: rgb(28 25 23 / 0.4);
}
.active\:bg-stone-900\/5:active {
  background-color: rgb(28 25 23 / 0.05);
}
.active\:bg-stone-900\/50:active {
  background-color: rgb(28 25 23 / 0.5);
}
.active\:bg-stone-900\/60:active {
  background-color: rgb(28 25 23 / 0.6);
}
.active\:bg-stone-900\/70:active {
  background-color: rgb(28 25 23 / 0.7);
}
.active\:bg-stone-900\/75:active {
  background-color: rgb(28 25 23 / 0.75);
}
.active\:bg-stone-900\/80:active {
  background-color: rgb(28 25 23 / 0.8);
}
.active\:bg-stone-900\/90:active {
  background-color: rgb(28 25 23 / 0.9);
}
.active\:bg-stone-900\/95:active {
  background-color: rgb(28 25 23 / 0.95);
}
.active\:bg-stone-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.active\:bg-stone-950\/0:active {
  background-color: rgb(12 10 9 / 0);
}
.active\:bg-stone-950\/10:active {
  background-color: rgb(12 10 9 / 0.1);
}
.active\:bg-stone-950\/100:active {
  background-color: rgb(12 10 9 / 1);
}
.active\:bg-stone-950\/20:active {
  background-color: rgb(12 10 9 / 0.2);
}
.active\:bg-stone-950\/25:active {
  background-color: rgb(12 10 9 / 0.25);
}
.active\:bg-stone-950\/30:active {
  background-color: rgb(12 10 9 / 0.3);
}
.active\:bg-stone-950\/40:active {
  background-color: rgb(12 10 9 / 0.4);
}
.active\:bg-stone-950\/5:active {
  background-color: rgb(12 10 9 / 0.05);
}
.active\:bg-stone-950\/50:active {
  background-color: rgb(12 10 9 / 0.5);
}
.active\:bg-stone-950\/60:active {
  background-color: rgb(12 10 9 / 0.6);
}
.active\:bg-stone-950\/70:active {
  background-color: rgb(12 10 9 / 0.7);
}
.active\:bg-stone-950\/75:active {
  background-color: rgb(12 10 9 / 0.75);
}
.active\:bg-stone-950\/80:active {
  background-color: rgb(12 10 9 / 0.8);
}
.active\:bg-stone-950\/90:active {
  background-color: rgb(12 10 9 / 0.9);
}
.active\:bg-stone-950\/95:active {
  background-color: rgb(12 10 9 / 0.95);
}
.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.active\:bg-teal-100\/0:active {
  background-color: rgb(204 251 241 / 0);
}
.active\:bg-teal-100\/10:active {
  background-color: rgb(204 251 241 / 0.1);
}
.active\:bg-teal-100\/100:active {
  background-color: rgb(204 251 241 / 1);
}
.active\:bg-teal-100\/20:active {
  background-color: rgb(204 251 241 / 0.2);
}
.active\:bg-teal-100\/25:active {
  background-color: rgb(204 251 241 / 0.25);
}
.active\:bg-teal-100\/30:active {
  background-color: rgb(204 251 241 / 0.3);
}
.active\:bg-teal-100\/40:active {
  background-color: rgb(204 251 241 / 0.4);
}
.active\:bg-teal-100\/5:active {
  background-color: rgb(204 251 241 / 0.05);
}
.active\:bg-teal-100\/50:active {
  background-color: rgb(204 251 241 / 0.5);
}
.active\:bg-teal-100\/60:active {
  background-color: rgb(204 251 241 / 0.6);
}
.active\:bg-teal-100\/70:active {
  background-color: rgb(204 251 241 / 0.7);
}
.active\:bg-teal-100\/75:active {
  background-color: rgb(204 251 241 / 0.75);
}
.active\:bg-teal-100\/80:active {
  background-color: rgb(204 251 241 / 0.8);
}
.active\:bg-teal-100\/90:active {
  background-color: rgb(204 251 241 / 0.9);
}
.active\:bg-teal-100\/95:active {
  background-color: rgb(204 251 241 / 0.95);
}
.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.active\:bg-teal-200\/0:active {
  background-color: rgb(153 246 228 / 0);
}
.active\:bg-teal-200\/10:active {
  background-color: rgb(153 246 228 / 0.1);
}
.active\:bg-teal-200\/100:active {
  background-color: rgb(153 246 228 / 1);
}
.active\:bg-teal-200\/20:active {
  background-color: rgb(153 246 228 / 0.2);
}
.active\:bg-teal-200\/25:active {
  background-color: rgb(153 246 228 / 0.25);
}
.active\:bg-teal-200\/30:active {
  background-color: rgb(153 246 228 / 0.3);
}
.active\:bg-teal-200\/40:active {
  background-color: rgb(153 246 228 / 0.4);
}
.active\:bg-teal-200\/5:active {
  background-color: rgb(153 246 228 / 0.05);
}
.active\:bg-teal-200\/50:active {
  background-color: rgb(153 246 228 / 0.5);
}
.active\:bg-teal-200\/60:active {
  background-color: rgb(153 246 228 / 0.6);
}
.active\:bg-teal-200\/70:active {
  background-color: rgb(153 246 228 / 0.7);
}
.active\:bg-teal-200\/75:active {
  background-color: rgb(153 246 228 / 0.75);
}
.active\:bg-teal-200\/80:active {
  background-color: rgb(153 246 228 / 0.8);
}
.active\:bg-teal-200\/90:active {
  background-color: rgb(153 246 228 / 0.9);
}
.active\:bg-teal-200\/95:active {
  background-color: rgb(153 246 228 / 0.95);
}
.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.active\:bg-teal-300\/0:active {
  background-color: rgb(94 234 212 / 0);
}
.active\:bg-teal-300\/10:active {
  background-color: rgb(94 234 212 / 0.1);
}
.active\:bg-teal-300\/100:active {
  background-color: rgb(94 234 212 / 1);
}
.active\:bg-teal-300\/20:active {
  background-color: rgb(94 234 212 / 0.2);
}
.active\:bg-teal-300\/25:active {
  background-color: rgb(94 234 212 / 0.25);
}
.active\:bg-teal-300\/30:active {
  background-color: rgb(94 234 212 / 0.3);
}
.active\:bg-teal-300\/40:active {
  background-color: rgb(94 234 212 / 0.4);
}
.active\:bg-teal-300\/5:active {
  background-color: rgb(94 234 212 / 0.05);
}
.active\:bg-teal-300\/50:active {
  background-color: rgb(94 234 212 / 0.5);
}
.active\:bg-teal-300\/60:active {
  background-color: rgb(94 234 212 / 0.6);
}
.active\:bg-teal-300\/70:active {
  background-color: rgb(94 234 212 / 0.7);
}
.active\:bg-teal-300\/75:active {
  background-color: rgb(94 234 212 / 0.75);
}
.active\:bg-teal-300\/80:active {
  background-color: rgb(94 234 212 / 0.8);
}
.active\:bg-teal-300\/90:active {
  background-color: rgb(94 234 212 / 0.9);
}
.active\:bg-teal-300\/95:active {
  background-color: rgb(94 234 212 / 0.95);
}
.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.active\:bg-teal-400\/0:active {
  background-color: rgb(45 212 191 / 0);
}
.active\:bg-teal-400\/10:active {
  background-color: rgb(45 212 191 / 0.1);
}
.active\:bg-teal-400\/100:active {
  background-color: rgb(45 212 191 / 1);
}
.active\:bg-teal-400\/20:active {
  background-color: rgb(45 212 191 / 0.2);
}
.active\:bg-teal-400\/25:active {
  background-color: rgb(45 212 191 / 0.25);
}
.active\:bg-teal-400\/30:active {
  background-color: rgb(45 212 191 / 0.3);
}
.active\:bg-teal-400\/40:active {
  background-color: rgb(45 212 191 / 0.4);
}
.active\:bg-teal-400\/5:active {
  background-color: rgb(45 212 191 / 0.05);
}
.active\:bg-teal-400\/50:active {
  background-color: rgb(45 212 191 / 0.5);
}
.active\:bg-teal-400\/60:active {
  background-color: rgb(45 212 191 / 0.6);
}
.active\:bg-teal-400\/70:active {
  background-color: rgb(45 212 191 / 0.7);
}
.active\:bg-teal-400\/75:active {
  background-color: rgb(45 212 191 / 0.75);
}
.active\:bg-teal-400\/80:active {
  background-color: rgb(45 212 191 / 0.8);
}
.active\:bg-teal-400\/90:active {
  background-color: rgb(45 212 191 / 0.9);
}
.active\:bg-teal-400\/95:active {
  background-color: rgb(45 212 191 / 0.95);
}
.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.active\:bg-teal-50\/0:active {
  background-color: rgb(240 253 250 / 0);
}
.active\:bg-teal-50\/10:active {
  background-color: rgb(240 253 250 / 0.1);
}
.active\:bg-teal-50\/100:active {
  background-color: rgb(240 253 250 / 1);
}
.active\:bg-teal-50\/20:active {
  background-color: rgb(240 253 250 / 0.2);
}
.active\:bg-teal-50\/25:active {
  background-color: rgb(240 253 250 / 0.25);
}
.active\:bg-teal-50\/30:active {
  background-color: rgb(240 253 250 / 0.3);
}
.active\:bg-teal-50\/40:active {
  background-color: rgb(240 253 250 / 0.4);
}
.active\:bg-teal-50\/5:active {
  background-color: rgb(240 253 250 / 0.05);
}
.active\:bg-teal-50\/50:active {
  background-color: rgb(240 253 250 / 0.5);
}
.active\:bg-teal-50\/60:active {
  background-color: rgb(240 253 250 / 0.6);
}
.active\:bg-teal-50\/70:active {
  background-color: rgb(240 253 250 / 0.7);
}
.active\:bg-teal-50\/75:active {
  background-color: rgb(240 253 250 / 0.75);
}
.active\:bg-teal-50\/80:active {
  background-color: rgb(240 253 250 / 0.8);
}
.active\:bg-teal-50\/90:active {
  background-color: rgb(240 253 250 / 0.9);
}
.active\:bg-teal-50\/95:active {
  background-color: rgb(240 253 250 / 0.95);
}
.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.active\:bg-teal-500\/0:active {
  background-color: rgb(20 184 166 / 0);
}
.active\:bg-teal-500\/10:active {
  background-color: rgb(20 184 166 / 0.1);
}
.active\:bg-teal-500\/100:active {
  background-color: rgb(20 184 166 / 1);
}
.active\:bg-teal-500\/20:active {
  background-color: rgb(20 184 166 / 0.2);
}
.active\:bg-teal-500\/25:active {
  background-color: rgb(20 184 166 / 0.25);
}
.active\:bg-teal-500\/30:active {
  background-color: rgb(20 184 166 / 0.3);
}
.active\:bg-teal-500\/40:active {
  background-color: rgb(20 184 166 / 0.4);
}
.active\:bg-teal-500\/5:active {
  background-color: rgb(20 184 166 / 0.05);
}
.active\:bg-teal-500\/50:active {
  background-color: rgb(20 184 166 / 0.5);
}
.active\:bg-teal-500\/60:active {
  background-color: rgb(20 184 166 / 0.6);
}
.active\:bg-teal-500\/70:active {
  background-color: rgb(20 184 166 / 0.7);
}
.active\:bg-teal-500\/75:active {
  background-color: rgb(20 184 166 / 0.75);
}
.active\:bg-teal-500\/80:active {
  background-color: rgb(20 184 166 / 0.8);
}
.active\:bg-teal-500\/90:active {
  background-color: rgb(20 184 166 / 0.9);
}
.active\:bg-teal-500\/95:active {
  background-color: rgb(20 184 166 / 0.95);
}
.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.active\:bg-teal-600\/0:active {
  background-color: rgb(13 148 136 / 0);
}
.active\:bg-teal-600\/10:active {
  background-color: rgb(13 148 136 / 0.1);
}
.active\:bg-teal-600\/100:active {
  background-color: rgb(13 148 136 / 1);
}
.active\:bg-teal-600\/20:active {
  background-color: rgb(13 148 136 / 0.2);
}
.active\:bg-teal-600\/25:active {
  background-color: rgb(13 148 136 / 0.25);
}
.active\:bg-teal-600\/30:active {
  background-color: rgb(13 148 136 / 0.3);
}
.active\:bg-teal-600\/40:active {
  background-color: rgb(13 148 136 / 0.4);
}
.active\:bg-teal-600\/5:active {
  background-color: rgb(13 148 136 / 0.05);
}
.active\:bg-teal-600\/50:active {
  background-color: rgb(13 148 136 / 0.5);
}
.active\:bg-teal-600\/60:active {
  background-color: rgb(13 148 136 / 0.6);
}
.active\:bg-teal-600\/70:active {
  background-color: rgb(13 148 136 / 0.7);
}
.active\:bg-teal-600\/75:active {
  background-color: rgb(13 148 136 / 0.75);
}
.active\:bg-teal-600\/80:active {
  background-color: rgb(13 148 136 / 0.8);
}
.active\:bg-teal-600\/90:active {
  background-color: rgb(13 148 136 / 0.9);
}
.active\:bg-teal-600\/95:active {
  background-color: rgb(13 148 136 / 0.95);
}
.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.active\:bg-teal-700\/0:active {
  background-color: rgb(15 118 110 / 0);
}
.active\:bg-teal-700\/10:active {
  background-color: rgb(15 118 110 / 0.1);
}
.active\:bg-teal-700\/100:active {
  background-color: rgb(15 118 110 / 1);
}
.active\:bg-teal-700\/20:active {
  background-color: rgb(15 118 110 / 0.2);
}
.active\:bg-teal-700\/25:active {
  background-color: rgb(15 118 110 / 0.25);
}
.active\:bg-teal-700\/30:active {
  background-color: rgb(15 118 110 / 0.3);
}
.active\:bg-teal-700\/40:active {
  background-color: rgb(15 118 110 / 0.4);
}
.active\:bg-teal-700\/5:active {
  background-color: rgb(15 118 110 / 0.05);
}
.active\:bg-teal-700\/50:active {
  background-color: rgb(15 118 110 / 0.5);
}
.active\:bg-teal-700\/60:active {
  background-color: rgb(15 118 110 / 0.6);
}
.active\:bg-teal-700\/70:active {
  background-color: rgb(15 118 110 / 0.7);
}
.active\:bg-teal-700\/75:active {
  background-color: rgb(15 118 110 / 0.75);
}
.active\:bg-teal-700\/80:active {
  background-color: rgb(15 118 110 / 0.8);
}
.active\:bg-teal-700\/90:active {
  background-color: rgb(15 118 110 / 0.9);
}
.active\:bg-teal-700\/95:active {
  background-color: rgb(15 118 110 / 0.95);
}
.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.active\:bg-teal-800\/0:active {
  background-color: rgb(17 94 89 / 0);
}
.active\:bg-teal-800\/10:active {
  background-color: rgb(17 94 89 / 0.1);
}
.active\:bg-teal-800\/100:active {
  background-color: rgb(17 94 89 / 1);
}
.active\:bg-teal-800\/20:active {
  background-color: rgb(17 94 89 / 0.2);
}
.active\:bg-teal-800\/25:active {
  background-color: rgb(17 94 89 / 0.25);
}
.active\:bg-teal-800\/30:active {
  background-color: rgb(17 94 89 / 0.3);
}
.active\:bg-teal-800\/40:active {
  background-color: rgb(17 94 89 / 0.4);
}
.active\:bg-teal-800\/5:active {
  background-color: rgb(17 94 89 / 0.05);
}
.active\:bg-teal-800\/50:active {
  background-color: rgb(17 94 89 / 0.5);
}
.active\:bg-teal-800\/60:active {
  background-color: rgb(17 94 89 / 0.6);
}
.active\:bg-teal-800\/70:active {
  background-color: rgb(17 94 89 / 0.7);
}
.active\:bg-teal-800\/75:active {
  background-color: rgb(17 94 89 / 0.75);
}
.active\:bg-teal-800\/80:active {
  background-color: rgb(17 94 89 / 0.8);
}
.active\:bg-teal-800\/90:active {
  background-color: rgb(17 94 89 / 0.9);
}
.active\:bg-teal-800\/95:active {
  background-color: rgb(17 94 89 / 0.95);
}
.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.active\:bg-teal-900\/0:active {
  background-color: rgb(19 78 74 / 0);
}
.active\:bg-teal-900\/10:active {
  background-color: rgb(19 78 74 / 0.1);
}
.active\:bg-teal-900\/100:active {
  background-color: rgb(19 78 74 / 1);
}
.active\:bg-teal-900\/20:active {
  background-color: rgb(19 78 74 / 0.2);
}
.active\:bg-teal-900\/25:active {
  background-color: rgb(19 78 74 / 0.25);
}
.active\:bg-teal-900\/30:active {
  background-color: rgb(19 78 74 / 0.3);
}
.active\:bg-teal-900\/40:active {
  background-color: rgb(19 78 74 / 0.4);
}
.active\:bg-teal-900\/5:active {
  background-color: rgb(19 78 74 / 0.05);
}
.active\:bg-teal-900\/50:active {
  background-color: rgb(19 78 74 / 0.5);
}
.active\:bg-teal-900\/60:active {
  background-color: rgb(19 78 74 / 0.6);
}
.active\:bg-teal-900\/70:active {
  background-color: rgb(19 78 74 / 0.7);
}
.active\:bg-teal-900\/75:active {
  background-color: rgb(19 78 74 / 0.75);
}
.active\:bg-teal-900\/80:active {
  background-color: rgb(19 78 74 / 0.8);
}
.active\:bg-teal-900\/90:active {
  background-color: rgb(19 78 74 / 0.9);
}
.active\:bg-teal-900\/95:active {
  background-color: rgb(19 78 74 / 0.95);
}
.active\:bg-teal-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.active\:bg-teal-950\/0:active {
  background-color: rgb(4 47 46 / 0);
}
.active\:bg-teal-950\/10:active {
  background-color: rgb(4 47 46 / 0.1);
}
.active\:bg-teal-950\/100:active {
  background-color: rgb(4 47 46 / 1);
}
.active\:bg-teal-950\/20:active {
  background-color: rgb(4 47 46 / 0.2);
}
.active\:bg-teal-950\/25:active {
  background-color: rgb(4 47 46 / 0.25);
}
.active\:bg-teal-950\/30:active {
  background-color: rgb(4 47 46 / 0.3);
}
.active\:bg-teal-950\/40:active {
  background-color: rgb(4 47 46 / 0.4);
}
.active\:bg-teal-950\/5:active {
  background-color: rgb(4 47 46 / 0.05);
}
.active\:bg-teal-950\/50:active {
  background-color: rgb(4 47 46 / 0.5);
}
.active\:bg-teal-950\/60:active {
  background-color: rgb(4 47 46 / 0.6);
}
.active\:bg-teal-950\/70:active {
  background-color: rgb(4 47 46 / 0.7);
}
.active\:bg-teal-950\/75:active {
  background-color: rgb(4 47 46 / 0.75);
}
.active\:bg-teal-950\/80:active {
  background-color: rgb(4 47 46 / 0.8);
}
.active\:bg-teal-950\/90:active {
  background-color: rgb(4 47 46 / 0.9);
}
.active\:bg-teal-950\/95:active {
  background-color: rgb(4 47 46 / 0.95);
}
.active\:bg-transparent:active {
  background-color: transparent;
}
.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.active\:bg-violet-100\/0:active {
  background-color: rgb(237 233 254 / 0);
}
.active\:bg-violet-100\/10:active {
  background-color: rgb(237 233 254 / 0.1);
}
.active\:bg-violet-100\/100:active {
  background-color: rgb(237 233 254 / 1);
}
.active\:bg-violet-100\/20:active {
  background-color: rgb(237 233 254 / 0.2);
}
.active\:bg-violet-100\/25:active {
  background-color: rgb(237 233 254 / 0.25);
}
.active\:bg-violet-100\/30:active {
  background-color: rgb(237 233 254 / 0.3);
}
.active\:bg-violet-100\/40:active {
  background-color: rgb(237 233 254 / 0.4);
}
.active\:bg-violet-100\/5:active {
  background-color: rgb(237 233 254 / 0.05);
}
.active\:bg-violet-100\/50:active {
  background-color: rgb(237 233 254 / 0.5);
}
.active\:bg-violet-100\/60:active {
  background-color: rgb(237 233 254 / 0.6);
}
.active\:bg-violet-100\/70:active {
  background-color: rgb(237 233 254 / 0.7);
}
.active\:bg-violet-100\/75:active {
  background-color: rgb(237 233 254 / 0.75);
}
.active\:bg-violet-100\/80:active {
  background-color: rgb(237 233 254 / 0.8);
}
.active\:bg-violet-100\/90:active {
  background-color: rgb(237 233 254 / 0.9);
}
.active\:bg-violet-100\/95:active {
  background-color: rgb(237 233 254 / 0.95);
}
.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.active\:bg-violet-200\/0:active {
  background-color: rgb(221 214 254 / 0);
}
.active\:bg-violet-200\/10:active {
  background-color: rgb(221 214 254 / 0.1);
}
.active\:bg-violet-200\/100:active {
  background-color: rgb(221 214 254 / 1);
}
.active\:bg-violet-200\/20:active {
  background-color: rgb(221 214 254 / 0.2);
}
.active\:bg-violet-200\/25:active {
  background-color: rgb(221 214 254 / 0.25);
}
.active\:bg-violet-200\/30:active {
  background-color: rgb(221 214 254 / 0.3);
}
.active\:bg-violet-200\/40:active {
  background-color: rgb(221 214 254 / 0.4);
}
.active\:bg-violet-200\/5:active {
  background-color: rgb(221 214 254 / 0.05);
}
.active\:bg-violet-200\/50:active {
  background-color: rgb(221 214 254 / 0.5);
}
.active\:bg-violet-200\/60:active {
  background-color: rgb(221 214 254 / 0.6);
}
.active\:bg-violet-200\/70:active {
  background-color: rgb(221 214 254 / 0.7);
}
.active\:bg-violet-200\/75:active {
  background-color: rgb(221 214 254 / 0.75);
}
.active\:bg-violet-200\/80:active {
  background-color: rgb(221 214 254 / 0.8);
}
.active\:bg-violet-200\/90:active {
  background-color: rgb(221 214 254 / 0.9);
}
.active\:bg-violet-200\/95:active {
  background-color: rgb(221 214 254 / 0.95);
}
.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.active\:bg-violet-300\/0:active {
  background-color: rgb(196 181 253 / 0);
}
.active\:bg-violet-300\/10:active {
  background-color: rgb(196 181 253 / 0.1);
}
.active\:bg-violet-300\/100:active {
  background-color: rgb(196 181 253 / 1);
}
.active\:bg-violet-300\/20:active {
  background-color: rgb(196 181 253 / 0.2);
}
.active\:bg-violet-300\/25:active {
  background-color: rgb(196 181 253 / 0.25);
}
.active\:bg-violet-300\/30:active {
  background-color: rgb(196 181 253 / 0.3);
}
.active\:bg-violet-300\/40:active {
  background-color: rgb(196 181 253 / 0.4);
}
.active\:bg-violet-300\/5:active {
  background-color: rgb(196 181 253 / 0.05);
}
.active\:bg-violet-300\/50:active {
  background-color: rgb(196 181 253 / 0.5);
}
.active\:bg-violet-300\/60:active {
  background-color: rgb(196 181 253 / 0.6);
}
.active\:bg-violet-300\/70:active {
  background-color: rgb(196 181 253 / 0.7);
}
.active\:bg-violet-300\/75:active {
  background-color: rgb(196 181 253 / 0.75);
}
.active\:bg-violet-300\/80:active {
  background-color: rgb(196 181 253 / 0.8);
}
.active\:bg-violet-300\/90:active {
  background-color: rgb(196 181 253 / 0.9);
}
.active\:bg-violet-300\/95:active {
  background-color: rgb(196 181 253 / 0.95);
}
.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.active\:bg-violet-400\/0:active {
  background-color: rgb(167 139 250 / 0);
}
.active\:bg-violet-400\/10:active {
  background-color: rgb(167 139 250 / 0.1);
}
.active\:bg-violet-400\/100:active {
  background-color: rgb(167 139 250 / 1);
}
.active\:bg-violet-400\/20:active {
  background-color: rgb(167 139 250 / 0.2);
}
.active\:bg-violet-400\/25:active {
  background-color: rgb(167 139 250 / 0.25);
}
.active\:bg-violet-400\/30:active {
  background-color: rgb(167 139 250 / 0.3);
}
.active\:bg-violet-400\/40:active {
  background-color: rgb(167 139 250 / 0.4);
}
.active\:bg-violet-400\/5:active {
  background-color: rgb(167 139 250 / 0.05);
}
.active\:bg-violet-400\/50:active {
  background-color: rgb(167 139 250 / 0.5);
}
.active\:bg-violet-400\/60:active {
  background-color: rgb(167 139 250 / 0.6);
}
.active\:bg-violet-400\/70:active {
  background-color: rgb(167 139 250 / 0.7);
}
.active\:bg-violet-400\/75:active {
  background-color: rgb(167 139 250 / 0.75);
}
.active\:bg-violet-400\/80:active {
  background-color: rgb(167 139 250 / 0.8);
}
.active\:bg-violet-400\/90:active {
  background-color: rgb(167 139 250 / 0.9);
}
.active\:bg-violet-400\/95:active {
  background-color: rgb(167 139 250 / 0.95);
}
.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.active\:bg-violet-50\/0:active {
  background-color: rgb(245 243 255 / 0);
}
.active\:bg-violet-50\/10:active {
  background-color: rgb(245 243 255 / 0.1);
}
.active\:bg-violet-50\/100:active {
  background-color: rgb(245 243 255 / 1);
}
.active\:bg-violet-50\/20:active {
  background-color: rgb(245 243 255 / 0.2);
}
.active\:bg-violet-50\/25:active {
  background-color: rgb(245 243 255 / 0.25);
}
.active\:bg-violet-50\/30:active {
  background-color: rgb(245 243 255 / 0.3);
}
.active\:bg-violet-50\/40:active {
  background-color: rgb(245 243 255 / 0.4);
}
.active\:bg-violet-50\/5:active {
  background-color: rgb(245 243 255 / 0.05);
}
.active\:bg-violet-50\/50:active {
  background-color: rgb(245 243 255 / 0.5);
}
.active\:bg-violet-50\/60:active {
  background-color: rgb(245 243 255 / 0.6);
}
.active\:bg-violet-50\/70:active {
  background-color: rgb(245 243 255 / 0.7);
}
.active\:bg-violet-50\/75:active {
  background-color: rgb(245 243 255 / 0.75);
}
.active\:bg-violet-50\/80:active {
  background-color: rgb(245 243 255 / 0.8);
}
.active\:bg-violet-50\/90:active {
  background-color: rgb(245 243 255 / 0.9);
}
.active\:bg-violet-50\/95:active {
  background-color: rgb(245 243 255 / 0.95);
}
.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.active\:bg-violet-500\/0:active {
  background-color: rgb(139 92 246 / 0);
}
.active\:bg-violet-500\/10:active {
  background-color: rgb(139 92 246 / 0.1);
}
.active\:bg-violet-500\/100:active {
  background-color: rgb(139 92 246 / 1);
}
.active\:bg-violet-500\/20:active {
  background-color: rgb(139 92 246 / 0.2);
}
.active\:bg-violet-500\/25:active {
  background-color: rgb(139 92 246 / 0.25);
}
.active\:bg-violet-500\/30:active {
  background-color: rgb(139 92 246 / 0.3);
}
.active\:bg-violet-500\/40:active {
  background-color: rgb(139 92 246 / 0.4);
}
.active\:bg-violet-500\/5:active {
  background-color: rgb(139 92 246 / 0.05);
}
.active\:bg-violet-500\/50:active {
  background-color: rgb(139 92 246 / 0.5);
}
.active\:bg-violet-500\/60:active {
  background-color: rgb(139 92 246 / 0.6);
}
.active\:bg-violet-500\/70:active {
  background-color: rgb(139 92 246 / 0.7);
}
.active\:bg-violet-500\/75:active {
  background-color: rgb(139 92 246 / 0.75);
}
.active\:bg-violet-500\/80:active {
  background-color: rgb(139 92 246 / 0.8);
}
.active\:bg-violet-500\/90:active {
  background-color: rgb(139 92 246 / 0.9);
}
.active\:bg-violet-500\/95:active {
  background-color: rgb(139 92 246 / 0.95);
}
.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.active\:bg-violet-600\/0:active {
  background-color: rgb(124 58 237 / 0);
}
.active\:bg-violet-600\/10:active {
  background-color: rgb(124 58 237 / 0.1);
}
.active\:bg-violet-600\/100:active {
  background-color: rgb(124 58 237 / 1);
}
.active\:bg-violet-600\/20:active {
  background-color: rgb(124 58 237 / 0.2);
}
.active\:bg-violet-600\/25:active {
  background-color: rgb(124 58 237 / 0.25);
}
.active\:bg-violet-600\/30:active {
  background-color: rgb(124 58 237 / 0.3);
}
.active\:bg-violet-600\/40:active {
  background-color: rgb(124 58 237 / 0.4);
}
.active\:bg-violet-600\/5:active {
  background-color: rgb(124 58 237 / 0.05);
}
.active\:bg-violet-600\/50:active {
  background-color: rgb(124 58 237 / 0.5);
}
.active\:bg-violet-600\/60:active {
  background-color: rgb(124 58 237 / 0.6);
}
.active\:bg-violet-600\/70:active {
  background-color: rgb(124 58 237 / 0.7);
}
.active\:bg-violet-600\/75:active {
  background-color: rgb(124 58 237 / 0.75);
}
.active\:bg-violet-600\/80:active {
  background-color: rgb(124 58 237 / 0.8);
}
.active\:bg-violet-600\/90:active {
  background-color: rgb(124 58 237 / 0.9);
}
.active\:bg-violet-600\/95:active {
  background-color: rgb(124 58 237 / 0.95);
}
.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.active\:bg-violet-700\/0:active {
  background-color: rgb(109 40 217 / 0);
}
.active\:bg-violet-700\/10:active {
  background-color: rgb(109 40 217 / 0.1);
}
.active\:bg-violet-700\/100:active {
  background-color: rgb(109 40 217 / 1);
}
.active\:bg-violet-700\/20:active {
  background-color: rgb(109 40 217 / 0.2);
}
.active\:bg-violet-700\/25:active {
  background-color: rgb(109 40 217 / 0.25);
}
.active\:bg-violet-700\/30:active {
  background-color: rgb(109 40 217 / 0.3);
}
.active\:bg-violet-700\/40:active {
  background-color: rgb(109 40 217 / 0.4);
}
.active\:bg-violet-700\/5:active {
  background-color: rgb(109 40 217 / 0.05);
}
.active\:bg-violet-700\/50:active {
  background-color: rgb(109 40 217 / 0.5);
}
.active\:bg-violet-700\/60:active {
  background-color: rgb(109 40 217 / 0.6);
}
.active\:bg-violet-700\/70:active {
  background-color: rgb(109 40 217 / 0.7);
}
.active\:bg-violet-700\/75:active {
  background-color: rgb(109 40 217 / 0.75);
}
.active\:bg-violet-700\/80:active {
  background-color: rgb(109 40 217 / 0.8);
}
.active\:bg-violet-700\/90:active {
  background-color: rgb(109 40 217 / 0.9);
}
.active\:bg-violet-700\/95:active {
  background-color: rgb(109 40 217 / 0.95);
}
.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.active\:bg-violet-800\/0:active {
  background-color: rgb(91 33 182 / 0);
}
.active\:bg-violet-800\/10:active {
  background-color: rgb(91 33 182 / 0.1);
}
.active\:bg-violet-800\/100:active {
  background-color: rgb(91 33 182 / 1);
}
.active\:bg-violet-800\/20:active {
  background-color: rgb(91 33 182 / 0.2);
}
.active\:bg-violet-800\/25:active {
  background-color: rgb(91 33 182 / 0.25);
}
.active\:bg-violet-800\/30:active {
  background-color: rgb(91 33 182 / 0.3);
}
.active\:bg-violet-800\/40:active {
  background-color: rgb(91 33 182 / 0.4);
}
.active\:bg-violet-800\/5:active {
  background-color: rgb(91 33 182 / 0.05);
}
.active\:bg-violet-800\/50:active {
  background-color: rgb(91 33 182 / 0.5);
}
.active\:bg-violet-800\/60:active {
  background-color: rgb(91 33 182 / 0.6);
}
.active\:bg-violet-800\/70:active {
  background-color: rgb(91 33 182 / 0.7);
}
.active\:bg-violet-800\/75:active {
  background-color: rgb(91 33 182 / 0.75);
}
.active\:bg-violet-800\/80:active {
  background-color: rgb(91 33 182 / 0.8);
}
.active\:bg-violet-800\/90:active {
  background-color: rgb(91 33 182 / 0.9);
}
.active\:bg-violet-800\/95:active {
  background-color: rgb(91 33 182 / 0.95);
}
.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.active\:bg-violet-900\/0:active {
  background-color: rgb(76 29 149 / 0);
}
.active\:bg-violet-900\/10:active {
  background-color: rgb(76 29 149 / 0.1);
}
.active\:bg-violet-900\/100:active {
  background-color: rgb(76 29 149 / 1);
}
.active\:bg-violet-900\/20:active {
  background-color: rgb(76 29 149 / 0.2);
}
.active\:bg-violet-900\/25:active {
  background-color: rgb(76 29 149 / 0.25);
}
.active\:bg-violet-900\/30:active {
  background-color: rgb(76 29 149 / 0.3);
}
.active\:bg-violet-900\/40:active {
  background-color: rgb(76 29 149 / 0.4);
}
.active\:bg-violet-900\/5:active {
  background-color: rgb(76 29 149 / 0.05);
}
.active\:bg-violet-900\/50:active {
  background-color: rgb(76 29 149 / 0.5);
}
.active\:bg-violet-900\/60:active {
  background-color: rgb(76 29 149 / 0.6);
}
.active\:bg-violet-900\/70:active {
  background-color: rgb(76 29 149 / 0.7);
}
.active\:bg-violet-900\/75:active {
  background-color: rgb(76 29 149 / 0.75);
}
.active\:bg-violet-900\/80:active {
  background-color: rgb(76 29 149 / 0.8);
}
.active\:bg-violet-900\/90:active {
  background-color: rgb(76 29 149 / 0.9);
}
.active\:bg-violet-900\/95:active {
  background-color: rgb(76 29 149 / 0.95);
}
.active\:bg-violet-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.active\:bg-violet-950\/0:active {
  background-color: rgb(46 16 101 / 0);
}
.active\:bg-violet-950\/10:active {
  background-color: rgb(46 16 101 / 0.1);
}
.active\:bg-violet-950\/100:active {
  background-color: rgb(46 16 101 / 1);
}
.active\:bg-violet-950\/20:active {
  background-color: rgb(46 16 101 / 0.2);
}
.active\:bg-violet-950\/25:active {
  background-color: rgb(46 16 101 / 0.25);
}
.active\:bg-violet-950\/30:active {
  background-color: rgb(46 16 101 / 0.3);
}
.active\:bg-violet-950\/40:active {
  background-color: rgb(46 16 101 / 0.4);
}
.active\:bg-violet-950\/5:active {
  background-color: rgb(46 16 101 / 0.05);
}
.active\:bg-violet-950\/50:active {
  background-color: rgb(46 16 101 / 0.5);
}
.active\:bg-violet-950\/60:active {
  background-color: rgb(46 16 101 / 0.6);
}
.active\:bg-violet-950\/70:active {
  background-color: rgb(46 16 101 / 0.7);
}
.active\:bg-violet-950\/75:active {
  background-color: rgb(46 16 101 / 0.75);
}
.active\:bg-violet-950\/80:active {
  background-color: rgb(46 16 101 / 0.8);
}
.active\:bg-violet-950\/90:active {
  background-color: rgb(46 16 101 / 0.9);
}
.active\:bg-violet-950\/95:active {
  background-color: rgb(46 16 101 / 0.95);
}
.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.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\/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\/40:active {
  background-color: rgb(254 249 195 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(254 240 138 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(253 224 71 / 0.4);
}
.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\/60:active {
  background-color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(250 204 21 / 0.4);
}
.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\/60:active {
  background-color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(254 252 232 / 0.4);
}
.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\/60:active {
  background-color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(234 179 8 / 0.4);
}
.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\/60:active {
  background-color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(202 138 4 / 0.4);
}
.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\/60:active {
  background-color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(161 98 7 / 0.4);
}
.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\/60:active {
  background-color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(133 77 14 / 0.4);
}
.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\/60:active {
  background-color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(113 63 18 / 0.4);
}
.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\/60:active {
  background-color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  background-color: rgb(66 32 6 / 0.4);
}
.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\/60:active {
  background-color: rgb(66 32 6 / 0.6);
}
.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\/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\:bg-zinc-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.active\:bg-zinc-100\/0:active {
  background-color: rgb(244 244 245 / 0);
}
.active\:bg-zinc-100\/10:active {
  background-color: rgb(244 244 245 / 0.1);
}
.active\:bg-zinc-100\/100:active {
  background-color: rgb(244 244 245 / 1);
}
.active\:bg-zinc-100\/20:active {
  background-color: rgb(244 244 245 / 0.2);
}
.active\:bg-zinc-100\/25:active {
  background-color: rgb(244 244 245 / 0.25);
}
.active\:bg-zinc-100\/30:active {
  background-color: rgb(244 244 245 / 0.3);
}
.active\:bg-zinc-100\/40:active {
  background-color: rgb(244 244 245 / 0.4);
}
.active\:bg-zinc-100\/5:active {
  background-color: rgb(244 244 245 / 0.05);
}
.active\:bg-zinc-100\/50:active {
  background-color: rgb(244 244 245 / 0.5);
}
.active\:bg-zinc-100\/60:active {
  background-color: rgb(244 244 245 / 0.6);
}
.active\:bg-zinc-100\/70:active {
  background-color: rgb(244 244 245 / 0.7);
}
.active\:bg-zinc-100\/75:active {
  background-color: rgb(244 244 245 / 0.75);
}
.active\:bg-zinc-100\/80:active {
  background-color: rgb(244 244 245 / 0.8);
}
.active\:bg-zinc-100\/90:active {
  background-color: rgb(244 244 245 / 0.9);
}
.active\:bg-zinc-100\/95:active {
  background-color: rgb(244 244 245 / 0.95);
}
.active\:bg-zinc-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.active\:bg-zinc-200\/0:active {
  background-color: rgb(228 228 231 / 0);
}
.active\:bg-zinc-200\/10:active {
  background-color: rgb(228 228 231 / 0.1);
}
.active\:bg-zinc-200\/100:active {
  background-color: rgb(228 228 231 / 1);
}
.active\:bg-zinc-200\/20:active {
  background-color: rgb(228 228 231 / 0.2);
}
.active\:bg-zinc-200\/25:active {
  background-color: rgb(228 228 231 / 0.25);
}
.active\:bg-zinc-200\/30:active {
  background-color: rgb(228 228 231 / 0.3);
}
.active\:bg-zinc-200\/40:active {
  background-color: rgb(228 228 231 / 0.4);
}
.active\:bg-zinc-200\/5:active {
  background-color: rgb(228 228 231 / 0.05);
}
.active\:bg-zinc-200\/50:active {
  background-color: rgb(228 228 231 / 0.5);
}
.active\:bg-zinc-200\/60:active {
  background-color: rgb(228 228 231 / 0.6);
}
.active\:bg-zinc-200\/70:active {
  background-color: rgb(228 228 231 / 0.7);
}
.active\:bg-zinc-200\/75:active {
  background-color: rgb(228 228 231 / 0.75);
}
.active\:bg-zinc-200\/80:active {
  background-color: rgb(228 228 231 / 0.8);
}
.active\:bg-zinc-200\/90:active {
  background-color: rgb(228 228 231 / 0.9);
}
.active\:bg-zinc-200\/95:active {
  background-color: rgb(228 228 231 / 0.95);
}
.active\:bg-zinc-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.active\:bg-zinc-300\/0:active {
  background-color: rgb(212 212 216 / 0);
}
.active\:bg-zinc-300\/10:active {
  background-color: rgb(212 212 216 / 0.1);
}
.active\:bg-zinc-300\/100:active {
  background-color: rgb(212 212 216 / 1);
}
.active\:bg-zinc-300\/20:active {
  background-color: rgb(212 212 216 / 0.2);
}
.active\:bg-zinc-300\/25:active {
  background-color: rgb(212 212 216 / 0.25);
}
.active\:bg-zinc-300\/30:active {
  background-color: rgb(212 212 216 / 0.3);
}
.active\:bg-zinc-300\/40:active {
  background-color: rgb(212 212 216 / 0.4);
}
.active\:bg-zinc-300\/5:active {
  background-color: rgb(212 212 216 / 0.05);
}
.active\:bg-zinc-300\/50:active {
  background-color: rgb(212 212 216 / 0.5);
}
.active\:bg-zinc-300\/60:active {
  background-color: rgb(212 212 216 / 0.6);
}
.active\:bg-zinc-300\/70:active {
  background-color: rgb(212 212 216 / 0.7);
}
.active\:bg-zinc-300\/75:active {
  background-color: rgb(212 212 216 / 0.75);
}
.active\:bg-zinc-300\/80:active {
  background-color: rgb(212 212 216 / 0.8);
}
.active\:bg-zinc-300\/90:active {
  background-color: rgb(212 212 216 / 0.9);
}
.active\:bg-zinc-300\/95:active {
  background-color: rgb(212 212 216 / 0.95);
}
.active\:bg-zinc-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.active\:bg-zinc-400\/0:active {
  background-color: rgb(161 161 170 / 0);
}
.active\:bg-zinc-400\/10:active {
  background-color: rgb(161 161 170 / 0.1);
}
.active\:bg-zinc-400\/100:active {
  background-color: rgb(161 161 170 / 1);
}
.active\:bg-zinc-400\/20:active {
  background-color: rgb(161 161 170 / 0.2);
}
.active\:bg-zinc-400\/25:active {
  background-color: rgb(161 161 170 / 0.25);
}
.active\:bg-zinc-400\/30:active {
  background-color: rgb(161 161 170 / 0.3);
}
.active\:bg-zinc-400\/40:active {
  background-color: rgb(161 161 170 / 0.4);
}
.active\:bg-zinc-400\/5:active {
  background-color: rgb(161 161 170 / 0.05);
}
.active\:bg-zinc-400\/50:active {
  background-color: rgb(161 161 170 / 0.5);
}
.active\:bg-zinc-400\/60:active {
  background-color: rgb(161 161 170 / 0.6);
}
.active\:bg-zinc-400\/70:active {
  background-color: rgb(161 161 170 / 0.7);
}
.active\:bg-zinc-400\/75:active {
  background-color: rgb(161 161 170 / 0.75);
}
.active\:bg-zinc-400\/80:active {
  background-color: rgb(161 161 170 / 0.8);
}
.active\:bg-zinc-400\/90:active {
  background-color: rgb(161 161 170 / 0.9);
}
.active\:bg-zinc-400\/95:active {
  background-color: rgb(161 161 170 / 0.95);
}
.active\:bg-zinc-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.active\:bg-zinc-50\/0:active {
  background-color: rgb(250 250 250 / 0);
}
.active\:bg-zinc-50\/10:active {
  background-color: rgb(250 250 250 / 0.1);
}
.active\:bg-zinc-50\/100:active {
  background-color: rgb(250 250 250 / 1);
}
.active\:bg-zinc-50\/20:active {
  background-color: rgb(250 250 250 / 0.2);
}
.active\:bg-zinc-50\/25:active {
  background-color: rgb(250 250 250 / 0.25);
}
.active\:bg-zinc-50\/30:active {
  background-color: rgb(250 250 250 / 0.3);
}
.active\:bg-zinc-50\/40:active {
  background-color: rgb(250 250 250 / 0.4);
}
.active\:bg-zinc-50\/5:active {
  background-color: rgb(250 250 250 / 0.05);
}
.active\:bg-zinc-50\/50:active {
  background-color: rgb(250 250 250 / 0.5);
}
.active\:bg-zinc-50\/60:active {
  background-color: rgb(250 250 250 / 0.6);
}
.active\:bg-zinc-50\/70:active {
  background-color: rgb(250 250 250 / 0.7);
}
.active\:bg-zinc-50\/75:active {
  background-color: rgb(250 250 250 / 0.75);
}
.active\:bg-zinc-50\/80:active {
  background-color: rgb(250 250 250 / 0.8);
}
.active\:bg-zinc-50\/90:active {
  background-color: rgb(250 250 250 / 0.9);
}
.active\:bg-zinc-50\/95:active {
  background-color: rgb(250 250 250 / 0.95);
}
.active\:bg-zinc-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.active\:bg-zinc-500\/0:active {
  background-color: rgb(113 113 122 / 0);
}
.active\:bg-zinc-500\/10:active {
  background-color: rgb(113 113 122 / 0.1);
}
.active\:bg-zinc-500\/100:active {
  background-color: rgb(113 113 122 / 1);
}
.active\:bg-zinc-500\/20:active {
  background-color: rgb(113 113 122 / 0.2);
}
.active\:bg-zinc-500\/25:active {
  background-color: rgb(113 113 122 / 0.25);
}
.active\:bg-zinc-500\/30:active {
  background-color: rgb(113 113 122 / 0.3);
}
.active\:bg-zinc-500\/40:active {
  background-color: rgb(113 113 122 / 0.4);
}
.active\:bg-zinc-500\/5:active {
  background-color: rgb(113 113 122 / 0.05);
}
.active\:bg-zinc-500\/50:active {
  background-color: rgb(113 113 122 / 0.5);
}
.active\:bg-zinc-500\/60:active {
  background-color: rgb(113 113 122 / 0.6);
}
.active\:bg-zinc-500\/70:active {
  background-color: rgb(113 113 122 / 0.7);
}
.active\:bg-zinc-500\/75:active {
  background-color: rgb(113 113 122 / 0.75);
}
.active\:bg-zinc-500\/80:active {
  background-color: rgb(113 113 122 / 0.8);
}
.active\:bg-zinc-500\/90:active {
  background-color: rgb(113 113 122 / 0.9);
}
.active\:bg-zinc-500\/95:active {
  background-color: rgb(113 113 122 / 0.95);
}
.active\:bg-zinc-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.active\:bg-zinc-600\/0:active {
  background-color: rgb(82 82 91 / 0);
}
.active\:bg-zinc-600\/10:active {
  background-color: rgb(82 82 91 / 0.1);
}
.active\:bg-zinc-600\/100:active {
  background-color: rgb(82 82 91 / 1);
}
.active\:bg-zinc-600\/20:active {
  background-color: rgb(82 82 91 / 0.2);
}
.active\:bg-zinc-600\/25:active {
  background-color: rgb(82 82 91 / 0.25);
}
.active\:bg-zinc-600\/30:active {
  background-color: rgb(82 82 91 / 0.3);
}
.active\:bg-zinc-600\/40:active {
  background-color: rgb(82 82 91 / 0.4);
}
.active\:bg-zinc-600\/5:active {
  background-color: rgb(82 82 91 / 0.05);
}
.active\:bg-zinc-600\/50:active {
  background-color: rgb(82 82 91 / 0.5);
}
.active\:bg-zinc-600\/60:active {
  background-color: rgb(82 82 91 / 0.6);
}
.active\:bg-zinc-600\/70:active {
  background-color: rgb(82 82 91 / 0.7);
}
.active\:bg-zinc-600\/75:active {
  background-color: rgb(82 82 91 / 0.75);
}
.active\:bg-zinc-600\/80:active {
  background-color: rgb(82 82 91 / 0.8);
}
.active\:bg-zinc-600\/90:active {
  background-color: rgb(82 82 91 / 0.9);
}
.active\:bg-zinc-600\/95:active {
  background-color: rgb(82 82 91 / 0.95);
}
.active\:bg-zinc-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.active\:bg-zinc-700\/0:active {
  background-color: rgb(63 63 70 / 0);
}
.active\:bg-zinc-700\/10:active {
  background-color: rgb(63 63 70 / 0.1);
}
.active\:bg-zinc-700\/100:active {
  background-color: rgb(63 63 70 / 1);
}
.active\:bg-zinc-700\/20:active {
  background-color: rgb(63 63 70 / 0.2);
}
.active\:bg-zinc-700\/25:active {
  background-color: rgb(63 63 70 / 0.25);
}
.active\:bg-zinc-700\/30:active {
  background-color: rgb(63 63 70 / 0.3);
}
.active\:bg-zinc-700\/40:active {
  background-color: rgb(63 63 70 / 0.4);
}
.active\:bg-zinc-700\/5:active {
  background-color: rgb(63 63 70 / 0.05);
}
.active\:bg-zinc-700\/50:active {
  background-color: rgb(63 63 70 / 0.5);
}
.active\:bg-zinc-700\/60:active {
  background-color: rgb(63 63 70 / 0.6);
}
.active\:bg-zinc-700\/70:active {
  background-color: rgb(63 63 70 / 0.7);
}
.active\:bg-zinc-700\/75:active {
  background-color: rgb(63 63 70 / 0.75);
}
.active\:bg-zinc-700\/80:active {
  background-color: rgb(63 63 70 / 0.8);
}
.active\:bg-zinc-700\/90:active {
  background-color: rgb(63 63 70 / 0.9);
}
.active\:bg-zinc-700\/95:active {
  background-color: rgb(63 63 70 / 0.95);
}
.active\:bg-zinc-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.active\:bg-zinc-800\/0:active {
  background-color: rgb(39 39 42 / 0);
}
.active\:bg-zinc-800\/10:active {
  background-color: rgb(39 39 42 / 0.1);
}
.active\:bg-zinc-800\/100:active {
  background-color: rgb(39 39 42 / 1);
}
.active\:bg-zinc-800\/20:active {
  background-color: rgb(39 39 42 / 0.2);
}
.active\:bg-zinc-800\/25:active {
  background-color: rgb(39 39 42 / 0.25);
}
.active\:bg-zinc-800\/30:active {
  background-color: rgb(39 39 42 / 0.3);
}
.active\:bg-zinc-800\/40:active {
  background-color: rgb(39 39 42 / 0.4);
}
.active\:bg-zinc-800\/5:active {
  background-color: rgb(39 39 42 / 0.05);
}
.active\:bg-zinc-800\/50:active {
  background-color: rgb(39 39 42 / 0.5);
}
.active\:bg-zinc-800\/60:active {
  background-color: rgb(39 39 42 / 0.6);
}
.active\:bg-zinc-800\/70:active {
  background-color: rgb(39 39 42 / 0.7);
}
.active\:bg-zinc-800\/75:active {
  background-color: rgb(39 39 42 / 0.75);
}
.active\:bg-zinc-800\/80:active {
  background-color: rgb(39 39 42 / 0.8);
}
.active\:bg-zinc-800\/90:active {
  background-color: rgb(39 39 42 / 0.9);
}
.active\:bg-zinc-800\/95:active {
  background-color: rgb(39 39 42 / 0.95);
}
.active\:bg-zinc-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.active\:bg-zinc-900\/0:active {
  background-color: rgb(24 24 27 / 0);
}
.active\:bg-zinc-900\/10:active {
  background-color: rgb(24 24 27 / 0.1);
}
.active\:bg-zinc-900\/100:active {
  background-color: rgb(24 24 27 / 1);
}
.active\:bg-zinc-900\/20:active {
  background-color: rgb(24 24 27 / 0.2);
}
.active\:bg-zinc-900\/25:active {
  background-color: rgb(24 24 27 / 0.25);
}
.active\:bg-zinc-900\/30:active {
  background-color: rgb(24 24 27 / 0.3);
}
.active\:bg-zinc-900\/40:active {
  background-color: rgb(24 24 27 / 0.4);
}
.active\:bg-zinc-900\/5:active {
  background-color: rgb(24 24 27 / 0.05);
}
.active\:bg-zinc-900\/50:active {
  background-color: rgb(24 24 27 / 0.5);
}
.active\:bg-zinc-900\/60:active {
  background-color: rgb(24 24 27 / 0.6);
}
.active\:bg-zinc-900\/70:active {
  background-color: rgb(24 24 27 / 0.7);
}
.active\:bg-zinc-900\/75:active {
  background-color: rgb(24 24 27 / 0.75);
}
.active\:bg-zinc-900\/80:active {
  background-color: rgb(24 24 27 / 0.8);
}
.active\:bg-zinc-900\/90:active {
  background-color: rgb(24 24 27 / 0.9);
}
.active\:bg-zinc-900\/95:active {
  background-color: rgb(24 24 27 / 0.95);
}
.active\:bg-zinc-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.active\:bg-zinc-950\/0:active {
  background-color: rgb(9 9 11 / 0);
}
.active\:bg-zinc-950\/10:active {
  background-color: rgb(9 9 11 / 0.1);
}
.active\:bg-zinc-950\/100:active {
  background-color: rgb(9 9 11 / 1);
}
.active\:bg-zinc-950\/20:active {
  background-color: rgb(9 9 11 / 0.2);
}
.active\:bg-zinc-950\/25:active {
  background-color: rgb(9 9 11 / 0.25);
}
.active\:bg-zinc-950\/30:active {
  background-color: rgb(9 9 11 / 0.3);
}
.active\:bg-zinc-950\/40:active {
  background-color: rgb(9 9 11 / 0.4);
}
.active\:bg-zinc-950\/5:active {
  background-color: rgb(9 9 11 / 0.05);
}
.active\:bg-zinc-950\/50:active {
  background-color: rgb(9 9 11 / 0.5);
}
.active\:bg-zinc-950\/60:active {
  background-color: rgb(9 9 11 / 0.6);
}
.active\:bg-zinc-950\/70:active {
  background-color: rgb(9 9 11 / 0.7);
}
.active\:bg-zinc-950\/75:active {
  background-color: rgb(9 9 11 / 0.75);
}
.active\:bg-zinc-950\/80:active {
  background-color: rgb(9 9 11 / 0.8);
}
.active\:bg-zinc-950\/90:active {
  background-color: rgb(9 9 11 / 0.9);
}
.active\:bg-zinc-950\/95:active {
  background-color: rgb(9 9 11 / 0.95);
}
.active\:text-amber-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.active\:text-amber-100\/0:active {
  color: rgb(254 243 199 / 0);
}
.active\:text-amber-100\/10:active {
  color: rgb(254 243 199 / 0.1);
}
.active\:text-amber-100\/100:active {
  color: rgb(254 243 199 / 1);
}
.active\:text-amber-100\/20:active {
  color: rgb(254 243 199 / 0.2);
}
.active\:text-amber-100\/25:active {
  color: rgb(254 243 199 / 0.25);
}
.active\:text-amber-100\/30:active {
  color: rgb(254 243 199 / 0.3);
}
.active\:text-amber-100\/40:active {
  color: rgb(254 243 199 / 0.4);
}
.active\:text-amber-100\/5:active {
  color: rgb(254 243 199 / 0.05);
}
.active\:text-amber-100\/50:active {
  color: rgb(254 243 199 / 0.5);
}
.active\:text-amber-100\/60:active {
  color: rgb(254 243 199 / 0.6);
}
.active\:text-amber-100\/70:active {
  color: rgb(254 243 199 / 0.7);
}
.active\:text-amber-100\/75:active {
  color: rgb(254 243 199 / 0.75);
}
.active\:text-amber-100\/80:active {
  color: rgb(254 243 199 / 0.8);
}
.active\:text-amber-100\/90:active {
  color: rgb(254 243 199 / 0.9);
}
.active\:text-amber-100\/95:active {
  color: rgb(254 243 199 / 0.95);
}
.active\:text-amber-200:active {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.active\:text-amber-200\/0:active {
  color: rgb(253 230 138 / 0);
}
.active\:text-amber-200\/10:active {
  color: rgb(253 230 138 / 0.1);
}
.active\:text-amber-200\/100:active {
  color: rgb(253 230 138 / 1);
}
.active\:text-amber-200\/20:active {
  color: rgb(253 230 138 / 0.2);
}
.active\:text-amber-200\/25:active {
  color: rgb(253 230 138 / 0.25);
}
.active\:text-amber-200\/30:active {
  color: rgb(253 230 138 / 0.3);
}
.active\:text-amber-200\/40:active {
  color: rgb(253 230 138 / 0.4);
}
.active\:text-amber-200\/5:active {
  color: rgb(253 230 138 / 0.05);
}
.active\:text-amber-200\/50:active {
  color: rgb(253 230 138 / 0.5);
}
.active\:text-amber-200\/60:active {
  color: rgb(253 230 138 / 0.6);
}
.active\:text-amber-200\/70:active {
  color: rgb(253 230 138 / 0.7);
}
.active\:text-amber-200\/75:active {
  color: rgb(253 230 138 / 0.75);
}
.active\:text-amber-200\/80:active {
  color: rgb(253 230 138 / 0.8);
}
.active\:text-amber-200\/90:active {
  color: rgb(253 230 138 / 0.9);
}
.active\:text-amber-200\/95:active {
  color: rgb(253 230 138 / 0.95);
}
.active\:text-amber-300:active {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.active\:text-amber-300\/0:active {
  color: rgb(252 211 77 / 0);
}
.active\:text-amber-300\/10:active {
  color: rgb(252 211 77 / 0.1);
}
.active\:text-amber-300\/100:active {
  color: rgb(252 211 77 / 1);
}
.active\:text-amber-300\/20:active {
  color: rgb(252 211 77 / 0.2);
}
.active\:text-amber-300\/25:active {
  color: rgb(252 211 77 / 0.25);
}
.active\:text-amber-300\/30:active {
  color: rgb(252 211 77 / 0.3);
}
.active\:text-amber-300\/40:active {
  color: rgb(252 211 77 / 0.4);
}
.active\:text-amber-300\/5:active {
  color: rgb(252 211 77 / 0.05);
}
.active\:text-amber-300\/50:active {
  color: rgb(252 211 77 / 0.5);
}
.active\:text-amber-300\/60:active {
  color: rgb(252 211 77 / 0.6);
}
.active\:text-amber-300\/70:active {
  color: rgb(252 211 77 / 0.7);
}
.active\:text-amber-300\/75:active {
  color: rgb(252 211 77 / 0.75);
}
.active\:text-amber-300\/80:active {
  color: rgb(252 211 77 / 0.8);
}
.active\:text-amber-300\/90:active {
  color: rgb(252 211 77 / 0.9);
}
.active\:text-amber-300\/95:active {
  color: rgb(252 211 77 / 0.95);
}
.active\:text-amber-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.active\:text-amber-400\/0:active {
  color: rgb(251 191 36 / 0);
}
.active\:text-amber-400\/10:active {
  color: rgb(251 191 36 / 0.1);
}
.active\:text-amber-400\/100:active {
  color: rgb(251 191 36 / 1);
}
.active\:text-amber-400\/20:active {
  color: rgb(251 191 36 / 0.2);
}
.active\:text-amber-400\/25:active {
  color: rgb(251 191 36 / 0.25);
}
.active\:text-amber-400\/30:active {
  color: rgb(251 191 36 / 0.3);
}
.active\:text-amber-400\/40:active {
  color: rgb(251 191 36 / 0.4);
}
.active\:text-amber-400\/5:active {
  color: rgb(251 191 36 / 0.05);
}
.active\:text-amber-400\/50:active {
  color: rgb(251 191 36 / 0.5);
}
.active\:text-amber-400\/60:active {
  color: rgb(251 191 36 / 0.6);
}
.active\:text-amber-400\/70:active {
  color: rgb(251 191 36 / 0.7);
}
.active\:text-amber-400\/75:active {
  color: rgb(251 191 36 / 0.75);
}
.active\:text-amber-400\/80:active {
  color: rgb(251 191 36 / 0.8);
}
.active\:text-amber-400\/90:active {
  color: rgb(251 191 36 / 0.9);
}
.active\:text-amber-400\/95:active {
  color: rgb(251 191 36 / 0.95);
}
.active\:text-amber-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.active\:text-amber-50\/0:active {
  color: rgb(255 251 235 / 0);
}
.active\:text-amber-50\/10:active {
  color: rgb(255 251 235 / 0.1);
}
.active\:text-amber-50\/100:active {
  color: rgb(255 251 235 / 1);
}
.active\:text-amber-50\/20:active {
  color: rgb(255 251 235 / 0.2);
}
.active\:text-amber-50\/25:active {
  color: rgb(255 251 235 / 0.25);
}
.active\:text-amber-50\/30:active {
  color: rgb(255 251 235 / 0.3);
}
.active\:text-amber-50\/40:active {
  color: rgb(255 251 235 / 0.4);
}
.active\:text-amber-50\/5:active {
  color: rgb(255 251 235 / 0.05);
}
.active\:text-amber-50\/50:active {
  color: rgb(255 251 235 / 0.5);
}
.active\:text-amber-50\/60:active {
  color: rgb(255 251 235 / 0.6);
}
.active\:text-amber-50\/70:active {
  color: rgb(255 251 235 / 0.7);
}
.active\:text-amber-50\/75:active {
  color: rgb(255 251 235 / 0.75);
}
.active\:text-amber-50\/80:active {
  color: rgb(255 251 235 / 0.8);
}
.active\:text-amber-50\/90:active {
  color: rgb(255 251 235 / 0.9);
}
.active\:text-amber-50\/95:active {
  color: rgb(255 251 235 / 0.95);
}
.active\:text-amber-500:active {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.active\:text-amber-500\/0:active {
  color: rgb(245 158 11 / 0);
}
.active\:text-amber-500\/10:active {
  color: rgb(245 158 11 / 0.1);
}
.active\:text-amber-500\/100:active {
  color: rgb(245 158 11 / 1);
}
.active\:text-amber-500\/20:active {
  color: rgb(245 158 11 / 0.2);
}
.active\:text-amber-500\/25:active {
  color: rgb(245 158 11 / 0.25);
}
.active\:text-amber-500\/30:active {
  color: rgb(245 158 11 / 0.3);
}
.active\:text-amber-500\/40:active {
  color: rgb(245 158 11 / 0.4);
}
.active\:text-amber-500\/5:active {
  color: rgb(245 158 11 / 0.05);
}
.active\:text-amber-500\/50:active {
  color: rgb(245 158 11 / 0.5);
}
.active\:text-amber-500\/60:active {
  color: rgb(245 158 11 / 0.6);
}
.active\:text-amber-500\/70:active {
  color: rgb(245 158 11 / 0.7);
}
.active\:text-amber-500\/75:active {
  color: rgb(245 158 11 / 0.75);
}
.active\:text-amber-500\/80:active {
  color: rgb(245 158 11 / 0.8);
}
.active\:text-amber-500\/90:active {
  color: rgb(245 158 11 / 0.9);
}
.active\:text-amber-500\/95:active {
  color: rgb(245 158 11 / 0.95);
}
.active\:text-amber-600:active {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.active\:text-amber-600\/0:active {
  color: rgb(217 119 6 / 0);
}
.active\:text-amber-600\/10:active {
  color: rgb(217 119 6 / 0.1);
}
.active\:text-amber-600\/100:active {
  color: rgb(217 119 6 / 1);
}
.active\:text-amber-600\/20:active {
  color: rgb(217 119 6 / 0.2);
}
.active\:text-amber-600\/25:active {
  color: rgb(217 119 6 / 0.25);
}
.active\:text-amber-600\/30:active {
  color: rgb(217 119 6 / 0.3);
}
.active\:text-amber-600\/40:active {
  color: rgb(217 119 6 / 0.4);
}
.active\:text-amber-600\/5:active {
  color: rgb(217 119 6 / 0.05);
}
.active\:text-amber-600\/50:active {
  color: rgb(217 119 6 / 0.5);
}
.active\:text-amber-600\/60:active {
  color: rgb(217 119 6 / 0.6);
}
.active\:text-amber-600\/70:active {
  color: rgb(217 119 6 / 0.7);
}
.active\:text-amber-600\/75:active {
  color: rgb(217 119 6 / 0.75);
}
.active\:text-amber-600\/80:active {
  color: rgb(217 119 6 / 0.8);
}
.active\:text-amber-600\/90:active {
  color: rgb(217 119 6 / 0.9);
}
.active\:text-amber-600\/95:active {
  color: rgb(217 119 6 / 0.95);
}
.active\:text-amber-700:active {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.active\:text-amber-700\/0:active {
  color: rgb(180 83 9 / 0);
}
.active\:text-amber-700\/10:active {
  color: rgb(180 83 9 / 0.1);
}
.active\:text-amber-700\/100:active {
  color: rgb(180 83 9 / 1);
}
.active\:text-amber-700\/20:active {
  color: rgb(180 83 9 / 0.2);
}
.active\:text-amber-700\/25:active {
  color: rgb(180 83 9 / 0.25);
}
.active\:text-amber-700\/30:active {
  color: rgb(180 83 9 / 0.3);
}
.active\:text-amber-700\/40:active {
  color: rgb(180 83 9 / 0.4);
}
.active\:text-amber-700\/5:active {
  color: rgb(180 83 9 / 0.05);
}
.active\:text-amber-700\/50:active {
  color: rgb(180 83 9 / 0.5);
}
.active\:text-amber-700\/60:active {
  color: rgb(180 83 9 / 0.6);
}
.active\:text-amber-700\/70:active {
  color: rgb(180 83 9 / 0.7);
}
.active\:text-amber-700\/75:active {
  color: rgb(180 83 9 / 0.75);
}
.active\:text-amber-700\/80:active {
  color: rgb(180 83 9 / 0.8);
}
.active\:text-amber-700\/90:active {
  color: rgb(180 83 9 / 0.9);
}
.active\:text-amber-700\/95:active {
  color: rgb(180 83 9 / 0.95);
}
.active\:text-amber-800:active {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.active\:text-amber-800\/0:active {
  color: rgb(146 64 14 / 0);
}
.active\:text-amber-800\/10:active {
  color: rgb(146 64 14 / 0.1);
}
.active\:text-amber-800\/100:active {
  color: rgb(146 64 14 / 1);
}
.active\:text-amber-800\/20:active {
  color: rgb(146 64 14 / 0.2);
}
.active\:text-amber-800\/25:active {
  color: rgb(146 64 14 / 0.25);
}
.active\:text-amber-800\/30:active {
  color: rgb(146 64 14 / 0.3);
}
.active\:text-amber-800\/40:active {
  color: rgb(146 64 14 / 0.4);
}
.active\:text-amber-800\/5:active {
  color: rgb(146 64 14 / 0.05);
}
.active\:text-amber-800\/50:active {
  color: rgb(146 64 14 / 0.5);
}
.active\:text-amber-800\/60:active {
  color: rgb(146 64 14 / 0.6);
}
.active\:text-amber-800\/70:active {
  color: rgb(146 64 14 / 0.7);
}
.active\:text-amber-800\/75:active {
  color: rgb(146 64 14 / 0.75);
}
.active\:text-amber-800\/80:active {
  color: rgb(146 64 14 / 0.8);
}
.active\:text-amber-800\/90:active {
  color: rgb(146 64 14 / 0.9);
}
.active\:text-amber-800\/95:active {
  color: rgb(146 64 14 / 0.95);
}
.active\:text-amber-900:active {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.active\:text-amber-900\/0:active {
  color: rgb(120 53 15 / 0);
}
.active\:text-amber-900\/10:active {
  color: rgb(120 53 15 / 0.1);
}
.active\:text-amber-900\/100:active {
  color: rgb(120 53 15 / 1);
}
.active\:text-amber-900\/20:active {
  color: rgb(120 53 15 / 0.2);
}
.active\:text-amber-900\/25:active {
  color: rgb(120 53 15 / 0.25);
}
.active\:text-amber-900\/30:active {
  color: rgb(120 53 15 / 0.3);
}
.active\:text-amber-900\/40:active {
  color: rgb(120 53 15 / 0.4);
}
.active\:text-amber-900\/5:active {
  color: rgb(120 53 15 / 0.05);
}
.active\:text-amber-900\/50:active {
  color: rgb(120 53 15 / 0.5);
}
.active\:text-amber-900\/60:active {
  color: rgb(120 53 15 / 0.6);
}
.active\:text-amber-900\/70:active {
  color: rgb(120 53 15 / 0.7);
}
.active\:text-amber-900\/75:active {
  color: rgb(120 53 15 / 0.75);
}
.active\:text-amber-900\/80:active {
  color: rgb(120 53 15 / 0.8);
}
.active\:text-amber-900\/90:active {
  color: rgb(120 53 15 / 0.9);
}
.active\:text-amber-900\/95:active {
  color: rgb(120 53 15 / 0.95);
}
.active\:text-amber-950:active {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.active\:text-amber-950\/0:active {
  color: rgb(69 26 3 / 0);
}
.active\:text-amber-950\/10:active {
  color: rgb(69 26 3 / 0.1);
}
.active\:text-amber-950\/100:active {
  color: rgb(69 26 3 / 1);
}
.active\:text-amber-950\/20:active {
  color: rgb(69 26 3 / 0.2);
}
.active\:text-amber-950\/25:active {
  color: rgb(69 26 3 / 0.25);
}
.active\:text-amber-950\/30:active {
  color: rgb(69 26 3 / 0.3);
}
.active\:text-amber-950\/40:active {
  color: rgb(69 26 3 / 0.4);
}
.active\:text-amber-950\/5:active {
  color: rgb(69 26 3 / 0.05);
}
.active\:text-amber-950\/50:active {
  color: rgb(69 26 3 / 0.5);
}
.active\:text-amber-950\/60:active {
  color: rgb(69 26 3 / 0.6);
}
.active\:text-amber-950\/70:active {
  color: rgb(69 26 3 / 0.7);
}
.active\:text-amber-950\/75:active {
  color: rgb(69 26 3 / 0.75);
}
.active\:text-amber-950\/80:active {
  color: rgb(69 26 3 / 0.8);
}
.active\:text-amber-950\/90:active {
  color: rgb(69 26 3 / 0.9);
}
.active\:text-amber-950\/95:active {
  color: rgb(69 26 3 / 0.95);
}
.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.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\/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\/40:active {
  color: rgb(219 234 254 / 0.4);
}
.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\/60:active {
  color: rgb(219 234 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(191 219 254 / 0.4);
}
.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\/60:active {
  color: rgb(191 219 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(147 197 253 / 0.4);
}
.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\/60:active {
  color: rgb(147 197 253 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(96 165 250 / 0.4);
}
.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\/60:active {
  color: rgb(96 165 250 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(239 246 255 / 0.4);
}
.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\/60:active {
  color: rgb(239 246 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(59 130 246 / 0.4);
}
.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\/60:active {
  color: rgb(59 130 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(37 99 235 / 0.4);
}
.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\/60:active {
  color: rgb(37 99 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(29 78 216 / 0.4);
}
.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\/60:active {
  color: rgb(29 78 216 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(30 64 175 / 0.4);
}
.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\/60:active {
  color: rgb(30 64 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(30 58 138 / 0.4);
}
.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\/60:active {
  color: rgb(30 58 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(23 37 84 / 0.4);
}
.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\/60:active {
  color: rgb(23 37 84 / 0.6);
}
.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\/90:active {
  color: rgb(23 37 84 / 0.9);
}
.active\:text-blue-950\/95:active {
  color: rgb(23 37 84 / 0.95);
}
.active\:text-cyan-100:active {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.active\:text-cyan-100\/0:active {
  color: rgb(207 250 254 / 0);
}
.active\:text-cyan-100\/10:active {
  color: rgb(207 250 254 / 0.1);
}
.active\:text-cyan-100\/100:active {
  color: rgb(207 250 254 / 1);
}
.active\:text-cyan-100\/20:active {
  color: rgb(207 250 254 / 0.2);
}
.active\:text-cyan-100\/25:active {
  color: rgb(207 250 254 / 0.25);
}
.active\:text-cyan-100\/30:active {
  color: rgb(207 250 254 / 0.3);
}
.active\:text-cyan-100\/40:active {
  color: rgb(207 250 254 / 0.4);
}
.active\:text-cyan-100\/5:active {
  color: rgb(207 250 254 / 0.05);
}
.active\:text-cyan-100\/50:active {
  color: rgb(207 250 254 / 0.5);
}
.active\:text-cyan-100\/60:active {
  color: rgb(207 250 254 / 0.6);
}
.active\:text-cyan-100\/70:active {
  color: rgb(207 250 254 / 0.7);
}
.active\:text-cyan-100\/75:active {
  color: rgb(207 250 254 / 0.75);
}
.active\:text-cyan-100\/80:active {
  color: rgb(207 250 254 / 0.8);
}
.active\:text-cyan-100\/90:active {
  color: rgb(207 250 254 / 0.9);
}
.active\:text-cyan-100\/95:active {
  color: rgb(207 250 254 / 0.95);
}
.active\:text-cyan-200:active {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.active\:text-cyan-200\/0:active {
  color: rgb(165 243 252 / 0);
}
.active\:text-cyan-200\/10:active {
  color: rgb(165 243 252 / 0.1);
}
.active\:text-cyan-200\/100:active {
  color: rgb(165 243 252 / 1);
}
.active\:text-cyan-200\/20:active {
  color: rgb(165 243 252 / 0.2);
}
.active\:text-cyan-200\/25:active {
  color: rgb(165 243 252 / 0.25);
}
.active\:text-cyan-200\/30:active {
  color: rgb(165 243 252 / 0.3);
}
.active\:text-cyan-200\/40:active {
  color: rgb(165 243 252 / 0.4);
}
.active\:text-cyan-200\/5:active {
  color: rgb(165 243 252 / 0.05);
}
.active\:text-cyan-200\/50:active {
  color: rgb(165 243 252 / 0.5);
}
.active\:text-cyan-200\/60:active {
  color: rgb(165 243 252 / 0.6);
}
.active\:text-cyan-200\/70:active {
  color: rgb(165 243 252 / 0.7);
}
.active\:text-cyan-200\/75:active {
  color: rgb(165 243 252 / 0.75);
}
.active\:text-cyan-200\/80:active {
  color: rgb(165 243 252 / 0.8);
}
.active\:text-cyan-200\/90:active {
  color: rgb(165 243 252 / 0.9);
}
.active\:text-cyan-200\/95:active {
  color: rgb(165 243 252 / 0.95);
}
.active\:text-cyan-300:active {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.active\:text-cyan-300\/0:active {
  color: rgb(103 232 249 / 0);
}
.active\:text-cyan-300\/10:active {
  color: rgb(103 232 249 / 0.1);
}
.active\:text-cyan-300\/100:active {
  color: rgb(103 232 249 / 1);
}
.active\:text-cyan-300\/20:active {
  color: rgb(103 232 249 / 0.2);
}
.active\:text-cyan-300\/25:active {
  color: rgb(103 232 249 / 0.25);
}
.active\:text-cyan-300\/30:active {
  color: rgb(103 232 249 / 0.3);
}
.active\:text-cyan-300\/40:active {
  color: rgb(103 232 249 / 0.4);
}
.active\:text-cyan-300\/5:active {
  color: rgb(103 232 249 / 0.05);
}
.active\:text-cyan-300\/50:active {
  color: rgb(103 232 249 / 0.5);
}
.active\:text-cyan-300\/60:active {
  color: rgb(103 232 249 / 0.6);
}
.active\:text-cyan-300\/70:active {
  color: rgb(103 232 249 / 0.7);
}
.active\:text-cyan-300\/75:active {
  color: rgb(103 232 249 / 0.75);
}
.active\:text-cyan-300\/80:active {
  color: rgb(103 232 249 / 0.8);
}
.active\:text-cyan-300\/90:active {
  color: rgb(103 232 249 / 0.9);
}
.active\:text-cyan-300\/95:active {
  color: rgb(103 232 249 / 0.95);
}
.active\:text-cyan-400:active {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.active\:text-cyan-400\/0:active {
  color: rgb(34 211 238 / 0);
}
.active\:text-cyan-400\/10:active {
  color: rgb(34 211 238 / 0.1);
}
.active\:text-cyan-400\/100:active {
  color: rgb(34 211 238 / 1);
}
.active\:text-cyan-400\/20:active {
  color: rgb(34 211 238 / 0.2);
}
.active\:text-cyan-400\/25:active {
  color: rgb(34 211 238 / 0.25);
}
.active\:text-cyan-400\/30:active {
  color: rgb(34 211 238 / 0.3);
}
.active\:text-cyan-400\/40:active {
  color: rgb(34 211 238 / 0.4);
}
.active\:text-cyan-400\/5:active {
  color: rgb(34 211 238 / 0.05);
}
.active\:text-cyan-400\/50:active {
  color: rgb(34 211 238 / 0.5);
}
.active\:text-cyan-400\/60:active {
  color: rgb(34 211 238 / 0.6);
}
.active\:text-cyan-400\/70:active {
  color: rgb(34 211 238 / 0.7);
}
.active\:text-cyan-400\/75:active {
  color: rgb(34 211 238 / 0.75);
}
.active\:text-cyan-400\/80:active {
  color: rgb(34 211 238 / 0.8);
}
.active\:text-cyan-400\/90:active {
  color: rgb(34 211 238 / 0.9);
}
.active\:text-cyan-400\/95:active {
  color: rgb(34 211 238 / 0.95);
}
.active\:text-cyan-50:active {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.active\:text-cyan-50\/0:active {
  color: rgb(236 254 255 / 0);
}
.active\:text-cyan-50\/10:active {
  color: rgb(236 254 255 / 0.1);
}
.active\:text-cyan-50\/100:active {
  color: rgb(236 254 255 / 1);
}
.active\:text-cyan-50\/20:active {
  color: rgb(236 254 255 / 0.2);
}
.active\:text-cyan-50\/25:active {
  color: rgb(236 254 255 / 0.25);
}
.active\:text-cyan-50\/30:active {
  color: rgb(236 254 255 / 0.3);
}
.active\:text-cyan-50\/40:active {
  color: rgb(236 254 255 / 0.4);
}
.active\:text-cyan-50\/5:active {
  color: rgb(236 254 255 / 0.05);
}
.active\:text-cyan-50\/50:active {
  color: rgb(236 254 255 / 0.5);
}
.active\:text-cyan-50\/60:active {
  color: rgb(236 254 255 / 0.6);
}
.active\:text-cyan-50\/70:active {
  color: rgb(236 254 255 / 0.7);
}
.active\:text-cyan-50\/75:active {
  color: rgb(236 254 255 / 0.75);
}
.active\:text-cyan-50\/80:active {
  color: rgb(236 254 255 / 0.8);
}
.active\:text-cyan-50\/90:active {
  color: rgb(236 254 255 / 0.9);
}
.active\:text-cyan-50\/95:active {
  color: rgb(236 254 255 / 0.95);
}
.active\:text-cyan-500:active {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.active\:text-cyan-500\/0:active {
  color: rgb(6 182 212 / 0);
}
.active\:text-cyan-500\/10:active {
  color: rgb(6 182 212 / 0.1);
}
.active\:text-cyan-500\/100:active {
  color: rgb(6 182 212 / 1);
}
.active\:text-cyan-500\/20:active {
  color: rgb(6 182 212 / 0.2);
}
.active\:text-cyan-500\/25:active {
  color: rgb(6 182 212 / 0.25);
}
.active\:text-cyan-500\/30:active {
  color: rgb(6 182 212 / 0.3);
}
.active\:text-cyan-500\/40:active {
  color: rgb(6 182 212 / 0.4);
}
.active\:text-cyan-500\/5:active {
  color: rgb(6 182 212 / 0.05);
}
.active\:text-cyan-500\/50:active {
  color: rgb(6 182 212 / 0.5);
}
.active\:text-cyan-500\/60:active {
  color: rgb(6 182 212 / 0.6);
}
.active\:text-cyan-500\/70:active {
  color: rgb(6 182 212 / 0.7);
}
.active\:text-cyan-500\/75:active {
  color: rgb(6 182 212 / 0.75);
}
.active\:text-cyan-500\/80:active {
  color: rgb(6 182 212 / 0.8);
}
.active\:text-cyan-500\/90:active {
  color: rgb(6 182 212 / 0.9);
}
.active\:text-cyan-500\/95:active {
  color: rgb(6 182 212 / 0.95);
}
.active\:text-cyan-600:active {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.active\:text-cyan-600\/0:active {
  color: rgb(8 145 178 / 0);
}
.active\:text-cyan-600\/10:active {
  color: rgb(8 145 178 / 0.1);
}
.active\:text-cyan-600\/100:active {
  color: rgb(8 145 178 / 1);
}
.active\:text-cyan-600\/20:active {
  color: rgb(8 145 178 / 0.2);
}
.active\:text-cyan-600\/25:active {
  color: rgb(8 145 178 / 0.25);
}
.active\:text-cyan-600\/30:active {
  color: rgb(8 145 178 / 0.3);
}
.active\:text-cyan-600\/40:active {
  color: rgb(8 145 178 / 0.4);
}
.active\:text-cyan-600\/5:active {
  color: rgb(8 145 178 / 0.05);
}
.active\:text-cyan-600\/50:active {
  color: rgb(8 145 178 / 0.5);
}
.active\:text-cyan-600\/60:active {
  color: rgb(8 145 178 / 0.6);
}
.active\:text-cyan-600\/70:active {
  color: rgb(8 145 178 / 0.7);
}
.active\:text-cyan-600\/75:active {
  color: rgb(8 145 178 / 0.75);
}
.active\:text-cyan-600\/80:active {
  color: rgb(8 145 178 / 0.8);
}
.active\:text-cyan-600\/90:active {
  color: rgb(8 145 178 / 0.9);
}
.active\:text-cyan-600\/95:active {
  color: rgb(8 145 178 / 0.95);
}
.active\:text-cyan-700:active {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.active\:text-cyan-700\/0:active {
  color: rgb(14 116 144 / 0);
}
.active\:text-cyan-700\/10:active {
  color: rgb(14 116 144 / 0.1);
}
.active\:text-cyan-700\/100:active {
  color: rgb(14 116 144 / 1);
}
.active\:text-cyan-700\/20:active {
  color: rgb(14 116 144 / 0.2);
}
.active\:text-cyan-700\/25:active {
  color: rgb(14 116 144 / 0.25);
}
.active\:text-cyan-700\/30:active {
  color: rgb(14 116 144 / 0.3);
}
.active\:text-cyan-700\/40:active {
  color: rgb(14 116 144 / 0.4);
}
.active\:text-cyan-700\/5:active {
  color: rgb(14 116 144 / 0.05);
}
.active\:text-cyan-700\/50:active {
  color: rgb(14 116 144 / 0.5);
}
.active\:text-cyan-700\/60:active {
  color: rgb(14 116 144 / 0.6);
}
.active\:text-cyan-700\/70:active {
  color: rgb(14 116 144 / 0.7);
}
.active\:text-cyan-700\/75:active {
  color: rgb(14 116 144 / 0.75);
}
.active\:text-cyan-700\/80:active {
  color: rgb(14 116 144 / 0.8);
}
.active\:text-cyan-700\/90:active {
  color: rgb(14 116 144 / 0.9);
}
.active\:text-cyan-700\/95:active {
  color: rgb(14 116 144 / 0.95);
}
.active\:text-cyan-800:active {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.active\:text-cyan-800\/0:active {
  color: rgb(21 94 117 / 0);
}
.active\:text-cyan-800\/10:active {
  color: rgb(21 94 117 / 0.1);
}
.active\:text-cyan-800\/100:active {
  color: rgb(21 94 117 / 1);
}
.active\:text-cyan-800\/20:active {
  color: rgb(21 94 117 / 0.2);
}
.active\:text-cyan-800\/25:active {
  color: rgb(21 94 117 / 0.25);
}
.active\:text-cyan-800\/30:active {
  color: rgb(21 94 117 / 0.3);
}
.active\:text-cyan-800\/40:active {
  color: rgb(21 94 117 / 0.4);
}
.active\:text-cyan-800\/5:active {
  color: rgb(21 94 117 / 0.05);
}
.active\:text-cyan-800\/50:active {
  color: rgb(21 94 117 / 0.5);
}
.active\:text-cyan-800\/60:active {
  color: rgb(21 94 117 / 0.6);
}
.active\:text-cyan-800\/70:active {
  color: rgb(21 94 117 / 0.7);
}
.active\:text-cyan-800\/75:active {
  color: rgb(21 94 117 / 0.75);
}
.active\:text-cyan-800\/80:active {
  color: rgb(21 94 117 / 0.8);
}
.active\:text-cyan-800\/90:active {
  color: rgb(21 94 117 / 0.9);
}
.active\:text-cyan-800\/95:active {
  color: rgb(21 94 117 / 0.95);
}
.active\:text-cyan-900:active {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.active\:text-cyan-900\/0:active {
  color: rgb(22 78 99 / 0);
}
.active\:text-cyan-900\/10:active {
  color: rgb(22 78 99 / 0.1);
}
.active\:text-cyan-900\/100:active {
  color: rgb(22 78 99 / 1);
}
.active\:text-cyan-900\/20:active {
  color: rgb(22 78 99 / 0.2);
}
.active\:text-cyan-900\/25:active {
  color: rgb(22 78 99 / 0.25);
}
.active\:text-cyan-900\/30:active {
  color: rgb(22 78 99 / 0.3);
}
.active\:text-cyan-900\/40:active {
  color: rgb(22 78 99 / 0.4);
}
.active\:text-cyan-900\/5:active {
  color: rgb(22 78 99 / 0.05);
}
.active\:text-cyan-900\/50:active {
  color: rgb(22 78 99 / 0.5);
}
.active\:text-cyan-900\/60:active {
  color: rgb(22 78 99 / 0.6);
}
.active\:text-cyan-900\/70:active {
  color: rgb(22 78 99 / 0.7);
}
.active\:text-cyan-900\/75:active {
  color: rgb(22 78 99 / 0.75);
}
.active\:text-cyan-900\/80:active {
  color: rgb(22 78 99 / 0.8);
}
.active\:text-cyan-900\/90:active {
  color: rgb(22 78 99 / 0.9);
}
.active\:text-cyan-900\/95:active {
  color: rgb(22 78 99 / 0.95);
}
.active\:text-cyan-950:active {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.active\:text-cyan-950\/0:active {
  color: rgb(8 51 68 / 0);
}
.active\:text-cyan-950\/10:active {
  color: rgb(8 51 68 / 0.1);
}
.active\:text-cyan-950\/100:active {
  color: rgb(8 51 68 / 1);
}
.active\:text-cyan-950\/20:active {
  color: rgb(8 51 68 / 0.2);
}
.active\:text-cyan-950\/25:active {
  color: rgb(8 51 68 / 0.25);
}
.active\:text-cyan-950\/30:active {
  color: rgb(8 51 68 / 0.3);
}
.active\:text-cyan-950\/40:active {
  color: rgb(8 51 68 / 0.4);
}
.active\:text-cyan-950\/5:active {
  color: rgb(8 51 68 / 0.05);
}
.active\:text-cyan-950\/50:active {
  color: rgb(8 51 68 / 0.5);
}
.active\:text-cyan-950\/60:active {
  color: rgb(8 51 68 / 0.6);
}
.active\:text-cyan-950\/70:active {
  color: rgb(8 51 68 / 0.7);
}
.active\:text-cyan-950\/75:active {
  color: rgb(8 51 68 / 0.75);
}
.active\:text-cyan-950\/80:active {
  color: rgb(8 51 68 / 0.8);
}
.active\:text-cyan-950\/90:active {
  color: rgb(8 51 68 / 0.9);
}
.active\:text-cyan-950\/95:active {
  color: rgb(8 51 68 / 0.95);
}
.active\:text-emerald-100:active {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.active\:text-emerald-100\/0:active {
  color: rgb(209 250 229 / 0);
}
.active\:text-emerald-100\/10:active {
  color: rgb(209 250 229 / 0.1);
}
.active\:text-emerald-100\/100:active {
  color: rgb(209 250 229 / 1);
}
.active\:text-emerald-100\/20:active {
  color: rgb(209 250 229 / 0.2);
}
.active\:text-emerald-100\/25:active {
  color: rgb(209 250 229 / 0.25);
}
.active\:text-emerald-100\/30:active {
  color: rgb(209 250 229 / 0.3);
}
.active\:text-emerald-100\/40:active {
  color: rgb(209 250 229 / 0.4);
}
.active\:text-emerald-100\/5:active {
  color: rgb(209 250 229 / 0.05);
}
.active\:text-emerald-100\/50:active {
  color: rgb(209 250 229 / 0.5);
}
.active\:text-emerald-100\/60:active {
  color: rgb(209 250 229 / 0.6);
}
.active\:text-emerald-100\/70:active {
  color: rgb(209 250 229 / 0.7);
}
.active\:text-emerald-100\/75:active {
  color: rgb(209 250 229 / 0.75);
}
.active\:text-emerald-100\/80:active {
  color: rgb(209 250 229 / 0.8);
}
.active\:text-emerald-100\/90:active {
  color: rgb(209 250 229 / 0.9);
}
.active\:text-emerald-100\/95:active {
  color: rgb(209 250 229 / 0.95);
}
.active\:text-emerald-200:active {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.active\:text-emerald-200\/0:active {
  color: rgb(167 243 208 / 0);
}
.active\:text-emerald-200\/10:active {
  color: rgb(167 243 208 / 0.1);
}
.active\:text-emerald-200\/100:active {
  color: rgb(167 243 208 / 1);
}
.active\:text-emerald-200\/20:active {
  color: rgb(167 243 208 / 0.2);
}
.active\:text-emerald-200\/25:active {
  color: rgb(167 243 208 / 0.25);
}
.active\:text-emerald-200\/30:active {
  color: rgb(167 243 208 / 0.3);
}
.active\:text-emerald-200\/40:active {
  color: rgb(167 243 208 / 0.4);
}
.active\:text-emerald-200\/5:active {
  color: rgb(167 243 208 / 0.05);
}
.active\:text-emerald-200\/50:active {
  color: rgb(167 243 208 / 0.5);
}
.active\:text-emerald-200\/60:active {
  color: rgb(167 243 208 / 0.6);
}
.active\:text-emerald-200\/70:active {
  color: rgb(167 243 208 / 0.7);
}
.active\:text-emerald-200\/75:active {
  color: rgb(167 243 208 / 0.75);
}
.active\:text-emerald-200\/80:active {
  color: rgb(167 243 208 / 0.8);
}
.active\:text-emerald-200\/90:active {
  color: rgb(167 243 208 / 0.9);
}
.active\:text-emerald-200\/95:active {
  color: rgb(167 243 208 / 0.95);
}
.active\:text-emerald-300:active {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.active\:text-emerald-300\/0:active {
  color: rgb(110 231 183 / 0);
}
.active\:text-emerald-300\/10:active {
  color: rgb(110 231 183 / 0.1);
}
.active\:text-emerald-300\/100:active {
  color: rgb(110 231 183 / 1);
}
.active\:text-emerald-300\/20:active {
  color: rgb(110 231 183 / 0.2);
}
.active\:text-emerald-300\/25:active {
  color: rgb(110 231 183 / 0.25);
}
.active\:text-emerald-300\/30:active {
  color: rgb(110 231 183 / 0.3);
}
.active\:text-emerald-300\/40:active {
  color: rgb(110 231 183 / 0.4);
}
.active\:text-emerald-300\/5:active {
  color: rgb(110 231 183 / 0.05);
}
.active\:text-emerald-300\/50:active {
  color: rgb(110 231 183 / 0.5);
}
.active\:text-emerald-300\/60:active {
  color: rgb(110 231 183 / 0.6);
}
.active\:text-emerald-300\/70:active {
  color: rgb(110 231 183 / 0.7);
}
.active\:text-emerald-300\/75:active {
  color: rgb(110 231 183 / 0.75);
}
.active\:text-emerald-300\/80:active {
  color: rgb(110 231 183 / 0.8);
}
.active\:text-emerald-300\/90:active {
  color: rgb(110 231 183 / 0.9);
}
.active\:text-emerald-300\/95:active {
  color: rgb(110 231 183 / 0.95);
}
.active\:text-emerald-400:active {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.active\:text-emerald-400\/0:active {
  color: rgb(52 211 153 / 0);
}
.active\:text-emerald-400\/10:active {
  color: rgb(52 211 153 / 0.1);
}
.active\:text-emerald-400\/100:active {
  color: rgb(52 211 153 / 1);
}
.active\:text-emerald-400\/20:active {
  color: rgb(52 211 153 / 0.2);
}
.active\:text-emerald-400\/25:active {
  color: rgb(52 211 153 / 0.25);
}
.active\:text-emerald-400\/30:active {
  color: rgb(52 211 153 / 0.3);
}
.active\:text-emerald-400\/40:active {
  color: rgb(52 211 153 / 0.4);
}
.active\:text-emerald-400\/5:active {
  color: rgb(52 211 153 / 0.05);
}
.active\:text-emerald-400\/50:active {
  color: rgb(52 211 153 / 0.5);
}
.active\:text-emerald-400\/60:active {
  color: rgb(52 211 153 / 0.6);
}
.active\:text-emerald-400\/70:active {
  color: rgb(52 211 153 / 0.7);
}
.active\:text-emerald-400\/75:active {
  color: rgb(52 211 153 / 0.75);
}
.active\:text-emerald-400\/80:active {
  color: rgb(52 211 153 / 0.8);
}
.active\:text-emerald-400\/90:active {
  color: rgb(52 211 153 / 0.9);
}
.active\:text-emerald-400\/95:active {
  color: rgb(52 211 153 / 0.95);
}
.active\:text-emerald-50:active {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.active\:text-emerald-50\/0:active {
  color: rgb(236 253 245 / 0);
}
.active\:text-emerald-50\/10:active {
  color: rgb(236 253 245 / 0.1);
}
.active\:text-emerald-50\/100:active {
  color: rgb(236 253 245 / 1);
}
.active\:text-emerald-50\/20:active {
  color: rgb(236 253 245 / 0.2);
}
.active\:text-emerald-50\/25:active {
  color: rgb(236 253 245 / 0.25);
}
.active\:text-emerald-50\/30:active {
  color: rgb(236 253 245 / 0.3);
}
.active\:text-emerald-50\/40:active {
  color: rgb(236 253 245 / 0.4);
}
.active\:text-emerald-50\/5:active {
  color: rgb(236 253 245 / 0.05);
}
.active\:text-emerald-50\/50:active {
  color: rgb(236 253 245 / 0.5);
}
.active\:text-emerald-50\/60:active {
  color: rgb(236 253 245 / 0.6);
}
.active\:text-emerald-50\/70:active {
  color: rgb(236 253 245 / 0.7);
}
.active\:text-emerald-50\/75:active {
  color: rgb(236 253 245 / 0.75);
}
.active\:text-emerald-50\/80:active {
  color: rgb(236 253 245 / 0.8);
}
.active\:text-emerald-50\/90:active {
  color: rgb(236 253 245 / 0.9);
}
.active\:text-emerald-50\/95:active {
  color: rgb(236 253 245 / 0.95);
}
.active\:text-emerald-500:active {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.active\:text-emerald-500\/0:active {
  color: rgb(16 185 129 / 0);
}
.active\:text-emerald-500\/10:active {
  color: rgb(16 185 129 / 0.1);
}
.active\:text-emerald-500\/100:active {
  color: rgb(16 185 129 / 1);
}
.active\:text-emerald-500\/20:active {
  color: rgb(16 185 129 / 0.2);
}
.active\:text-emerald-500\/25:active {
  color: rgb(16 185 129 / 0.25);
}
.active\:text-emerald-500\/30:active {
  color: rgb(16 185 129 / 0.3);
}
.active\:text-emerald-500\/40:active {
  color: rgb(16 185 129 / 0.4);
}
.active\:text-emerald-500\/5:active {
  color: rgb(16 185 129 / 0.05);
}
.active\:text-emerald-500\/50:active {
  color: rgb(16 185 129 / 0.5);
}
.active\:text-emerald-500\/60:active {
  color: rgb(16 185 129 / 0.6);
}
.active\:text-emerald-500\/70:active {
  color: rgb(16 185 129 / 0.7);
}
.active\:text-emerald-500\/75:active {
  color: rgb(16 185 129 / 0.75);
}
.active\:text-emerald-500\/80:active {
  color: rgb(16 185 129 / 0.8);
}
.active\:text-emerald-500\/90:active {
  color: rgb(16 185 129 / 0.9);
}
.active\:text-emerald-500\/95:active {
  color: rgb(16 185 129 / 0.95);
}
.active\:text-emerald-600:active {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.active\:text-emerald-600\/0:active {
  color: rgb(5 150 105 / 0);
}
.active\:text-emerald-600\/10:active {
  color: rgb(5 150 105 / 0.1);
}
.active\:text-emerald-600\/100:active {
  color: rgb(5 150 105 / 1);
}
.active\:text-emerald-600\/20:active {
  color: rgb(5 150 105 / 0.2);
}
.active\:text-emerald-600\/25:active {
  color: rgb(5 150 105 / 0.25);
}
.active\:text-emerald-600\/30:active {
  color: rgb(5 150 105 / 0.3);
}
.active\:text-emerald-600\/40:active {
  color: rgb(5 150 105 / 0.4);
}
.active\:text-emerald-600\/5:active {
  color: rgb(5 150 105 / 0.05);
}
.active\:text-emerald-600\/50:active {
  color: rgb(5 150 105 / 0.5);
}
.active\:text-emerald-600\/60:active {
  color: rgb(5 150 105 / 0.6);
}
.active\:text-emerald-600\/70:active {
  color: rgb(5 150 105 / 0.7);
}
.active\:text-emerald-600\/75:active {
  color: rgb(5 150 105 / 0.75);
}
.active\:text-emerald-600\/80:active {
  color: rgb(5 150 105 / 0.8);
}
.active\:text-emerald-600\/90:active {
  color: rgb(5 150 105 / 0.9);
}
.active\:text-emerald-600\/95:active {
  color: rgb(5 150 105 / 0.95);
}
.active\:text-emerald-700:active {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.active\:text-emerald-700\/0:active {
  color: rgb(4 120 87 / 0);
}
.active\:text-emerald-700\/10:active {
  color: rgb(4 120 87 / 0.1);
}
.active\:text-emerald-700\/100:active {
  color: rgb(4 120 87 / 1);
}
.active\:text-emerald-700\/20:active {
  color: rgb(4 120 87 / 0.2);
}
.active\:text-emerald-700\/25:active {
  color: rgb(4 120 87 / 0.25);
}
.active\:text-emerald-700\/30:active {
  color: rgb(4 120 87 / 0.3);
}
.active\:text-emerald-700\/40:active {
  color: rgb(4 120 87 / 0.4);
}
.active\:text-emerald-700\/5:active {
  color: rgb(4 120 87 / 0.05);
}
.active\:text-emerald-700\/50:active {
  color: rgb(4 120 87 / 0.5);
}
.active\:text-emerald-700\/60:active {
  color: rgb(4 120 87 / 0.6);
}
.active\:text-emerald-700\/70:active {
  color: rgb(4 120 87 / 0.7);
}
.active\:text-emerald-700\/75:active {
  color: rgb(4 120 87 / 0.75);
}
.active\:text-emerald-700\/80:active {
  color: rgb(4 120 87 / 0.8);
}
.active\:text-emerald-700\/90:active {
  color: rgb(4 120 87 / 0.9);
}
.active\:text-emerald-700\/95:active {
  color: rgb(4 120 87 / 0.95);
}
.active\:text-emerald-800:active {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.active\:text-emerald-800\/0:active {
  color: rgb(6 95 70 / 0);
}
.active\:text-emerald-800\/10:active {
  color: rgb(6 95 70 / 0.1);
}
.active\:text-emerald-800\/100:active {
  color: rgb(6 95 70 / 1);
}
.active\:text-emerald-800\/20:active {
  color: rgb(6 95 70 / 0.2);
}
.active\:text-emerald-800\/25:active {
  color: rgb(6 95 70 / 0.25);
}
.active\:text-emerald-800\/30:active {
  color: rgb(6 95 70 / 0.3);
}
.active\:text-emerald-800\/40:active {
  color: rgb(6 95 70 / 0.4);
}
.active\:text-emerald-800\/5:active {
  color: rgb(6 95 70 / 0.05);
}
.active\:text-emerald-800\/50:active {
  color: rgb(6 95 70 / 0.5);
}
.active\:text-emerald-800\/60:active {
  color: rgb(6 95 70 / 0.6);
}
.active\:text-emerald-800\/70:active {
  color: rgb(6 95 70 / 0.7);
}
.active\:text-emerald-800\/75:active {
  color: rgb(6 95 70 / 0.75);
}
.active\:text-emerald-800\/80:active {
  color: rgb(6 95 70 / 0.8);
}
.active\:text-emerald-800\/90:active {
  color: rgb(6 95 70 / 0.9);
}
.active\:text-emerald-800\/95:active {
  color: rgb(6 95 70 / 0.95);
}
.active\:text-emerald-900:active {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.active\:text-emerald-900\/0:active {
  color: rgb(6 78 59 / 0);
}
.active\:text-emerald-900\/10:active {
  color: rgb(6 78 59 / 0.1);
}
.active\:text-emerald-900\/100:active {
  color: rgb(6 78 59 / 1);
}
.active\:text-emerald-900\/20:active {
  color: rgb(6 78 59 / 0.2);
}
.active\:text-emerald-900\/25:active {
  color: rgb(6 78 59 / 0.25);
}
.active\:text-emerald-900\/30:active {
  color: rgb(6 78 59 / 0.3);
}
.active\:text-emerald-900\/40:active {
  color: rgb(6 78 59 / 0.4);
}
.active\:text-emerald-900\/5:active {
  color: rgb(6 78 59 / 0.05);
}
.active\:text-emerald-900\/50:active {
  color: rgb(6 78 59 / 0.5);
}
.active\:text-emerald-900\/60:active {
  color: rgb(6 78 59 / 0.6);
}
.active\:text-emerald-900\/70:active {
  color: rgb(6 78 59 / 0.7);
}
.active\:text-emerald-900\/75:active {
  color: rgb(6 78 59 / 0.75);
}
.active\:text-emerald-900\/80:active {
  color: rgb(6 78 59 / 0.8);
}
.active\:text-emerald-900\/90:active {
  color: rgb(6 78 59 / 0.9);
}
.active\:text-emerald-900\/95:active {
  color: rgb(6 78 59 / 0.95);
}
.active\:text-emerald-950:active {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.active\:text-emerald-950\/0:active {
  color: rgb(2 44 34 / 0);
}
.active\:text-emerald-950\/10:active {
  color: rgb(2 44 34 / 0.1);
}
.active\:text-emerald-950\/100:active {
  color: rgb(2 44 34 / 1);
}
.active\:text-emerald-950\/20:active {
  color: rgb(2 44 34 / 0.2);
}
.active\:text-emerald-950\/25:active {
  color: rgb(2 44 34 / 0.25);
}
.active\:text-emerald-950\/30:active {
  color: rgb(2 44 34 / 0.3);
}
.active\:text-emerald-950\/40:active {
  color: rgb(2 44 34 / 0.4);
}
.active\:text-emerald-950\/5:active {
  color: rgb(2 44 34 / 0.05);
}
.active\:text-emerald-950\/50:active {
  color: rgb(2 44 34 / 0.5);
}
.active\:text-emerald-950\/60:active {
  color: rgb(2 44 34 / 0.6);
}
.active\:text-emerald-950\/70:active {
  color: rgb(2 44 34 / 0.7);
}
.active\:text-emerald-950\/75:active {
  color: rgb(2 44 34 / 0.75);
}
.active\:text-emerald-950\/80:active {
  color: rgb(2 44 34 / 0.8);
}
.active\:text-emerald-950\/90:active {
  color: rgb(2 44 34 / 0.9);
}
.active\:text-emerald-950\/95:active {
  color: rgb(2 44 34 / 0.95);
}
.active\:text-fuchsia-100:active {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.active\:text-fuchsia-100\/0:active {
  color: rgb(250 232 255 / 0);
}
.active\:text-fuchsia-100\/10:active {
  color: rgb(250 232 255 / 0.1);
}
.active\:text-fuchsia-100\/100:active {
  color: rgb(250 232 255 / 1);
}
.active\:text-fuchsia-100\/20:active {
  color: rgb(250 232 255 / 0.2);
}
.active\:text-fuchsia-100\/25:active {
  color: rgb(250 232 255 / 0.25);
}
.active\:text-fuchsia-100\/30:active {
  color: rgb(250 232 255 / 0.3);
}
.active\:text-fuchsia-100\/40:active {
  color: rgb(250 232 255 / 0.4);
}
.active\:text-fuchsia-100\/5:active {
  color: rgb(250 232 255 / 0.05);
}
.active\:text-fuchsia-100\/50:active {
  color: rgb(250 232 255 / 0.5);
}
.active\:text-fuchsia-100\/60:active {
  color: rgb(250 232 255 / 0.6);
}
.active\:text-fuchsia-100\/70:active {
  color: rgb(250 232 255 / 0.7);
}
.active\:text-fuchsia-100\/75:active {
  color: rgb(250 232 255 / 0.75);
}
.active\:text-fuchsia-100\/80:active {
  color: rgb(250 232 255 / 0.8);
}
.active\:text-fuchsia-100\/90:active {
  color: rgb(250 232 255 / 0.9);
}
.active\:text-fuchsia-100\/95:active {
  color: rgb(250 232 255 / 0.95);
}
.active\:text-fuchsia-200:active {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.active\:text-fuchsia-200\/0:active {
  color: rgb(245 208 254 / 0);
}
.active\:text-fuchsia-200\/10:active {
  color: rgb(245 208 254 / 0.1);
}
.active\:text-fuchsia-200\/100:active {
  color: rgb(245 208 254 / 1);
}
.active\:text-fuchsia-200\/20:active {
  color: rgb(245 208 254 / 0.2);
}
.active\:text-fuchsia-200\/25:active {
  color: rgb(245 208 254 / 0.25);
}
.active\:text-fuchsia-200\/30:active {
  color: rgb(245 208 254 / 0.3);
}
.active\:text-fuchsia-200\/40:active {
  color: rgb(245 208 254 / 0.4);
}
.active\:text-fuchsia-200\/5:active {
  color: rgb(245 208 254 / 0.05);
}
.active\:text-fuchsia-200\/50:active {
  color: rgb(245 208 254 / 0.5);
}
.active\:text-fuchsia-200\/60:active {
  color: rgb(245 208 254 / 0.6);
}
.active\:text-fuchsia-200\/70:active {
  color: rgb(245 208 254 / 0.7);
}
.active\:text-fuchsia-200\/75:active {
  color: rgb(245 208 254 / 0.75);
}
.active\:text-fuchsia-200\/80:active {
  color: rgb(245 208 254 / 0.8);
}
.active\:text-fuchsia-200\/90:active {
  color: rgb(245 208 254 / 0.9);
}
.active\:text-fuchsia-200\/95:active {
  color: rgb(245 208 254 / 0.95);
}
.active\:text-fuchsia-300:active {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.active\:text-fuchsia-300\/0:active {
  color: rgb(240 171 252 / 0);
}
.active\:text-fuchsia-300\/10:active {
  color: rgb(240 171 252 / 0.1);
}
.active\:text-fuchsia-300\/100:active {
  color: rgb(240 171 252 / 1);
}
.active\:text-fuchsia-300\/20:active {
  color: rgb(240 171 252 / 0.2);
}
.active\:text-fuchsia-300\/25:active {
  color: rgb(240 171 252 / 0.25);
}
.active\:text-fuchsia-300\/30:active {
  color: rgb(240 171 252 / 0.3);
}
.active\:text-fuchsia-300\/40:active {
  color: rgb(240 171 252 / 0.4);
}
.active\:text-fuchsia-300\/5:active {
  color: rgb(240 171 252 / 0.05);
}
.active\:text-fuchsia-300\/50:active {
  color: rgb(240 171 252 / 0.5);
}
.active\:text-fuchsia-300\/60:active {
  color: rgb(240 171 252 / 0.6);
}
.active\:text-fuchsia-300\/70:active {
  color: rgb(240 171 252 / 0.7);
}
.active\:text-fuchsia-300\/75:active {
  color: rgb(240 171 252 / 0.75);
}
.active\:text-fuchsia-300\/80:active {
  color: rgb(240 171 252 / 0.8);
}
.active\:text-fuchsia-300\/90:active {
  color: rgb(240 171 252 / 0.9);
}
.active\:text-fuchsia-300\/95:active {
  color: rgb(240 171 252 / 0.95);
}
.active\:text-fuchsia-400:active {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.active\:text-fuchsia-400\/0:active {
  color: rgb(232 121 249 / 0);
}
.active\:text-fuchsia-400\/10:active {
  color: rgb(232 121 249 / 0.1);
}
.active\:text-fuchsia-400\/100:active {
  color: rgb(232 121 249 / 1);
}
.active\:text-fuchsia-400\/20:active {
  color: rgb(232 121 249 / 0.2);
}
.active\:text-fuchsia-400\/25:active {
  color: rgb(232 121 249 / 0.25);
}
.active\:text-fuchsia-400\/30:active {
  color: rgb(232 121 249 / 0.3);
}
.active\:text-fuchsia-400\/40:active {
  color: rgb(232 121 249 / 0.4);
}
.active\:text-fuchsia-400\/5:active {
  color: rgb(232 121 249 / 0.05);
}
.active\:text-fuchsia-400\/50:active {
  color: rgb(232 121 249 / 0.5);
}
.active\:text-fuchsia-400\/60:active {
  color: rgb(232 121 249 / 0.6);
}
.active\:text-fuchsia-400\/70:active {
  color: rgb(232 121 249 / 0.7);
}
.active\:text-fuchsia-400\/75:active {
  color: rgb(232 121 249 / 0.75);
}
.active\:text-fuchsia-400\/80:active {
  color: rgb(232 121 249 / 0.8);
}
.active\:text-fuchsia-400\/90:active {
  color: rgb(232 121 249 / 0.9);
}
.active\:text-fuchsia-400\/95:active {
  color: rgb(232 121 249 / 0.95);
}
.active\:text-fuchsia-50:active {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.active\:text-fuchsia-50\/0:active {
  color: rgb(253 244 255 / 0);
}
.active\:text-fuchsia-50\/10:active {
  color: rgb(253 244 255 / 0.1);
}
.active\:text-fuchsia-50\/100:active {
  color: rgb(253 244 255 / 1);
}
.active\:text-fuchsia-50\/20:active {
  color: rgb(253 244 255 / 0.2);
}
.active\:text-fuchsia-50\/25:active {
  color: rgb(253 244 255 / 0.25);
}
.active\:text-fuchsia-50\/30:active {
  color: rgb(253 244 255 / 0.3);
}
.active\:text-fuchsia-50\/40:active {
  color: rgb(253 244 255 / 0.4);
}
.active\:text-fuchsia-50\/5:active {
  color: rgb(253 244 255 / 0.05);
}
.active\:text-fuchsia-50\/50:active {
  color: rgb(253 244 255 / 0.5);
}
.active\:text-fuchsia-50\/60:active {
  color: rgb(253 244 255 / 0.6);
}
.active\:text-fuchsia-50\/70:active {
  color: rgb(253 244 255 / 0.7);
}
.active\:text-fuchsia-50\/75:active {
  color: rgb(253 244 255 / 0.75);
}
.active\:text-fuchsia-50\/80:active {
  color: rgb(253 244 255 / 0.8);
}
.active\:text-fuchsia-50\/90:active {
  color: rgb(253 244 255 / 0.9);
}
.active\:text-fuchsia-50\/95:active {
  color: rgb(253 244 255 / 0.95);
}
.active\:text-fuchsia-500:active {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.active\:text-fuchsia-500\/0:active {
  color: rgb(217 70 239 / 0);
}
.active\:text-fuchsia-500\/10:active {
  color: rgb(217 70 239 / 0.1);
}
.active\:text-fuchsia-500\/100:active {
  color: rgb(217 70 239 / 1);
}
.active\:text-fuchsia-500\/20:active {
  color: rgb(217 70 239 / 0.2);
}
.active\:text-fuchsia-500\/25:active {
  color: rgb(217 70 239 / 0.25);
}
.active\:text-fuchsia-500\/30:active {
  color: rgb(217 70 239 / 0.3);
}
.active\:text-fuchsia-500\/40:active {
  color: rgb(217 70 239 / 0.4);
}
.active\:text-fuchsia-500\/5:active {
  color: rgb(217 70 239 / 0.05);
}
.active\:text-fuchsia-500\/50:active {
  color: rgb(217 70 239 / 0.5);
}
.active\:text-fuchsia-500\/60:active {
  color: rgb(217 70 239 / 0.6);
}
.active\:text-fuchsia-500\/70:active {
  color: rgb(217 70 239 / 0.7);
}
.active\:text-fuchsia-500\/75:active {
  color: rgb(217 70 239 / 0.75);
}
.active\:text-fuchsia-500\/80:active {
  color: rgb(217 70 239 / 0.8);
}
.active\:text-fuchsia-500\/90:active {
  color: rgb(217 70 239 / 0.9);
}
.active\:text-fuchsia-500\/95:active {
  color: rgb(217 70 239 / 0.95);
}
.active\:text-fuchsia-600:active {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.active\:text-fuchsia-600\/0:active {
  color: rgb(192 38 211 / 0);
}
.active\:text-fuchsia-600\/10:active {
  color: rgb(192 38 211 / 0.1);
}
.active\:text-fuchsia-600\/100:active {
  color: rgb(192 38 211 / 1);
}
.active\:text-fuchsia-600\/20:active {
  color: rgb(192 38 211 / 0.2);
}
.active\:text-fuchsia-600\/25:active {
  color: rgb(192 38 211 / 0.25);
}
.active\:text-fuchsia-600\/30:active {
  color: rgb(192 38 211 / 0.3);
}
.active\:text-fuchsia-600\/40:active {
  color: rgb(192 38 211 / 0.4);
}
.active\:text-fuchsia-600\/5:active {
  color: rgb(192 38 211 / 0.05);
}
.active\:text-fuchsia-600\/50:active {
  color: rgb(192 38 211 / 0.5);
}
.active\:text-fuchsia-600\/60:active {
  color: rgb(192 38 211 / 0.6);
}
.active\:text-fuchsia-600\/70:active {
  color: rgb(192 38 211 / 0.7);
}
.active\:text-fuchsia-600\/75:active {
  color: rgb(192 38 211 / 0.75);
}
.active\:text-fuchsia-600\/80:active {
  color: rgb(192 38 211 / 0.8);
}
.active\:text-fuchsia-600\/90:active {
  color: rgb(192 38 211 / 0.9);
}
.active\:text-fuchsia-600\/95:active {
  color: rgb(192 38 211 / 0.95);
}
.active\:text-fuchsia-700:active {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.active\:text-fuchsia-700\/0:active {
  color: rgb(162 28 175 / 0);
}
.active\:text-fuchsia-700\/10:active {
  color: rgb(162 28 175 / 0.1);
}
.active\:text-fuchsia-700\/100:active {
  color: rgb(162 28 175 / 1);
}
.active\:text-fuchsia-700\/20:active {
  color: rgb(162 28 175 / 0.2);
}
.active\:text-fuchsia-700\/25:active {
  color: rgb(162 28 175 / 0.25);
}
.active\:text-fuchsia-700\/30:active {
  color: rgb(162 28 175 / 0.3);
}
.active\:text-fuchsia-700\/40:active {
  color: rgb(162 28 175 / 0.4);
}
.active\:text-fuchsia-700\/5:active {
  color: rgb(162 28 175 / 0.05);
}
.active\:text-fuchsia-700\/50:active {
  color: rgb(162 28 175 / 0.5);
}
.active\:text-fuchsia-700\/60:active {
  color: rgb(162 28 175 / 0.6);
}
.active\:text-fuchsia-700\/70:active {
  color: rgb(162 28 175 / 0.7);
}
.active\:text-fuchsia-700\/75:active {
  color: rgb(162 28 175 / 0.75);
}
.active\:text-fuchsia-700\/80:active {
  color: rgb(162 28 175 / 0.8);
}
.active\:text-fuchsia-700\/90:active {
  color: rgb(162 28 175 / 0.9);
}
.active\:text-fuchsia-700\/95:active {
  color: rgb(162 28 175 / 0.95);
}
.active\:text-fuchsia-800:active {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.active\:text-fuchsia-800\/0:active {
  color: rgb(134 25 143 / 0);
}
.active\:text-fuchsia-800\/10:active {
  color: rgb(134 25 143 / 0.1);
}
.active\:text-fuchsia-800\/100:active {
  color: rgb(134 25 143 / 1);
}
.active\:text-fuchsia-800\/20:active {
  color: rgb(134 25 143 / 0.2);
}
.active\:text-fuchsia-800\/25:active {
  color: rgb(134 25 143 / 0.25);
}
.active\:text-fuchsia-800\/30:active {
  color: rgb(134 25 143 / 0.3);
}
.active\:text-fuchsia-800\/40:active {
  color: rgb(134 25 143 / 0.4);
}
.active\:text-fuchsia-800\/5:active {
  color: rgb(134 25 143 / 0.05);
}
.active\:text-fuchsia-800\/50:active {
  color: rgb(134 25 143 / 0.5);
}
.active\:text-fuchsia-800\/60:active {
  color: rgb(134 25 143 / 0.6);
}
.active\:text-fuchsia-800\/70:active {
  color: rgb(134 25 143 / 0.7);
}
.active\:text-fuchsia-800\/75:active {
  color: rgb(134 25 143 / 0.75);
}
.active\:text-fuchsia-800\/80:active {
  color: rgb(134 25 143 / 0.8);
}
.active\:text-fuchsia-800\/90:active {
  color: rgb(134 25 143 / 0.9);
}
.active\:text-fuchsia-800\/95:active {
  color: rgb(134 25 143 / 0.95);
}
.active\:text-fuchsia-900:active {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.active\:text-fuchsia-900\/0:active {
  color: rgb(112 26 117 / 0);
}
.active\:text-fuchsia-900\/10:active {
  color: rgb(112 26 117 / 0.1);
}
.active\:text-fuchsia-900\/100:active {
  color: rgb(112 26 117 / 1);
}
.active\:text-fuchsia-900\/20:active {
  color: rgb(112 26 117 / 0.2);
}
.active\:text-fuchsia-900\/25:active {
  color: rgb(112 26 117 / 0.25);
}
.active\:text-fuchsia-900\/30:active {
  color: rgb(112 26 117 / 0.3);
}
.active\:text-fuchsia-900\/40:active {
  color: rgb(112 26 117 / 0.4);
}
.active\:text-fuchsia-900\/5:active {
  color: rgb(112 26 117 / 0.05);
}
.active\:text-fuchsia-900\/50:active {
  color: rgb(112 26 117 / 0.5);
}
.active\:text-fuchsia-900\/60:active {
  color: rgb(112 26 117 / 0.6);
}
.active\:text-fuchsia-900\/70:active {
  color: rgb(112 26 117 / 0.7);
}
.active\:text-fuchsia-900\/75:active {
  color: rgb(112 26 117 / 0.75);
}
.active\:text-fuchsia-900\/80:active {
  color: rgb(112 26 117 / 0.8);
}
.active\:text-fuchsia-900\/90:active {
  color: rgb(112 26 117 / 0.9);
}
.active\:text-fuchsia-900\/95:active {
  color: rgb(112 26 117 / 0.95);
}
.active\:text-fuchsia-950:active {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.active\:text-fuchsia-950\/0:active {
  color: rgb(74 4 78 / 0);
}
.active\:text-fuchsia-950\/10:active {
  color: rgb(74 4 78 / 0.1);
}
.active\:text-fuchsia-950\/100:active {
  color: rgb(74 4 78 / 1);
}
.active\:text-fuchsia-950\/20:active {
  color: rgb(74 4 78 / 0.2);
}
.active\:text-fuchsia-950\/25:active {
  color: rgb(74 4 78 / 0.25);
}
.active\:text-fuchsia-950\/30:active {
  color: rgb(74 4 78 / 0.3);
}
.active\:text-fuchsia-950\/40:active {
  color: rgb(74 4 78 / 0.4);
}
.active\:text-fuchsia-950\/5:active {
  color: rgb(74 4 78 / 0.05);
}
.active\:text-fuchsia-950\/50:active {
  color: rgb(74 4 78 / 0.5);
}
.active\:text-fuchsia-950\/60:active {
  color: rgb(74 4 78 / 0.6);
}
.active\:text-fuchsia-950\/70:active {
  color: rgb(74 4 78 / 0.7);
}
.active\:text-fuchsia-950\/75:active {
  color: rgb(74 4 78 / 0.75);
}
.active\:text-fuchsia-950\/80:active {
  color: rgb(74 4 78 / 0.8);
}
.active\:text-fuchsia-950\/90:active {
  color: rgb(74 4 78 / 0.9);
}
.active\:text-fuchsia-950\/95:active {
  color: rgb(74 4 78 / 0.95);
}
.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.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\/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\/40:active {
  color: rgb(243 244 246 / 0.4);
}
.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\/60:active {
  color: rgb(243 244 246 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(229 231 235 / 0.4);
}
.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\/60:active {
  color: rgb(229 231 235 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(209 213 219 / 0.4);
}
.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\/60:active {
  color: rgb(209 213 219 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(156 163 175 / 0.4);
}
.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\/60:active {
  color: rgb(156 163 175 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(249 250 251 / 0.4);
}
.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\/60:active {
  color: rgb(249 250 251 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(107 114 128 / 0.4);
}
.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\/60:active {
  color: rgb(107 114 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(75 85 99 / 0.4);
}
.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\/60:active {
  color: rgb(75 85 99 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(55 65 81 / 0.4);
}
.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\/60:active {
  color: rgb(55 65 81 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(31 41 55 / 0.4);
}
.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\/60:active {
  color: rgb(31 41 55 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(17 24 39 / 0.4);
}
.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\/60:active {
  color: rgb(17 24 39 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(3 7 18 / 0.4);
}
.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\/60:active {
  color: rgb(3 7 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(220 252 231 / 0.4);
}
.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\/60:active {
  color: rgb(220 252 231 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(187 247 208 / 0.4);
}
.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\/60:active {
  color: rgb(187 247 208 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(134 239 172 / 0.4);
}
.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\/60:active {
  color: rgb(134 239 172 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(74 222 128 / 0.4);
}
.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\/60:active {
  color: rgb(74 222 128 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(240 253 244 / 0.4);
}
.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\/60:active {
  color: rgb(240 253 244 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(34 197 94 / 0.4);
}
.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\/60:active {
  color: rgb(34 197 94 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(22 163 74 / 0.4);
}
.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\/60:active {
  color: rgb(22 163 74 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(21 128 61 / 0.4);
}
.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\/60:active {
  color: rgb(21 128 61 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(22 101 52 / 0.4);
}
.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\/60:active {
  color: rgb(22 101 52 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(20 83 45 / 0.4);
}
.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\/60:active {
  color: rgb(20 83 45 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(5 46 22 / 0.4);
}
.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\/60:active {
  color: rgb(5 46 22 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(224 231 255 / 0.4);
}
.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\/60:active {
  color: rgb(224 231 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(199 210 254 / 0.4);
}
.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\/60:active {
  color: rgb(199 210 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(165 180 252 / 0.4);
}
.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\/60:active {
  color: rgb(165 180 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(129 140 248 / 0.4);
}
.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\/60:active {
  color: rgb(129 140 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(238 242 255 / 0.4);
}
.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\/60:active {
  color: rgb(238 242 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(99 102 241 / 0.4);
}
.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\/60:active {
  color: rgb(99 102 241 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(79 70 229 / 0.4);
}
.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\/60:active {
  color: rgb(79 70 229 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(67 56 202 / 0.4);
}
.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\/60:active {
  color: rgb(67 56 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(55 48 163 / 0.4);
}
.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\/60:active {
  color: rgb(55 48 163 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(49 46 129 / 0.4);
}
.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\/60:active {
  color: rgb(49 46 129 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(30 27 75 / 0.4);
}
.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\/60:active {
  color: rgb(30 27 75 / 0.6);
}
.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\/90:active {
  color: rgb(30 27 75 / 0.9);
}
.active\:text-indigo-950\/95:active {
  color: rgb(30 27 75 / 0.95);
}
.active\:text-lime-100:active {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.active\:text-lime-100\/0:active {
  color: rgb(236 252 203 / 0);
}
.active\:text-lime-100\/10:active {
  color: rgb(236 252 203 / 0.1);
}
.active\:text-lime-100\/100:active {
  color: rgb(236 252 203 / 1);
}
.active\:text-lime-100\/20:active {
  color: rgb(236 252 203 / 0.2);
}
.active\:text-lime-100\/25:active {
  color: rgb(236 252 203 / 0.25);
}
.active\:text-lime-100\/30:active {
  color: rgb(236 252 203 / 0.3);
}
.active\:text-lime-100\/40:active {
  color: rgb(236 252 203 / 0.4);
}
.active\:text-lime-100\/5:active {
  color: rgb(236 252 203 / 0.05);
}
.active\:text-lime-100\/50:active {
  color: rgb(236 252 203 / 0.5);
}
.active\:text-lime-100\/60:active {
  color: rgb(236 252 203 / 0.6);
}
.active\:text-lime-100\/70:active {
  color: rgb(236 252 203 / 0.7);
}
.active\:text-lime-100\/75:active {
  color: rgb(236 252 203 / 0.75);
}
.active\:text-lime-100\/80:active {
  color: rgb(236 252 203 / 0.8);
}
.active\:text-lime-100\/90:active {
  color: rgb(236 252 203 / 0.9);
}
.active\:text-lime-100\/95:active {
  color: rgb(236 252 203 / 0.95);
}
.active\:text-lime-200:active {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.active\:text-lime-200\/0:active {
  color: rgb(217 249 157 / 0);
}
.active\:text-lime-200\/10:active {
  color: rgb(217 249 157 / 0.1);
}
.active\:text-lime-200\/100:active {
  color: rgb(217 249 157 / 1);
}
.active\:text-lime-200\/20:active {
  color: rgb(217 249 157 / 0.2);
}
.active\:text-lime-200\/25:active {
  color: rgb(217 249 157 / 0.25);
}
.active\:text-lime-200\/30:active {
  color: rgb(217 249 157 / 0.3);
}
.active\:text-lime-200\/40:active {
  color: rgb(217 249 157 / 0.4);
}
.active\:text-lime-200\/5:active {
  color: rgb(217 249 157 / 0.05);
}
.active\:text-lime-200\/50:active {
  color: rgb(217 249 157 / 0.5);
}
.active\:text-lime-200\/60:active {
  color: rgb(217 249 157 / 0.6);
}
.active\:text-lime-200\/70:active {
  color: rgb(217 249 157 / 0.7);
}
.active\:text-lime-200\/75:active {
  color: rgb(217 249 157 / 0.75);
}
.active\:text-lime-200\/80:active {
  color: rgb(217 249 157 / 0.8);
}
.active\:text-lime-200\/90:active {
  color: rgb(217 249 157 / 0.9);
}
.active\:text-lime-200\/95:active {
  color: rgb(217 249 157 / 0.95);
}
.active\:text-lime-300:active {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.active\:text-lime-300\/0:active {
  color: rgb(190 242 100 / 0);
}
.active\:text-lime-300\/10:active {
  color: rgb(190 242 100 / 0.1);
}
.active\:text-lime-300\/100:active {
  color: rgb(190 242 100 / 1);
}
.active\:text-lime-300\/20:active {
  color: rgb(190 242 100 / 0.2);
}
.active\:text-lime-300\/25:active {
  color: rgb(190 242 100 / 0.25);
}
.active\:text-lime-300\/30:active {
  color: rgb(190 242 100 / 0.3);
}
.active\:text-lime-300\/40:active {
  color: rgb(190 242 100 / 0.4);
}
.active\:text-lime-300\/5:active {
  color: rgb(190 242 100 / 0.05);
}
.active\:text-lime-300\/50:active {
  color: rgb(190 242 100 / 0.5);
}
.active\:text-lime-300\/60:active {
  color: rgb(190 242 100 / 0.6);
}
.active\:text-lime-300\/70:active {
  color: rgb(190 242 100 / 0.7);
}
.active\:text-lime-300\/75:active {
  color: rgb(190 242 100 / 0.75);
}
.active\:text-lime-300\/80:active {
  color: rgb(190 242 100 / 0.8);
}
.active\:text-lime-300\/90:active {
  color: rgb(190 242 100 / 0.9);
}
.active\:text-lime-300\/95:active {
  color: rgb(190 242 100 / 0.95);
}
.active\:text-lime-400:active {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.active\:text-lime-400\/0:active {
  color: rgb(163 230 53 / 0);
}
.active\:text-lime-400\/10:active {
  color: rgb(163 230 53 / 0.1);
}
.active\:text-lime-400\/100:active {
  color: rgb(163 230 53 / 1);
}
.active\:text-lime-400\/20:active {
  color: rgb(163 230 53 / 0.2);
}
.active\:text-lime-400\/25:active {
  color: rgb(163 230 53 / 0.25);
}
.active\:text-lime-400\/30:active {
  color: rgb(163 230 53 / 0.3);
}
.active\:text-lime-400\/40:active {
  color: rgb(163 230 53 / 0.4);
}
.active\:text-lime-400\/5:active {
  color: rgb(163 230 53 / 0.05);
}
.active\:text-lime-400\/50:active {
  color: rgb(163 230 53 / 0.5);
}
.active\:text-lime-400\/60:active {
  color: rgb(163 230 53 / 0.6);
}
.active\:text-lime-400\/70:active {
  color: rgb(163 230 53 / 0.7);
}
.active\:text-lime-400\/75:active {
  color: rgb(163 230 53 / 0.75);
}
.active\:text-lime-400\/80:active {
  color: rgb(163 230 53 / 0.8);
}
.active\:text-lime-400\/90:active {
  color: rgb(163 230 53 / 0.9);
}
.active\:text-lime-400\/95:active {
  color: rgb(163 230 53 / 0.95);
}
.active\:text-lime-50:active {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.active\:text-lime-50\/0:active {
  color: rgb(247 254 231 / 0);
}
.active\:text-lime-50\/10:active {
  color: rgb(247 254 231 / 0.1);
}
.active\:text-lime-50\/100:active {
  color: rgb(247 254 231 / 1);
}
.active\:text-lime-50\/20:active {
  color: rgb(247 254 231 / 0.2);
}
.active\:text-lime-50\/25:active {
  color: rgb(247 254 231 / 0.25);
}
.active\:text-lime-50\/30:active {
  color: rgb(247 254 231 / 0.3);
}
.active\:text-lime-50\/40:active {
  color: rgb(247 254 231 / 0.4);
}
.active\:text-lime-50\/5:active {
  color: rgb(247 254 231 / 0.05);
}
.active\:text-lime-50\/50:active {
  color: rgb(247 254 231 / 0.5);
}
.active\:text-lime-50\/60:active {
  color: rgb(247 254 231 / 0.6);
}
.active\:text-lime-50\/70:active {
  color: rgb(247 254 231 / 0.7);
}
.active\:text-lime-50\/75:active {
  color: rgb(247 254 231 / 0.75);
}
.active\:text-lime-50\/80:active {
  color: rgb(247 254 231 / 0.8);
}
.active\:text-lime-50\/90:active {
  color: rgb(247 254 231 / 0.9);
}
.active\:text-lime-50\/95:active {
  color: rgb(247 254 231 / 0.95);
}
.active\:text-lime-500:active {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.active\:text-lime-500\/0:active {
  color: rgb(132 204 22 / 0);
}
.active\:text-lime-500\/10:active {
  color: rgb(132 204 22 / 0.1);
}
.active\:text-lime-500\/100:active {
  color: rgb(132 204 22 / 1);
}
.active\:text-lime-500\/20:active {
  color: rgb(132 204 22 / 0.2);
}
.active\:text-lime-500\/25:active {
  color: rgb(132 204 22 / 0.25);
}
.active\:text-lime-500\/30:active {
  color: rgb(132 204 22 / 0.3);
}
.active\:text-lime-500\/40:active {
  color: rgb(132 204 22 / 0.4);
}
.active\:text-lime-500\/5:active {
  color: rgb(132 204 22 / 0.05);
}
.active\:text-lime-500\/50:active {
  color: rgb(132 204 22 / 0.5);
}
.active\:text-lime-500\/60:active {
  color: rgb(132 204 22 / 0.6);
}
.active\:text-lime-500\/70:active {
  color: rgb(132 204 22 / 0.7);
}
.active\:text-lime-500\/75:active {
  color: rgb(132 204 22 / 0.75);
}
.active\:text-lime-500\/80:active {
  color: rgb(132 204 22 / 0.8);
}
.active\:text-lime-500\/90:active {
  color: rgb(132 204 22 / 0.9);
}
.active\:text-lime-500\/95:active {
  color: rgb(132 204 22 / 0.95);
}
.active\:text-lime-600:active {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.active\:text-lime-600\/0:active {
  color: rgb(101 163 13 / 0);
}
.active\:text-lime-600\/10:active {
  color: rgb(101 163 13 / 0.1);
}
.active\:text-lime-600\/100:active {
  color: rgb(101 163 13 / 1);
}
.active\:text-lime-600\/20:active {
  color: rgb(101 163 13 / 0.2);
}
.active\:text-lime-600\/25:active {
  color: rgb(101 163 13 / 0.25);
}
.active\:text-lime-600\/30:active {
  color: rgb(101 163 13 / 0.3);
}
.active\:text-lime-600\/40:active {
  color: rgb(101 163 13 / 0.4);
}
.active\:text-lime-600\/5:active {
  color: rgb(101 163 13 / 0.05);
}
.active\:text-lime-600\/50:active {
  color: rgb(101 163 13 / 0.5);
}
.active\:text-lime-600\/60:active {
  color: rgb(101 163 13 / 0.6);
}
.active\:text-lime-600\/70:active {
  color: rgb(101 163 13 / 0.7);
}
.active\:text-lime-600\/75:active {
  color: rgb(101 163 13 / 0.75);
}
.active\:text-lime-600\/80:active {
  color: rgb(101 163 13 / 0.8);
}
.active\:text-lime-600\/90:active {
  color: rgb(101 163 13 / 0.9);
}
.active\:text-lime-600\/95:active {
  color: rgb(101 163 13 / 0.95);
}
.active\:text-lime-700:active {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.active\:text-lime-700\/0:active {
  color: rgb(77 124 15 / 0);
}
.active\:text-lime-700\/10:active {
  color: rgb(77 124 15 / 0.1);
}
.active\:text-lime-700\/100:active {
  color: rgb(77 124 15 / 1);
}
.active\:text-lime-700\/20:active {
  color: rgb(77 124 15 / 0.2);
}
.active\:text-lime-700\/25:active {
  color: rgb(77 124 15 / 0.25);
}
.active\:text-lime-700\/30:active {
  color: rgb(77 124 15 / 0.3);
}
.active\:text-lime-700\/40:active {
  color: rgb(77 124 15 / 0.4);
}
.active\:text-lime-700\/5:active {
  color: rgb(77 124 15 / 0.05);
}
.active\:text-lime-700\/50:active {
  color: rgb(77 124 15 / 0.5);
}
.active\:text-lime-700\/60:active {
  color: rgb(77 124 15 / 0.6);
}
.active\:text-lime-700\/70:active {
  color: rgb(77 124 15 / 0.7);
}
.active\:text-lime-700\/75:active {
  color: rgb(77 124 15 / 0.75);
}
.active\:text-lime-700\/80:active {
  color: rgb(77 124 15 / 0.8);
}
.active\:text-lime-700\/90:active {
  color: rgb(77 124 15 / 0.9);
}
.active\:text-lime-700\/95:active {
  color: rgb(77 124 15 / 0.95);
}
.active\:text-lime-800:active {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.active\:text-lime-800\/0:active {
  color: rgb(63 98 18 / 0);
}
.active\:text-lime-800\/10:active {
  color: rgb(63 98 18 / 0.1);
}
.active\:text-lime-800\/100:active {
  color: rgb(63 98 18 / 1);
}
.active\:text-lime-800\/20:active {
  color: rgb(63 98 18 / 0.2);
}
.active\:text-lime-800\/25:active {
  color: rgb(63 98 18 / 0.25);
}
.active\:text-lime-800\/30:active {
  color: rgb(63 98 18 / 0.3);
}
.active\:text-lime-800\/40:active {
  color: rgb(63 98 18 / 0.4);
}
.active\:text-lime-800\/5:active {
  color: rgb(63 98 18 / 0.05);
}
.active\:text-lime-800\/50:active {
  color: rgb(63 98 18 / 0.5);
}
.active\:text-lime-800\/60:active {
  color: rgb(63 98 18 / 0.6);
}
.active\:text-lime-800\/70:active {
  color: rgb(63 98 18 / 0.7);
}
.active\:text-lime-800\/75:active {
  color: rgb(63 98 18 / 0.75);
}
.active\:text-lime-800\/80:active {
  color: rgb(63 98 18 / 0.8);
}
.active\:text-lime-800\/90:active {
  color: rgb(63 98 18 / 0.9);
}
.active\:text-lime-800\/95:active {
  color: rgb(63 98 18 / 0.95);
}
.active\:text-lime-900:active {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.active\:text-lime-900\/0:active {
  color: rgb(54 83 20 / 0);
}
.active\:text-lime-900\/10:active {
  color: rgb(54 83 20 / 0.1);
}
.active\:text-lime-900\/100:active {
  color: rgb(54 83 20 / 1);
}
.active\:text-lime-900\/20:active {
  color: rgb(54 83 20 / 0.2);
}
.active\:text-lime-900\/25:active {
  color: rgb(54 83 20 / 0.25);
}
.active\:text-lime-900\/30:active {
  color: rgb(54 83 20 / 0.3);
}
.active\:text-lime-900\/40:active {
  color: rgb(54 83 20 / 0.4);
}
.active\:text-lime-900\/5:active {
  color: rgb(54 83 20 / 0.05);
}
.active\:text-lime-900\/50:active {
  color: rgb(54 83 20 / 0.5);
}
.active\:text-lime-900\/60:active {
  color: rgb(54 83 20 / 0.6);
}
.active\:text-lime-900\/70:active {
  color: rgb(54 83 20 / 0.7);
}
.active\:text-lime-900\/75:active {
  color: rgb(54 83 20 / 0.75);
}
.active\:text-lime-900\/80:active {
  color: rgb(54 83 20 / 0.8);
}
.active\:text-lime-900\/90:active {
  color: rgb(54 83 20 / 0.9);
}
.active\:text-lime-900\/95:active {
  color: rgb(54 83 20 / 0.95);
}
.active\:text-lime-950:active {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.active\:text-lime-950\/0:active {
  color: rgb(26 46 5 / 0);
}
.active\:text-lime-950\/10:active {
  color: rgb(26 46 5 / 0.1);
}
.active\:text-lime-950\/100:active {
  color: rgb(26 46 5 / 1);
}
.active\:text-lime-950\/20:active {
  color: rgb(26 46 5 / 0.2);
}
.active\:text-lime-950\/25:active {
  color: rgb(26 46 5 / 0.25);
}
.active\:text-lime-950\/30:active {
  color: rgb(26 46 5 / 0.3);
}
.active\:text-lime-950\/40:active {
  color: rgb(26 46 5 / 0.4);
}
.active\:text-lime-950\/5:active {
  color: rgb(26 46 5 / 0.05);
}
.active\:text-lime-950\/50:active {
  color: rgb(26 46 5 / 0.5);
}
.active\:text-lime-950\/60:active {
  color: rgb(26 46 5 / 0.6);
}
.active\:text-lime-950\/70:active {
  color: rgb(26 46 5 / 0.7);
}
.active\:text-lime-950\/75:active {
  color: rgb(26 46 5 / 0.75);
}
.active\:text-lime-950\/80:active {
  color: rgb(26 46 5 / 0.8);
}
.active\:text-lime-950\/90:active {
  color: rgb(26 46 5 / 0.9);
}
.active\:text-lime-950\/95:active {
  color: rgb(26 46 5 / 0.95);
}
.active\:text-neutral-100:active {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.active\:text-neutral-100\/0:active {
  color: rgb(245 245 245 / 0);
}
.active\:text-neutral-100\/10:active {
  color: rgb(245 245 245 / 0.1);
}
.active\:text-neutral-100\/100:active {
  color: rgb(245 245 245 / 1);
}
.active\:text-neutral-100\/20:active {
  color: rgb(245 245 245 / 0.2);
}
.active\:text-neutral-100\/25:active {
  color: rgb(245 245 245 / 0.25);
}
.active\:text-neutral-100\/30:active {
  color: rgb(245 245 245 / 0.3);
}
.active\:text-neutral-100\/40:active {
  color: rgb(245 245 245 / 0.4);
}
.active\:text-neutral-100\/5:active {
  color: rgb(245 245 245 / 0.05);
}
.active\:text-neutral-100\/50:active {
  color: rgb(245 245 245 / 0.5);
}
.active\:text-neutral-100\/60:active {
  color: rgb(245 245 245 / 0.6);
}
.active\:text-neutral-100\/70:active {
  color: rgb(245 245 245 / 0.7);
}
.active\:text-neutral-100\/75:active {
  color: rgb(245 245 245 / 0.75);
}
.active\:text-neutral-100\/80:active {
  color: rgb(245 245 245 / 0.8);
}
.active\:text-neutral-100\/90:active {
  color: rgb(245 245 245 / 0.9);
}
.active\:text-neutral-100\/95:active {
  color: rgb(245 245 245 / 0.95);
}
.active\:text-neutral-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.active\:text-neutral-200\/0:active {
  color: rgb(229 229 229 / 0);
}
.active\:text-neutral-200\/10:active {
  color: rgb(229 229 229 / 0.1);
}
.active\:text-neutral-200\/100:active {
  color: rgb(229 229 229 / 1);
}
.active\:text-neutral-200\/20:active {
  color: rgb(229 229 229 / 0.2);
}
.active\:text-neutral-200\/25:active {
  color: rgb(229 229 229 / 0.25);
}
.active\:text-neutral-200\/30:active {
  color: rgb(229 229 229 / 0.3);
}
.active\:text-neutral-200\/40:active {
  color: rgb(229 229 229 / 0.4);
}
.active\:text-neutral-200\/5:active {
  color: rgb(229 229 229 / 0.05);
}
.active\:text-neutral-200\/50:active {
  color: rgb(229 229 229 / 0.5);
}
.active\:text-neutral-200\/60:active {
  color: rgb(229 229 229 / 0.6);
}
.active\:text-neutral-200\/70:active {
  color: rgb(229 229 229 / 0.7);
}
.active\:text-neutral-200\/75:active {
  color: rgb(229 229 229 / 0.75);
}
.active\:text-neutral-200\/80:active {
  color: rgb(229 229 229 / 0.8);
}
.active\:text-neutral-200\/90:active {
  color: rgb(229 229 229 / 0.9);
}
.active\:text-neutral-200\/95:active {
  color: rgb(229 229 229 / 0.95);
}
.active\:text-neutral-300:active {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.active\:text-neutral-300\/0:active {
  color: rgb(212 212 212 / 0);
}
.active\:text-neutral-300\/10:active {
  color: rgb(212 212 212 / 0.1);
}
.active\:text-neutral-300\/100:active {
  color: rgb(212 212 212 / 1);
}
.active\:text-neutral-300\/20:active {
  color: rgb(212 212 212 / 0.2);
}
.active\:text-neutral-300\/25:active {
  color: rgb(212 212 212 / 0.25);
}
.active\:text-neutral-300\/30:active {
  color: rgb(212 212 212 / 0.3);
}
.active\:text-neutral-300\/40:active {
  color: rgb(212 212 212 / 0.4);
}
.active\:text-neutral-300\/5:active {
  color: rgb(212 212 212 / 0.05);
}
.active\:text-neutral-300\/50:active {
  color: rgb(212 212 212 / 0.5);
}
.active\:text-neutral-300\/60:active {
  color: rgb(212 212 212 / 0.6);
}
.active\:text-neutral-300\/70:active {
  color: rgb(212 212 212 / 0.7);
}
.active\:text-neutral-300\/75:active {
  color: rgb(212 212 212 / 0.75);
}
.active\:text-neutral-300\/80:active {
  color: rgb(212 212 212 / 0.8);
}
.active\:text-neutral-300\/90:active {
  color: rgb(212 212 212 / 0.9);
}
.active\:text-neutral-300\/95:active {
  color: rgb(212 212 212 / 0.95);
}
.active\:text-neutral-400:active {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.active\:text-neutral-400\/0:active {
  color: rgb(163 163 163 / 0);
}
.active\:text-neutral-400\/10:active {
  color: rgb(163 163 163 / 0.1);
}
.active\:text-neutral-400\/100:active {
  color: rgb(163 163 163 / 1);
}
.active\:text-neutral-400\/20:active {
  color: rgb(163 163 163 / 0.2);
}
.active\:text-neutral-400\/25:active {
  color: rgb(163 163 163 / 0.25);
}
.active\:text-neutral-400\/30:active {
  color: rgb(163 163 163 / 0.3);
}
.active\:text-neutral-400\/40:active {
  color: rgb(163 163 163 / 0.4);
}
.active\:text-neutral-400\/5:active {
  color: rgb(163 163 163 / 0.05);
}
.active\:text-neutral-400\/50:active {
  color: rgb(163 163 163 / 0.5);
}
.active\:text-neutral-400\/60:active {
  color: rgb(163 163 163 / 0.6);
}
.active\:text-neutral-400\/70:active {
  color: rgb(163 163 163 / 0.7);
}
.active\:text-neutral-400\/75:active {
  color: rgb(163 163 163 / 0.75);
}
.active\:text-neutral-400\/80:active {
  color: rgb(163 163 163 / 0.8);
}
.active\:text-neutral-400\/90:active {
  color: rgb(163 163 163 / 0.9);
}
.active\:text-neutral-400\/95:active {
  color: rgb(163 163 163 / 0.95);
}
.active\:text-neutral-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.active\:text-neutral-50\/0:active {
  color: rgb(250 250 250 / 0);
}
.active\:text-neutral-50\/10:active {
  color: rgb(250 250 250 / 0.1);
}
.active\:text-neutral-50\/100:active {
  color: rgb(250 250 250 / 1);
}
.active\:text-neutral-50\/20:active {
  color: rgb(250 250 250 / 0.2);
}
.active\:text-neutral-50\/25:active {
  color: rgb(250 250 250 / 0.25);
}
.active\:text-neutral-50\/30:active {
  color: rgb(250 250 250 / 0.3);
}
.active\:text-neutral-50\/40:active {
  color: rgb(250 250 250 / 0.4);
}
.active\:text-neutral-50\/5:active {
  color: rgb(250 250 250 / 0.05);
}
.active\:text-neutral-50\/50:active {
  color: rgb(250 250 250 / 0.5);
}
.active\:text-neutral-50\/60:active {
  color: rgb(250 250 250 / 0.6);
}
.active\:text-neutral-50\/70:active {
  color: rgb(250 250 250 / 0.7);
}
.active\:text-neutral-50\/75:active {
  color: rgb(250 250 250 / 0.75);
}
.active\:text-neutral-50\/80:active {
  color: rgb(250 250 250 / 0.8);
}
.active\:text-neutral-50\/90:active {
  color: rgb(250 250 250 / 0.9);
}
.active\:text-neutral-50\/95:active {
  color: rgb(250 250 250 / 0.95);
}
.active\:text-neutral-500:active {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.active\:text-neutral-500\/0:active {
  color: rgb(115 115 115 / 0);
}
.active\:text-neutral-500\/10:active {
  color: rgb(115 115 115 / 0.1);
}
.active\:text-neutral-500\/100:active {
  color: rgb(115 115 115 / 1);
}
.active\:text-neutral-500\/20:active {
  color: rgb(115 115 115 / 0.2);
}
.active\:text-neutral-500\/25:active {
  color: rgb(115 115 115 / 0.25);
}
.active\:text-neutral-500\/30:active {
  color: rgb(115 115 115 / 0.3);
}
.active\:text-neutral-500\/40:active {
  color: rgb(115 115 115 / 0.4);
}
.active\:text-neutral-500\/5:active {
  color: rgb(115 115 115 / 0.05);
}
.active\:text-neutral-500\/50:active {
  color: rgb(115 115 115 / 0.5);
}
.active\:text-neutral-500\/60:active {
  color: rgb(115 115 115 / 0.6);
}
.active\:text-neutral-500\/70:active {
  color: rgb(115 115 115 / 0.7);
}
.active\:text-neutral-500\/75:active {
  color: rgb(115 115 115 / 0.75);
}
.active\:text-neutral-500\/80:active {
  color: rgb(115 115 115 / 0.8);
}
.active\:text-neutral-500\/90:active {
  color: rgb(115 115 115 / 0.9);
}
.active\:text-neutral-500\/95:active {
  color: rgb(115 115 115 / 0.95);
}
.active\:text-neutral-600:active {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.active\:text-neutral-600\/0:active {
  color: rgb(82 82 82 / 0);
}
.active\:text-neutral-600\/10:active {
  color: rgb(82 82 82 / 0.1);
}
.active\:text-neutral-600\/100:active {
  color: rgb(82 82 82 / 1);
}
.active\:text-neutral-600\/20:active {
  color: rgb(82 82 82 / 0.2);
}
.active\:text-neutral-600\/25:active {
  color: rgb(82 82 82 / 0.25);
}
.active\:text-neutral-600\/30:active {
  color: rgb(82 82 82 / 0.3);
}
.active\:text-neutral-600\/40:active {
  color: rgb(82 82 82 / 0.4);
}
.active\:text-neutral-600\/5:active {
  color: rgb(82 82 82 / 0.05);
}
.active\:text-neutral-600\/50:active {
  color: rgb(82 82 82 / 0.5);
}
.active\:text-neutral-600\/60:active {
  color: rgb(82 82 82 / 0.6);
}
.active\:text-neutral-600\/70:active {
  color: rgb(82 82 82 / 0.7);
}
.active\:text-neutral-600\/75:active {
  color: rgb(82 82 82 / 0.75);
}
.active\:text-neutral-600\/80:active {
  color: rgb(82 82 82 / 0.8);
}
.active\:text-neutral-600\/90:active {
  color: rgb(82 82 82 / 0.9);
}
.active\:text-neutral-600\/95:active {
  color: rgb(82 82 82 / 0.95);
}
.active\:text-neutral-700:active {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.active\:text-neutral-700\/0:active {
  color: rgb(64 64 64 / 0);
}
.active\:text-neutral-700\/10:active {
  color: rgb(64 64 64 / 0.1);
}
.active\:text-neutral-700\/100:active {
  color: rgb(64 64 64 / 1);
}
.active\:text-neutral-700\/20:active {
  color: rgb(64 64 64 / 0.2);
}
.active\:text-neutral-700\/25:active {
  color: rgb(64 64 64 / 0.25);
}
.active\:text-neutral-700\/30:active {
  color: rgb(64 64 64 / 0.3);
}
.active\:text-neutral-700\/40:active {
  color: rgb(64 64 64 / 0.4);
}
.active\:text-neutral-700\/5:active {
  color: rgb(64 64 64 / 0.05);
}
.active\:text-neutral-700\/50:active {
  color: rgb(64 64 64 / 0.5);
}
.active\:text-neutral-700\/60:active {
  color: rgb(64 64 64 / 0.6);
}
.active\:text-neutral-700\/70:active {
  color: rgb(64 64 64 / 0.7);
}
.active\:text-neutral-700\/75:active {
  color: rgb(64 64 64 / 0.75);
}
.active\:text-neutral-700\/80:active {
  color: rgb(64 64 64 / 0.8);
}
.active\:text-neutral-700\/90:active {
  color: rgb(64 64 64 / 0.9);
}
.active\:text-neutral-700\/95:active {
  color: rgb(64 64 64 / 0.95);
}
.active\:text-neutral-800:active {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.active\:text-neutral-800\/0:active {
  color: rgb(38 38 38 / 0);
}
.active\:text-neutral-800\/10:active {
  color: rgb(38 38 38 / 0.1);
}
.active\:text-neutral-800\/100:active {
  color: rgb(38 38 38 / 1);
}
.active\:text-neutral-800\/20:active {
  color: rgb(38 38 38 / 0.2);
}
.active\:text-neutral-800\/25:active {
  color: rgb(38 38 38 / 0.25);
}
.active\:text-neutral-800\/30:active {
  color: rgb(38 38 38 / 0.3);
}
.active\:text-neutral-800\/40:active {
  color: rgb(38 38 38 / 0.4);
}
.active\:text-neutral-800\/5:active {
  color: rgb(38 38 38 / 0.05);
}
.active\:text-neutral-800\/50:active {
  color: rgb(38 38 38 / 0.5);
}
.active\:text-neutral-800\/60:active {
  color: rgb(38 38 38 / 0.6);
}
.active\:text-neutral-800\/70:active {
  color: rgb(38 38 38 / 0.7);
}
.active\:text-neutral-800\/75:active {
  color: rgb(38 38 38 / 0.75);
}
.active\:text-neutral-800\/80:active {
  color: rgb(38 38 38 / 0.8);
}
.active\:text-neutral-800\/90:active {
  color: rgb(38 38 38 / 0.9);
}
.active\:text-neutral-800\/95:active {
  color: rgb(38 38 38 / 0.95);
}
.active\:text-neutral-900:active {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.active\:text-neutral-900\/0:active {
  color: rgb(23 23 23 / 0);
}
.active\:text-neutral-900\/10:active {
  color: rgb(23 23 23 / 0.1);
}
.active\:text-neutral-900\/100:active {
  color: rgb(23 23 23 / 1);
}
.active\:text-neutral-900\/20:active {
  color: rgb(23 23 23 / 0.2);
}
.active\:text-neutral-900\/25:active {
  color: rgb(23 23 23 / 0.25);
}
.active\:text-neutral-900\/30:active {
  color: rgb(23 23 23 / 0.3);
}
.active\:text-neutral-900\/40:active {
  color: rgb(23 23 23 / 0.4);
}
.active\:text-neutral-900\/5:active {
  color: rgb(23 23 23 / 0.05);
}
.active\:text-neutral-900\/50:active {
  color: rgb(23 23 23 / 0.5);
}
.active\:text-neutral-900\/60:active {
  color: rgb(23 23 23 / 0.6);
}
.active\:text-neutral-900\/70:active {
  color: rgb(23 23 23 / 0.7);
}
.active\:text-neutral-900\/75:active {
  color: rgb(23 23 23 / 0.75);
}
.active\:text-neutral-900\/80:active {
  color: rgb(23 23 23 / 0.8);
}
.active\:text-neutral-900\/90:active {
  color: rgb(23 23 23 / 0.9);
}
.active\:text-neutral-900\/95:active {
  color: rgb(23 23 23 / 0.95);
}
.active\:text-neutral-950:active {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.active\:text-neutral-950\/0:active {
  color: rgb(10 10 10 / 0);
}
.active\:text-neutral-950\/10:active {
  color: rgb(10 10 10 / 0.1);
}
.active\:text-neutral-950\/100:active {
  color: rgb(10 10 10 / 1);
}
.active\:text-neutral-950\/20:active {
  color: rgb(10 10 10 / 0.2);
}
.active\:text-neutral-950\/25:active {
  color: rgb(10 10 10 / 0.25);
}
.active\:text-neutral-950\/30:active {
  color: rgb(10 10 10 / 0.3);
}
.active\:text-neutral-950\/40:active {
  color: rgb(10 10 10 / 0.4);
}
.active\:text-neutral-950\/5:active {
  color: rgb(10 10 10 / 0.05);
}
.active\:text-neutral-950\/50:active {
  color: rgb(10 10 10 / 0.5);
}
.active\:text-neutral-950\/60:active {
  color: rgb(10 10 10 / 0.6);
}
.active\:text-neutral-950\/70:active {
  color: rgb(10 10 10 / 0.7);
}
.active\:text-neutral-950\/75:active {
  color: rgb(10 10 10 / 0.75);
}
.active\:text-neutral-950\/80:active {
  color: rgb(10 10 10 / 0.8);
}
.active\:text-neutral-950\/90:active {
  color: rgb(10 10 10 / 0.9);
}
.active\:text-neutral-950\/95:active {
  color: rgb(10 10 10 / 0.95);
}
.active\:text-orange-100:active {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.active\:text-orange-100\/0:active {
  color: rgb(255 237 213 / 0);
}
.active\:text-orange-100\/10:active {
  color: rgb(255 237 213 / 0.1);
}
.active\:text-orange-100\/100:active {
  color: rgb(255 237 213 / 1);
}
.active\:text-orange-100\/20:active {
  color: rgb(255 237 213 / 0.2);
}
.active\:text-orange-100\/25:active {
  color: rgb(255 237 213 / 0.25);
}
.active\:text-orange-100\/30:active {
  color: rgb(255 237 213 / 0.3);
}
.active\:text-orange-100\/40:active {
  color: rgb(255 237 213 / 0.4);
}
.active\:text-orange-100\/5:active {
  color: rgb(255 237 213 / 0.05);
}
.active\:text-orange-100\/50:active {
  color: rgb(255 237 213 / 0.5);
}
.active\:text-orange-100\/60:active {
  color: rgb(255 237 213 / 0.6);
}
.active\:text-orange-100\/70:active {
  color: rgb(255 237 213 / 0.7);
}
.active\:text-orange-100\/75:active {
  color: rgb(255 237 213 / 0.75);
}
.active\:text-orange-100\/80:active {
  color: rgb(255 237 213 / 0.8);
}
.active\:text-orange-100\/90:active {
  color: rgb(255 237 213 / 0.9);
}
.active\:text-orange-100\/95:active {
  color: rgb(255 237 213 / 0.95);
}
.active\:text-orange-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.active\:text-orange-200\/0:active {
  color: rgb(254 215 170 / 0);
}
.active\:text-orange-200\/10:active {
  color: rgb(254 215 170 / 0.1);
}
.active\:text-orange-200\/100:active {
  color: rgb(254 215 170 / 1);
}
.active\:text-orange-200\/20:active {
  color: rgb(254 215 170 / 0.2);
}
.active\:text-orange-200\/25:active {
  color: rgb(254 215 170 / 0.25);
}
.active\:text-orange-200\/30:active {
  color: rgb(254 215 170 / 0.3);
}
.active\:text-orange-200\/40:active {
  color: rgb(254 215 170 / 0.4);
}
.active\:text-orange-200\/5:active {
  color: rgb(254 215 170 / 0.05);
}
.active\:text-orange-200\/50:active {
  color: rgb(254 215 170 / 0.5);
}
.active\:text-orange-200\/60:active {
  color: rgb(254 215 170 / 0.6);
}
.active\:text-orange-200\/70:active {
  color: rgb(254 215 170 / 0.7);
}
.active\:text-orange-200\/75:active {
  color: rgb(254 215 170 / 0.75);
}
.active\:text-orange-200\/80:active {
  color: rgb(254 215 170 / 0.8);
}
.active\:text-orange-200\/90:active {
  color: rgb(254 215 170 / 0.9);
}
.active\:text-orange-200\/95:active {
  color: rgb(254 215 170 / 0.95);
}
.active\:text-orange-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.active\:text-orange-300\/0:active {
  color: rgb(253 186 116 / 0);
}
.active\:text-orange-300\/10:active {
  color: rgb(253 186 116 / 0.1);
}
.active\:text-orange-300\/100:active {
  color: rgb(253 186 116 / 1);
}
.active\:text-orange-300\/20:active {
  color: rgb(253 186 116 / 0.2);
}
.active\:text-orange-300\/25:active {
  color: rgb(253 186 116 / 0.25);
}
.active\:text-orange-300\/30:active {
  color: rgb(253 186 116 / 0.3);
}
.active\:text-orange-300\/40:active {
  color: rgb(253 186 116 / 0.4);
}
.active\:text-orange-300\/5:active {
  color: rgb(253 186 116 / 0.05);
}
.active\:text-orange-300\/50:active {
  color: rgb(253 186 116 / 0.5);
}
.active\:text-orange-300\/60:active {
  color: rgb(253 186 116 / 0.6);
}
.active\:text-orange-300\/70:active {
  color: rgb(253 186 116 / 0.7);
}
.active\:text-orange-300\/75:active {
  color: rgb(253 186 116 / 0.75);
}
.active\:text-orange-300\/80:active {
  color: rgb(253 186 116 / 0.8);
}
.active\:text-orange-300\/90:active {
  color: rgb(253 186 116 / 0.9);
}
.active\:text-orange-300\/95:active {
  color: rgb(253 186 116 / 0.95);
}
.active\:text-orange-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.active\:text-orange-400\/0:active {
  color: rgb(251 146 60 / 0);
}
.active\:text-orange-400\/10:active {
  color: rgb(251 146 60 / 0.1);
}
.active\:text-orange-400\/100:active {
  color: rgb(251 146 60 / 1);
}
.active\:text-orange-400\/20:active {
  color: rgb(251 146 60 / 0.2);
}
.active\:text-orange-400\/25:active {
  color: rgb(251 146 60 / 0.25);
}
.active\:text-orange-400\/30:active {
  color: rgb(251 146 60 / 0.3);
}
.active\:text-orange-400\/40:active {
  color: rgb(251 146 60 / 0.4);
}
.active\:text-orange-400\/5:active {
  color: rgb(251 146 60 / 0.05);
}
.active\:text-orange-400\/50:active {
  color: rgb(251 146 60 / 0.5);
}
.active\:text-orange-400\/60:active {
  color: rgb(251 146 60 / 0.6);
}
.active\:text-orange-400\/70:active {
  color: rgb(251 146 60 / 0.7);
}
.active\:text-orange-400\/75:active {
  color: rgb(251 146 60 / 0.75);
}
.active\:text-orange-400\/80:active {
  color: rgb(251 146 60 / 0.8);
}
.active\:text-orange-400\/90:active {
  color: rgb(251 146 60 / 0.9);
}
.active\:text-orange-400\/95:active {
  color: rgb(251 146 60 / 0.95);
}
.active\:text-orange-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.active\:text-orange-50\/0:active {
  color: rgb(255 247 237 / 0);
}
.active\:text-orange-50\/10:active {
  color: rgb(255 247 237 / 0.1);
}
.active\:text-orange-50\/100:active {
  color: rgb(255 247 237 / 1);
}
.active\:text-orange-50\/20:active {
  color: rgb(255 247 237 / 0.2);
}
.active\:text-orange-50\/25:active {
  color: rgb(255 247 237 / 0.25);
}
.active\:text-orange-50\/30:active {
  color: rgb(255 247 237 / 0.3);
}
.active\:text-orange-50\/40:active {
  color: rgb(255 247 237 / 0.4);
}
.active\:text-orange-50\/5:active {
  color: rgb(255 247 237 / 0.05);
}
.active\:text-orange-50\/50:active {
  color: rgb(255 247 237 / 0.5);
}
.active\:text-orange-50\/60:active {
  color: rgb(255 247 237 / 0.6);
}
.active\:text-orange-50\/70:active {
  color: rgb(255 247 237 / 0.7);
}
.active\:text-orange-50\/75:active {
  color: rgb(255 247 237 / 0.75);
}
.active\:text-orange-50\/80:active {
  color: rgb(255 247 237 / 0.8);
}
.active\:text-orange-50\/90:active {
  color: rgb(255 247 237 / 0.9);
}
.active\:text-orange-50\/95:active {
  color: rgb(255 247 237 / 0.95);
}
.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.active\:text-orange-500\/0:active {
  color: rgb(249 115 22 / 0);
}
.active\:text-orange-500\/10:active {
  color: rgb(249 115 22 / 0.1);
}
.active\:text-orange-500\/100:active {
  color: rgb(249 115 22 / 1);
}
.active\:text-orange-500\/20:active {
  color: rgb(249 115 22 / 0.2);
}
.active\:text-orange-500\/25:active {
  color: rgb(249 115 22 / 0.25);
}
.active\:text-orange-500\/30:active {
  color: rgb(249 115 22 / 0.3);
}
.active\:text-orange-500\/40:active {
  color: rgb(249 115 22 / 0.4);
}
.active\:text-orange-500\/5:active {
  color: rgb(249 115 22 / 0.05);
}
.active\:text-orange-500\/50:active {
  color: rgb(249 115 22 / 0.5);
}
.active\:text-orange-500\/60:active {
  color: rgb(249 115 22 / 0.6);
}
.active\:text-orange-500\/70:active {
  color: rgb(249 115 22 / 0.7);
}
.active\:text-orange-500\/75:active {
  color: rgb(249 115 22 / 0.75);
}
.active\:text-orange-500\/80:active {
  color: rgb(249 115 22 / 0.8);
}
.active\:text-orange-500\/90:active {
  color: rgb(249 115 22 / 0.9);
}
.active\:text-orange-500\/95:active {
  color: rgb(249 115 22 / 0.95);
}
.active\:text-orange-600:active {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.active\:text-orange-600\/0:active {
  color: rgb(234 88 12 / 0);
}
.active\:text-orange-600\/10:active {
  color: rgb(234 88 12 / 0.1);
}
.active\:text-orange-600\/100:active {
  color: rgb(234 88 12 / 1);
}
.active\:text-orange-600\/20:active {
  color: rgb(234 88 12 / 0.2);
}
.active\:text-orange-600\/25:active {
  color: rgb(234 88 12 / 0.25);
}
.active\:text-orange-600\/30:active {
  color: rgb(234 88 12 / 0.3);
}
.active\:text-orange-600\/40:active {
  color: rgb(234 88 12 / 0.4);
}
.active\:text-orange-600\/5:active {
  color: rgb(234 88 12 / 0.05);
}
.active\:text-orange-600\/50:active {
  color: rgb(234 88 12 / 0.5);
}
.active\:text-orange-600\/60:active {
  color: rgb(234 88 12 / 0.6);
}
.active\:text-orange-600\/70:active {
  color: rgb(234 88 12 / 0.7);
}
.active\:text-orange-600\/75:active {
  color: rgb(234 88 12 / 0.75);
}
.active\:text-orange-600\/80:active {
  color: rgb(234 88 12 / 0.8);
}
.active\:text-orange-600\/90:active {
  color: rgb(234 88 12 / 0.9);
}
.active\:text-orange-600\/95:active {
  color: rgb(234 88 12 / 0.95);
}
.active\:text-orange-700:active {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.active\:text-orange-700\/0:active {
  color: rgb(194 65 12 / 0);
}
.active\:text-orange-700\/10:active {
  color: rgb(194 65 12 / 0.1);
}
.active\:text-orange-700\/100:active {
  color: rgb(194 65 12 / 1);
}
.active\:text-orange-700\/20:active {
  color: rgb(194 65 12 / 0.2);
}
.active\:text-orange-700\/25:active {
  color: rgb(194 65 12 / 0.25);
}
.active\:text-orange-700\/30:active {
  color: rgb(194 65 12 / 0.3);
}
.active\:text-orange-700\/40:active {
  color: rgb(194 65 12 / 0.4);
}
.active\:text-orange-700\/5:active {
  color: rgb(194 65 12 / 0.05);
}
.active\:text-orange-700\/50:active {
  color: rgb(194 65 12 / 0.5);
}
.active\:text-orange-700\/60:active {
  color: rgb(194 65 12 / 0.6);
}
.active\:text-orange-700\/70:active {
  color: rgb(194 65 12 / 0.7);
}
.active\:text-orange-700\/75:active {
  color: rgb(194 65 12 / 0.75);
}
.active\:text-orange-700\/80:active {
  color: rgb(194 65 12 / 0.8);
}
.active\:text-orange-700\/90:active {
  color: rgb(194 65 12 / 0.9);
}
.active\:text-orange-700\/95:active {
  color: rgb(194 65 12 / 0.95);
}
.active\:text-orange-800:active {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.active\:text-orange-800\/0:active {
  color: rgb(154 52 18 / 0);
}
.active\:text-orange-800\/10:active {
  color: rgb(154 52 18 / 0.1);
}
.active\:text-orange-800\/100:active {
  color: rgb(154 52 18 / 1);
}
.active\:text-orange-800\/20:active {
  color: rgb(154 52 18 / 0.2);
}
.active\:text-orange-800\/25:active {
  color: rgb(154 52 18 / 0.25);
}
.active\:text-orange-800\/30:active {
  color: rgb(154 52 18 / 0.3);
}
.active\:text-orange-800\/40:active {
  color: rgb(154 52 18 / 0.4);
}
.active\:text-orange-800\/5:active {
  color: rgb(154 52 18 / 0.05);
}
.active\:text-orange-800\/50:active {
  color: rgb(154 52 18 / 0.5);
}
.active\:text-orange-800\/60:active {
  color: rgb(154 52 18 / 0.6);
}
.active\:text-orange-800\/70:active {
  color: rgb(154 52 18 / 0.7);
}
.active\:text-orange-800\/75:active {
  color: rgb(154 52 18 / 0.75);
}
.active\:text-orange-800\/80:active {
  color: rgb(154 52 18 / 0.8);
}
.active\:text-orange-800\/90:active {
  color: rgb(154 52 18 / 0.9);
}
.active\:text-orange-800\/95:active {
  color: rgb(154 52 18 / 0.95);
}
.active\:text-orange-900:active {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.active\:text-orange-900\/0:active {
  color: rgb(124 45 18 / 0);
}
.active\:text-orange-900\/10:active {
  color: rgb(124 45 18 / 0.1);
}
.active\:text-orange-900\/100:active {
  color: rgb(124 45 18 / 1);
}
.active\:text-orange-900\/20:active {
  color: rgb(124 45 18 / 0.2);
}
.active\:text-orange-900\/25:active {
  color: rgb(124 45 18 / 0.25);
}
.active\:text-orange-900\/30:active {
  color: rgb(124 45 18 / 0.3);
}
.active\:text-orange-900\/40:active {
  color: rgb(124 45 18 / 0.4);
}
.active\:text-orange-900\/5:active {
  color: rgb(124 45 18 / 0.05);
}
.active\:text-orange-900\/50:active {
  color: rgb(124 45 18 / 0.5);
}
.active\:text-orange-900\/60:active {
  color: rgb(124 45 18 / 0.6);
}
.active\:text-orange-900\/70:active {
  color: rgb(124 45 18 / 0.7);
}
.active\:text-orange-900\/75:active {
  color: rgb(124 45 18 / 0.75);
}
.active\:text-orange-900\/80:active {
  color: rgb(124 45 18 / 0.8);
}
.active\:text-orange-900\/90:active {
  color: rgb(124 45 18 / 0.9);
}
.active\:text-orange-900\/95:active {
  color: rgb(124 45 18 / 0.95);
}
.active\:text-orange-950:active {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.active\:text-orange-950\/0:active {
  color: rgb(67 20 7 / 0);
}
.active\:text-orange-950\/10:active {
  color: rgb(67 20 7 / 0.1);
}
.active\:text-orange-950\/100:active {
  color: rgb(67 20 7 / 1);
}
.active\:text-orange-950\/20:active {
  color: rgb(67 20 7 / 0.2);
}
.active\:text-orange-950\/25:active {
  color: rgb(67 20 7 / 0.25);
}
.active\:text-orange-950\/30:active {
  color: rgb(67 20 7 / 0.3);
}
.active\:text-orange-950\/40:active {
  color: rgb(67 20 7 / 0.4);
}
.active\:text-orange-950\/5:active {
  color: rgb(67 20 7 / 0.05);
}
.active\:text-orange-950\/50:active {
  color: rgb(67 20 7 / 0.5);
}
.active\:text-orange-950\/60:active {
  color: rgb(67 20 7 / 0.6);
}
.active\:text-orange-950\/70:active {
  color: rgb(67 20 7 / 0.7);
}
.active\:text-orange-950\/75:active {
  color: rgb(67 20 7 / 0.75);
}
.active\:text-orange-950\/80:active {
  color: rgb(67 20 7 / 0.8);
}
.active\:text-orange-950\/90:active {
  color: rgb(67 20 7 / 0.9);
}
.active\:text-orange-950\/95:active {
  color: rgb(67 20 7 / 0.95);
}
.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.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\/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\/40:active {
  color: rgb(252 231 243 / 0.4);
}
.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\/60:active {
  color: rgb(252 231 243 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(251 207 232 / 0.4);
}
.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\/60:active {
  color: rgb(251 207 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(249 168 212 / 0.4);
}
.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\/60:active {
  color: rgb(249 168 212 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(244 114 182 / 0.4);
}
.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\/60:active {
  color: rgb(244 114 182 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(253 242 248 / 0.4);
}
.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\/60:active {
  color: rgb(253 242 248 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(236 72 153 / 0.4);
}
.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\/60:active {
  color: rgb(236 72 153 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(219 39 119 / 0.4);
}
.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\/60:active {
  color: rgb(219 39 119 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(190 24 93 / 0.4);
}
.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\/60:active {
  color: rgb(190 24 93 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(157 23 77 / 0.4);
}
.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\/60:active {
  color: rgb(157 23 77 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(131 24 67 / 0.4);
}
.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\/60:active {
  color: rgb(131 24 67 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(80 7 36 / 0.4);
}
.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\/60:active {
  color: rgb(80 7 36 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(243 232 255 / 0.4);
}
.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\/60:active {
  color: rgb(243 232 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(233 213 255 / 0.4);
}
.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\/60:active {
  color: rgb(233 213 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(216 180 254 / 0.4);
}
.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\/60:active {
  color: rgb(216 180 254 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(192 132 252 / 0.4);
}
.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\/60:active {
  color: rgb(192 132 252 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(250 245 255 / 0.4);
}
.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\/60:active {
  color: rgb(250 245 255 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(168 85 247 / 0.4);
}
.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\/60:active {
  color: rgb(168 85 247 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(147 51 234 / 0.4);
}
.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\/60:active {
  color: rgb(147 51 234 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(126 34 206 / 0.4);
}
.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\/60:active {
  color: rgb(126 34 206 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(107 33 168 / 0.4);
}
.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\/60:active {
  color: rgb(107 33 168 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(88 28 135 / 0.4);
}
.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\/60:active {
  color: rgb(88 28 135 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(59 7 100 / 0.4);
}
.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\/60:active {
  color: rgb(59 7 100 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(254 226 226 / 0.4);
}
.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\/60:active {
  color: rgb(254 226 226 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(254 202 202 / 0.4);
}
.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\/60:active {
  color: rgb(254 202 202 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(252 165 165 / 0.4);
}
.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\/60:active {
  color: rgb(252 165 165 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(248 113 113 / 0.4);
}
.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\/60:active {
  color: rgb(248 113 113 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(254 242 242 / 0.4);
}
.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\/60:active {
  color: rgb(254 242 242 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(239 68 68 / 0.4);
}
.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\/60:active {
  color: rgb(239 68 68 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(220 38 38 / 0.4);
}
.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\/60:active {
  color: rgb(220 38 38 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(185 28 28 / 0.4);
}
.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\/60:active {
  color: rgb(185 28 28 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(153 27 27 / 0.4);
}
.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\/60:active {
  color: rgb(153 27 27 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(127 29 29 / 0.4);
}
.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\/60:active {
  color: rgb(127 29 29 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(69 10 10 / 0.4);
}
.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\/60:active {
  color: rgb(69 10 10 / 0.6);
}
.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\/90:active {
  color: rgb(69 10 10 / 0.9);
}
.active\:text-red-950\/95:active {
  color: rgb(69 10 10 / 0.95);
}
.active\:text-rose-100:active {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.active\:text-rose-100\/0:active {
  color: rgb(255 228 230 / 0);
}
.active\:text-rose-100\/10:active {
  color: rgb(255 228 230 / 0.1);
}
.active\:text-rose-100\/100:active {
  color: rgb(255 228 230 / 1);
}
.active\:text-rose-100\/20:active {
  color: rgb(255 228 230 / 0.2);
}
.active\:text-rose-100\/25:active {
  color: rgb(255 228 230 / 0.25);
}
.active\:text-rose-100\/30:active {
  color: rgb(255 228 230 / 0.3);
}
.active\:text-rose-100\/40:active {
  color: rgb(255 228 230 / 0.4);
}
.active\:text-rose-100\/5:active {
  color: rgb(255 228 230 / 0.05);
}
.active\:text-rose-100\/50:active {
  color: rgb(255 228 230 / 0.5);
}
.active\:text-rose-100\/60:active {
  color: rgb(255 228 230 / 0.6);
}
.active\:text-rose-100\/70:active {
  color: rgb(255 228 230 / 0.7);
}
.active\:text-rose-100\/75:active {
  color: rgb(255 228 230 / 0.75);
}
.active\:text-rose-100\/80:active {
  color: rgb(255 228 230 / 0.8);
}
.active\:text-rose-100\/90:active {
  color: rgb(255 228 230 / 0.9);
}
.active\:text-rose-100\/95:active {
  color: rgb(255 228 230 / 0.95);
}
.active\:text-rose-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.active\:text-rose-200\/0:active {
  color: rgb(254 205 211 / 0);
}
.active\:text-rose-200\/10:active {
  color: rgb(254 205 211 / 0.1);
}
.active\:text-rose-200\/100:active {
  color: rgb(254 205 211 / 1);
}
.active\:text-rose-200\/20:active {
  color: rgb(254 205 211 / 0.2);
}
.active\:text-rose-200\/25:active {
  color: rgb(254 205 211 / 0.25);
}
.active\:text-rose-200\/30:active {
  color: rgb(254 205 211 / 0.3);
}
.active\:text-rose-200\/40:active {
  color: rgb(254 205 211 / 0.4);
}
.active\:text-rose-200\/5:active {
  color: rgb(254 205 211 / 0.05);
}
.active\:text-rose-200\/50:active {
  color: rgb(254 205 211 / 0.5);
}
.active\:text-rose-200\/60:active {
  color: rgb(254 205 211 / 0.6);
}
.active\:text-rose-200\/70:active {
  color: rgb(254 205 211 / 0.7);
}
.active\:text-rose-200\/75:active {
  color: rgb(254 205 211 / 0.75);
}
.active\:text-rose-200\/80:active {
  color: rgb(254 205 211 / 0.8);
}
.active\:text-rose-200\/90:active {
  color: rgb(254 205 211 / 0.9);
}
.active\:text-rose-200\/95:active {
  color: rgb(254 205 211 / 0.95);
}
.active\:text-rose-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.active\:text-rose-300\/0:active {
  color: rgb(253 164 175 / 0);
}
.active\:text-rose-300\/10:active {
  color: rgb(253 164 175 / 0.1);
}
.active\:text-rose-300\/100:active {
  color: rgb(253 164 175 / 1);
}
.active\:text-rose-300\/20:active {
  color: rgb(253 164 175 / 0.2);
}
.active\:text-rose-300\/25:active {
  color: rgb(253 164 175 / 0.25);
}
.active\:text-rose-300\/30:active {
  color: rgb(253 164 175 / 0.3);
}
.active\:text-rose-300\/40:active {
  color: rgb(253 164 175 / 0.4);
}
.active\:text-rose-300\/5:active {
  color: rgb(253 164 175 / 0.05);
}
.active\:text-rose-300\/50:active {
  color: rgb(253 164 175 / 0.5);
}
.active\:text-rose-300\/60:active {
  color: rgb(253 164 175 / 0.6);
}
.active\:text-rose-300\/70:active {
  color: rgb(253 164 175 / 0.7);
}
.active\:text-rose-300\/75:active {
  color: rgb(253 164 175 / 0.75);
}
.active\:text-rose-300\/80:active {
  color: rgb(253 164 175 / 0.8);
}
.active\:text-rose-300\/90:active {
  color: rgb(253 164 175 / 0.9);
}
.active\:text-rose-300\/95:active {
  color: rgb(253 164 175 / 0.95);
}
.active\:text-rose-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.active\:text-rose-400\/0:active {
  color: rgb(251 113 133 / 0);
}
.active\:text-rose-400\/10:active {
  color: rgb(251 113 133 / 0.1);
}
.active\:text-rose-400\/100:active {
  color: rgb(251 113 133 / 1);
}
.active\:text-rose-400\/20:active {
  color: rgb(251 113 133 / 0.2);
}
.active\:text-rose-400\/25:active {
  color: rgb(251 113 133 / 0.25);
}
.active\:text-rose-400\/30:active {
  color: rgb(251 113 133 / 0.3);
}
.active\:text-rose-400\/40:active {
  color: rgb(251 113 133 / 0.4);
}
.active\:text-rose-400\/5:active {
  color: rgb(251 113 133 / 0.05);
}
.active\:text-rose-400\/50:active {
  color: rgb(251 113 133 / 0.5);
}
.active\:text-rose-400\/60:active {
  color: rgb(251 113 133 / 0.6);
}
.active\:text-rose-400\/70:active {
  color: rgb(251 113 133 / 0.7);
}
.active\:text-rose-400\/75:active {
  color: rgb(251 113 133 / 0.75);
}
.active\:text-rose-400\/80:active {
  color: rgb(251 113 133 / 0.8);
}
.active\:text-rose-400\/90:active {
  color: rgb(251 113 133 / 0.9);
}
.active\:text-rose-400\/95:active {
  color: rgb(251 113 133 / 0.95);
}
.active\:text-rose-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.active\:text-rose-50\/0:active {
  color: rgb(255 241 242 / 0);
}
.active\:text-rose-50\/10:active {
  color: rgb(255 241 242 / 0.1);
}
.active\:text-rose-50\/100:active {
  color: rgb(255 241 242 / 1);
}
.active\:text-rose-50\/20:active {
  color: rgb(255 241 242 / 0.2);
}
.active\:text-rose-50\/25:active {
  color: rgb(255 241 242 / 0.25);
}
.active\:text-rose-50\/30:active {
  color: rgb(255 241 242 / 0.3);
}
.active\:text-rose-50\/40:active {
  color: rgb(255 241 242 / 0.4);
}
.active\:text-rose-50\/5:active {
  color: rgb(255 241 242 / 0.05);
}
.active\:text-rose-50\/50:active {
  color: rgb(255 241 242 / 0.5);
}
.active\:text-rose-50\/60:active {
  color: rgb(255 241 242 / 0.6);
}
.active\:text-rose-50\/70:active {
  color: rgb(255 241 242 / 0.7);
}
.active\:text-rose-50\/75:active {
  color: rgb(255 241 242 / 0.75);
}
.active\:text-rose-50\/80:active {
  color: rgb(255 241 242 / 0.8);
}
.active\:text-rose-50\/90:active {
  color: rgb(255 241 242 / 0.9);
}
.active\:text-rose-50\/95:active {
  color: rgb(255 241 242 / 0.95);
}
.active\:text-rose-500:active {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.active\:text-rose-500\/0:active {
  color: rgb(244 63 94 / 0);
}
.active\:text-rose-500\/10:active {
  color: rgb(244 63 94 / 0.1);
}
.active\:text-rose-500\/100:active {
  color: rgb(244 63 94 / 1);
}
.active\:text-rose-500\/20:active {
  color: rgb(244 63 94 / 0.2);
}
.active\:text-rose-500\/25:active {
  color: rgb(244 63 94 / 0.25);
}
.active\:text-rose-500\/30:active {
  color: rgb(244 63 94 / 0.3);
}
.active\:text-rose-500\/40:active {
  color: rgb(244 63 94 / 0.4);
}
.active\:text-rose-500\/5:active {
  color: rgb(244 63 94 / 0.05);
}
.active\:text-rose-500\/50:active {
  color: rgb(244 63 94 / 0.5);
}
.active\:text-rose-500\/60:active {
  color: rgb(244 63 94 / 0.6);
}
.active\:text-rose-500\/70:active {
  color: rgb(244 63 94 / 0.7);
}
.active\:text-rose-500\/75:active {
  color: rgb(244 63 94 / 0.75);
}
.active\:text-rose-500\/80:active {
  color: rgb(244 63 94 / 0.8);
}
.active\:text-rose-500\/90:active {
  color: rgb(244 63 94 / 0.9);
}
.active\:text-rose-500\/95:active {
  color: rgb(244 63 94 / 0.95);
}
.active\:text-rose-600:active {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.active\:text-rose-600\/0:active {
  color: rgb(225 29 72 / 0);
}
.active\:text-rose-600\/10:active {
  color: rgb(225 29 72 / 0.1);
}
.active\:text-rose-600\/100:active {
  color: rgb(225 29 72 / 1);
}
.active\:text-rose-600\/20:active {
  color: rgb(225 29 72 / 0.2);
}
.active\:text-rose-600\/25:active {
  color: rgb(225 29 72 / 0.25);
}
.active\:text-rose-600\/30:active {
  color: rgb(225 29 72 / 0.3);
}
.active\:text-rose-600\/40:active {
  color: rgb(225 29 72 / 0.4);
}
.active\:text-rose-600\/5:active {
  color: rgb(225 29 72 / 0.05);
}
.active\:text-rose-600\/50:active {
  color: rgb(225 29 72 / 0.5);
}
.active\:text-rose-600\/60:active {
  color: rgb(225 29 72 / 0.6);
}
.active\:text-rose-600\/70:active {
  color: rgb(225 29 72 / 0.7);
}
.active\:text-rose-600\/75:active {
  color: rgb(225 29 72 / 0.75);
}
.active\:text-rose-600\/80:active {
  color: rgb(225 29 72 / 0.8);
}
.active\:text-rose-600\/90:active {
  color: rgb(225 29 72 / 0.9);
}
.active\:text-rose-600\/95:active {
  color: rgb(225 29 72 / 0.95);
}
.active\:text-rose-700:active {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.active\:text-rose-700\/0:active {
  color: rgb(190 18 60 / 0);
}
.active\:text-rose-700\/10:active {
  color: rgb(190 18 60 / 0.1);
}
.active\:text-rose-700\/100:active {
  color: rgb(190 18 60 / 1);
}
.active\:text-rose-700\/20:active {
  color: rgb(190 18 60 / 0.2);
}
.active\:text-rose-700\/25:active {
  color: rgb(190 18 60 / 0.25);
}
.active\:text-rose-700\/30:active {
  color: rgb(190 18 60 / 0.3);
}
.active\:text-rose-700\/40:active {
  color: rgb(190 18 60 / 0.4);
}
.active\:text-rose-700\/5:active {
  color: rgb(190 18 60 / 0.05);
}
.active\:text-rose-700\/50:active {
  color: rgb(190 18 60 / 0.5);
}
.active\:text-rose-700\/60:active {
  color: rgb(190 18 60 / 0.6);
}
.active\:text-rose-700\/70:active {
  color: rgb(190 18 60 / 0.7);
}
.active\:text-rose-700\/75:active {
  color: rgb(190 18 60 / 0.75);
}
.active\:text-rose-700\/80:active {
  color: rgb(190 18 60 / 0.8);
}
.active\:text-rose-700\/90:active {
  color: rgb(190 18 60 / 0.9);
}
.active\:text-rose-700\/95:active {
  color: rgb(190 18 60 / 0.95);
}
.active\:text-rose-800:active {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.active\:text-rose-800\/0:active {
  color: rgb(159 18 57 / 0);
}
.active\:text-rose-800\/10:active {
  color: rgb(159 18 57 / 0.1);
}
.active\:text-rose-800\/100:active {
  color: rgb(159 18 57 / 1);
}
.active\:text-rose-800\/20:active {
  color: rgb(159 18 57 / 0.2);
}
.active\:text-rose-800\/25:active {
  color: rgb(159 18 57 / 0.25);
}
.active\:text-rose-800\/30:active {
  color: rgb(159 18 57 / 0.3);
}
.active\:text-rose-800\/40:active {
  color: rgb(159 18 57 / 0.4);
}
.active\:text-rose-800\/5:active {
  color: rgb(159 18 57 / 0.05);
}
.active\:text-rose-800\/50:active {
  color: rgb(159 18 57 / 0.5);
}
.active\:text-rose-800\/60:active {
  color: rgb(159 18 57 / 0.6);
}
.active\:text-rose-800\/70:active {
  color: rgb(159 18 57 / 0.7);
}
.active\:text-rose-800\/75:active {
  color: rgb(159 18 57 / 0.75);
}
.active\:text-rose-800\/80:active {
  color: rgb(159 18 57 / 0.8);
}
.active\:text-rose-800\/90:active {
  color: rgb(159 18 57 / 0.9);
}
.active\:text-rose-800\/95:active {
  color: rgb(159 18 57 / 0.95);
}
.active\:text-rose-900:active {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.active\:text-rose-900\/0:active {
  color: rgb(136 19 55 / 0);
}
.active\:text-rose-900\/10:active {
  color: rgb(136 19 55 / 0.1);
}
.active\:text-rose-900\/100:active {
  color: rgb(136 19 55 / 1);
}
.active\:text-rose-900\/20:active {
  color: rgb(136 19 55 / 0.2);
}
.active\:text-rose-900\/25:active {
  color: rgb(136 19 55 / 0.25);
}
.active\:text-rose-900\/30:active {
  color: rgb(136 19 55 / 0.3);
}
.active\:text-rose-900\/40:active {
  color: rgb(136 19 55 / 0.4);
}
.active\:text-rose-900\/5:active {
  color: rgb(136 19 55 / 0.05);
}
.active\:text-rose-900\/50:active {
  color: rgb(136 19 55 / 0.5);
}
.active\:text-rose-900\/60:active {
  color: rgb(136 19 55 / 0.6);
}
.active\:text-rose-900\/70:active {
  color: rgb(136 19 55 / 0.7);
}
.active\:text-rose-900\/75:active {
  color: rgb(136 19 55 / 0.75);
}
.active\:text-rose-900\/80:active {
  color: rgb(136 19 55 / 0.8);
}
.active\:text-rose-900\/90:active {
  color: rgb(136 19 55 / 0.9);
}
.active\:text-rose-900\/95:active {
  color: rgb(136 19 55 / 0.95);
}
.active\:text-rose-950:active {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.active\:text-rose-950\/0:active {
  color: rgb(76 5 25 / 0);
}
.active\:text-rose-950\/10:active {
  color: rgb(76 5 25 / 0.1);
}
.active\:text-rose-950\/100:active {
  color: rgb(76 5 25 / 1);
}
.active\:text-rose-950\/20:active {
  color: rgb(76 5 25 / 0.2);
}
.active\:text-rose-950\/25:active {
  color: rgb(76 5 25 / 0.25);
}
.active\:text-rose-950\/30:active {
  color: rgb(76 5 25 / 0.3);
}
.active\:text-rose-950\/40:active {
  color: rgb(76 5 25 / 0.4);
}
.active\:text-rose-950\/5:active {
  color: rgb(76 5 25 / 0.05);
}
.active\:text-rose-950\/50:active {
  color: rgb(76 5 25 / 0.5);
}
.active\:text-rose-950\/60:active {
  color: rgb(76 5 25 / 0.6);
}
.active\:text-rose-950\/70:active {
  color: rgb(76 5 25 / 0.7);
}
.active\:text-rose-950\/75:active {
  color: rgb(76 5 25 / 0.75);
}
.active\:text-rose-950\/80:active {
  color: rgb(76 5 25 / 0.8);
}
.active\:text-rose-950\/90:active {
  color: rgb(76 5 25 / 0.9);
}
.active\:text-rose-950\/95:active {
  color: rgb(76 5 25 / 0.95);
}
.active\:text-sky-100:active {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.active\:text-sky-100\/0:active {
  color: rgb(224 242 254 / 0);
}
.active\:text-sky-100\/10:active {
  color: rgb(224 242 254 / 0.1);
}
.active\:text-sky-100\/100:active {
  color: rgb(224 242 254 / 1);
}
.active\:text-sky-100\/20:active {
  color: rgb(224 242 254 / 0.2);
}
.active\:text-sky-100\/25:active {
  color: rgb(224 242 254 / 0.25);
}
.active\:text-sky-100\/30:active {
  color: rgb(224 242 254 / 0.3);
}
.active\:text-sky-100\/40:active {
  color: rgb(224 242 254 / 0.4);
}
.active\:text-sky-100\/5:active {
  color: rgb(224 242 254 / 0.05);
}
.active\:text-sky-100\/50:active {
  color: rgb(224 242 254 / 0.5);
}
.active\:text-sky-100\/60:active {
  color: rgb(224 242 254 / 0.6);
}
.active\:text-sky-100\/70:active {
  color: rgb(224 242 254 / 0.7);
}
.active\:text-sky-100\/75:active {
  color: rgb(224 242 254 / 0.75);
}
.active\:text-sky-100\/80:active {
  color: rgb(224 242 254 / 0.8);
}
.active\:text-sky-100\/90:active {
  color: rgb(224 242 254 / 0.9);
}
.active\:text-sky-100\/95:active {
  color: rgb(224 242 254 / 0.95);
}
.active\:text-sky-200:active {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.active\:text-sky-200\/0:active {
  color: rgb(186 230 253 / 0);
}
.active\:text-sky-200\/10:active {
  color: rgb(186 230 253 / 0.1);
}
.active\:text-sky-200\/100:active {
  color: rgb(186 230 253 / 1);
}
.active\:text-sky-200\/20:active {
  color: rgb(186 230 253 / 0.2);
}
.active\:text-sky-200\/25:active {
  color: rgb(186 230 253 / 0.25);
}
.active\:text-sky-200\/30:active {
  color: rgb(186 230 253 / 0.3);
}
.active\:text-sky-200\/40:active {
  color: rgb(186 230 253 / 0.4);
}
.active\:text-sky-200\/5:active {
  color: rgb(186 230 253 / 0.05);
}
.active\:text-sky-200\/50:active {
  color: rgb(186 230 253 / 0.5);
}
.active\:text-sky-200\/60:active {
  color: rgb(186 230 253 / 0.6);
}
.active\:text-sky-200\/70:active {
  color: rgb(186 230 253 / 0.7);
}
.active\:text-sky-200\/75:active {
  color: rgb(186 230 253 / 0.75);
}
.active\:text-sky-200\/80:active {
  color: rgb(186 230 253 / 0.8);
}
.active\:text-sky-200\/90:active {
  color: rgb(186 230 253 / 0.9);
}
.active\:text-sky-200\/95:active {
  color: rgb(186 230 253 / 0.95);
}
.active\:text-sky-300:active {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.active\:text-sky-300\/0:active {
  color: rgb(125 211 252 / 0);
}
.active\:text-sky-300\/10:active {
  color: rgb(125 211 252 / 0.1);
}
.active\:text-sky-300\/100:active {
  color: rgb(125 211 252 / 1);
}
.active\:text-sky-300\/20:active {
  color: rgb(125 211 252 / 0.2);
}
.active\:text-sky-300\/25:active {
  color: rgb(125 211 252 / 0.25);
}
.active\:text-sky-300\/30:active {
  color: rgb(125 211 252 / 0.3);
}
.active\:text-sky-300\/40:active {
  color: rgb(125 211 252 / 0.4);
}
.active\:text-sky-300\/5:active {
  color: rgb(125 211 252 / 0.05);
}
.active\:text-sky-300\/50:active {
  color: rgb(125 211 252 / 0.5);
}
.active\:text-sky-300\/60:active {
  color: rgb(125 211 252 / 0.6);
}
.active\:text-sky-300\/70:active {
  color: rgb(125 211 252 / 0.7);
}
.active\:text-sky-300\/75:active {
  color: rgb(125 211 252 / 0.75);
}
.active\:text-sky-300\/80:active {
  color: rgb(125 211 252 / 0.8);
}
.active\:text-sky-300\/90:active {
  color: rgb(125 211 252 / 0.9);
}
.active\:text-sky-300\/95:active {
  color: rgb(125 211 252 / 0.95);
}
.active\:text-sky-400:active {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.active\:text-sky-400\/0:active {
  color: rgb(56 189 248 / 0);
}
.active\:text-sky-400\/10:active {
  color: rgb(56 189 248 / 0.1);
}
.active\:text-sky-400\/100:active {
  color: rgb(56 189 248 / 1);
}
.active\:text-sky-400\/20:active {
  color: rgb(56 189 248 / 0.2);
}
.active\:text-sky-400\/25:active {
  color: rgb(56 189 248 / 0.25);
}
.active\:text-sky-400\/30:active {
  color: rgb(56 189 248 / 0.3);
}
.active\:text-sky-400\/40:active {
  color: rgb(56 189 248 / 0.4);
}
.active\:text-sky-400\/5:active {
  color: rgb(56 189 248 / 0.05);
}
.active\:text-sky-400\/50:active {
  color: rgb(56 189 248 / 0.5);
}
.active\:text-sky-400\/60:active {
  color: rgb(56 189 248 / 0.6);
}
.active\:text-sky-400\/70:active {
  color: rgb(56 189 248 / 0.7);
}
.active\:text-sky-400\/75:active {
  color: rgb(56 189 248 / 0.75);
}
.active\:text-sky-400\/80:active {
  color: rgb(56 189 248 / 0.8);
}
.active\:text-sky-400\/90:active {
  color: rgb(56 189 248 / 0.9);
}
.active\:text-sky-400\/95:active {
  color: rgb(56 189 248 / 0.95);
}
.active\:text-sky-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.active\:text-sky-50\/0:active {
  color: rgb(240 249 255 / 0);
}
.active\:text-sky-50\/10:active {
  color: rgb(240 249 255 / 0.1);
}
.active\:text-sky-50\/100:active {
  color: rgb(240 249 255 / 1);
}
.active\:text-sky-50\/20:active {
  color: rgb(240 249 255 / 0.2);
}
.active\:text-sky-50\/25:active {
  color: rgb(240 249 255 / 0.25);
}
.active\:text-sky-50\/30:active {
  color: rgb(240 249 255 / 0.3);
}
.active\:text-sky-50\/40:active {
  color: rgb(240 249 255 / 0.4);
}
.active\:text-sky-50\/5:active {
  color: rgb(240 249 255 / 0.05);
}
.active\:text-sky-50\/50:active {
  color: rgb(240 249 255 / 0.5);
}
.active\:text-sky-50\/60:active {
  color: rgb(240 249 255 / 0.6);
}
.active\:text-sky-50\/70:active {
  color: rgb(240 249 255 / 0.7);
}
.active\:text-sky-50\/75:active {
  color: rgb(240 249 255 / 0.75);
}
.active\:text-sky-50\/80:active {
  color: rgb(240 249 255 / 0.8);
}
.active\:text-sky-50\/90:active {
  color: rgb(240 249 255 / 0.9);
}
.active\:text-sky-50\/95:active {
  color: rgb(240 249 255 / 0.95);
}
.active\:text-sky-500:active {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.active\:text-sky-500\/0:active {
  color: rgb(14 165 233 / 0);
}
.active\:text-sky-500\/10:active {
  color: rgb(14 165 233 / 0.1);
}
.active\:text-sky-500\/100:active {
  color: rgb(14 165 233 / 1);
}
.active\:text-sky-500\/20:active {
  color: rgb(14 165 233 / 0.2);
}
.active\:text-sky-500\/25:active {
  color: rgb(14 165 233 / 0.25);
}
.active\:text-sky-500\/30:active {
  color: rgb(14 165 233 / 0.3);
}
.active\:text-sky-500\/40:active {
  color: rgb(14 165 233 / 0.4);
}
.active\:text-sky-500\/5:active {
  color: rgb(14 165 233 / 0.05);
}
.active\:text-sky-500\/50:active {
  color: rgb(14 165 233 / 0.5);
}
.active\:text-sky-500\/60:active {
  color: rgb(14 165 233 / 0.6);
}
.active\:text-sky-500\/70:active {
  color: rgb(14 165 233 / 0.7);
}
.active\:text-sky-500\/75:active {
  color: rgb(14 165 233 / 0.75);
}
.active\:text-sky-500\/80:active {
  color: rgb(14 165 233 / 0.8);
}
.active\:text-sky-500\/90:active {
  color: rgb(14 165 233 / 0.9);
}
.active\:text-sky-500\/95:active {
  color: rgb(14 165 233 / 0.95);
}
.active\:text-sky-600:active {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.active\:text-sky-600\/0:active {
  color: rgb(2 132 199 / 0);
}
.active\:text-sky-600\/10:active {
  color: rgb(2 132 199 / 0.1);
}
.active\:text-sky-600\/100:active {
  color: rgb(2 132 199 / 1);
}
.active\:text-sky-600\/20:active {
  color: rgb(2 132 199 / 0.2);
}
.active\:text-sky-600\/25:active {
  color: rgb(2 132 199 / 0.25);
}
.active\:text-sky-600\/30:active {
  color: rgb(2 132 199 / 0.3);
}
.active\:text-sky-600\/40:active {
  color: rgb(2 132 199 / 0.4);
}
.active\:text-sky-600\/5:active {
  color: rgb(2 132 199 / 0.05);
}
.active\:text-sky-600\/50:active {
  color: rgb(2 132 199 / 0.5);
}
.active\:text-sky-600\/60:active {
  color: rgb(2 132 199 / 0.6);
}
.active\:text-sky-600\/70:active {
  color: rgb(2 132 199 / 0.7);
}
.active\:text-sky-600\/75:active {
  color: rgb(2 132 199 / 0.75);
}
.active\:text-sky-600\/80:active {
  color: rgb(2 132 199 / 0.8);
}
.active\:text-sky-600\/90:active {
  color: rgb(2 132 199 / 0.9);
}
.active\:text-sky-600\/95:active {
  color: rgb(2 132 199 / 0.95);
}
.active\:text-sky-700:active {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.active\:text-sky-700\/0:active {
  color: rgb(3 105 161 / 0);
}
.active\:text-sky-700\/10:active {
  color: rgb(3 105 161 / 0.1);
}
.active\:text-sky-700\/100:active {
  color: rgb(3 105 161 / 1);
}
.active\:text-sky-700\/20:active {
  color: rgb(3 105 161 / 0.2);
}
.active\:text-sky-700\/25:active {
  color: rgb(3 105 161 / 0.25);
}
.active\:text-sky-700\/30:active {
  color: rgb(3 105 161 / 0.3);
}
.active\:text-sky-700\/40:active {
  color: rgb(3 105 161 / 0.4);
}
.active\:text-sky-700\/5:active {
  color: rgb(3 105 161 / 0.05);
}
.active\:text-sky-700\/50:active {
  color: rgb(3 105 161 / 0.5);
}
.active\:text-sky-700\/60:active {
  color: rgb(3 105 161 / 0.6);
}
.active\:text-sky-700\/70:active {
  color: rgb(3 105 161 / 0.7);
}
.active\:text-sky-700\/75:active {
  color: rgb(3 105 161 / 0.75);
}
.active\:text-sky-700\/80:active {
  color: rgb(3 105 161 / 0.8);
}
.active\:text-sky-700\/90:active {
  color: rgb(3 105 161 / 0.9);
}
.active\:text-sky-700\/95:active {
  color: rgb(3 105 161 / 0.95);
}
.active\:text-sky-800:active {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.active\:text-sky-800\/0:active {
  color: rgb(7 89 133 / 0);
}
.active\:text-sky-800\/10:active {
  color: rgb(7 89 133 / 0.1);
}
.active\:text-sky-800\/100:active {
  color: rgb(7 89 133 / 1);
}
.active\:text-sky-800\/20:active {
  color: rgb(7 89 133 / 0.2);
}
.active\:text-sky-800\/25:active {
  color: rgb(7 89 133 / 0.25);
}
.active\:text-sky-800\/30:active {
  color: rgb(7 89 133 / 0.3);
}
.active\:text-sky-800\/40:active {
  color: rgb(7 89 133 / 0.4);
}
.active\:text-sky-800\/5:active {
  color: rgb(7 89 133 / 0.05);
}
.active\:text-sky-800\/50:active {
  color: rgb(7 89 133 / 0.5);
}
.active\:text-sky-800\/60:active {
  color: rgb(7 89 133 / 0.6);
}
.active\:text-sky-800\/70:active {
  color: rgb(7 89 133 / 0.7);
}
.active\:text-sky-800\/75:active {
  color: rgb(7 89 133 / 0.75);
}
.active\:text-sky-800\/80:active {
  color: rgb(7 89 133 / 0.8);
}
.active\:text-sky-800\/90:active {
  color: rgb(7 89 133 / 0.9);
}
.active\:text-sky-800\/95:active {
  color: rgb(7 89 133 / 0.95);
}
.active\:text-sky-900:active {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.active\:text-sky-900\/0:active {
  color: rgb(12 74 110 / 0);
}
.active\:text-sky-900\/10:active {
  color: rgb(12 74 110 / 0.1);
}
.active\:text-sky-900\/100:active {
  color: rgb(12 74 110 / 1);
}
.active\:text-sky-900\/20:active {
  color: rgb(12 74 110 / 0.2);
}
.active\:text-sky-900\/25:active {
  color: rgb(12 74 110 / 0.25);
}
.active\:text-sky-900\/30:active {
  color: rgb(12 74 110 / 0.3);
}
.active\:text-sky-900\/40:active {
  color: rgb(12 74 110 / 0.4);
}
.active\:text-sky-900\/5:active {
  color: rgb(12 74 110 / 0.05);
}
.active\:text-sky-900\/50:active {
  color: rgb(12 74 110 / 0.5);
}
.active\:text-sky-900\/60:active {
  color: rgb(12 74 110 / 0.6);
}
.active\:text-sky-900\/70:active {
  color: rgb(12 74 110 / 0.7);
}
.active\:text-sky-900\/75:active {
  color: rgb(12 74 110 / 0.75);
}
.active\:text-sky-900\/80:active {
  color: rgb(12 74 110 / 0.8);
}
.active\:text-sky-900\/90:active {
  color: rgb(12 74 110 / 0.9);
}
.active\:text-sky-900\/95:active {
  color: rgb(12 74 110 / 0.95);
}
.active\:text-sky-950:active {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.active\:text-sky-950\/0:active {
  color: rgb(8 47 73 / 0);
}
.active\:text-sky-950\/10:active {
  color: rgb(8 47 73 / 0.1);
}
.active\:text-sky-950\/100:active {
  color: rgb(8 47 73 / 1);
}
.active\:text-sky-950\/20:active {
  color: rgb(8 47 73 / 0.2);
}
.active\:text-sky-950\/25:active {
  color: rgb(8 47 73 / 0.25);
}
.active\:text-sky-950\/30:active {
  color: rgb(8 47 73 / 0.3);
}
.active\:text-sky-950\/40:active {
  color: rgb(8 47 73 / 0.4);
}
.active\:text-sky-950\/5:active {
  color: rgb(8 47 73 / 0.05);
}
.active\:text-sky-950\/50:active {
  color: rgb(8 47 73 / 0.5);
}
.active\:text-sky-950\/60:active {
  color: rgb(8 47 73 / 0.6);
}
.active\:text-sky-950\/70:active {
  color: rgb(8 47 73 / 0.7);
}
.active\:text-sky-950\/75:active {
  color: rgb(8 47 73 / 0.75);
}
.active\:text-sky-950\/80:active {
  color: rgb(8 47 73 / 0.8);
}
.active\:text-sky-950\/90:active {
  color: rgb(8 47 73 / 0.9);
}
.active\:text-sky-950\/95:active {
  color: rgb(8 47 73 / 0.95);
}
.active\:text-slate-100:active {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.active\:text-slate-100\/0:active {
  color: rgb(241 245 249 / 0);
}
.active\:text-slate-100\/10:active {
  color: rgb(241 245 249 / 0.1);
}
.active\:text-slate-100\/100:active {
  color: rgb(241 245 249 / 1);
}
.active\:text-slate-100\/20:active {
  color: rgb(241 245 249 / 0.2);
}
.active\:text-slate-100\/25:active {
  color: rgb(241 245 249 / 0.25);
}
.active\:text-slate-100\/30:active {
  color: rgb(241 245 249 / 0.3);
}
.active\:text-slate-100\/40:active {
  color: rgb(241 245 249 / 0.4);
}
.active\:text-slate-100\/5:active {
  color: rgb(241 245 249 / 0.05);
}
.active\:text-slate-100\/50:active {
  color: rgb(241 245 249 / 0.5);
}
.active\:text-slate-100\/60:active {
  color: rgb(241 245 249 / 0.6);
}
.active\:text-slate-100\/70:active {
  color: rgb(241 245 249 / 0.7);
}
.active\:text-slate-100\/75:active {
  color: rgb(241 245 249 / 0.75);
}
.active\:text-slate-100\/80:active {
  color: rgb(241 245 249 / 0.8);
}
.active\:text-slate-100\/90:active {
  color: rgb(241 245 249 / 0.9);
}
.active\:text-slate-100\/95:active {
  color: rgb(241 245 249 / 0.95);
}
.active\:text-slate-200:active {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.active\:text-slate-200\/0:active {
  color: rgb(226 232 240 / 0);
}
.active\:text-slate-200\/10:active {
  color: rgb(226 232 240 / 0.1);
}
.active\:text-slate-200\/100:active {
  color: rgb(226 232 240 / 1);
}
.active\:text-slate-200\/20:active {
  color: rgb(226 232 240 / 0.2);
}
.active\:text-slate-200\/25:active {
  color: rgb(226 232 240 / 0.25);
}
.active\:text-slate-200\/30:active {
  color: rgb(226 232 240 / 0.3);
}
.active\:text-slate-200\/40:active {
  color: rgb(226 232 240 / 0.4);
}
.active\:text-slate-200\/5:active {
  color: rgb(226 232 240 / 0.05);
}
.active\:text-slate-200\/50:active {
  color: rgb(226 232 240 / 0.5);
}
.active\:text-slate-200\/60:active {
  color: rgb(226 232 240 / 0.6);
}
.active\:text-slate-200\/70:active {
  color: rgb(226 232 240 / 0.7);
}
.active\:text-slate-200\/75:active {
  color: rgb(226 232 240 / 0.75);
}
.active\:text-slate-200\/80:active {
  color: rgb(226 232 240 / 0.8);
}
.active\:text-slate-200\/90:active {
  color: rgb(226 232 240 / 0.9);
}
.active\:text-slate-200\/95:active {
  color: rgb(226 232 240 / 0.95);
}
.active\:text-slate-300:active {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.active\:text-slate-300\/0:active {
  color: rgb(203 213 225 / 0);
}
.active\:text-slate-300\/10:active {
  color: rgb(203 213 225 / 0.1);
}
.active\:text-slate-300\/100:active {
  color: rgb(203 213 225 / 1);
}
.active\:text-slate-300\/20:active {
  color: rgb(203 213 225 / 0.2);
}
.active\:text-slate-300\/25:active {
  color: rgb(203 213 225 / 0.25);
}
.active\:text-slate-300\/30:active {
  color: rgb(203 213 225 / 0.3);
}
.active\:text-slate-300\/40:active {
  color: rgb(203 213 225 / 0.4);
}
.active\:text-slate-300\/5:active {
  color: rgb(203 213 225 / 0.05);
}
.active\:text-slate-300\/50:active {
  color: rgb(203 213 225 / 0.5);
}
.active\:text-slate-300\/60:active {
  color: rgb(203 213 225 / 0.6);
}
.active\:text-slate-300\/70:active {
  color: rgb(203 213 225 / 0.7);
}
.active\:text-slate-300\/75:active {
  color: rgb(203 213 225 / 0.75);
}
.active\:text-slate-300\/80:active {
  color: rgb(203 213 225 / 0.8);
}
.active\:text-slate-300\/90:active {
  color: rgb(203 213 225 / 0.9);
}
.active\:text-slate-300\/95:active {
  color: rgb(203 213 225 / 0.95);
}
.active\:text-slate-400:active {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.active\:text-slate-400\/0:active {
  color: rgb(148 163 184 / 0);
}
.active\:text-slate-400\/10:active {
  color: rgb(148 163 184 / 0.1);
}
.active\:text-slate-400\/100:active {
  color: rgb(148 163 184 / 1);
}
.active\:text-slate-400\/20:active {
  color: rgb(148 163 184 / 0.2);
}
.active\:text-slate-400\/25:active {
  color: rgb(148 163 184 / 0.25);
}
.active\:text-slate-400\/30:active {
  color: rgb(148 163 184 / 0.3);
}
.active\:text-slate-400\/40:active {
  color: rgb(148 163 184 / 0.4);
}
.active\:text-slate-400\/5:active {
  color: rgb(148 163 184 / 0.05);
}
.active\:text-slate-400\/50:active {
  color: rgb(148 163 184 / 0.5);
}
.active\:text-slate-400\/60:active {
  color: rgb(148 163 184 / 0.6);
}
.active\:text-slate-400\/70:active {
  color: rgb(148 163 184 / 0.7);
}
.active\:text-slate-400\/75:active {
  color: rgb(148 163 184 / 0.75);
}
.active\:text-slate-400\/80:active {
  color: rgb(148 163 184 / 0.8);
}
.active\:text-slate-400\/90:active {
  color: rgb(148 163 184 / 0.9);
}
.active\:text-slate-400\/95:active {
  color: rgb(148 163 184 / 0.95);
}
.active\:text-slate-50:active {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.active\:text-slate-50\/0:active {
  color: rgb(248 250 252 / 0);
}
.active\:text-slate-50\/10:active {
  color: rgb(248 250 252 / 0.1);
}
.active\:text-slate-50\/100:active {
  color: rgb(248 250 252 / 1);
}
.active\:text-slate-50\/20:active {
  color: rgb(248 250 252 / 0.2);
}
.active\:text-slate-50\/25:active {
  color: rgb(248 250 252 / 0.25);
}
.active\:text-slate-50\/30:active {
  color: rgb(248 250 252 / 0.3);
}
.active\:text-slate-50\/40:active {
  color: rgb(248 250 252 / 0.4);
}
.active\:text-slate-50\/5:active {
  color: rgb(248 250 252 / 0.05);
}
.active\:text-slate-50\/50:active {
  color: rgb(248 250 252 / 0.5);
}
.active\:text-slate-50\/60:active {
  color: rgb(248 250 252 / 0.6);
}
.active\:text-slate-50\/70:active {
  color: rgb(248 250 252 / 0.7);
}
.active\:text-slate-50\/75:active {
  color: rgb(248 250 252 / 0.75);
}
.active\:text-slate-50\/80:active {
  color: rgb(248 250 252 / 0.8);
}
.active\:text-slate-50\/90:active {
  color: rgb(248 250 252 / 0.9);
}
.active\:text-slate-50\/95:active {
  color: rgb(248 250 252 / 0.95);
}
.active\:text-slate-500:active {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.active\:text-slate-500\/0:active {
  color: rgb(100 116 139 / 0);
}
.active\:text-slate-500\/10:active {
  color: rgb(100 116 139 / 0.1);
}
.active\:text-slate-500\/100:active {
  color: rgb(100 116 139 / 1);
}
.active\:text-slate-500\/20:active {
  color: rgb(100 116 139 / 0.2);
}
.active\:text-slate-500\/25:active {
  color: rgb(100 116 139 / 0.25);
}
.active\:text-slate-500\/30:active {
  color: rgb(100 116 139 / 0.3);
}
.active\:text-slate-500\/40:active {
  color: rgb(100 116 139 / 0.4);
}
.active\:text-slate-500\/5:active {
  color: rgb(100 116 139 / 0.05);
}
.active\:text-slate-500\/50:active {
  color: rgb(100 116 139 / 0.5);
}
.active\:text-slate-500\/60:active {
  color: rgb(100 116 139 / 0.6);
}
.active\:text-slate-500\/70:active {
  color: rgb(100 116 139 / 0.7);
}
.active\:text-slate-500\/75:active {
  color: rgb(100 116 139 / 0.75);
}
.active\:text-slate-500\/80:active {
  color: rgb(100 116 139 / 0.8);
}
.active\:text-slate-500\/90:active {
  color: rgb(100 116 139 / 0.9);
}
.active\:text-slate-500\/95:active {
  color: rgb(100 116 139 / 0.95);
}
.active\:text-slate-600:active {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.active\:text-slate-600\/0:active {
  color: rgb(71 85 105 / 0);
}
.active\:text-slate-600\/10:active {
  color: rgb(71 85 105 / 0.1);
}
.active\:text-slate-600\/100:active {
  color: rgb(71 85 105 / 1);
}
.active\:text-slate-600\/20:active {
  color: rgb(71 85 105 / 0.2);
}
.active\:text-slate-600\/25:active {
  color: rgb(71 85 105 / 0.25);
}
.active\:text-slate-600\/30:active {
  color: rgb(71 85 105 / 0.3);
}
.active\:text-slate-600\/40:active {
  color: rgb(71 85 105 / 0.4);
}
.active\:text-slate-600\/5:active {
  color: rgb(71 85 105 / 0.05);
}
.active\:text-slate-600\/50:active {
  color: rgb(71 85 105 / 0.5);
}
.active\:text-slate-600\/60:active {
  color: rgb(71 85 105 / 0.6);
}
.active\:text-slate-600\/70:active {
  color: rgb(71 85 105 / 0.7);
}
.active\:text-slate-600\/75:active {
  color: rgb(71 85 105 / 0.75);
}
.active\:text-slate-600\/80:active {
  color: rgb(71 85 105 / 0.8);
}
.active\:text-slate-600\/90:active {
  color: rgb(71 85 105 / 0.9);
}
.active\:text-slate-600\/95:active {
  color: rgb(71 85 105 / 0.95);
}
.active\:text-slate-700:active {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.active\:text-slate-700\/0:active {
  color: rgb(51 65 85 / 0);
}
.active\:text-slate-700\/10:active {
  color: rgb(51 65 85 / 0.1);
}
.active\:text-slate-700\/100:active {
  color: rgb(51 65 85 / 1);
}
.active\:text-slate-700\/20:active {
  color: rgb(51 65 85 / 0.2);
}
.active\:text-slate-700\/25:active {
  color: rgb(51 65 85 / 0.25);
}
.active\:text-slate-700\/30:active {
  color: rgb(51 65 85 / 0.3);
}
.active\:text-slate-700\/40:active {
  color: rgb(51 65 85 / 0.4);
}
.active\:text-slate-700\/5:active {
  color: rgb(51 65 85 / 0.05);
}
.active\:text-slate-700\/50:active {
  color: rgb(51 65 85 / 0.5);
}
.active\:text-slate-700\/60:active {
  color: rgb(51 65 85 / 0.6);
}
.active\:text-slate-700\/70:active {
  color: rgb(51 65 85 / 0.7);
}
.active\:text-slate-700\/75:active {
  color: rgb(51 65 85 / 0.75);
}
.active\:text-slate-700\/80:active {
  color: rgb(51 65 85 / 0.8);
}
.active\:text-slate-700\/90:active {
  color: rgb(51 65 85 / 0.9);
}
.active\:text-slate-700\/95:active {
  color: rgb(51 65 85 / 0.95);
}
.active\:text-slate-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.active\:text-slate-800\/0:active {
  color: rgb(30 41 59 / 0);
}
.active\:text-slate-800\/10:active {
  color: rgb(30 41 59 / 0.1);
}
.active\:text-slate-800\/100:active {
  color: rgb(30 41 59 / 1);
}
.active\:text-slate-800\/20:active {
  color: rgb(30 41 59 / 0.2);
}
.active\:text-slate-800\/25:active {
  color: rgb(30 41 59 / 0.25);
}
.active\:text-slate-800\/30:active {
  color: rgb(30 41 59 / 0.3);
}
.active\:text-slate-800\/40:active {
  color: rgb(30 41 59 / 0.4);
}
.active\:text-slate-800\/5:active {
  color: rgb(30 41 59 / 0.05);
}
.active\:text-slate-800\/50:active {
  color: rgb(30 41 59 / 0.5);
}
.active\:text-slate-800\/60:active {
  color: rgb(30 41 59 / 0.6);
}
.active\:text-slate-800\/70:active {
  color: rgb(30 41 59 / 0.7);
}
.active\:text-slate-800\/75:active {
  color: rgb(30 41 59 / 0.75);
}
.active\:text-slate-800\/80:active {
  color: rgb(30 41 59 / 0.8);
}
.active\:text-slate-800\/90:active {
  color: rgb(30 41 59 / 0.9);
}
.active\:text-slate-800\/95:active {
  color: rgb(30 41 59 / 0.95);
}
.active\:text-slate-900:active {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.active\:text-slate-900\/0:active {
  color: rgb(15 23 42 / 0);
}
.active\:text-slate-900\/10:active {
  color: rgb(15 23 42 / 0.1);
}
.active\:text-slate-900\/100:active {
  color: rgb(15 23 42 / 1);
}
.active\:text-slate-900\/20:active {
  color: rgb(15 23 42 / 0.2);
}
.active\:text-slate-900\/25:active {
  color: rgb(15 23 42 / 0.25);
}
.active\:text-slate-900\/30:active {
  color: rgb(15 23 42 / 0.3);
}
.active\:text-slate-900\/40:active {
  color: rgb(15 23 42 / 0.4);
}
.active\:text-slate-900\/5:active {
  color: rgb(15 23 42 / 0.05);
}
.active\:text-slate-900\/50:active {
  color: rgb(15 23 42 / 0.5);
}
.active\:text-slate-900\/60:active {
  color: rgb(15 23 42 / 0.6);
}
.active\:text-slate-900\/70:active {
  color: rgb(15 23 42 / 0.7);
}
.active\:text-slate-900\/75:active {
  color: rgb(15 23 42 / 0.75);
}
.active\:text-slate-900\/80:active {
  color: rgb(15 23 42 / 0.8);
}
.active\:text-slate-900\/90:active {
  color: rgb(15 23 42 / 0.9);
}
.active\:text-slate-900\/95:active {
  color: rgb(15 23 42 / 0.95);
}
.active\:text-slate-950:active {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.active\:text-slate-950\/0:active {
  color: rgb(2 6 23 / 0);
}
.active\:text-slate-950\/10:active {
  color: rgb(2 6 23 / 0.1);
}
.active\:text-slate-950\/100:active {
  color: rgb(2 6 23 / 1);
}
.active\:text-slate-950\/20:active {
  color: rgb(2 6 23 / 0.2);
}
.active\:text-slate-950\/25:active {
  color: rgb(2 6 23 / 0.25);
}
.active\:text-slate-950\/30:active {
  color: rgb(2 6 23 / 0.3);
}
.active\:text-slate-950\/40:active {
  color: rgb(2 6 23 / 0.4);
}
.active\:text-slate-950\/5:active {
  color: rgb(2 6 23 / 0.05);
}
.active\:text-slate-950\/50:active {
  color: rgb(2 6 23 / 0.5);
}
.active\:text-slate-950\/60:active {
  color: rgb(2 6 23 / 0.6);
}
.active\:text-slate-950\/70:active {
  color: rgb(2 6 23 / 0.7);
}
.active\:text-slate-950\/75:active {
  color: rgb(2 6 23 / 0.75);
}
.active\:text-slate-950\/80:active {
  color: rgb(2 6 23 / 0.8);
}
.active\:text-slate-950\/90:active {
  color: rgb(2 6 23 / 0.9);
}
.active\:text-slate-950\/95:active {
  color: rgb(2 6 23 / 0.95);
}
.active\:text-stone-100:active {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.active\:text-stone-100\/0:active {
  color: rgb(245 245 244 / 0);
}
.active\:text-stone-100\/10:active {
  color: rgb(245 245 244 / 0.1);
}
.active\:text-stone-100\/100:active {
  color: rgb(245 245 244 / 1);
}
.active\:text-stone-100\/20:active {
  color: rgb(245 245 244 / 0.2);
}
.active\:text-stone-100\/25:active {
  color: rgb(245 245 244 / 0.25);
}
.active\:text-stone-100\/30:active {
  color: rgb(245 245 244 / 0.3);
}
.active\:text-stone-100\/40:active {
  color: rgb(245 245 244 / 0.4);
}
.active\:text-stone-100\/5:active {
  color: rgb(245 245 244 / 0.05);
}
.active\:text-stone-100\/50:active {
  color: rgb(245 245 244 / 0.5);
}
.active\:text-stone-100\/60:active {
  color: rgb(245 245 244 / 0.6);
}
.active\:text-stone-100\/70:active {
  color: rgb(245 245 244 / 0.7);
}
.active\:text-stone-100\/75:active {
  color: rgb(245 245 244 / 0.75);
}
.active\:text-stone-100\/80:active {
  color: rgb(245 245 244 / 0.8);
}
.active\:text-stone-100\/90:active {
  color: rgb(245 245 244 / 0.9);
}
.active\:text-stone-100\/95:active {
  color: rgb(245 245 244 / 0.95);
}
.active\:text-stone-200:active {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.active\:text-stone-200\/0:active {
  color: rgb(231 229 228 / 0);
}
.active\:text-stone-200\/10:active {
  color: rgb(231 229 228 / 0.1);
}
.active\:text-stone-200\/100:active {
  color: rgb(231 229 228 / 1);
}
.active\:text-stone-200\/20:active {
  color: rgb(231 229 228 / 0.2);
}
.active\:text-stone-200\/25:active {
  color: rgb(231 229 228 / 0.25);
}
.active\:text-stone-200\/30:active {
  color: rgb(231 229 228 / 0.3);
}
.active\:text-stone-200\/40:active {
  color: rgb(231 229 228 / 0.4);
}
.active\:text-stone-200\/5:active {
  color: rgb(231 229 228 / 0.05);
}
.active\:text-stone-200\/50:active {
  color: rgb(231 229 228 / 0.5);
}
.active\:text-stone-200\/60:active {
  color: rgb(231 229 228 / 0.6);
}
.active\:text-stone-200\/70:active {
  color: rgb(231 229 228 / 0.7);
}
.active\:text-stone-200\/75:active {
  color: rgb(231 229 228 / 0.75);
}
.active\:text-stone-200\/80:active {
  color: rgb(231 229 228 / 0.8);
}
.active\:text-stone-200\/90:active {
  color: rgb(231 229 228 / 0.9);
}
.active\:text-stone-200\/95:active {
  color: rgb(231 229 228 / 0.95);
}
.active\:text-stone-300:active {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.active\:text-stone-300\/0:active {
  color: rgb(214 211 209 / 0);
}
.active\:text-stone-300\/10:active {
  color: rgb(214 211 209 / 0.1);
}
.active\:text-stone-300\/100:active {
  color: rgb(214 211 209 / 1);
}
.active\:text-stone-300\/20:active {
  color: rgb(214 211 209 / 0.2);
}
.active\:text-stone-300\/25:active {
  color: rgb(214 211 209 / 0.25);
}
.active\:text-stone-300\/30:active {
  color: rgb(214 211 209 / 0.3);
}
.active\:text-stone-300\/40:active {
  color: rgb(214 211 209 / 0.4);
}
.active\:text-stone-300\/5:active {
  color: rgb(214 211 209 / 0.05);
}
.active\:text-stone-300\/50:active {
  color: rgb(214 211 209 / 0.5);
}
.active\:text-stone-300\/60:active {
  color: rgb(214 211 209 / 0.6);
}
.active\:text-stone-300\/70:active {
  color: rgb(214 211 209 / 0.7);
}
.active\:text-stone-300\/75:active {
  color: rgb(214 211 209 / 0.75);
}
.active\:text-stone-300\/80:active {
  color: rgb(214 211 209 / 0.8);
}
.active\:text-stone-300\/90:active {
  color: rgb(214 211 209 / 0.9);
}
.active\:text-stone-300\/95:active {
  color: rgb(214 211 209 / 0.95);
}
.active\:text-stone-400:active {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.active\:text-stone-400\/0:active {
  color: rgb(168 162 158 / 0);
}
.active\:text-stone-400\/10:active {
  color: rgb(168 162 158 / 0.1);
}
.active\:text-stone-400\/100:active {
  color: rgb(168 162 158 / 1);
}
.active\:text-stone-400\/20:active {
  color: rgb(168 162 158 / 0.2);
}
.active\:text-stone-400\/25:active {
  color: rgb(168 162 158 / 0.25);
}
.active\:text-stone-400\/30:active {
  color: rgb(168 162 158 / 0.3);
}
.active\:text-stone-400\/40:active {
  color: rgb(168 162 158 / 0.4);
}
.active\:text-stone-400\/5:active {
  color: rgb(168 162 158 / 0.05);
}
.active\:text-stone-400\/50:active {
  color: rgb(168 162 158 / 0.5);
}
.active\:text-stone-400\/60:active {
  color: rgb(168 162 158 / 0.6);
}
.active\:text-stone-400\/70:active {
  color: rgb(168 162 158 / 0.7);
}
.active\:text-stone-400\/75:active {
  color: rgb(168 162 158 / 0.75);
}
.active\:text-stone-400\/80:active {
  color: rgb(168 162 158 / 0.8);
}
.active\:text-stone-400\/90:active {
  color: rgb(168 162 158 / 0.9);
}
.active\:text-stone-400\/95:active {
  color: rgb(168 162 158 / 0.95);
}
.active\:text-stone-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.active\:text-stone-50\/0:active {
  color: rgb(250 250 249 / 0);
}
.active\:text-stone-50\/10:active {
  color: rgb(250 250 249 / 0.1);
}
.active\:text-stone-50\/100:active {
  color: rgb(250 250 249 / 1);
}
.active\:text-stone-50\/20:active {
  color: rgb(250 250 249 / 0.2);
}
.active\:text-stone-50\/25:active {
  color: rgb(250 250 249 / 0.25);
}
.active\:text-stone-50\/30:active {
  color: rgb(250 250 249 / 0.3);
}
.active\:text-stone-50\/40:active {
  color: rgb(250 250 249 / 0.4);
}
.active\:text-stone-50\/5:active {
  color: rgb(250 250 249 / 0.05);
}
.active\:text-stone-50\/50:active {
  color: rgb(250 250 249 / 0.5);
}
.active\:text-stone-50\/60:active {
  color: rgb(250 250 249 / 0.6);
}
.active\:text-stone-50\/70:active {
  color: rgb(250 250 249 / 0.7);
}
.active\:text-stone-50\/75:active {
  color: rgb(250 250 249 / 0.75);
}
.active\:text-stone-50\/80:active {
  color: rgb(250 250 249 / 0.8);
}
.active\:text-stone-50\/90:active {
  color: rgb(250 250 249 / 0.9);
}
.active\:text-stone-50\/95:active {
  color: rgb(250 250 249 / 0.95);
}
.active\:text-stone-500:active {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.active\:text-stone-500\/0:active {
  color: rgb(120 113 108 / 0);
}
.active\:text-stone-500\/10:active {
  color: rgb(120 113 108 / 0.1);
}
.active\:text-stone-500\/100:active {
  color: rgb(120 113 108 / 1);
}
.active\:text-stone-500\/20:active {
  color: rgb(120 113 108 / 0.2);
}
.active\:text-stone-500\/25:active {
  color: rgb(120 113 108 / 0.25);
}
.active\:text-stone-500\/30:active {
  color: rgb(120 113 108 / 0.3);
}
.active\:text-stone-500\/40:active {
  color: rgb(120 113 108 / 0.4);
}
.active\:text-stone-500\/5:active {
  color: rgb(120 113 108 / 0.05);
}
.active\:text-stone-500\/50:active {
  color: rgb(120 113 108 / 0.5);
}
.active\:text-stone-500\/60:active {
  color: rgb(120 113 108 / 0.6);
}
.active\:text-stone-500\/70:active {
  color: rgb(120 113 108 / 0.7);
}
.active\:text-stone-500\/75:active {
  color: rgb(120 113 108 / 0.75);
}
.active\:text-stone-500\/80:active {
  color: rgb(120 113 108 / 0.8);
}
.active\:text-stone-500\/90:active {
  color: rgb(120 113 108 / 0.9);
}
.active\:text-stone-500\/95:active {
  color: rgb(120 113 108 / 0.95);
}
.active\:text-stone-600:active {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.active\:text-stone-600\/0:active {
  color: rgb(87 83 78 / 0);
}
.active\:text-stone-600\/10:active {
  color: rgb(87 83 78 / 0.1);
}
.active\:text-stone-600\/100:active {
  color: rgb(87 83 78 / 1);
}
.active\:text-stone-600\/20:active {
  color: rgb(87 83 78 / 0.2);
}
.active\:text-stone-600\/25:active {
  color: rgb(87 83 78 / 0.25);
}
.active\:text-stone-600\/30:active {
  color: rgb(87 83 78 / 0.3);
}
.active\:text-stone-600\/40:active {
  color: rgb(87 83 78 / 0.4);
}
.active\:text-stone-600\/5:active {
  color: rgb(87 83 78 / 0.05);
}
.active\:text-stone-600\/50:active {
  color: rgb(87 83 78 / 0.5);
}
.active\:text-stone-600\/60:active {
  color: rgb(87 83 78 / 0.6);
}
.active\:text-stone-600\/70:active {
  color: rgb(87 83 78 / 0.7);
}
.active\:text-stone-600\/75:active {
  color: rgb(87 83 78 / 0.75);
}
.active\:text-stone-600\/80:active {
  color: rgb(87 83 78 / 0.8);
}
.active\:text-stone-600\/90:active {
  color: rgb(87 83 78 / 0.9);
}
.active\:text-stone-600\/95:active {
  color: rgb(87 83 78 / 0.95);
}
.active\:text-stone-700:active {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.active\:text-stone-700\/0:active {
  color: rgb(68 64 60 / 0);
}
.active\:text-stone-700\/10:active {
  color: rgb(68 64 60 / 0.1);
}
.active\:text-stone-700\/100:active {
  color: rgb(68 64 60 / 1);
}
.active\:text-stone-700\/20:active {
  color: rgb(68 64 60 / 0.2);
}
.active\:text-stone-700\/25:active {
  color: rgb(68 64 60 / 0.25);
}
.active\:text-stone-700\/30:active {
  color: rgb(68 64 60 / 0.3);
}
.active\:text-stone-700\/40:active {
  color: rgb(68 64 60 / 0.4);
}
.active\:text-stone-700\/5:active {
  color: rgb(68 64 60 / 0.05);
}
.active\:text-stone-700\/50:active {
  color: rgb(68 64 60 / 0.5);
}
.active\:text-stone-700\/60:active {
  color: rgb(68 64 60 / 0.6);
}
.active\:text-stone-700\/70:active {
  color: rgb(68 64 60 / 0.7);
}
.active\:text-stone-700\/75:active {
  color: rgb(68 64 60 / 0.75);
}
.active\:text-stone-700\/80:active {
  color: rgb(68 64 60 / 0.8);
}
.active\:text-stone-700\/90:active {
  color: rgb(68 64 60 / 0.9);
}
.active\:text-stone-700\/95:active {
  color: rgb(68 64 60 / 0.95);
}
.active\:text-stone-800:active {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.active\:text-stone-800\/0:active {
  color: rgb(41 37 36 / 0);
}
.active\:text-stone-800\/10:active {
  color: rgb(41 37 36 / 0.1);
}
.active\:text-stone-800\/100:active {
  color: rgb(41 37 36 / 1);
}
.active\:text-stone-800\/20:active {
  color: rgb(41 37 36 / 0.2);
}
.active\:text-stone-800\/25:active {
  color: rgb(41 37 36 / 0.25);
}
.active\:text-stone-800\/30:active {
  color: rgb(41 37 36 / 0.3);
}
.active\:text-stone-800\/40:active {
  color: rgb(41 37 36 / 0.4);
}
.active\:text-stone-800\/5:active {
  color: rgb(41 37 36 / 0.05);
}
.active\:text-stone-800\/50:active {
  color: rgb(41 37 36 / 0.5);
}
.active\:text-stone-800\/60:active {
  color: rgb(41 37 36 / 0.6);
}
.active\:text-stone-800\/70:active {
  color: rgb(41 37 36 / 0.7);
}
.active\:text-stone-800\/75:active {
  color: rgb(41 37 36 / 0.75);
}
.active\:text-stone-800\/80:active {
  color: rgb(41 37 36 / 0.8);
}
.active\:text-stone-800\/90:active {
  color: rgb(41 37 36 / 0.9);
}
.active\:text-stone-800\/95:active {
  color: rgb(41 37 36 / 0.95);
}
.active\:text-stone-900:active {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.active\:text-stone-900\/0:active {
  color: rgb(28 25 23 / 0);
}
.active\:text-stone-900\/10:active {
  color: rgb(28 25 23 / 0.1);
}
.active\:text-stone-900\/100:active {
  color: rgb(28 25 23 / 1);
}
.active\:text-stone-900\/20:active {
  color: rgb(28 25 23 / 0.2);
}
.active\:text-stone-900\/25:active {
  color: rgb(28 25 23 / 0.25);
}
.active\:text-stone-900\/30:active {
  color: rgb(28 25 23 / 0.3);
}
.active\:text-stone-900\/40:active {
  color: rgb(28 25 23 / 0.4);
}
.active\:text-stone-900\/5:active {
  color: rgb(28 25 23 / 0.05);
}
.active\:text-stone-900\/50:active {
  color: rgb(28 25 23 / 0.5);
}
.active\:text-stone-900\/60:active {
  color: rgb(28 25 23 / 0.6);
}
.active\:text-stone-900\/70:active {
  color: rgb(28 25 23 / 0.7);
}
.active\:text-stone-900\/75:active {
  color: rgb(28 25 23 / 0.75);
}
.active\:text-stone-900\/80:active {
  color: rgb(28 25 23 / 0.8);
}
.active\:text-stone-900\/90:active {
  color: rgb(28 25 23 / 0.9);
}
.active\:text-stone-900\/95:active {
  color: rgb(28 25 23 / 0.95);
}
.active\:text-stone-950:active {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.active\:text-stone-950\/0:active {
  color: rgb(12 10 9 / 0);
}
.active\:text-stone-950\/10:active {
  color: rgb(12 10 9 / 0.1);
}
.active\:text-stone-950\/100:active {
  color: rgb(12 10 9 / 1);
}
.active\:text-stone-950\/20:active {
  color: rgb(12 10 9 / 0.2);
}
.active\:text-stone-950\/25:active {
  color: rgb(12 10 9 / 0.25);
}
.active\:text-stone-950\/30:active {
  color: rgb(12 10 9 / 0.3);
}
.active\:text-stone-950\/40:active {
  color: rgb(12 10 9 / 0.4);
}
.active\:text-stone-950\/5:active {
  color: rgb(12 10 9 / 0.05);
}
.active\:text-stone-950\/50:active {
  color: rgb(12 10 9 / 0.5);
}
.active\:text-stone-950\/60:active {
  color: rgb(12 10 9 / 0.6);
}
.active\:text-stone-950\/70:active {
  color: rgb(12 10 9 / 0.7);
}
.active\:text-stone-950\/75:active {
  color: rgb(12 10 9 / 0.75);
}
.active\:text-stone-950\/80:active {
  color: rgb(12 10 9 / 0.8);
}
.active\:text-stone-950\/90:active {
  color: rgb(12 10 9 / 0.9);
}
.active\:text-stone-950\/95:active {
  color: rgb(12 10 9 / 0.95);
}
.active\:text-teal-100:active {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.active\:text-teal-100\/0:active {
  color: rgb(204 251 241 / 0);
}
.active\:text-teal-100\/10:active {
  color: rgb(204 251 241 / 0.1);
}
.active\:text-teal-100\/100:active {
  color: rgb(204 251 241 / 1);
}
.active\:text-teal-100\/20:active {
  color: rgb(204 251 241 / 0.2);
}
.active\:text-teal-100\/25:active {
  color: rgb(204 251 241 / 0.25);
}
.active\:text-teal-100\/30:active {
  color: rgb(204 251 241 / 0.3);
}
.active\:text-teal-100\/40:active {
  color: rgb(204 251 241 / 0.4);
}
.active\:text-teal-100\/5:active {
  color: rgb(204 251 241 / 0.05);
}
.active\:text-teal-100\/50:active {
  color: rgb(204 251 241 / 0.5);
}
.active\:text-teal-100\/60:active {
  color: rgb(204 251 241 / 0.6);
}
.active\:text-teal-100\/70:active {
  color: rgb(204 251 241 / 0.7);
}
.active\:text-teal-100\/75:active {
  color: rgb(204 251 241 / 0.75);
}
.active\:text-teal-100\/80:active {
  color: rgb(204 251 241 / 0.8);
}
.active\:text-teal-100\/90:active {
  color: rgb(204 251 241 / 0.9);
}
.active\:text-teal-100\/95:active {
  color: rgb(204 251 241 / 0.95);
}
.active\:text-teal-200:active {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.active\:text-teal-200\/0:active {
  color: rgb(153 246 228 / 0);
}
.active\:text-teal-200\/10:active {
  color: rgb(153 246 228 / 0.1);
}
.active\:text-teal-200\/100:active {
  color: rgb(153 246 228 / 1);
}
.active\:text-teal-200\/20:active {
  color: rgb(153 246 228 / 0.2);
}
.active\:text-teal-200\/25:active {
  color: rgb(153 246 228 / 0.25);
}
.active\:text-teal-200\/30:active {
  color: rgb(153 246 228 / 0.3);
}
.active\:text-teal-200\/40:active {
  color: rgb(153 246 228 / 0.4);
}
.active\:text-teal-200\/5:active {
  color: rgb(153 246 228 / 0.05);
}
.active\:text-teal-200\/50:active {
  color: rgb(153 246 228 / 0.5);
}
.active\:text-teal-200\/60:active {
  color: rgb(153 246 228 / 0.6);
}
.active\:text-teal-200\/70:active {
  color: rgb(153 246 228 / 0.7);
}
.active\:text-teal-200\/75:active {
  color: rgb(153 246 228 / 0.75);
}
.active\:text-teal-200\/80:active {
  color: rgb(153 246 228 / 0.8);
}
.active\:text-teal-200\/90:active {
  color: rgb(153 246 228 / 0.9);
}
.active\:text-teal-200\/95:active {
  color: rgb(153 246 228 / 0.95);
}
.active\:text-teal-300:active {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.active\:text-teal-300\/0:active {
  color: rgb(94 234 212 / 0);
}
.active\:text-teal-300\/10:active {
  color: rgb(94 234 212 / 0.1);
}
.active\:text-teal-300\/100:active {
  color: rgb(94 234 212 / 1);
}
.active\:text-teal-300\/20:active {
  color: rgb(94 234 212 / 0.2);
}
.active\:text-teal-300\/25:active {
  color: rgb(94 234 212 / 0.25);
}
.active\:text-teal-300\/30:active {
  color: rgb(94 234 212 / 0.3);
}
.active\:text-teal-300\/40:active {
  color: rgb(94 234 212 / 0.4);
}
.active\:text-teal-300\/5:active {
  color: rgb(94 234 212 / 0.05);
}
.active\:text-teal-300\/50:active {
  color: rgb(94 234 212 / 0.5);
}
.active\:text-teal-300\/60:active {
  color: rgb(94 234 212 / 0.6);
}
.active\:text-teal-300\/70:active {
  color: rgb(94 234 212 / 0.7);
}
.active\:text-teal-300\/75:active {
  color: rgb(94 234 212 / 0.75);
}
.active\:text-teal-300\/80:active {
  color: rgb(94 234 212 / 0.8);
}
.active\:text-teal-300\/90:active {
  color: rgb(94 234 212 / 0.9);
}
.active\:text-teal-300\/95:active {
  color: rgb(94 234 212 / 0.95);
}
.active\:text-teal-400:active {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.active\:text-teal-400\/0:active {
  color: rgb(45 212 191 / 0);
}
.active\:text-teal-400\/10:active {
  color: rgb(45 212 191 / 0.1);
}
.active\:text-teal-400\/100:active {
  color: rgb(45 212 191 / 1);
}
.active\:text-teal-400\/20:active {
  color: rgb(45 212 191 / 0.2);
}
.active\:text-teal-400\/25:active {
  color: rgb(45 212 191 / 0.25);
}
.active\:text-teal-400\/30:active {
  color: rgb(45 212 191 / 0.3);
}
.active\:text-teal-400\/40:active {
  color: rgb(45 212 191 / 0.4);
}
.active\:text-teal-400\/5:active {
  color: rgb(45 212 191 / 0.05);
}
.active\:text-teal-400\/50:active {
  color: rgb(45 212 191 / 0.5);
}
.active\:text-teal-400\/60:active {
  color: rgb(45 212 191 / 0.6);
}
.active\:text-teal-400\/70:active {
  color: rgb(45 212 191 / 0.7);
}
.active\:text-teal-400\/75:active {
  color: rgb(45 212 191 / 0.75);
}
.active\:text-teal-400\/80:active {
  color: rgb(45 212 191 / 0.8);
}
.active\:text-teal-400\/90:active {
  color: rgb(45 212 191 / 0.9);
}
.active\:text-teal-400\/95:active {
  color: rgb(45 212 191 / 0.95);
}
.active\:text-teal-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.active\:text-teal-50\/0:active {
  color: rgb(240 253 250 / 0);
}
.active\:text-teal-50\/10:active {
  color: rgb(240 253 250 / 0.1);
}
.active\:text-teal-50\/100:active {
  color: rgb(240 253 250 / 1);
}
.active\:text-teal-50\/20:active {
  color: rgb(240 253 250 / 0.2);
}
.active\:text-teal-50\/25:active {
  color: rgb(240 253 250 / 0.25);
}
.active\:text-teal-50\/30:active {
  color: rgb(240 253 250 / 0.3);
}
.active\:text-teal-50\/40:active {
  color: rgb(240 253 250 / 0.4);
}
.active\:text-teal-50\/5:active {
  color: rgb(240 253 250 / 0.05);
}
.active\:text-teal-50\/50:active {
  color: rgb(240 253 250 / 0.5);
}
.active\:text-teal-50\/60:active {
  color: rgb(240 253 250 / 0.6);
}
.active\:text-teal-50\/70:active {
  color: rgb(240 253 250 / 0.7);
}
.active\:text-teal-50\/75:active {
  color: rgb(240 253 250 / 0.75);
}
.active\:text-teal-50\/80:active {
  color: rgb(240 253 250 / 0.8);
}
.active\:text-teal-50\/90:active {
  color: rgb(240 253 250 / 0.9);
}
.active\:text-teal-50\/95:active {
  color: rgb(240 253 250 / 0.95);
}
.active\:text-teal-500:active {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.active\:text-teal-500\/0:active {
  color: rgb(20 184 166 / 0);
}
.active\:text-teal-500\/10:active {
  color: rgb(20 184 166 / 0.1);
}
.active\:text-teal-500\/100:active {
  color: rgb(20 184 166 / 1);
}
.active\:text-teal-500\/20:active {
  color: rgb(20 184 166 / 0.2);
}
.active\:text-teal-500\/25:active {
  color: rgb(20 184 166 / 0.25);
}
.active\:text-teal-500\/30:active {
  color: rgb(20 184 166 / 0.3);
}
.active\:text-teal-500\/40:active {
  color: rgb(20 184 166 / 0.4);
}
.active\:text-teal-500\/5:active {
  color: rgb(20 184 166 / 0.05);
}
.active\:text-teal-500\/50:active {
  color: rgb(20 184 166 / 0.5);
}
.active\:text-teal-500\/60:active {
  color: rgb(20 184 166 / 0.6);
}
.active\:text-teal-500\/70:active {
  color: rgb(20 184 166 / 0.7);
}
.active\:text-teal-500\/75:active {
  color: rgb(20 184 166 / 0.75);
}
.active\:text-teal-500\/80:active {
  color: rgb(20 184 166 / 0.8);
}
.active\:text-teal-500\/90:active {
  color: rgb(20 184 166 / 0.9);
}
.active\:text-teal-500\/95:active {
  color: rgb(20 184 166 / 0.95);
}
.active\:text-teal-600:active {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.active\:text-teal-600\/0:active {
  color: rgb(13 148 136 / 0);
}
.active\:text-teal-600\/10:active {
  color: rgb(13 148 136 / 0.1);
}
.active\:text-teal-600\/100:active {
  color: rgb(13 148 136 / 1);
}
.active\:text-teal-600\/20:active {
  color: rgb(13 148 136 / 0.2);
}
.active\:text-teal-600\/25:active {
  color: rgb(13 148 136 / 0.25);
}
.active\:text-teal-600\/30:active {
  color: rgb(13 148 136 / 0.3);
}
.active\:text-teal-600\/40:active {
  color: rgb(13 148 136 / 0.4);
}
.active\:text-teal-600\/5:active {
  color: rgb(13 148 136 / 0.05);
}
.active\:text-teal-600\/50:active {
  color: rgb(13 148 136 / 0.5);
}
.active\:text-teal-600\/60:active {
  color: rgb(13 148 136 / 0.6);
}
.active\:text-teal-600\/70:active {
  color: rgb(13 148 136 / 0.7);
}
.active\:text-teal-600\/75:active {
  color: rgb(13 148 136 / 0.75);
}
.active\:text-teal-600\/80:active {
  color: rgb(13 148 136 / 0.8);
}
.active\:text-teal-600\/90:active {
  color: rgb(13 148 136 / 0.9);
}
.active\:text-teal-600\/95:active {
  color: rgb(13 148 136 / 0.95);
}
.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.active\:text-teal-700\/0:active {
  color: rgb(15 118 110 / 0);
}
.active\:text-teal-700\/10:active {
  color: rgb(15 118 110 / 0.1);
}
.active\:text-teal-700\/100:active {
  color: rgb(15 118 110 / 1);
}
.active\:text-teal-700\/20:active {
  color: rgb(15 118 110 / 0.2);
}
.active\:text-teal-700\/25:active {
  color: rgb(15 118 110 / 0.25);
}
.active\:text-teal-700\/30:active {
  color: rgb(15 118 110 / 0.3);
}
.active\:text-teal-700\/40:active {
  color: rgb(15 118 110 / 0.4);
}
.active\:text-teal-700\/5:active {
  color: rgb(15 118 110 / 0.05);
}
.active\:text-teal-700\/50:active {
  color: rgb(15 118 110 / 0.5);
}
.active\:text-teal-700\/60:active {
  color: rgb(15 118 110 / 0.6);
}
.active\:text-teal-700\/70:active {
  color: rgb(15 118 110 / 0.7);
}
.active\:text-teal-700\/75:active {
  color: rgb(15 118 110 / 0.75);
}
.active\:text-teal-700\/80:active {
  color: rgb(15 118 110 / 0.8);
}
.active\:text-teal-700\/90:active {
  color: rgb(15 118 110 / 0.9);
}
.active\:text-teal-700\/95:active {
  color: rgb(15 118 110 / 0.95);
}
.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.active\:text-teal-800\/0:active {
  color: rgb(17 94 89 / 0);
}
.active\:text-teal-800\/10:active {
  color: rgb(17 94 89 / 0.1);
}
.active\:text-teal-800\/100:active {
  color: rgb(17 94 89 / 1);
}
.active\:text-teal-800\/20:active {
  color: rgb(17 94 89 / 0.2);
}
.active\:text-teal-800\/25:active {
  color: rgb(17 94 89 / 0.25);
}
.active\:text-teal-800\/30:active {
  color: rgb(17 94 89 / 0.3);
}
.active\:text-teal-800\/40:active {
  color: rgb(17 94 89 / 0.4);
}
.active\:text-teal-800\/5:active {
  color: rgb(17 94 89 / 0.05);
}
.active\:text-teal-800\/50:active {
  color: rgb(17 94 89 / 0.5);
}
.active\:text-teal-800\/60:active {
  color: rgb(17 94 89 / 0.6);
}
.active\:text-teal-800\/70:active {
  color: rgb(17 94 89 / 0.7);
}
.active\:text-teal-800\/75:active {
  color: rgb(17 94 89 / 0.75);
}
.active\:text-teal-800\/80:active {
  color: rgb(17 94 89 / 0.8);
}
.active\:text-teal-800\/90:active {
  color: rgb(17 94 89 / 0.9);
}
.active\:text-teal-800\/95:active {
  color: rgb(17 94 89 / 0.95);
}
.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.active\:text-teal-900\/0:active {
  color: rgb(19 78 74 / 0);
}
.active\:text-teal-900\/10:active {
  color: rgb(19 78 74 / 0.1);
}
.active\:text-teal-900\/100:active {
  color: rgb(19 78 74 / 1);
}
.active\:text-teal-900\/20:active {
  color: rgb(19 78 74 / 0.2);
}
.active\:text-teal-900\/25:active {
  color: rgb(19 78 74 / 0.25);
}
.active\:text-teal-900\/30:active {
  color: rgb(19 78 74 / 0.3);
}
.active\:text-teal-900\/40:active {
  color: rgb(19 78 74 / 0.4);
}
.active\:text-teal-900\/5:active {
  color: rgb(19 78 74 / 0.05);
}
.active\:text-teal-900\/50:active {
  color: rgb(19 78 74 / 0.5);
}
.active\:text-teal-900\/60:active {
  color: rgb(19 78 74 / 0.6);
}
.active\:text-teal-900\/70:active {
  color: rgb(19 78 74 / 0.7);
}
.active\:text-teal-900\/75:active {
  color: rgb(19 78 74 / 0.75);
}
.active\:text-teal-900\/80:active {
  color: rgb(19 78 74 / 0.8);
}
.active\:text-teal-900\/90:active {
  color: rgb(19 78 74 / 0.9);
}
.active\:text-teal-900\/95:active {
  color: rgb(19 78 74 / 0.95);
}
.active\:text-teal-950:active {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.active\:text-teal-950\/0:active {
  color: rgb(4 47 46 / 0);
}
.active\:text-teal-950\/10:active {
  color: rgb(4 47 46 / 0.1);
}
.active\:text-teal-950\/100:active {
  color: rgb(4 47 46 / 1);
}
.active\:text-teal-950\/20:active {
  color: rgb(4 47 46 / 0.2);
}
.active\:text-teal-950\/25:active {
  color: rgb(4 47 46 / 0.25);
}
.active\:text-teal-950\/30:active {
  color: rgb(4 47 46 / 0.3);
}
.active\:text-teal-950\/40:active {
  color: rgb(4 47 46 / 0.4);
}
.active\:text-teal-950\/5:active {
  color: rgb(4 47 46 / 0.05);
}
.active\:text-teal-950\/50:active {
  color: rgb(4 47 46 / 0.5);
}
.active\:text-teal-950\/60:active {
  color: rgb(4 47 46 / 0.6);
}
.active\:text-teal-950\/70:active {
  color: rgb(4 47 46 / 0.7);
}
.active\:text-teal-950\/75:active {
  color: rgb(4 47 46 / 0.75);
}
.active\:text-teal-950\/80:active {
  color: rgb(4 47 46 / 0.8);
}
.active\:text-teal-950\/90:active {
  color: rgb(4 47 46 / 0.9);
}
.active\:text-teal-950\/95:active {
  color: rgb(4 47 46 / 0.95);
}
.active\:text-violet-100:active {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.active\:text-violet-100\/0:active {
  color: rgb(237 233 254 / 0);
}
.active\:text-violet-100\/10:active {
  color: rgb(237 233 254 / 0.1);
}
.active\:text-violet-100\/100:active {
  color: rgb(237 233 254 / 1);
}
.active\:text-violet-100\/20:active {
  color: rgb(237 233 254 / 0.2);
}
.active\:text-violet-100\/25:active {
  color: rgb(237 233 254 / 0.25);
}
.active\:text-violet-100\/30:active {
  color: rgb(237 233 254 / 0.3);
}
.active\:text-violet-100\/40:active {
  color: rgb(237 233 254 / 0.4);
}
.active\:text-violet-100\/5:active {
  color: rgb(237 233 254 / 0.05);
}
.active\:text-violet-100\/50:active {
  color: rgb(237 233 254 / 0.5);
}
.active\:text-violet-100\/60:active {
  color: rgb(237 233 254 / 0.6);
}
.active\:text-violet-100\/70:active {
  color: rgb(237 233 254 / 0.7);
}
.active\:text-violet-100\/75:active {
  color: rgb(237 233 254 / 0.75);
}
.active\:text-violet-100\/80:active {
  color: rgb(237 233 254 / 0.8);
}
.active\:text-violet-100\/90:active {
  color: rgb(237 233 254 / 0.9);
}
.active\:text-violet-100\/95:active {
  color: rgb(237 233 254 / 0.95);
}
.active\:text-violet-200:active {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.active\:text-violet-200\/0:active {
  color: rgb(221 214 254 / 0);
}
.active\:text-violet-200\/10:active {
  color: rgb(221 214 254 / 0.1);
}
.active\:text-violet-200\/100:active {
  color: rgb(221 214 254 / 1);
}
.active\:text-violet-200\/20:active {
  color: rgb(221 214 254 / 0.2);
}
.active\:text-violet-200\/25:active {
  color: rgb(221 214 254 / 0.25);
}
.active\:text-violet-200\/30:active {
  color: rgb(221 214 254 / 0.3);
}
.active\:text-violet-200\/40:active {
  color: rgb(221 214 254 / 0.4);
}
.active\:text-violet-200\/5:active {
  color: rgb(221 214 254 / 0.05);
}
.active\:text-violet-200\/50:active {
  color: rgb(221 214 254 / 0.5);
}
.active\:text-violet-200\/60:active {
  color: rgb(221 214 254 / 0.6);
}
.active\:text-violet-200\/70:active {
  color: rgb(221 214 254 / 0.7);
}
.active\:text-violet-200\/75:active {
  color: rgb(221 214 254 / 0.75);
}
.active\:text-violet-200\/80:active {
  color: rgb(221 214 254 / 0.8);
}
.active\:text-violet-200\/90:active {
  color: rgb(221 214 254 / 0.9);
}
.active\:text-violet-200\/95:active {
  color: rgb(221 214 254 / 0.95);
}
.active\:text-violet-300:active {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.active\:text-violet-300\/0:active {
  color: rgb(196 181 253 / 0);
}
.active\:text-violet-300\/10:active {
  color: rgb(196 181 253 / 0.1);
}
.active\:text-violet-300\/100:active {
  color: rgb(196 181 253 / 1);
}
.active\:text-violet-300\/20:active {
  color: rgb(196 181 253 / 0.2);
}
.active\:text-violet-300\/25:active {
  color: rgb(196 181 253 / 0.25);
}
.active\:text-violet-300\/30:active {
  color: rgb(196 181 253 / 0.3);
}
.active\:text-violet-300\/40:active {
  color: rgb(196 181 253 / 0.4);
}
.active\:text-violet-300\/5:active {
  color: rgb(196 181 253 / 0.05);
}
.active\:text-violet-300\/50:active {
  color: rgb(196 181 253 / 0.5);
}
.active\:text-violet-300\/60:active {
  color: rgb(196 181 253 / 0.6);
}
.active\:text-violet-300\/70:active {
  color: rgb(196 181 253 / 0.7);
}
.active\:text-violet-300\/75:active {
  color: rgb(196 181 253 / 0.75);
}
.active\:text-violet-300\/80:active {
  color: rgb(196 181 253 / 0.8);
}
.active\:text-violet-300\/90:active {
  color: rgb(196 181 253 / 0.9);
}
.active\:text-violet-300\/95:active {
  color: rgb(196 181 253 / 0.95);
}
.active\:text-violet-400:active {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.active\:text-violet-400\/0:active {
  color: rgb(167 139 250 / 0);
}
.active\:text-violet-400\/10:active {
  color: rgb(167 139 250 / 0.1);
}
.active\:text-violet-400\/100:active {
  color: rgb(167 139 250 / 1);
}
.active\:text-violet-400\/20:active {
  color: rgb(167 139 250 / 0.2);
}
.active\:text-violet-400\/25:active {
  color: rgb(167 139 250 / 0.25);
}
.active\:text-violet-400\/30:active {
  color: rgb(167 139 250 / 0.3);
}
.active\:text-violet-400\/40:active {
  color: rgb(167 139 250 / 0.4);
}
.active\:text-violet-400\/5:active {
  color: rgb(167 139 250 / 0.05);
}
.active\:text-violet-400\/50:active {
  color: rgb(167 139 250 / 0.5);
}
.active\:text-violet-400\/60:active {
  color: rgb(167 139 250 / 0.6);
}
.active\:text-violet-400\/70:active {
  color: rgb(167 139 250 / 0.7);
}
.active\:text-violet-400\/75:active {
  color: rgb(167 139 250 / 0.75);
}
.active\:text-violet-400\/80:active {
  color: rgb(167 139 250 / 0.8);
}
.active\:text-violet-400\/90:active {
  color: rgb(167 139 250 / 0.9);
}
.active\:text-violet-400\/95:active {
  color: rgb(167 139 250 / 0.95);
}
.active\:text-violet-50:active {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.active\:text-violet-50\/0:active {
  color: rgb(245 243 255 / 0);
}
.active\:text-violet-50\/10:active {
  color: rgb(245 243 255 / 0.1);
}
.active\:text-violet-50\/100:active {
  color: rgb(245 243 255 / 1);
}
.active\:text-violet-50\/20:active {
  color: rgb(245 243 255 / 0.2);
}
.active\:text-violet-50\/25:active {
  color: rgb(245 243 255 / 0.25);
}
.active\:text-violet-50\/30:active {
  color: rgb(245 243 255 / 0.3);
}
.active\:text-violet-50\/40:active {
  color: rgb(245 243 255 / 0.4);
}
.active\:text-violet-50\/5:active {
  color: rgb(245 243 255 / 0.05);
}
.active\:text-violet-50\/50:active {
  color: rgb(245 243 255 / 0.5);
}
.active\:text-violet-50\/60:active {
  color: rgb(245 243 255 / 0.6);
}
.active\:text-violet-50\/70:active {
  color: rgb(245 243 255 / 0.7);
}
.active\:text-violet-50\/75:active {
  color: rgb(245 243 255 / 0.75);
}
.active\:text-violet-50\/80:active {
  color: rgb(245 243 255 / 0.8);
}
.active\:text-violet-50\/90:active {
  color: rgb(245 243 255 / 0.9);
}
.active\:text-violet-50\/95:active {
  color: rgb(245 243 255 / 0.95);
}
.active\:text-violet-500:active {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.active\:text-violet-500\/0:active {
  color: rgb(139 92 246 / 0);
}
.active\:text-violet-500\/10:active {
  color: rgb(139 92 246 / 0.1);
}
.active\:text-violet-500\/100:active {
  color: rgb(139 92 246 / 1);
}
.active\:text-violet-500\/20:active {
  color: rgb(139 92 246 / 0.2);
}
.active\:text-violet-500\/25:active {
  color: rgb(139 92 246 / 0.25);
}
.active\:text-violet-500\/30:active {
  color: rgb(139 92 246 / 0.3);
}
.active\:text-violet-500\/40:active {
  color: rgb(139 92 246 / 0.4);
}
.active\:text-violet-500\/5:active {
  color: rgb(139 92 246 / 0.05);
}
.active\:text-violet-500\/50:active {
  color: rgb(139 92 246 / 0.5);
}
.active\:text-violet-500\/60:active {
  color: rgb(139 92 246 / 0.6);
}
.active\:text-violet-500\/70:active {
  color: rgb(139 92 246 / 0.7);
}
.active\:text-violet-500\/75:active {
  color: rgb(139 92 246 / 0.75);
}
.active\:text-violet-500\/80:active {
  color: rgb(139 92 246 / 0.8);
}
.active\:text-violet-500\/90:active {
  color: rgb(139 92 246 / 0.9);
}
.active\:text-violet-500\/95:active {
  color: rgb(139 92 246 / 0.95);
}
.active\:text-violet-600:active {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.active\:text-violet-600\/0:active {
  color: rgb(124 58 237 / 0);
}
.active\:text-violet-600\/10:active {
  color: rgb(124 58 237 / 0.1);
}
.active\:text-violet-600\/100:active {
  color: rgb(124 58 237 / 1);
}
.active\:text-violet-600\/20:active {
  color: rgb(124 58 237 / 0.2);
}
.active\:text-violet-600\/25:active {
  color: rgb(124 58 237 / 0.25);
}
.active\:text-violet-600\/30:active {
  color: rgb(124 58 237 / 0.3);
}
.active\:text-violet-600\/40:active {
  color: rgb(124 58 237 / 0.4);
}
.active\:text-violet-600\/5:active {
  color: rgb(124 58 237 / 0.05);
}
.active\:text-violet-600\/50:active {
  color: rgb(124 58 237 / 0.5);
}
.active\:text-violet-600\/60:active {
  color: rgb(124 58 237 / 0.6);
}
.active\:text-violet-600\/70:active {
  color: rgb(124 58 237 / 0.7);
}
.active\:text-violet-600\/75:active {
  color: rgb(124 58 237 / 0.75);
}
.active\:text-violet-600\/80:active {
  color: rgb(124 58 237 / 0.8);
}
.active\:text-violet-600\/90:active {
  color: rgb(124 58 237 / 0.9);
}
.active\:text-violet-600\/95:active {
  color: rgb(124 58 237 / 0.95);
}
.active\:text-violet-700:active {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.active\:text-violet-700\/0:active {
  color: rgb(109 40 217 / 0);
}
.active\:text-violet-700\/10:active {
  color: rgb(109 40 217 / 0.1);
}
.active\:text-violet-700\/100:active {
  color: rgb(109 40 217 / 1);
}
.active\:text-violet-700\/20:active {
  color: rgb(109 40 217 / 0.2);
}
.active\:text-violet-700\/25:active {
  color: rgb(109 40 217 / 0.25);
}
.active\:text-violet-700\/30:active {
  color: rgb(109 40 217 / 0.3);
}
.active\:text-violet-700\/40:active {
  color: rgb(109 40 217 / 0.4);
}
.active\:text-violet-700\/5:active {
  color: rgb(109 40 217 / 0.05);
}
.active\:text-violet-700\/50:active {
  color: rgb(109 40 217 / 0.5);
}
.active\:text-violet-700\/60:active {
  color: rgb(109 40 217 / 0.6);
}
.active\:text-violet-700\/70:active {
  color: rgb(109 40 217 / 0.7);
}
.active\:text-violet-700\/75:active {
  color: rgb(109 40 217 / 0.75);
}
.active\:text-violet-700\/80:active {
  color: rgb(109 40 217 / 0.8);
}
.active\:text-violet-700\/90:active {
  color: rgb(109 40 217 / 0.9);
}
.active\:text-violet-700\/95:active {
  color: rgb(109 40 217 / 0.95);
}
.active\:text-violet-800:active {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.active\:text-violet-800\/0:active {
  color: rgb(91 33 182 / 0);
}
.active\:text-violet-800\/10:active {
  color: rgb(91 33 182 / 0.1);
}
.active\:text-violet-800\/100:active {
  color: rgb(91 33 182 / 1);
}
.active\:text-violet-800\/20:active {
  color: rgb(91 33 182 / 0.2);
}
.active\:text-violet-800\/25:active {
  color: rgb(91 33 182 / 0.25);
}
.active\:text-violet-800\/30:active {
  color: rgb(91 33 182 / 0.3);
}
.active\:text-violet-800\/40:active {
  color: rgb(91 33 182 / 0.4);
}
.active\:text-violet-800\/5:active {
  color: rgb(91 33 182 / 0.05);
}
.active\:text-violet-800\/50:active {
  color: rgb(91 33 182 / 0.5);
}
.active\:text-violet-800\/60:active {
  color: rgb(91 33 182 / 0.6);
}
.active\:text-violet-800\/70:active {
  color: rgb(91 33 182 / 0.7);
}
.active\:text-violet-800\/75:active {
  color: rgb(91 33 182 / 0.75);
}
.active\:text-violet-800\/80:active {
  color: rgb(91 33 182 / 0.8);
}
.active\:text-violet-800\/90:active {
  color: rgb(91 33 182 / 0.9);
}
.active\:text-violet-800\/95:active {
  color: rgb(91 33 182 / 0.95);
}
.active\:text-violet-900:active {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.active\:text-violet-900\/0:active {
  color: rgb(76 29 149 / 0);
}
.active\:text-violet-900\/10:active {
  color: rgb(76 29 149 / 0.1);
}
.active\:text-violet-900\/100:active {
  color: rgb(76 29 149 / 1);
}
.active\:text-violet-900\/20:active {
  color: rgb(76 29 149 / 0.2);
}
.active\:text-violet-900\/25:active {
  color: rgb(76 29 149 / 0.25);
}
.active\:text-violet-900\/30:active {
  color: rgb(76 29 149 / 0.3);
}
.active\:text-violet-900\/40:active {
  color: rgb(76 29 149 / 0.4);
}
.active\:text-violet-900\/5:active {
  color: rgb(76 29 149 / 0.05);
}
.active\:text-violet-900\/50:active {
  color: rgb(76 29 149 / 0.5);
}
.active\:text-violet-900\/60:active {
  color: rgb(76 29 149 / 0.6);
}
.active\:text-violet-900\/70:active {
  color: rgb(76 29 149 / 0.7);
}
.active\:text-violet-900\/75:active {
  color: rgb(76 29 149 / 0.75);
}
.active\:text-violet-900\/80:active {
  color: rgb(76 29 149 / 0.8);
}
.active\:text-violet-900\/90:active {
  color: rgb(76 29 149 / 0.9);
}
.active\:text-violet-900\/95:active {
  color: rgb(76 29 149 / 0.95);
}
.active\:text-violet-950:active {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.active\:text-violet-950\/0:active {
  color: rgb(46 16 101 / 0);
}
.active\:text-violet-950\/10:active {
  color: rgb(46 16 101 / 0.1);
}
.active\:text-violet-950\/100:active {
  color: rgb(46 16 101 / 1);
}
.active\:text-violet-950\/20:active {
  color: rgb(46 16 101 / 0.2);
}
.active\:text-violet-950\/25:active {
  color: rgb(46 16 101 / 0.25);
}
.active\:text-violet-950\/30:active {
  color: rgb(46 16 101 / 0.3);
}
.active\:text-violet-950\/40:active {
  color: rgb(46 16 101 / 0.4);
}
.active\:text-violet-950\/5:active {
  color: rgb(46 16 101 / 0.05);
}
.active\:text-violet-950\/50:active {
  color: rgb(46 16 101 / 0.5);
}
.active\:text-violet-950\/60:active {
  color: rgb(46 16 101 / 0.6);
}
.active\:text-violet-950\/70:active {
  color: rgb(46 16 101 / 0.7);
}
.active\:text-violet-950\/75:active {
  color: rgb(46 16 101 / 0.75);
}
.active\:text-violet-950\/80:active {
  color: rgb(46 16 101 / 0.8);
}
.active\:text-violet-950\/90:active {
  color: rgb(46 16 101 / 0.9);
}
.active\:text-violet-950\/95:active {
  color: rgb(46 16 101 / 0.95);
}
.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.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\/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\/40:active {
  color: rgb(254 249 195 / 0.4);
}
.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\/60:active {
  color: rgb(254 249 195 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(254 240 138 / 0.4);
}
.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\/60:active {
  color: rgb(254 240 138 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(253 224 71 / 0.4);
}
.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\/60:active {
  color: rgb(253 224 71 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(250 204 21 / 0.4);
}
.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\/60:active {
  color: rgb(250 204 21 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(254 252 232 / 0.4);
}
.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\/60:active {
  color: rgb(254 252 232 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(234 179 8 / 0.4);
}
.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\/60:active {
  color: rgb(234 179 8 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(202 138 4 / 0.4);
}
.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\/60:active {
  color: rgb(202 138 4 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(161 98 7 / 0.4);
}
.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\/60:active {
  color: rgb(161 98 7 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(133 77 14 / 0.4);
}
.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\/60:active {
  color: rgb(133 77 14 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(113 63 18 / 0.4);
}
.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\/60:active {
  color: rgb(113 63 18 / 0.6);
}
.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\/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));
}
.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\/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\/40:active {
  color: rgb(66 32 6 / 0.4);
}
.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\/60:active {
  color: rgb(66 32 6 / 0.6);
}
.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\/90:active {
  color: rgb(66 32 6 / 0.9);
}
.active\:text-yellow-950\/95:active {
  color: rgb(66 32 6 / 0.95);
}
.active\:text-zinc-100:active {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.active\:text-zinc-100\/0:active {
  color: rgb(244 244 245 / 0);
}
.active\:text-zinc-100\/10:active {
  color: rgb(244 244 245 / 0.1);
}
.active\:text-zinc-100\/100:active {
  color: rgb(244 244 245 / 1);
}
.active\:text-zinc-100\/20:active {
  color: rgb(244 244 245 / 0.2);
}
.active\:text-zinc-100\/25:active {
  color: rgb(244 244 245 / 0.25);
}
.active\:text-zinc-100\/30:active {
  color: rgb(244 244 245 / 0.3);
}
.active\:text-zinc-100\/40:active {
  color: rgb(244 244 245 / 0.4);
}
.active\:text-zinc-100\/5:active {
  color: rgb(244 244 245 / 0.05);
}
.active\:text-zinc-100\/50:active {
  color: rgb(244 244 245 / 0.5);
}
.active\:text-zinc-100\/60:active {
  color: rgb(244 244 245 / 0.6);
}
.active\:text-zinc-100\/70:active {
  color: rgb(244 244 245 / 0.7);
}
.active\:text-zinc-100\/75:active {
  color: rgb(244 244 245 / 0.75);
}
.active\:text-zinc-100\/80:active {
  color: rgb(244 244 245 / 0.8);
}
.active\:text-zinc-100\/90:active {
  color: rgb(244 244 245 / 0.9);
}
.active\:text-zinc-100\/95:active {
  color: rgb(244 244 245 / 0.95);
}
.active\:text-zinc-200:active {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.active\:text-zinc-200\/0:active {
  color: rgb(228 228 231 / 0);
}
.active\:text-zinc-200\/10:active {
  color: rgb(228 228 231 / 0.1);
}
.active\:text-zinc-200\/100:active {
  color: rgb(228 228 231 / 1);
}
.active\:text-zinc-200\/20:active {
  color: rgb(228 228 231 / 0.2);
}
.active\:text-zinc-200\/25:active {
  color: rgb(228 228 231 / 0.25);
}
.active\:text-zinc-200\/30:active {
  color: rgb(228 228 231 / 0.3);
}
.active\:text-zinc-200\/40:active {
  color: rgb(228 228 231 / 0.4);
}
.active\:text-zinc-200\/5:active {
  color: rgb(228 228 231 / 0.05);
}
.active\:text-zinc-200\/50:active {
  color: rgb(228 228 231 / 0.5);
}
.active\:text-zinc-200\/60:active {
  color: rgb(228 228 231 / 0.6);
}
.active\:text-zinc-200\/70:active {
  color: rgb(228 228 231 / 0.7);
}
.active\:text-zinc-200\/75:active {
  color: rgb(228 228 231 / 0.75);
}
.active\:text-zinc-200\/80:active {
  color: rgb(228 228 231 / 0.8);
}
.active\:text-zinc-200\/90:active {
  color: rgb(228 228 231 / 0.9);
}
.active\:text-zinc-200\/95:active {
  color: rgb(228 228 231 / 0.95);
}
.active\:text-zinc-300:active {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.active\:text-zinc-300\/0:active {
  color: rgb(212 212 216 / 0);
}
.active\:text-zinc-300\/10:active {
  color: rgb(212 212 216 / 0.1);
}
.active\:text-zinc-300\/100:active {
  color: rgb(212 212 216 / 1);
}
.active\:text-zinc-300\/20:active {
  color: rgb(212 212 216 / 0.2);
}
.active\:text-zinc-300\/25:active {
  color: rgb(212 212 216 / 0.25);
}
.active\:text-zinc-300\/30:active {
  color: rgb(212 212 216 / 0.3);
}
.active\:text-zinc-300\/40:active {
  color: rgb(212 212 216 / 0.4);
}
.active\:text-zinc-300\/5:active {
  color: rgb(212 212 216 / 0.05);
}
.active\:text-zinc-300\/50:active {
  color: rgb(212 212 216 / 0.5);
}
.active\:text-zinc-300\/60:active {
  color: rgb(212 212 216 / 0.6);
}
.active\:text-zinc-300\/70:active {
  color: rgb(212 212 216 / 0.7);
}
.active\:text-zinc-300\/75:active {
  color: rgb(212 212 216 / 0.75);
}
.active\:text-zinc-300\/80:active {
  color: rgb(212 212 216 / 0.8);
}
.active\:text-zinc-300\/90:active {
  color: rgb(212 212 216 / 0.9);
}
.active\:text-zinc-300\/95:active {
  color: rgb(212 212 216 / 0.95);
}
.active\:text-zinc-400:active {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.active\:text-zinc-400\/0:active {
  color: rgb(161 161 170 / 0);
}
.active\:text-zinc-400\/10:active {
  color: rgb(161 161 170 / 0.1);
}
.active\:text-zinc-400\/100:active {
  color: rgb(161 161 170 / 1);
}
.active\:text-zinc-400\/20:active {
  color: rgb(161 161 170 / 0.2);
}
.active\:text-zinc-400\/25:active {
  color: rgb(161 161 170 / 0.25);
}
.active\:text-zinc-400\/30:active {
  color: rgb(161 161 170 / 0.3);
}
.active\:text-zinc-400\/40:active {
  color: rgb(161 161 170 / 0.4);
}
.active\:text-zinc-400\/5:active {
  color: rgb(161 161 170 / 0.05);
}
.active\:text-zinc-400\/50:active {
  color: rgb(161 161 170 / 0.5);
}
.active\:text-zinc-400\/60:active {
  color: rgb(161 161 170 / 0.6);
}
.active\:text-zinc-400\/70:active {
  color: rgb(161 161 170 / 0.7);
}
.active\:text-zinc-400\/75:active {
  color: rgb(161 161 170 / 0.75);
}
.active\:text-zinc-400\/80:active {
  color: rgb(161 161 170 / 0.8);
}
.active\:text-zinc-400\/90:active {
  color: rgb(161 161 170 / 0.9);
}
.active\:text-zinc-400\/95:active {
  color: rgb(161 161 170 / 0.95);
}
.active\:text-zinc-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.active\:text-zinc-50\/0:active {
  color: rgb(250 250 250 / 0);
}
.active\:text-zinc-50\/10:active {
  color: rgb(250 250 250 / 0.1);
}
.active\:text-zinc-50\/100:active {
  color: rgb(250 250 250 / 1);
}
.active\:text-zinc-50\/20:active {
  color: rgb(250 250 250 / 0.2);
}
.active\:text-zinc-50\/25:active {
  color: rgb(250 250 250 / 0.25);
}
.active\:text-zinc-50\/30:active {
  color: rgb(250 250 250 / 0.3);
}
.active\:text-zinc-50\/40:active {
  color: rgb(250 250 250 / 0.4);
}
.active\:text-zinc-50\/5:active {
  color: rgb(250 250 250 / 0.05);
}
.active\:text-zinc-50\/50:active {
  color: rgb(250 250 250 / 0.5);
}
.active\:text-zinc-50\/60:active {
  color: rgb(250 250 250 / 0.6);
}
.active\:text-zinc-50\/70:active {
  color: rgb(250 250 250 / 0.7);
}
.active\:text-zinc-50\/75:active {
  color: rgb(250 250 250 / 0.75);
}
.active\:text-zinc-50\/80:active {
  color: rgb(250 250 250 / 0.8);
}
.active\:text-zinc-50\/90:active {
  color: rgb(250 250 250 / 0.9);
}
.active\:text-zinc-50\/95:active {
  color: rgb(250 250 250 / 0.95);
}
.active\:text-zinc-500:active {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.active\:text-zinc-500\/0:active {
  color: rgb(113 113 122 / 0);
}
.active\:text-zinc-500\/10:active {
  color: rgb(113 113 122 / 0.1);
}
.active\:text-zinc-500\/100:active {
  color: rgb(113 113 122 / 1);
}
.active\:text-zinc-500\/20:active {
  color: rgb(113 113 122 / 0.2);
}
.active\:text-zinc-500\/25:active {
  color: rgb(113 113 122 / 0.25);
}
.active\:text-zinc-500\/30:active {
  color: rgb(113 113 122 / 0.3);
}
.active\:text-zinc-500\/40:active {
  color: rgb(113 113 122 / 0.4);
}
.active\:text-zinc-500\/5:active {
  color: rgb(113 113 122 / 0.05);
}
.active\:text-zinc-500\/50:active {
  color: rgb(113 113 122 / 0.5);
}
.active\:text-zinc-500\/60:active {
  color: rgb(113 113 122 / 0.6);
}
.active\:text-zinc-500\/70:active {
  color: rgb(113 113 122 / 0.7);
}
.active\:text-zinc-500\/75:active {
  color: rgb(113 113 122 / 0.75);
}
.active\:text-zinc-500\/80:active {
  color: rgb(113 113 122 / 0.8);
}
.active\:text-zinc-500\/90:active {
  color: rgb(113 113 122 / 0.9);
}
.active\:text-zinc-500\/95:active {
  color: rgb(113 113 122 / 0.95);
}
.active\:text-zinc-600:active {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.active\:text-zinc-600\/0:active {
  color: rgb(82 82 91 / 0);
}
.active\:text-zinc-600\/10:active {
  color: rgb(82 82 91 / 0.1);
}
.active\:text-zinc-600\/100:active {
  color: rgb(82 82 91 / 1);
}
.active\:text-zinc-600\/20:active {
  color: rgb(82 82 91 / 0.2);
}
.active\:text-zinc-600\/25:active {
  color: rgb(82 82 91 / 0.25);
}
.active\:text-zinc-600\/30:active {
  color: rgb(82 82 91 / 0.3);
}
.active\:text-zinc-600\/40:active {
  color: rgb(82 82 91 / 0.4);
}
.active\:text-zinc-600\/5:active {
  color: rgb(82 82 91 / 0.05);
}
.active\:text-zinc-600\/50:active {
  color: rgb(82 82 91 / 0.5);
}
.active\:text-zinc-600\/60:active {
  color: rgb(82 82 91 / 0.6);
}
.active\:text-zinc-600\/70:active {
  color: rgb(82 82 91 / 0.7);
}
.active\:text-zinc-600\/75:active {
  color: rgb(82 82 91 / 0.75);
}
.active\:text-zinc-600\/80:active {
  color: rgb(82 82 91 / 0.8);
}
.active\:text-zinc-600\/90:active {
  color: rgb(82 82 91 / 0.9);
}
.active\:text-zinc-600\/95:active {
  color: rgb(82 82 91 / 0.95);
}
.active\:text-zinc-700:active {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.active\:text-zinc-700\/0:active {
  color: rgb(63 63 70 / 0);
}
.active\:text-zinc-700\/10:active {
  color: rgb(63 63 70 / 0.1);
}
.active\:text-zinc-700\/100:active {
  color: rgb(63 63 70 / 1);
}
.active\:text-zinc-700\/20:active {
  color: rgb(63 63 70 / 0.2);
}
.active\:text-zinc-700\/25:active {
  color: rgb(63 63 70 / 0.25);
}
.active\:text-zinc-700\/30:active {
  color: rgb(63 63 70 / 0.3);
}
.active\:text-zinc-700\/40:active {
  color: rgb(63 63 70 / 0.4);
}
.active\:text-zinc-700\/5:active {
  color: rgb(63 63 70 / 0.05);
}
.active\:text-zinc-700\/50:active {
  color: rgb(63 63 70 / 0.5);
}
.active\:text-zinc-700\/60:active {
  color: rgb(63 63 70 / 0.6);
}
.active\:text-zinc-700\/70:active {
  color: rgb(63 63 70 / 0.7);
}
.active\:text-zinc-700\/75:active {
  color: rgb(63 63 70 / 0.75);
}
.active\:text-zinc-700\/80:active {
  color: rgb(63 63 70 / 0.8);
}
.active\:text-zinc-700\/90:active {
  color: rgb(63 63 70 / 0.9);
}
.active\:text-zinc-700\/95:active {
  color: rgb(63 63 70 / 0.95);
}
.active\:text-zinc-800:active {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.active\:text-zinc-800\/0:active {
  color: rgb(39 39 42 / 0);
}
.active\:text-zinc-800\/10:active {
  color: rgb(39 39 42 / 0.1);
}
.active\:text-zinc-800\/100:active {
  color: rgb(39 39 42 / 1);
}
.active\:text-zinc-800\/20:active {
  color: rgb(39 39 42 / 0.2);
}
.active\:text-zinc-800\/25:active {
  color: rgb(39 39 42 / 0.25);
}
.active\:text-zinc-800\/30:active {
  color: rgb(39 39 42 / 0.3);
}
.active\:text-zinc-800\/40:active {
  color: rgb(39 39 42 / 0.4);
}
.active\:text-zinc-800\/5:active {
  color: rgb(39 39 42 / 0.05);
}
.active\:text-zinc-800\/50:active {
  color: rgb(39 39 42 / 0.5);
}
.active\:text-zinc-800\/60:active {
  color: rgb(39 39 42 / 0.6);
}
.active\:text-zinc-800\/70:active {
  color: rgb(39 39 42 / 0.7);
}
.active\:text-zinc-800\/75:active {
  color: rgb(39 39 42 / 0.75);
}
.active\:text-zinc-800\/80:active {
  color: rgb(39 39 42 / 0.8);
}
.active\:text-zinc-800\/90:active {
  color: rgb(39 39 42 / 0.9);
}
.active\:text-zinc-800\/95:active {
  color: rgb(39 39 42 / 0.95);
}
.active\:text-zinc-900:active {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.active\:text-zinc-900\/0:active {
  color: rgb(24 24 27 / 0);
}
.active\:text-zinc-900\/10:active {
  color: rgb(24 24 27 / 0.1);
}
.active\:text-zinc-900\/100:active {
  color: rgb(24 24 27 / 1);
}
.active\:text-zinc-900\/20:active {
  color: rgb(24 24 27 / 0.2);
}
.active\:text-zinc-900\/25:active {
  color: rgb(24 24 27 / 0.25);
}
.active\:text-zinc-900\/30:active {
  color: rgb(24 24 27 / 0.3);
}
.active\:text-zinc-900\/40:active {
  color: rgb(24 24 27 / 0.4);
}
.active\:text-zinc-900\/5:active {
  color: rgb(24 24 27 / 0.05);
}
.active\:text-zinc-900\/50:active {
  color: rgb(24 24 27 / 0.5);
}
.active\:text-zinc-900\/60:active {
  color: rgb(24 24 27 / 0.6);
}
.active\:text-zinc-900\/70:active {
  color: rgb(24 24 27 / 0.7);
}
.active\:text-zinc-900\/75:active {
  color: rgb(24 24 27 / 0.75);
}
.active\:text-zinc-900\/80:active {
  color: rgb(24 24 27 / 0.8);
}
.active\:text-zinc-900\/90:active {
  color: rgb(24 24 27 / 0.9);
}
.active\:text-zinc-900\/95:active {
  color: rgb(24 24 27 / 0.95);
}
.active\:text-zinc-950:active {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.active\:text-zinc-950\/0:active {
  color: rgb(9 9 11 / 0);
}
.active\:text-zinc-950\/10:active {
  color: rgb(9 9 11 / 0.1);
}
.active\:text-zinc-950\/100:active {
  color: rgb(9 9 11 / 1);
}
.active\:text-zinc-950\/20:active {
  color: rgb(9 9 11 / 0.2);
}
.active\:text-zinc-950\/25:active {
  color: rgb(9 9 11 / 0.25);
}
.active\:text-zinc-950\/30:active {
  color: rgb(9 9 11 / 0.3);
}
.active\:text-zinc-950\/40:active {
  color: rgb(9 9 11 / 0.4);
}
.active\:text-zinc-950\/5:active {
  color: rgb(9 9 11 / 0.05);
}
.active\:text-zinc-950\/50:active {
  color: rgb(9 9 11 / 0.5);
}
.active\:text-zinc-950\/60:active {
  color: rgb(9 9 11 / 0.6);
}
.active\:text-zinc-950\/70:active {
  color: rgb(9 9 11 / 0.7);
}
.active\:text-zinc-950\/75:active {
  color: rgb(9 9 11 / 0.75);
}
.active\:text-zinc-950\/80:active {
  color: rgb(9 9 11 / 0.8);
}
.active\:text-zinc-950\/90:active {
  color: rgb(9 9 11 / 0.9);
}
.active\:text-zinc-950\/95:active {
  color: rgb(9 9 11 / 0.95);
}
.active\:shadow-lg:active {
  --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);
}
.active\:shadow-xl:active {
  --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);
}
:is([dir="rtl"] .rtl\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .rtl\:flex-row-reverse) {
  flex-direction: row-reverse;
}
:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
:is(.dark .dark\:block) {
  display: block;
}
:is(.dark .dark\:hidden) {
  display: none;
}
:is(.dark .dark\:divide-gray-700) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}
:is(.dark .dark\:border) {
  border-width: 1px;
}
:is(.dark .dark\:border-amber-100) {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-100\/0) {
  border-color: rgb(254 243 199 / 0);
}
:is(.dark .dark\:border-amber-100\/10) {
  border-color: rgb(254 243 199 / 0.1);
}
:is(.dark .dark\:border-amber-100\/100) {
  border-color: rgb(254 243 199 / 1);
}
:is(.dark .dark\:border-amber-100\/20) {
  border-color: rgb(254 243 199 / 0.2);
}
:is(.dark .dark\:border-amber-100\/25) {
  border-color: rgb(254 243 199 / 0.25);
}
:is(.dark .dark\:border-amber-100\/30) {
  border-color: rgb(254 243 199 / 0.3);
}
:is(.dark .dark\:border-amber-100\/40) {
  border-color: rgb(254 243 199 / 0.4);
}
:is(.dark .dark\:border-amber-100\/5) {
  border-color: rgb(254 243 199 / 0.05);
}
:is(.dark .dark\:border-amber-100\/50) {
  border-color: rgb(254 243 199 / 0.5);
}
:is(.dark .dark\:border-amber-100\/60) {
  border-color: rgb(254 243 199 / 0.6);
}
:is(.dark .dark\:border-amber-100\/70) {
  border-color: rgb(254 243 199 / 0.7);
}
:is(.dark .dark\:border-amber-100\/75) {
  border-color: rgb(254 243 199 / 0.75);
}
:is(.dark .dark\:border-amber-100\/80) {
  border-color: rgb(254 243 199 / 0.8);
}
:is(.dark .dark\:border-amber-100\/90) {
  border-color: rgb(254 243 199 / 0.9);
}
:is(.dark .dark\:border-amber-100\/95) {
  border-color: rgb(254 243 199 / 0.95);
}
:is(.dark .dark\:border-amber-200) {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-200\/0) {
  border-color: rgb(253 230 138 / 0);
}
:is(.dark .dark\:border-amber-200\/10) {
  border-color: rgb(253 230 138 / 0.1);
}
:is(.dark .dark\:border-amber-200\/100) {
  border-color: rgb(253 230 138 / 1);
}
:is(.dark .dark\:border-amber-200\/20) {
  border-color: rgb(253 230 138 / 0.2);
}
:is(.dark .dark\:border-amber-200\/25) {
  border-color: rgb(253 230 138 / 0.25);
}
:is(.dark .dark\:border-amber-200\/30) {
  border-color: rgb(253 230 138 / 0.3);
}
:is(.dark .dark\:border-amber-200\/40) {
  border-color: rgb(253 230 138 / 0.4);
}
:is(.dark .dark\:border-amber-200\/5) {
  border-color: rgb(253 230 138 / 0.05);
}
:is(.dark .dark\:border-amber-200\/50) {
  border-color: rgb(253 230 138 / 0.5);
}
:is(.dark .dark\:border-amber-200\/60) {
  border-color: rgb(253 230 138 / 0.6);
}
:is(.dark .dark\:border-amber-200\/70) {
  border-color: rgb(253 230 138 / 0.7);
}
:is(.dark .dark\:border-amber-200\/75) {
  border-color: rgb(253 230 138 / 0.75);
}
:is(.dark .dark\:border-amber-200\/80) {
  border-color: rgb(253 230 138 / 0.8);
}
:is(.dark .dark\:border-amber-200\/90) {
  border-color: rgb(253 230 138 / 0.9);
}
:is(.dark .dark\:border-amber-200\/95) {
  border-color: rgb(253 230 138 / 0.95);
}
:is(.dark .dark\:border-amber-300) {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-300\/0) {
  border-color: rgb(252 211 77 / 0);
}
:is(.dark .dark\:border-amber-300\/10) {
  border-color: rgb(252 211 77 / 0.1);
}
:is(.dark .dark\:border-amber-300\/100) {
  border-color: rgb(252 211 77 / 1);
}
:is(.dark .dark\:border-amber-300\/20) {
  border-color: rgb(252 211 77 / 0.2);
}
:is(.dark .dark\:border-amber-300\/25) {
  border-color: rgb(252 211 77 / 0.25);
}
:is(.dark .dark\:border-amber-300\/30) {
  border-color: rgb(252 211 77 / 0.3);
}
:is(.dark .dark\:border-amber-300\/40) {
  border-color: rgb(252 211 77 / 0.4);
}
:is(.dark .dark\:border-amber-300\/5) {
  border-color: rgb(252 211 77 / 0.05);
}
:is(.dark .dark\:border-amber-300\/50) {
  border-color: rgb(252 211 77 / 0.5);
}
:is(.dark .dark\:border-amber-300\/60) {
  border-color: rgb(252 211 77 / 0.6);
}
:is(.dark .dark\:border-amber-300\/70) {
  border-color: rgb(252 211 77 / 0.7);
}
:is(.dark .dark\:border-amber-300\/75) {
  border-color: rgb(252 211 77 / 0.75);
}
:is(.dark .dark\:border-amber-300\/80) {
  border-color: rgb(252 211 77 / 0.8);
}
:is(.dark .dark\:border-amber-300\/90) {
  border-color: rgb(252 211 77 / 0.9);
}
:is(.dark .dark\:border-amber-300\/95) {
  border-color: rgb(252 211 77 / 0.95);
}
:is(.dark .dark\:border-amber-400) {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-400\/0) {
  border-color: rgb(251 191 36 / 0);
}
:is(.dark .dark\:border-amber-400\/10) {
  border-color: rgb(251 191 36 / 0.1);
}
:is(.dark .dark\:border-amber-400\/100) {
  border-color: rgb(251 191 36 / 1);
}
:is(.dark .dark\:border-amber-400\/20) {
  border-color: rgb(251 191 36 / 0.2);
}
:is(.dark .dark\:border-amber-400\/25) {
  border-color: rgb(251 191 36 / 0.25);
}
:is(.dark .dark\:border-amber-400\/30) {
  border-color: rgb(251 191 36 / 0.3);
}
:is(.dark .dark\:border-amber-400\/40) {
  border-color: rgb(251 191 36 / 0.4);
}
:is(.dark .dark\:border-amber-400\/5) {
  border-color: rgb(251 191 36 / 0.05);
}
:is(.dark .dark\:border-amber-400\/50) {
  border-color: rgb(251 191 36 / 0.5);
}
:is(.dark .dark\:border-amber-400\/60) {
  border-color: rgb(251 191 36 / 0.6);
}
:is(.dark .dark\:border-amber-400\/70) {
  border-color: rgb(251 191 36 / 0.7);
}
:is(.dark .dark\:border-amber-400\/75) {
  border-color: rgb(251 191 36 / 0.75);
}
:is(.dark .dark\:border-amber-400\/80) {
  border-color: rgb(251 191 36 / 0.8);
}
:is(.dark .dark\:border-amber-400\/90) {
  border-color: rgb(251 191 36 / 0.9);
}
:is(.dark .dark\:border-amber-400\/95) {
  border-color: rgb(251 191 36 / 0.95);
}
:is(.dark .dark\:border-amber-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-50\/0) {
  border-color: rgb(255 251 235 / 0);
}
:is(.dark .dark\:border-amber-50\/10) {
  border-color: rgb(255 251 235 / 0.1);
}
:is(.dark .dark\:border-amber-50\/100) {
  border-color: rgb(255 251 235 / 1);
}
:is(.dark .dark\:border-amber-50\/20) {
  border-color: rgb(255 251 235 / 0.2);
}
:is(.dark .dark\:border-amber-50\/25) {
  border-color: rgb(255 251 235 / 0.25);
}
:is(.dark .dark\:border-amber-50\/30) {
  border-color: rgb(255 251 235 / 0.3);
}
:is(.dark .dark\:border-amber-50\/40) {
  border-color: rgb(255 251 235 / 0.4);
}
:is(.dark .dark\:border-amber-50\/5) {
  border-color: rgb(255 251 235 / 0.05);
}
:is(.dark .dark\:border-amber-50\/50) {
  border-color: rgb(255 251 235 / 0.5);
}
:is(.dark .dark\:border-amber-50\/60) {
  border-color: rgb(255 251 235 / 0.6);
}
:is(.dark .dark\:border-amber-50\/70) {
  border-color: rgb(255 251 235 / 0.7);
}
:is(.dark .dark\:border-amber-50\/75) {
  border-color: rgb(255 251 235 / 0.75);
}
:is(.dark .dark\:border-amber-50\/80) {
  border-color: rgb(255 251 235 / 0.8);
}
:is(.dark .dark\:border-amber-50\/90) {
  border-color: rgb(255 251 235 / 0.9);
}
:is(.dark .dark\:border-amber-50\/95) {
  border-color: rgb(255 251 235 / 0.95);
}
:is(.dark .dark\:border-amber-500) {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-500\/0) {
  border-color: rgb(245 158 11 / 0);
}
:is(.dark .dark\:border-amber-500\/10) {
  border-color: rgb(245 158 11 / 0.1);
}
:is(.dark .dark\:border-amber-500\/100) {
  border-color: rgb(245 158 11 / 1);
}
:is(.dark .dark\:border-amber-500\/20) {
  border-color: rgb(245 158 11 / 0.2);
}
:is(.dark .dark\:border-amber-500\/25) {
  border-color: rgb(245 158 11 / 0.25);
}
:is(.dark .dark\:border-amber-500\/30) {
  border-color: rgb(245 158 11 / 0.3);
}
:is(.dark .dark\:border-amber-500\/40) {
  border-color: rgb(245 158 11 / 0.4);
}
:is(.dark .dark\:border-amber-500\/5) {
  border-color: rgb(245 158 11 / 0.05);
}
:is(.dark .dark\:border-amber-500\/50) {
  border-color: rgb(245 158 11 / 0.5);
}
:is(.dark .dark\:border-amber-500\/60) {
  border-color: rgb(245 158 11 / 0.6);
}
:is(.dark .dark\:border-amber-500\/70) {
  border-color: rgb(245 158 11 / 0.7);
}
:is(.dark .dark\:border-amber-500\/75) {
  border-color: rgb(245 158 11 / 0.75);
}
:is(.dark .dark\:border-amber-500\/80) {
  border-color: rgb(245 158 11 / 0.8);
}
:is(.dark .dark\:border-amber-500\/90) {
  border-color: rgb(245 158 11 / 0.9);
}
:is(.dark .dark\:border-amber-500\/95) {
  border-color: rgb(245 158 11 / 0.95);
}
:is(.dark .dark\:border-amber-600) {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-600\/0) {
  border-color: rgb(217 119 6 / 0);
}
:is(.dark .dark\:border-amber-600\/10) {
  border-color: rgb(217 119 6 / 0.1);
}
:is(.dark .dark\:border-amber-600\/100) {
  border-color: rgb(217 119 6 / 1);
}
:is(.dark .dark\:border-amber-600\/20) {
  border-color: rgb(217 119 6 / 0.2);
}
:is(.dark .dark\:border-amber-600\/25) {
  border-color: rgb(217 119 6 / 0.25);
}
:is(.dark .dark\:border-amber-600\/30) {
  border-color: rgb(217 119 6 / 0.3);
}
:is(.dark .dark\:border-amber-600\/40) {
  border-color: rgb(217 119 6 / 0.4);
}
:is(.dark .dark\:border-amber-600\/5) {
  border-color: rgb(217 119 6 / 0.05);
}
:is(.dark .dark\:border-amber-600\/50) {
  border-color: rgb(217 119 6 / 0.5);
}
:is(.dark .dark\:border-amber-600\/60) {
  border-color: rgb(217 119 6 / 0.6);
}
:is(.dark .dark\:border-amber-600\/70) {
  border-color: rgb(217 119 6 / 0.7);
}
:is(.dark .dark\:border-amber-600\/75) {
  border-color: rgb(217 119 6 / 0.75);
}
:is(.dark .dark\:border-amber-600\/80) {
  border-color: rgb(217 119 6 / 0.8);
}
:is(.dark .dark\:border-amber-600\/90) {
  border-color: rgb(217 119 6 / 0.9);
}
:is(.dark .dark\:border-amber-600\/95) {
  border-color: rgb(217 119 6 / 0.95);
}
:is(.dark .dark\:border-amber-700) {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-700\/0) {
  border-color: rgb(180 83 9 / 0);
}
:is(.dark .dark\:border-amber-700\/10) {
  border-color: rgb(180 83 9 / 0.1);
}
:is(.dark .dark\:border-amber-700\/100) {
  border-color: rgb(180 83 9 / 1);
}
:is(.dark .dark\:border-amber-700\/20) {
  border-color: rgb(180 83 9 / 0.2);
}
:is(.dark .dark\:border-amber-700\/25) {
  border-color: rgb(180 83 9 / 0.25);
}
:is(.dark .dark\:border-amber-700\/30) {
  border-color: rgb(180 83 9 / 0.3);
}
:is(.dark .dark\:border-amber-700\/40) {
  border-color: rgb(180 83 9 / 0.4);
}
:is(.dark .dark\:border-amber-700\/5) {
  border-color: rgb(180 83 9 / 0.05);
}
:is(.dark .dark\:border-amber-700\/50) {
  border-color: rgb(180 83 9 / 0.5);
}
:is(.dark .dark\:border-amber-700\/60) {
  border-color: rgb(180 83 9 / 0.6);
}
:is(.dark .dark\:border-amber-700\/70) {
  border-color: rgb(180 83 9 / 0.7);
}
:is(.dark .dark\:border-amber-700\/75) {
  border-color: rgb(180 83 9 / 0.75);
}
:is(.dark .dark\:border-amber-700\/80) {
  border-color: rgb(180 83 9 / 0.8);
}
:is(.dark .dark\:border-amber-700\/90) {
  border-color: rgb(180 83 9 / 0.9);
}
:is(.dark .dark\:border-amber-700\/95) {
  border-color: rgb(180 83 9 / 0.95);
}
:is(.dark .dark\:border-amber-800) {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-800\/0) {
  border-color: rgb(146 64 14 / 0);
}
:is(.dark .dark\:border-amber-800\/10) {
  border-color: rgb(146 64 14 / 0.1);
}
:is(.dark .dark\:border-amber-800\/100) {
  border-color: rgb(146 64 14 / 1);
}
:is(.dark .dark\:border-amber-800\/20) {
  border-color: rgb(146 64 14 / 0.2);
}
:is(.dark .dark\:border-amber-800\/25) {
  border-color: rgb(146 64 14 / 0.25);
}
:is(.dark .dark\:border-amber-800\/30) {
  border-color: rgb(146 64 14 / 0.3);
}
:is(.dark .dark\:border-amber-800\/40) {
  border-color: rgb(146 64 14 / 0.4);
}
:is(.dark .dark\:border-amber-800\/5) {
  border-color: rgb(146 64 14 / 0.05);
}
:is(.dark .dark\:border-amber-800\/50) {
  border-color: rgb(146 64 14 / 0.5);
}
:is(.dark .dark\:border-amber-800\/60) {
  border-color: rgb(146 64 14 / 0.6);
}
:is(.dark .dark\:border-amber-800\/70) {
  border-color: rgb(146 64 14 / 0.7);
}
:is(.dark .dark\:border-amber-800\/75) {
  border-color: rgb(146 64 14 / 0.75);
}
:is(.dark .dark\:border-amber-800\/80) {
  border-color: rgb(146 64 14 / 0.8);
}
:is(.dark .dark\:border-amber-800\/90) {
  border-color: rgb(146 64 14 / 0.9);
}
:is(.dark .dark\:border-amber-800\/95) {
  border-color: rgb(146 64 14 / 0.95);
}
:is(.dark .dark\:border-amber-900) {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-900\/0) {
  border-color: rgb(120 53 15 / 0);
}
:is(.dark .dark\:border-amber-900\/10) {
  border-color: rgb(120 53 15 / 0.1);
}
:is(.dark .dark\:border-amber-900\/100) {
  border-color: rgb(120 53 15 / 1);
}
:is(.dark .dark\:border-amber-900\/20) {
  border-color: rgb(120 53 15 / 0.2);
}
:is(.dark .dark\:border-amber-900\/25) {
  border-color: rgb(120 53 15 / 0.25);
}
:is(.dark .dark\:border-amber-900\/30) {
  border-color: rgb(120 53 15 / 0.3);
}
:is(.dark .dark\:border-amber-900\/40) {
  border-color: rgb(120 53 15 / 0.4);
}
:is(.dark .dark\:border-amber-900\/5) {
  border-color: rgb(120 53 15 / 0.05);
}
:is(.dark .dark\:border-amber-900\/50) {
  border-color: rgb(120 53 15 / 0.5);
}
:is(.dark .dark\:border-amber-900\/60) {
  border-color: rgb(120 53 15 / 0.6);
}
:is(.dark .dark\:border-amber-900\/70) {
  border-color: rgb(120 53 15 / 0.7);
}
:is(.dark .dark\:border-amber-900\/75) {
  border-color: rgb(120 53 15 / 0.75);
}
:is(.dark .dark\:border-amber-900\/80) {
  border-color: rgb(120 53 15 / 0.8);
}
:is(.dark .dark\:border-amber-900\/90) {
  border-color: rgb(120 53 15 / 0.9);
}
:is(.dark .dark\:border-amber-900\/95) {
  border-color: rgb(120 53 15 / 0.95);
}
:is(.dark .dark\:border-amber-950) {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-amber-950\/0) {
  border-color: rgb(69 26 3 / 0);
}
:is(.dark .dark\:border-amber-950\/10) {
  border-color: rgb(69 26 3 / 0.1);
}
:is(.dark .dark\:border-amber-950\/100) {
  border-color: rgb(69 26 3 / 1);
}
:is(.dark .dark\:border-amber-950\/20) {
  border-color: rgb(69 26 3 / 0.2);
}
:is(.dark .dark\:border-amber-950\/25) {
  border-color: rgb(69 26 3 / 0.25);
}
:is(.dark .dark\:border-amber-950\/30) {
  border-color: rgb(69 26 3 / 0.3);
}
:is(.dark .dark\:border-amber-950\/40) {
  border-color: rgb(69 26 3 / 0.4);
}
:is(.dark .dark\:border-amber-950\/5) {
  border-color: rgb(69 26 3 / 0.05);
}
:is(.dark .dark\:border-amber-950\/50) {
  border-color: rgb(69 26 3 / 0.5);
}
:is(.dark .dark\:border-amber-950\/60) {
  border-color: rgb(69 26 3 / 0.6);
}
:is(.dark .dark\:border-amber-950\/70) {
  border-color: rgb(69 26 3 / 0.7);
}
:is(.dark .dark\:border-amber-950\/75) {
  border-color: rgb(69 26 3 / 0.75);
}
:is(.dark .dark\:border-amber-950\/80) {
  border-color: rgb(69 26 3 / 0.8);
}
:is(.dark .dark\:border-amber-950\/90) {
  border-color: rgb(69 26 3 / 0.9);
}
:is(.dark .dark\:border-amber-950\/95) {
  border-color: rgb(69 26 3 / 0.95);
}
:is(.dark .dark\:border-blue-100) {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-100\/0) {
  border-color: rgb(219 234 254 / 0);
}
:is(.dark .dark\:border-blue-100\/10) {
  border-color: rgb(219 234 254 / 0.1);
}
:is(.dark .dark\:border-blue-100\/100) {
  border-color: rgb(219 234 254 / 1);
}
:is(.dark .dark\:border-blue-100\/20) {
  border-color: rgb(219 234 254 / 0.2);
}
:is(.dark .dark\:border-blue-100\/25) {
  border-color: rgb(219 234 254 / 0.25);
}
:is(.dark .dark\:border-blue-100\/30) {
  border-color: rgb(219 234 254 / 0.3);
}
:is(.dark .dark\:border-blue-100\/40) {
  border-color: rgb(219 234 254 / 0.4);
}
:is(.dark .dark\:border-blue-100\/5) {
  border-color: rgb(219 234 254 / 0.05);
}
:is(.dark .dark\:border-blue-100\/50) {
  border-color: rgb(219 234 254 / 0.5);
}
:is(.dark .dark\:border-blue-100\/60) {
  border-color: rgb(219 234 254 / 0.6);
}
:is(.dark .dark\:border-blue-100\/70) {
  border-color: rgb(219 234 254 / 0.7);
}
:is(.dark .dark\:border-blue-100\/75) {
  border-color: rgb(219 234 254 / 0.75);
}
:is(.dark .dark\:border-blue-100\/80) {
  border-color: rgb(219 234 254 / 0.8);
}
:is(.dark .dark\:border-blue-100\/90) {
  border-color: rgb(219 234 254 / 0.9);
}
:is(.dark .dark\:border-blue-100\/95) {
  border-color: rgb(219 234 254 / 0.95);
}
:is(.dark .dark\:border-blue-200) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-200\/0) {
  border-color: rgb(191 219 254 / 0);
}
:is(.dark .dark\:border-blue-200\/10) {
  border-color: rgb(191 219 254 / 0.1);
}
:is(.dark .dark\:border-blue-200\/100) {
  border-color: rgb(191 219 254 / 1);
}
:is(.dark .dark\:border-blue-200\/20) {
  border-color: rgb(191 219 254 / 0.2);
}
:is(.dark .dark\:border-blue-200\/25) {
  border-color: rgb(191 219 254 / 0.25);
}
:is(.dark .dark\:border-blue-200\/30) {
  border-color: rgb(191 219 254 / 0.3);
}
:is(.dark .dark\:border-blue-200\/40) {
  border-color: rgb(191 219 254 / 0.4);
}
:is(.dark .dark\:border-blue-200\/5) {
  border-color: rgb(191 219 254 / 0.05);
}
:is(.dark .dark\:border-blue-200\/50) {
  border-color: rgb(191 219 254 / 0.5);
}
:is(.dark .dark\:border-blue-200\/60) {
  border-color: rgb(191 219 254 / 0.6);
}
:is(.dark .dark\:border-blue-200\/70) {
  border-color: rgb(191 219 254 / 0.7);
}
:is(.dark .dark\:border-blue-200\/75) {
  border-color: rgb(191 219 254 / 0.75);
}
:is(.dark .dark\:border-blue-200\/80) {
  border-color: rgb(191 219 254 / 0.8);
}
:is(.dark .dark\:border-blue-200\/90) {
  border-color: rgb(191 219 254 / 0.9);
}
:is(.dark .dark\:border-blue-200\/95) {
  border-color: rgb(191 219 254 / 0.95);
}
:is(.dark .dark\:border-blue-300) {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-300\/0) {
  border-color: rgb(147 197 253 / 0);
}
:is(.dark .dark\:border-blue-300\/10) {
  border-color: rgb(147 197 253 / 0.1);
}
:is(.dark .dark\:border-blue-300\/100) {
  border-color: rgb(147 197 253 / 1);
}
:is(.dark .dark\:border-blue-300\/20) {
  border-color: rgb(147 197 253 / 0.2);
}
:is(.dark .dark\:border-blue-300\/25) {
  border-color: rgb(147 197 253 / 0.25);
}
:is(.dark .dark\:border-blue-300\/30) {
  border-color: rgb(147 197 253 / 0.3);
}
:is(.dark .dark\:border-blue-300\/40) {
  border-color: rgb(147 197 253 / 0.4);
}
:is(.dark .dark\:border-blue-300\/5) {
  border-color: rgb(147 197 253 / 0.05);
}
:is(.dark .dark\:border-blue-300\/50) {
  border-color: rgb(147 197 253 / 0.5);
}
:is(.dark .dark\:border-blue-300\/60) {
  border-color: rgb(147 197 253 / 0.6);
}
:is(.dark .dark\:border-blue-300\/70) {
  border-color: rgb(147 197 253 / 0.7);
}
:is(.dark .dark\:border-blue-300\/75) {
  border-color: rgb(147 197 253 / 0.75);
}
:is(.dark .dark\:border-blue-300\/80) {
  border-color: rgb(147 197 253 / 0.8);
}
:is(.dark .dark\:border-blue-300\/90) {
  border-color: rgb(147 197 253 / 0.9);
}
:is(.dark .dark\:border-blue-300\/95) {
  border-color: rgb(147 197 253 / 0.95);
}
:is(.dark .dark\:border-blue-400) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-400\/0) {
  border-color: rgb(96 165 250 / 0);
}
:is(.dark .dark\:border-blue-400\/10) {
  border-color: rgb(96 165 250 / 0.1);
}
:is(.dark .dark\:border-blue-400\/100) {
  border-color: rgb(96 165 250 / 1);
}
:is(.dark .dark\:border-blue-400\/20) {
  border-color: rgb(96 165 250 / 0.2);
}
:is(.dark .dark\:border-blue-400\/25) {
  border-color: rgb(96 165 250 / 0.25);
}
:is(.dark .dark\:border-blue-400\/30) {
  border-color: rgb(96 165 250 / 0.3);
}
:is(.dark .dark\:border-blue-400\/40) {
  border-color: rgb(96 165 250 / 0.4);
}
:is(.dark .dark\:border-blue-400\/5) {
  border-color: rgb(96 165 250 / 0.05);
}
:is(.dark .dark\:border-blue-400\/50) {
  border-color: rgb(96 165 250 / 0.5);
}
:is(.dark .dark\:border-blue-400\/60) {
  border-color: rgb(96 165 250 / 0.6);
}
:is(.dark .dark\:border-blue-400\/70) {
  border-color: rgb(96 165 250 / 0.7);
}
:is(.dark .dark\:border-blue-400\/75) {
  border-color: rgb(96 165 250 / 0.75);
}
:is(.dark .dark\:border-blue-400\/80) {
  border-color: rgb(96 165 250 / 0.8);
}
:is(.dark .dark\:border-blue-400\/90) {
  border-color: rgb(96 165 250 / 0.9);
}
:is(.dark .dark\:border-blue-400\/95) {
  border-color: rgb(96 165 250 / 0.95);
}
:is(.dark .dark\:border-blue-50) {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-50\/0) {
  border-color: rgb(239 246 255 / 0);
}
:is(.dark .dark\:border-blue-50\/10) {
  border-color: rgb(239 246 255 / 0.1);
}
:is(.dark .dark\:border-blue-50\/100) {
  border-color: rgb(239 246 255 / 1);
}
:is(.dark .dark\:border-blue-50\/20) {
  border-color: rgb(239 246 255 / 0.2);
}
:is(.dark .dark\:border-blue-50\/25) {
  border-color: rgb(239 246 255 / 0.25);
}
:is(.dark .dark\:border-blue-50\/30) {
  border-color: rgb(239 246 255 / 0.3);
}
:is(.dark .dark\:border-blue-50\/40) {
  border-color: rgb(239 246 255 / 0.4);
}
:is(.dark .dark\:border-blue-50\/5) {
  border-color: rgb(239 246 255 / 0.05);
}
:is(.dark .dark\:border-blue-50\/50) {
  border-color: rgb(239 246 255 / 0.5);
}
:is(.dark .dark\:border-blue-50\/60) {
  border-color: rgb(239 246 255 / 0.6);
}
:is(.dark .dark\:border-blue-50\/70) {
  border-color: rgb(239 246 255 / 0.7);
}
:is(.dark .dark\:border-blue-50\/75) {
  border-color: rgb(239 246 255 / 0.75);
}
:is(.dark .dark\:border-blue-50\/80) {
  border-color: rgb(239 246 255 / 0.8);
}
:is(.dark .dark\:border-blue-50\/90) {
  border-color: rgb(239 246 255 / 0.9);
}
:is(.dark .dark\:border-blue-50\/95) {
  border-color: rgb(239 246 255 / 0.95);
}
:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-500\/0) {
  border-color: rgb(59 130 246 / 0);
}
:is(.dark .dark\:border-blue-500\/10) {
  border-color: rgb(59 130 246 / 0.1);
}
:is(.dark .dark\:border-blue-500\/100) {
  border-color: rgb(59 130 246 / 1);
}
:is(.dark .dark\:border-blue-500\/20) {
  border-color: rgb(59 130 246 / 0.2);
}
:is(.dark .dark\:border-blue-500\/25) {
  border-color: rgb(59 130 246 / 0.25);
}
:is(.dark .dark\:border-blue-500\/30) {
  border-color: rgb(59 130 246 / 0.3);
}
:is(.dark .dark\:border-blue-500\/40) {
  border-color: rgb(59 130 246 / 0.4);
}
:is(.dark .dark\:border-blue-500\/5) {
  border-color: rgb(59 130 246 / 0.05);
}
:is(.dark .dark\:border-blue-500\/50) {
  border-color: rgb(59 130 246 / 0.5);
}
:is(.dark .dark\:border-blue-500\/60) {
  border-color: rgb(59 130 246 / 0.6);
}
:is(.dark .dark\:border-blue-500\/70) {
  border-color: rgb(59 130 246 / 0.7);
}
:is(.dark .dark\:border-blue-500\/75) {
  border-color: rgb(59 130 246 / 0.75);
}
:is(.dark .dark\:border-blue-500\/80) {
  border-color: rgb(59 130 246 / 0.8);
}
:is(.dark .dark\:border-blue-500\/90) {
  border-color: rgb(59 130 246 / 0.9);
}
:is(.dark .dark\:border-blue-500\/95) {
  border-color: rgb(59 130 246 / 0.95);
}
:is(.dark .dark\:border-blue-600) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-600\/0) {
  border-color: rgb(37 99 235 / 0);
}
:is(.dark .dark\:border-blue-600\/10) {
  border-color: rgb(37 99 235 / 0.1);
}
:is(.dark .dark\:border-blue-600\/100) {
  border-color: rgb(37 99 235 / 1);
}
:is(.dark .dark\:border-blue-600\/20) {
  border-color: rgb(37 99 235 / 0.2);
}
:is(.dark .dark\:border-blue-600\/25) {
  border-color: rgb(37 99 235 / 0.25);
}
:is(.dark .dark\:border-blue-600\/30) {
  border-color: rgb(37 99 235 / 0.3);
}
:is(.dark .dark\:border-blue-600\/40) {
  border-color: rgb(37 99 235 / 0.4);
}
:is(.dark .dark\:border-blue-600\/5) {
  border-color: rgb(37 99 235 / 0.05);
}
:is(.dark .dark\:border-blue-600\/50) {
  border-color: rgb(37 99 235 / 0.5);
}
:is(.dark .dark\:border-blue-600\/60) {
  border-color: rgb(37 99 235 / 0.6);
}
:is(.dark .dark\:border-blue-600\/70) {
  border-color: rgb(37 99 235 / 0.7);
}
:is(.dark .dark\:border-blue-600\/75) {
  border-color: rgb(37 99 235 / 0.75);
}
:is(.dark .dark\:border-blue-600\/80) {
  border-color: rgb(37 99 235 / 0.8);
}
:is(.dark .dark\:border-blue-600\/90) {
  border-color: rgb(37 99 235 / 0.9);
}
:is(.dark .dark\:border-blue-600\/95) {
  border-color: rgb(37 99 235 / 0.95);
}
:is(.dark .dark\:border-blue-700) {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-700\/0) {
  border-color: rgb(29 78 216 / 0);
}
:is(.dark .dark\:border-blue-700\/10) {
  border-color: rgb(29 78 216 / 0.1);
}
:is(.dark .dark\:border-blue-700\/100) {
  border-color: rgb(29 78 216 / 1);
}
:is(.dark .dark\:border-blue-700\/20) {
  border-color: rgb(29 78 216 / 0.2);
}
:is(.dark .dark\:border-blue-700\/25) {
  border-color: rgb(29 78 216 / 0.25);
}
:is(.dark .dark\:border-blue-700\/30) {
  border-color: rgb(29 78 216 / 0.3);
}
:is(.dark .dark\:border-blue-700\/40) {
  border-color: rgb(29 78 216 / 0.4);
}
:is(.dark .dark\:border-blue-700\/5) {
  border-color: rgb(29 78 216 / 0.05);
}
:is(.dark .dark\:border-blue-700\/50) {
  border-color: rgb(29 78 216 / 0.5);
}
:is(.dark .dark\:border-blue-700\/60) {
  border-color: rgb(29 78 216 / 0.6);
}
:is(.dark .dark\:border-blue-700\/70) {
  border-color: rgb(29 78 216 / 0.7);
}
:is(.dark .dark\:border-blue-700\/75) {
  border-color: rgb(29 78 216 / 0.75);
}
:is(.dark .dark\:border-blue-700\/80) {
  border-color: rgb(29 78 216 / 0.8);
}
:is(.dark .dark\:border-blue-700\/90) {
  border-color: rgb(29 78 216 / 0.9);
}
:is(.dark .dark\:border-blue-700\/95) {
  border-color: rgb(29 78 216 / 0.95);
}
:is(.dark .dark\:border-blue-800) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-800\/0) {
  border-color: rgb(30 64 175 / 0);
}
:is(.dark .dark\:border-blue-800\/10) {
  border-color: rgb(30 64 175 / 0.1);
}
:is(.dark .dark\:border-blue-800\/100) {
  border-color: rgb(30 64 175 / 1);
}
:is(.dark .dark\:border-blue-800\/20) {
  border-color: rgb(30 64 175 / 0.2);
}
:is(.dark .dark\:border-blue-800\/25) {
  border-color: rgb(30 64 175 / 0.25);
}
:is(.dark .dark\:border-blue-800\/30) {
  border-color: rgb(30 64 175 / 0.3);
}
:is(.dark .dark\:border-blue-800\/40) {
  border-color: rgb(30 64 175 / 0.4);
}
:is(.dark .dark\:border-blue-800\/5) {
  border-color: rgb(30 64 175 / 0.05);
}
:is(.dark .dark\:border-blue-800\/50) {
  border-color: rgb(30 64 175 / 0.5);
}
:is(.dark .dark\:border-blue-800\/60) {
  border-color: rgb(30 64 175 / 0.6);
}
:is(.dark .dark\:border-blue-800\/70) {
  border-color: rgb(30 64 175 / 0.7);
}
:is(.dark .dark\:border-blue-800\/75) {
  border-color: rgb(30 64 175 / 0.75);
}
:is(.dark .dark\:border-blue-800\/80) {
  border-color: rgb(30 64 175 / 0.8);
}
:is(.dark .dark\:border-blue-800\/90) {
  border-color: rgb(30 64 175 / 0.9);
}
:is(.dark .dark\:border-blue-800\/95) {
  border-color: rgb(30 64 175 / 0.95);
}
:is(.dark .dark\:border-blue-900) {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-900\/0) {
  border-color: rgb(30 58 138 / 0);
}
:is(.dark .dark\:border-blue-900\/10) {
  border-color: rgb(30 58 138 / 0.1);
}
:is(.dark .dark\:border-blue-900\/100) {
  border-color: rgb(30 58 138 / 1);
}
:is(.dark .dark\:border-blue-900\/20) {
  border-color: rgb(30 58 138 / 0.2);
}
:is(.dark .dark\:border-blue-900\/25) {
  border-color: rgb(30 58 138 / 0.25);
}
:is(.dark .dark\:border-blue-900\/30) {
  border-color: rgb(30 58 138 / 0.3);
}
:is(.dark .dark\:border-blue-900\/40) {
  border-color: rgb(30 58 138 / 0.4);
}
:is(.dark .dark\:border-blue-900\/5) {
  border-color: rgb(30 58 138 / 0.05);
}
:is(.dark .dark\:border-blue-900\/50) {
  border-color: rgb(30 58 138 / 0.5);
}
:is(.dark .dark\:border-blue-900\/60) {
  border-color: rgb(30 58 138 / 0.6);
}
:is(.dark .dark\:border-blue-900\/70) {
  border-color: rgb(30 58 138 / 0.7);
}
:is(.dark .dark\:border-blue-900\/75) {
  border-color: rgb(30 58 138 / 0.75);
}
:is(.dark .dark\:border-blue-900\/80) {
  border-color: rgb(30 58 138 / 0.8);
}
:is(.dark .dark\:border-blue-900\/90) {
  border-color: rgb(30 58 138 / 0.9);
}
:is(.dark .dark\:border-blue-900\/95) {
  border-color: rgb(30 58 138 / 0.95);
}
:is(.dark .dark\:border-blue-950) {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-blue-950\/0) {
  border-color: rgb(23 37 84 / 0);
}
:is(.dark .dark\:border-blue-950\/10) {
  border-color: rgb(23 37 84 / 0.1);
}
:is(.dark .dark\:border-blue-950\/100) {
  border-color: rgb(23 37 84 / 1);
}
:is(.dark .dark\:border-blue-950\/20) {
  border-color: rgb(23 37 84 / 0.2);
}
:is(.dark .dark\:border-blue-950\/25) {
  border-color: rgb(23 37 84 / 0.25);
}
:is(.dark .dark\:border-blue-950\/30) {
  border-color: rgb(23 37 84 / 0.3);
}
:is(.dark .dark\:border-blue-950\/40) {
  border-color: rgb(23 37 84 / 0.4);
}
:is(.dark .dark\:border-blue-950\/5) {
  border-color: rgb(23 37 84 / 0.05);
}
:is(.dark .dark\:border-blue-950\/50) {
  border-color: rgb(23 37 84 / 0.5);
}
:is(.dark .dark\:border-blue-950\/60) {
  border-color: rgb(23 37 84 / 0.6);
}
:is(.dark .dark\:border-blue-950\/70) {
  border-color: rgb(23 37 84 / 0.7);
}
:is(.dark .dark\:border-blue-950\/75) {
  border-color: rgb(23 37 84 / 0.75);
}
:is(.dark .dark\:border-blue-950\/80) {
  border-color: rgb(23 37 84 / 0.8);
}
:is(.dark .dark\:border-blue-950\/90) {
  border-color: rgb(23 37 84 / 0.9);
}
:is(.dark .dark\:border-blue-950\/95) {
  border-color: rgb(23 37 84 / 0.95);
}
:is(.dark .dark\:border-cyan-100) {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-100\/0) {
  border-color: rgb(207 250 254 / 0);
}
:is(.dark .dark\:border-cyan-100\/10) {
  border-color: rgb(207 250 254 / 0.1);
}
:is(.dark .dark\:border-cyan-100\/100) {
  border-color: rgb(207 250 254 / 1);
}
:is(.dark .dark\:border-cyan-100\/20) {
  border-color: rgb(207 250 254 / 0.2);
}
:is(.dark .dark\:border-cyan-100\/25) {
  border-color: rgb(207 250 254 / 0.25);
}
:is(.dark .dark\:border-cyan-100\/30) {
  border-color: rgb(207 250 254 / 0.3);
}
:is(.dark .dark\:border-cyan-100\/40) {
  border-color: rgb(207 250 254 / 0.4);
}
:is(.dark .dark\:border-cyan-100\/5) {
  border-color: rgb(207 250 254 / 0.05);
}
:is(.dark .dark\:border-cyan-100\/50) {
  border-color: rgb(207 250 254 / 0.5);
}
:is(.dark .dark\:border-cyan-100\/60) {
  border-color: rgb(207 250 254 / 0.6);
}
:is(.dark .dark\:border-cyan-100\/70) {
  border-color: rgb(207 250 254 / 0.7);
}
:is(.dark .dark\:border-cyan-100\/75) {
  border-color: rgb(207 250 254 / 0.75);
}
:is(.dark .dark\:border-cyan-100\/80) {
  border-color: rgb(207 250 254 / 0.8);
}
:is(.dark .dark\:border-cyan-100\/90) {
  border-color: rgb(207 250 254 / 0.9);
}
:is(.dark .dark\:border-cyan-100\/95) {
  border-color: rgb(207 250 254 / 0.95);
}
:is(.dark .dark\:border-cyan-200) {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-200\/0) {
  border-color: rgb(165 243 252 / 0);
}
:is(.dark .dark\:border-cyan-200\/10) {
  border-color: rgb(165 243 252 / 0.1);
}
:is(.dark .dark\:border-cyan-200\/100) {
  border-color: rgb(165 243 252 / 1);
}
:is(.dark .dark\:border-cyan-200\/20) {
  border-color: rgb(165 243 252 / 0.2);
}
:is(.dark .dark\:border-cyan-200\/25) {
  border-color: rgb(165 243 252 / 0.25);
}
:is(.dark .dark\:border-cyan-200\/30) {
  border-color: rgb(165 243 252 / 0.3);
}
:is(.dark .dark\:border-cyan-200\/40) {
  border-color: rgb(165 243 252 / 0.4);
}
:is(.dark .dark\:border-cyan-200\/5) {
  border-color: rgb(165 243 252 / 0.05);
}
:is(.dark .dark\:border-cyan-200\/50) {
  border-color: rgb(165 243 252 / 0.5);
}
:is(.dark .dark\:border-cyan-200\/60) {
  border-color: rgb(165 243 252 / 0.6);
}
:is(.dark .dark\:border-cyan-200\/70) {
  border-color: rgb(165 243 252 / 0.7);
}
:is(.dark .dark\:border-cyan-200\/75) {
  border-color: rgb(165 243 252 / 0.75);
}
:is(.dark .dark\:border-cyan-200\/80) {
  border-color: rgb(165 243 252 / 0.8);
}
:is(.dark .dark\:border-cyan-200\/90) {
  border-color: rgb(165 243 252 / 0.9);
}
:is(.dark .dark\:border-cyan-200\/95) {
  border-color: rgb(165 243 252 / 0.95);
}
:is(.dark .dark\:border-cyan-300) {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-300\/0) {
  border-color: rgb(103 232 249 / 0);
}
:is(.dark .dark\:border-cyan-300\/10) {
  border-color: rgb(103 232 249 / 0.1);
}
:is(.dark .dark\:border-cyan-300\/100) {
  border-color: rgb(103 232 249 / 1);
}
:is(.dark .dark\:border-cyan-300\/20) {
  border-color: rgb(103 232 249 / 0.2);
}
:is(.dark .dark\:border-cyan-300\/25) {
  border-color: rgb(103 232 249 / 0.25);
}
:is(.dark .dark\:border-cyan-300\/30) {
  border-color: rgb(103 232 249 / 0.3);
}
:is(.dark .dark\:border-cyan-300\/40) {
  border-color: rgb(103 232 249 / 0.4);
}
:is(.dark .dark\:border-cyan-300\/5) {
  border-color: rgb(103 232 249 / 0.05);
}
:is(.dark .dark\:border-cyan-300\/50) {
  border-color: rgb(103 232 249 / 0.5);
}
:is(.dark .dark\:border-cyan-300\/60) {
  border-color: rgb(103 232 249 / 0.6);
}
:is(.dark .dark\:border-cyan-300\/70) {
  border-color: rgb(103 232 249 / 0.7);
}
:is(.dark .dark\:border-cyan-300\/75) {
  border-color: rgb(103 232 249 / 0.75);
}
:is(.dark .dark\:border-cyan-300\/80) {
  border-color: rgb(103 232 249 / 0.8);
}
:is(.dark .dark\:border-cyan-300\/90) {
  border-color: rgb(103 232 249 / 0.9);
}
:is(.dark .dark\:border-cyan-300\/95) {
  border-color: rgb(103 232 249 / 0.95);
}
:is(.dark .dark\:border-cyan-400) {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-400\/0) {
  border-color: rgb(34 211 238 / 0);
}
:is(.dark .dark\:border-cyan-400\/10) {
  border-color: rgb(34 211 238 / 0.1);
}
:is(.dark .dark\:border-cyan-400\/100) {
  border-color: rgb(34 211 238 / 1);
}
:is(.dark .dark\:border-cyan-400\/20) {
  border-color: rgb(34 211 238 / 0.2);
}
:is(.dark .dark\:border-cyan-400\/25) {
  border-color: rgb(34 211 238 / 0.25);
}
:is(.dark .dark\:border-cyan-400\/30) {
  border-color: rgb(34 211 238 / 0.3);
}
:is(.dark .dark\:border-cyan-400\/40) {
  border-color: rgb(34 211 238 / 0.4);
}
:is(.dark .dark\:border-cyan-400\/5) {
  border-color: rgb(34 211 238 / 0.05);
}
:is(.dark .dark\:border-cyan-400\/50) {
  border-color: rgb(34 211 238 / 0.5);
}
:is(.dark .dark\:border-cyan-400\/60) {
  border-color: rgb(34 211 238 / 0.6);
}
:is(.dark .dark\:border-cyan-400\/70) {
  border-color: rgb(34 211 238 / 0.7);
}
:is(.dark .dark\:border-cyan-400\/75) {
  border-color: rgb(34 211 238 / 0.75);
}
:is(.dark .dark\:border-cyan-400\/80) {
  border-color: rgb(34 211 238 / 0.8);
}
:is(.dark .dark\:border-cyan-400\/90) {
  border-color: rgb(34 211 238 / 0.9);
}
:is(.dark .dark\:border-cyan-400\/95) {
  border-color: rgb(34 211 238 / 0.95);
}
:is(.dark .dark\:border-cyan-50) {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-50\/0) {
  border-color: rgb(236 254 255 / 0);
}
:is(.dark .dark\:border-cyan-50\/10) {
  border-color: rgb(236 254 255 / 0.1);
}
:is(.dark .dark\:border-cyan-50\/100) {
  border-color: rgb(236 254 255 / 1);
}
:is(.dark .dark\:border-cyan-50\/20) {
  border-color: rgb(236 254 255 / 0.2);
}
:is(.dark .dark\:border-cyan-50\/25) {
  border-color: rgb(236 254 255 / 0.25);
}
:is(.dark .dark\:border-cyan-50\/30) {
  border-color: rgb(236 254 255 / 0.3);
}
:is(.dark .dark\:border-cyan-50\/40) {
  border-color: rgb(236 254 255 / 0.4);
}
:is(.dark .dark\:border-cyan-50\/5) {
  border-color: rgb(236 254 255 / 0.05);
}
:is(.dark .dark\:border-cyan-50\/50) {
  border-color: rgb(236 254 255 / 0.5);
}
:is(.dark .dark\:border-cyan-50\/60) {
  border-color: rgb(236 254 255 / 0.6);
}
:is(.dark .dark\:border-cyan-50\/70) {
  border-color: rgb(236 254 255 / 0.7);
}
:is(.dark .dark\:border-cyan-50\/75) {
  border-color: rgb(236 254 255 / 0.75);
}
:is(.dark .dark\:border-cyan-50\/80) {
  border-color: rgb(236 254 255 / 0.8);
}
:is(.dark .dark\:border-cyan-50\/90) {
  border-color: rgb(236 254 255 / 0.9);
}
:is(.dark .dark\:border-cyan-50\/95) {
  border-color: rgb(236 254 255 / 0.95);
}
:is(.dark .dark\:border-cyan-500) {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-500\/0) {
  border-color: rgb(6 182 212 / 0);
}
:is(.dark .dark\:border-cyan-500\/10) {
  border-color: rgb(6 182 212 / 0.1);
}
:is(.dark .dark\:border-cyan-500\/100) {
  border-color: rgb(6 182 212 / 1);
}
:is(.dark .dark\:border-cyan-500\/20) {
  border-color: rgb(6 182 212 / 0.2);
}
:is(.dark .dark\:border-cyan-500\/25) {
  border-color: rgb(6 182 212 / 0.25);
}
:is(.dark .dark\:border-cyan-500\/30) {
  border-color: rgb(6 182 212 / 0.3);
}
:is(.dark .dark\:border-cyan-500\/40) {
  border-color: rgb(6 182 212 / 0.4);
}
:is(.dark .dark\:border-cyan-500\/5) {
  border-color: rgb(6 182 212 / 0.05);
}
:is(.dark .dark\:border-cyan-500\/50) {
  border-color: rgb(6 182 212 / 0.5);
}
:is(.dark .dark\:border-cyan-500\/60) {
  border-color: rgb(6 182 212 / 0.6);
}
:is(.dark .dark\:border-cyan-500\/70) {
  border-color: rgb(6 182 212 / 0.7);
}
:is(.dark .dark\:border-cyan-500\/75) {
  border-color: rgb(6 182 212 / 0.75);
}
:is(.dark .dark\:border-cyan-500\/80) {
  border-color: rgb(6 182 212 / 0.8);
}
:is(.dark .dark\:border-cyan-500\/90) {
  border-color: rgb(6 182 212 / 0.9);
}
:is(.dark .dark\:border-cyan-500\/95) {
  border-color: rgb(6 182 212 / 0.95);
}
:is(.dark .dark\:border-cyan-600) {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-600\/0) {
  border-color: rgb(8 145 178 / 0);
}
:is(.dark .dark\:border-cyan-600\/10) {
  border-color: rgb(8 145 178 / 0.1);
}
:is(.dark .dark\:border-cyan-600\/100) {
  border-color: rgb(8 145 178 / 1);
}
:is(.dark .dark\:border-cyan-600\/20) {
  border-color: rgb(8 145 178 / 0.2);
}
:is(.dark .dark\:border-cyan-600\/25) {
  border-color: rgb(8 145 178 / 0.25);
}
:is(.dark .dark\:border-cyan-600\/30) {
  border-color: rgb(8 145 178 / 0.3);
}
:is(.dark .dark\:border-cyan-600\/40) {
  border-color: rgb(8 145 178 / 0.4);
}
:is(.dark .dark\:border-cyan-600\/5) {
  border-color: rgb(8 145 178 / 0.05);
}
:is(.dark .dark\:border-cyan-600\/50) {
  border-color: rgb(8 145 178 / 0.5);
}
:is(.dark .dark\:border-cyan-600\/60) {
  border-color: rgb(8 145 178 / 0.6);
}
:is(.dark .dark\:border-cyan-600\/70) {
  border-color: rgb(8 145 178 / 0.7);
}
:is(.dark .dark\:border-cyan-600\/75) {
  border-color: rgb(8 145 178 / 0.75);
}
:is(.dark .dark\:border-cyan-600\/80) {
  border-color: rgb(8 145 178 / 0.8);
}
:is(.dark .dark\:border-cyan-600\/90) {
  border-color: rgb(8 145 178 / 0.9);
}
:is(.dark .dark\:border-cyan-600\/95) {
  border-color: rgb(8 145 178 / 0.95);
}
:is(.dark .dark\:border-cyan-700) {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-700\/0) {
  border-color: rgb(14 116 144 / 0);
}
:is(.dark .dark\:border-cyan-700\/10) {
  border-color: rgb(14 116 144 / 0.1);
}
:is(.dark .dark\:border-cyan-700\/100) {
  border-color: rgb(14 116 144 / 1);
}
:is(.dark .dark\:border-cyan-700\/20) {
  border-color: rgb(14 116 144 / 0.2);
}
:is(.dark .dark\:border-cyan-700\/25) {
  border-color: rgb(14 116 144 / 0.25);
}
:is(.dark .dark\:border-cyan-700\/30) {
  border-color: rgb(14 116 144 / 0.3);
}
:is(.dark .dark\:border-cyan-700\/40) {
  border-color: rgb(14 116 144 / 0.4);
}
:is(.dark .dark\:border-cyan-700\/5) {
  border-color: rgb(14 116 144 / 0.05);
}
:is(.dark .dark\:border-cyan-700\/50) {
  border-color: rgb(14 116 144 / 0.5);
}
:is(.dark .dark\:border-cyan-700\/60) {
  border-color: rgb(14 116 144 / 0.6);
}
:is(.dark .dark\:border-cyan-700\/70) {
  border-color: rgb(14 116 144 / 0.7);
}
:is(.dark .dark\:border-cyan-700\/75) {
  border-color: rgb(14 116 144 / 0.75);
}
:is(.dark .dark\:border-cyan-700\/80) {
  border-color: rgb(14 116 144 / 0.8);
}
:is(.dark .dark\:border-cyan-700\/90) {
  border-color: rgb(14 116 144 / 0.9);
}
:is(.dark .dark\:border-cyan-700\/95) {
  border-color: rgb(14 116 144 / 0.95);
}
:is(.dark .dark\:border-cyan-800) {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-800\/0) {
  border-color: rgb(21 94 117 / 0);
}
:is(.dark .dark\:border-cyan-800\/10) {
  border-color: rgb(21 94 117 / 0.1);
}
:is(.dark .dark\:border-cyan-800\/100) {
  border-color: rgb(21 94 117 / 1);
}
:is(.dark .dark\:border-cyan-800\/20) {
  border-color: rgb(21 94 117 / 0.2);
}
:is(.dark .dark\:border-cyan-800\/25) {
  border-color: rgb(21 94 117 / 0.25);
}
:is(.dark .dark\:border-cyan-800\/30) {
  border-color: rgb(21 94 117 / 0.3);
}
:is(.dark .dark\:border-cyan-800\/40) {
  border-color: rgb(21 94 117 / 0.4);
}
:is(.dark .dark\:border-cyan-800\/5) {
  border-color: rgb(21 94 117 / 0.05);
}
:is(.dark .dark\:border-cyan-800\/50) {
  border-color: rgb(21 94 117 / 0.5);
}
:is(.dark .dark\:border-cyan-800\/60) {
  border-color: rgb(21 94 117 / 0.6);
}
:is(.dark .dark\:border-cyan-800\/70) {
  border-color: rgb(21 94 117 / 0.7);
}
:is(.dark .dark\:border-cyan-800\/75) {
  border-color: rgb(21 94 117 / 0.75);
}
:is(.dark .dark\:border-cyan-800\/80) {
  border-color: rgb(21 94 117 / 0.8);
}
:is(.dark .dark\:border-cyan-800\/90) {
  border-color: rgb(21 94 117 / 0.9);
}
:is(.dark .dark\:border-cyan-800\/95) {
  border-color: rgb(21 94 117 / 0.95);
}
:is(.dark .dark\:border-cyan-900) {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-900\/0) {
  border-color: rgb(22 78 99 / 0);
}
:is(.dark .dark\:border-cyan-900\/10) {
  border-color: rgb(22 78 99 / 0.1);
}
:is(.dark .dark\:border-cyan-900\/100) {
  border-color: rgb(22 78 99 / 1);
}
:is(.dark .dark\:border-cyan-900\/20) {
  border-color: rgb(22 78 99 / 0.2);
}
:is(.dark .dark\:border-cyan-900\/25) {
  border-color: rgb(22 78 99 / 0.25);
}
:is(.dark .dark\:border-cyan-900\/30) {
  border-color: rgb(22 78 99 / 0.3);
}
:is(.dark .dark\:border-cyan-900\/40) {
  border-color: rgb(22 78 99 / 0.4);
}
:is(.dark .dark\:border-cyan-900\/5) {
  border-color: rgb(22 78 99 / 0.05);
}
:is(.dark .dark\:border-cyan-900\/50) {
  border-color: rgb(22 78 99 / 0.5);
}
:is(.dark .dark\:border-cyan-900\/60) {
  border-color: rgb(22 78 99 / 0.6);
}
:is(.dark .dark\:border-cyan-900\/70) {
  border-color: rgb(22 78 99 / 0.7);
}
:is(.dark .dark\:border-cyan-900\/75) {
  border-color: rgb(22 78 99 / 0.75);
}
:is(.dark .dark\:border-cyan-900\/80) {
  border-color: rgb(22 78 99 / 0.8);
}
:is(.dark .dark\:border-cyan-900\/90) {
  border-color: rgb(22 78 99 / 0.9);
}
:is(.dark .dark\:border-cyan-900\/95) {
  border-color: rgb(22 78 99 / 0.95);
}
:is(.dark .dark\:border-cyan-950) {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-cyan-950\/0) {
  border-color: rgb(8 51 68 / 0);
}
:is(.dark .dark\:border-cyan-950\/10) {
  border-color: rgb(8 51 68 / 0.1);
}
:is(.dark .dark\:border-cyan-950\/100) {
  border-color: rgb(8 51 68 / 1);
}
:is(.dark .dark\:border-cyan-950\/20) {
  border-color: rgb(8 51 68 / 0.2);
}
:is(.dark .dark\:border-cyan-950\/25) {
  border-color: rgb(8 51 68 / 0.25);
}
:is(.dark .dark\:border-cyan-950\/30) {
  border-color: rgb(8 51 68 / 0.3);
}
:is(.dark .dark\:border-cyan-950\/40) {
  border-color: rgb(8 51 68 / 0.4);
}
:is(.dark .dark\:border-cyan-950\/5) {
  border-color: rgb(8 51 68 / 0.05);
}
:is(.dark .dark\:border-cyan-950\/50) {
  border-color: rgb(8 51 68 / 0.5);
}
:is(.dark .dark\:border-cyan-950\/60) {
  border-color: rgb(8 51 68 / 0.6);
}
:is(.dark .dark\:border-cyan-950\/70) {
  border-color: rgb(8 51 68 / 0.7);
}
:is(.dark .dark\:border-cyan-950\/75) {
  border-color: rgb(8 51 68 / 0.75);
}
:is(.dark .dark\:border-cyan-950\/80) {
  border-color: rgb(8 51 68 / 0.8);
}
:is(.dark .dark\:border-cyan-950\/90) {
  border-color: rgb(8 51 68 / 0.9);
}
:is(.dark .dark\:border-cyan-950\/95) {
  border-color: rgb(8 51 68 / 0.95);
}
:is(.dark .dark\:border-emerald-100) {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-100\/0) {
  border-color: rgb(209 250 229 / 0);
}
:is(.dark .dark\:border-emerald-100\/10) {
  border-color: rgb(209 250 229 / 0.1);
}
:is(.dark .dark\:border-emerald-100\/100) {
  border-color: rgb(209 250 229 / 1);
}
:is(.dark .dark\:border-emerald-100\/20) {
  border-color: rgb(209 250 229 / 0.2);
}
:is(.dark .dark\:border-emerald-100\/25) {
  border-color: rgb(209 250 229 / 0.25);
}
:is(.dark .dark\:border-emerald-100\/30) {
  border-color: rgb(209 250 229 / 0.3);
}
:is(.dark .dark\:border-emerald-100\/40) {
  border-color: rgb(209 250 229 / 0.4);
}
:is(.dark .dark\:border-emerald-100\/5) {
  border-color: rgb(209 250 229 / 0.05);
}
:is(.dark .dark\:border-emerald-100\/50) {
  border-color: rgb(209 250 229 / 0.5);
}
:is(.dark .dark\:border-emerald-100\/60) {
  border-color: rgb(209 250 229 / 0.6);
}
:is(.dark .dark\:border-emerald-100\/70) {
  border-color: rgb(209 250 229 / 0.7);
}
:is(.dark .dark\:border-emerald-100\/75) {
  border-color: rgb(209 250 229 / 0.75);
}
:is(.dark .dark\:border-emerald-100\/80) {
  border-color: rgb(209 250 229 / 0.8);
}
:is(.dark .dark\:border-emerald-100\/90) {
  border-color: rgb(209 250 229 / 0.9);
}
:is(.dark .dark\:border-emerald-100\/95) {
  border-color: rgb(209 250 229 / 0.95);
}
:is(.dark .dark\:border-emerald-200) {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-200\/0) {
  border-color: rgb(167 243 208 / 0);
}
:is(.dark .dark\:border-emerald-200\/10) {
  border-color: rgb(167 243 208 / 0.1);
}
:is(.dark .dark\:border-emerald-200\/100) {
  border-color: rgb(167 243 208 / 1);
}
:is(.dark .dark\:border-emerald-200\/20) {
  border-color: rgb(167 243 208 / 0.2);
}
:is(.dark .dark\:border-emerald-200\/25) {
  border-color: rgb(167 243 208 / 0.25);
}
:is(.dark .dark\:border-emerald-200\/30) {
  border-color: rgb(167 243 208 / 0.3);
}
:is(.dark .dark\:border-emerald-200\/40) {
  border-color: rgb(167 243 208 / 0.4);
}
:is(.dark .dark\:border-emerald-200\/5) {
  border-color: rgb(167 243 208 / 0.05);
}
:is(.dark .dark\:border-emerald-200\/50) {
  border-color: rgb(167 243 208 / 0.5);
}
:is(.dark .dark\:border-emerald-200\/60) {
  border-color: rgb(167 243 208 / 0.6);
}
:is(.dark .dark\:border-emerald-200\/70) {
  border-color: rgb(167 243 208 / 0.7);
}
:is(.dark .dark\:border-emerald-200\/75) {
  border-color: rgb(167 243 208 / 0.75);
}
:is(.dark .dark\:border-emerald-200\/80) {
  border-color: rgb(167 243 208 / 0.8);
}
:is(.dark .dark\:border-emerald-200\/90) {
  border-color: rgb(167 243 208 / 0.9);
}
:is(.dark .dark\:border-emerald-200\/95) {
  border-color: rgb(167 243 208 / 0.95);
}
:is(.dark .dark\:border-emerald-300) {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-300\/0) {
  border-color: rgb(110 231 183 / 0);
}
:is(.dark .dark\:border-emerald-300\/10) {
  border-color: rgb(110 231 183 / 0.1);
}
:is(.dark .dark\:border-emerald-300\/100) {
  border-color: rgb(110 231 183 / 1);
}
:is(.dark .dark\:border-emerald-300\/20) {
  border-color: rgb(110 231 183 / 0.2);
}
:is(.dark .dark\:border-emerald-300\/25) {
  border-color: rgb(110 231 183 / 0.25);
}
:is(.dark .dark\:border-emerald-300\/30) {
  border-color: rgb(110 231 183 / 0.3);
}
:is(.dark .dark\:border-emerald-300\/40) {
  border-color: rgb(110 231 183 / 0.4);
}
:is(.dark .dark\:border-emerald-300\/5) {
  border-color: rgb(110 231 183 / 0.05);
}
:is(.dark .dark\:border-emerald-300\/50) {
  border-color: rgb(110 231 183 / 0.5);
}
:is(.dark .dark\:border-emerald-300\/60) {
  border-color: rgb(110 231 183 / 0.6);
}
:is(.dark .dark\:border-emerald-300\/70) {
  border-color: rgb(110 231 183 / 0.7);
}
:is(.dark .dark\:border-emerald-300\/75) {
  border-color: rgb(110 231 183 / 0.75);
}
:is(.dark .dark\:border-emerald-300\/80) {
  border-color: rgb(110 231 183 / 0.8);
}
:is(.dark .dark\:border-emerald-300\/90) {
  border-color: rgb(110 231 183 / 0.9);
}
:is(.dark .dark\:border-emerald-300\/95) {
  border-color: rgb(110 231 183 / 0.95);
}
:is(.dark .dark\:border-emerald-400) {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-400\/0) {
  border-color: rgb(52 211 153 / 0);
}
:is(.dark .dark\:border-emerald-400\/10) {
  border-color: rgb(52 211 153 / 0.1);
}
:is(.dark .dark\:border-emerald-400\/100) {
  border-color: rgb(52 211 153 / 1);
}
:is(.dark .dark\:border-emerald-400\/20) {
  border-color: rgb(52 211 153 / 0.2);
}
:is(.dark .dark\:border-emerald-400\/25) {
  border-color: rgb(52 211 153 / 0.25);
}
:is(.dark .dark\:border-emerald-400\/30) {
  border-color: rgb(52 211 153 / 0.3);
}
:is(.dark .dark\:border-emerald-400\/40) {
  border-color: rgb(52 211 153 / 0.4);
}
:is(.dark .dark\:border-emerald-400\/5) {
  border-color: rgb(52 211 153 / 0.05);
}
:is(.dark .dark\:border-emerald-400\/50) {
  border-color: rgb(52 211 153 / 0.5);
}
:is(.dark .dark\:border-emerald-400\/60) {
  border-color: rgb(52 211 153 / 0.6);
}
:is(.dark .dark\:border-emerald-400\/70) {
  border-color: rgb(52 211 153 / 0.7);
}
:is(.dark .dark\:border-emerald-400\/75) {
  border-color: rgb(52 211 153 / 0.75);
}
:is(.dark .dark\:border-emerald-400\/80) {
  border-color: rgb(52 211 153 / 0.8);
}
:is(.dark .dark\:border-emerald-400\/90) {
  border-color: rgb(52 211 153 / 0.9);
}
:is(.dark .dark\:border-emerald-400\/95) {
  border-color: rgb(52 211 153 / 0.95);
}
:is(.dark .dark\:border-emerald-50) {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-50\/0) {
  border-color: rgb(236 253 245 / 0);
}
:is(.dark .dark\:border-emerald-50\/10) {
  border-color: rgb(236 253 245 / 0.1);
}
:is(.dark .dark\:border-emerald-50\/100) {
  border-color: rgb(236 253 245 / 1);
}
:is(.dark .dark\:border-emerald-50\/20) {
  border-color: rgb(236 253 245 / 0.2);
}
:is(.dark .dark\:border-emerald-50\/25) {
  border-color: rgb(236 253 245 / 0.25);
}
:is(.dark .dark\:border-emerald-50\/30) {
  border-color: rgb(236 253 245 / 0.3);
}
:is(.dark .dark\:border-emerald-50\/40) {
  border-color: rgb(236 253 245 / 0.4);
}
:is(.dark .dark\:border-emerald-50\/5) {
  border-color: rgb(236 253 245 / 0.05);
}
:is(.dark .dark\:border-emerald-50\/50) {
  border-color: rgb(236 253 245 / 0.5);
}
:is(.dark .dark\:border-emerald-50\/60) {
  border-color: rgb(236 253 245 / 0.6);
}
:is(.dark .dark\:border-emerald-50\/70) {
  border-color: rgb(236 253 245 / 0.7);
}
:is(.dark .dark\:border-emerald-50\/75) {
  border-color: rgb(236 253 245 / 0.75);
}
:is(.dark .dark\:border-emerald-50\/80) {
  border-color: rgb(236 253 245 / 0.8);
}
:is(.dark .dark\:border-emerald-50\/90) {
  border-color: rgb(236 253 245 / 0.9);
}
:is(.dark .dark\:border-emerald-50\/95) {
  border-color: rgb(236 253 245 / 0.95);
}
:is(.dark .dark\:border-emerald-500) {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-500\/0) {
  border-color: rgb(16 185 129 / 0);
}
:is(.dark .dark\:border-emerald-500\/10) {
  border-color: rgb(16 185 129 / 0.1);
}
:is(.dark .dark\:border-emerald-500\/100) {
  border-color: rgb(16 185 129 / 1);
}
:is(.dark .dark\:border-emerald-500\/20) {
  border-color: rgb(16 185 129 / 0.2);
}
:is(.dark .dark\:border-emerald-500\/25) {
  border-color: rgb(16 185 129 / 0.25);
}
:is(.dark .dark\:border-emerald-500\/30) {
  border-color: rgb(16 185 129 / 0.3);
}
:is(.dark .dark\:border-emerald-500\/40) {
  border-color: rgb(16 185 129 / 0.4);
}
:is(.dark .dark\:border-emerald-500\/5) {
  border-color: rgb(16 185 129 / 0.05);
}
:is(.dark .dark\:border-emerald-500\/50) {
  border-color: rgb(16 185 129 / 0.5);
}
:is(.dark .dark\:border-emerald-500\/60) {
  border-color: rgb(16 185 129 / 0.6);
}
:is(.dark .dark\:border-emerald-500\/70) {
  border-color: rgb(16 185 129 / 0.7);
}
:is(.dark .dark\:border-emerald-500\/75) {
  border-color: rgb(16 185 129 / 0.75);
}
:is(.dark .dark\:border-emerald-500\/80) {
  border-color: rgb(16 185 129 / 0.8);
}
:is(.dark .dark\:border-emerald-500\/90) {
  border-color: rgb(16 185 129 / 0.9);
}
:is(.dark .dark\:border-emerald-500\/95) {
  border-color: rgb(16 185 129 / 0.95);
}
:is(.dark .dark\:border-emerald-600) {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-600\/0) {
  border-color: rgb(5 150 105 / 0);
}
:is(.dark .dark\:border-emerald-600\/10) {
  border-color: rgb(5 150 105 / 0.1);
}
:is(.dark .dark\:border-emerald-600\/100) {
  border-color: rgb(5 150 105 / 1);
}
:is(.dark .dark\:border-emerald-600\/20) {
  border-color: rgb(5 150 105 / 0.2);
}
:is(.dark .dark\:border-emerald-600\/25) {
  border-color: rgb(5 150 105 / 0.25);
}
:is(.dark .dark\:border-emerald-600\/30) {
  border-color: rgb(5 150 105 / 0.3);
}
:is(.dark .dark\:border-emerald-600\/40) {
  border-color: rgb(5 150 105 / 0.4);
}
:is(.dark .dark\:border-emerald-600\/5) {
  border-color: rgb(5 150 105 / 0.05);
}
:is(.dark .dark\:border-emerald-600\/50) {
  border-color: rgb(5 150 105 / 0.5);
}
:is(.dark .dark\:border-emerald-600\/60) {
  border-color: rgb(5 150 105 / 0.6);
}
:is(.dark .dark\:border-emerald-600\/70) {
  border-color: rgb(5 150 105 / 0.7);
}
:is(.dark .dark\:border-emerald-600\/75) {
  border-color: rgb(5 150 105 / 0.75);
}
:is(.dark .dark\:border-emerald-600\/80) {
  border-color: rgb(5 150 105 / 0.8);
}
:is(.dark .dark\:border-emerald-600\/90) {
  border-color: rgb(5 150 105 / 0.9);
}
:is(.dark .dark\:border-emerald-600\/95) {
  border-color: rgb(5 150 105 / 0.95);
}
:is(.dark .dark\:border-emerald-700) {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-700\/0) {
  border-color: rgb(4 120 87 / 0);
}
:is(.dark .dark\:border-emerald-700\/10) {
  border-color: rgb(4 120 87 / 0.1);
}
:is(.dark .dark\:border-emerald-700\/100) {
  border-color: rgb(4 120 87 / 1);
}
:is(.dark .dark\:border-emerald-700\/20) {
  border-color: rgb(4 120 87 / 0.2);
}
:is(.dark .dark\:border-emerald-700\/25) {
  border-color: rgb(4 120 87 / 0.25);
}
:is(.dark .dark\:border-emerald-700\/30) {
  border-color: rgb(4 120 87 / 0.3);
}
:is(.dark .dark\:border-emerald-700\/40) {
  border-color: rgb(4 120 87 / 0.4);
}
:is(.dark .dark\:border-emerald-700\/5) {
  border-color: rgb(4 120 87 / 0.05);
}
:is(.dark .dark\:border-emerald-700\/50) {
  border-color: rgb(4 120 87 / 0.5);
}
:is(.dark .dark\:border-emerald-700\/60) {
  border-color: rgb(4 120 87 / 0.6);
}
:is(.dark .dark\:border-emerald-700\/70) {
  border-color: rgb(4 120 87 / 0.7);
}
:is(.dark .dark\:border-emerald-700\/75) {
  border-color: rgb(4 120 87 / 0.75);
}
:is(.dark .dark\:border-emerald-700\/80) {
  border-color: rgb(4 120 87 / 0.8);
}
:is(.dark .dark\:border-emerald-700\/90) {
  border-color: rgb(4 120 87 / 0.9);
}
:is(.dark .dark\:border-emerald-700\/95) {
  border-color: rgb(4 120 87 / 0.95);
}
:is(.dark .dark\:border-emerald-800) {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-800\/0) {
  border-color: rgb(6 95 70 / 0);
}
:is(.dark .dark\:border-emerald-800\/10) {
  border-color: rgb(6 95 70 / 0.1);
}
:is(.dark .dark\:border-emerald-800\/100) {
  border-color: rgb(6 95 70 / 1);
}
:is(.dark .dark\:border-emerald-800\/20) {
  border-color: rgb(6 95 70 / 0.2);
}
:is(.dark .dark\:border-emerald-800\/25) {
  border-color: rgb(6 95 70 / 0.25);
}
:is(.dark .dark\:border-emerald-800\/30) {
  border-color: rgb(6 95 70 / 0.3);
}
:is(.dark .dark\:border-emerald-800\/40) {
  border-color: rgb(6 95 70 / 0.4);
}
:is(.dark .dark\:border-emerald-800\/5) {
  border-color: rgb(6 95 70 / 0.05);
}
:is(.dark .dark\:border-emerald-800\/50) {
  border-color: rgb(6 95 70 / 0.5);
}
:is(.dark .dark\:border-emerald-800\/60) {
  border-color: rgb(6 95 70 / 0.6);
}
:is(.dark .dark\:border-emerald-800\/70) {
  border-color: rgb(6 95 70 / 0.7);
}
:is(.dark .dark\:border-emerald-800\/75) {
  border-color: rgb(6 95 70 / 0.75);
}
:is(.dark .dark\:border-emerald-800\/80) {
  border-color: rgb(6 95 70 / 0.8);
}
:is(.dark .dark\:border-emerald-800\/90) {
  border-color: rgb(6 95 70 / 0.9);
}
:is(.dark .dark\:border-emerald-800\/95) {
  border-color: rgb(6 95 70 / 0.95);
}
:is(.dark .dark\:border-emerald-900) {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-900\/0) {
  border-color: rgb(6 78 59 / 0);
}
:is(.dark .dark\:border-emerald-900\/10) {
  border-color: rgb(6 78 59 / 0.1);
}
:is(.dark .dark\:border-emerald-900\/100) {
  border-color: rgb(6 78 59 / 1);
}
:is(.dark .dark\:border-emerald-900\/20) {
  border-color: rgb(6 78 59 / 0.2);
}
:is(.dark .dark\:border-emerald-900\/25) {
  border-color: rgb(6 78 59 / 0.25);
}
:is(.dark .dark\:border-emerald-900\/30) {
  border-color: rgb(6 78 59 / 0.3);
}
:is(.dark .dark\:border-emerald-900\/40) {
  border-color: rgb(6 78 59 / 0.4);
}
:is(.dark .dark\:border-emerald-900\/5) {
  border-color: rgb(6 78 59 / 0.05);
}
:is(.dark .dark\:border-emerald-900\/50) {
  border-color: rgb(6 78 59 / 0.5);
}
:is(.dark .dark\:border-emerald-900\/60) {
  border-color: rgb(6 78 59 / 0.6);
}
:is(.dark .dark\:border-emerald-900\/70) {
  border-color: rgb(6 78 59 / 0.7);
}
:is(.dark .dark\:border-emerald-900\/75) {
  border-color: rgb(6 78 59 / 0.75);
}
:is(.dark .dark\:border-emerald-900\/80) {
  border-color: rgb(6 78 59 / 0.8);
}
:is(.dark .dark\:border-emerald-900\/90) {
  border-color: rgb(6 78 59 / 0.9);
}
:is(.dark .dark\:border-emerald-900\/95) {
  border-color: rgb(6 78 59 / 0.95);
}
:is(.dark .dark\:border-emerald-950) {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-emerald-950\/0) {
  border-color: rgb(2 44 34 / 0);
}
:is(.dark .dark\:border-emerald-950\/10) {
  border-color: rgb(2 44 34 / 0.1);
}
:is(.dark .dark\:border-emerald-950\/100) {
  border-color: rgb(2 44 34 / 1);
}
:is(.dark .dark\:border-emerald-950\/20) {
  border-color: rgb(2 44 34 / 0.2);
}
:is(.dark .dark\:border-emerald-950\/25) {
  border-color: rgb(2 44 34 / 0.25);
}
:is(.dark .dark\:border-emerald-950\/30) {
  border-color: rgb(2 44 34 / 0.3);
}
:is(.dark .dark\:border-emerald-950\/40) {
  border-color: rgb(2 44 34 / 0.4);
}
:is(.dark .dark\:border-emerald-950\/5) {
  border-color: rgb(2 44 34 / 0.05);
}
:is(.dark .dark\:border-emerald-950\/50) {
  border-color: rgb(2 44 34 / 0.5);
}
:is(.dark .dark\:border-emerald-950\/60) {
  border-color: rgb(2 44 34 / 0.6);
}
:is(.dark .dark\:border-emerald-950\/70) {
  border-color: rgb(2 44 34 / 0.7);
}
:is(.dark .dark\:border-emerald-950\/75) {
  border-color: rgb(2 44 34 / 0.75);
}
:is(.dark .dark\:border-emerald-950\/80) {
  border-color: rgb(2 44 34 / 0.8);
}
:is(.dark .dark\:border-emerald-950\/90) {
  border-color: rgb(2 44 34 / 0.9);
}
:is(.dark .dark\:border-emerald-950\/95) {
  border-color: rgb(2 44 34 / 0.95);
}
:is(.dark .dark\:border-fuchsia-100) {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-100\/0) {
  border-color: rgb(250 232 255 / 0);
}
:is(.dark .dark\:border-fuchsia-100\/10) {
  border-color: rgb(250 232 255 / 0.1);
}
:is(.dark .dark\:border-fuchsia-100\/100) {
  border-color: rgb(250 232 255 / 1);
}
:is(.dark .dark\:border-fuchsia-100\/20) {
  border-color: rgb(250 232 255 / 0.2);
}
:is(.dark .dark\:border-fuchsia-100\/25) {
  border-color: rgb(250 232 255 / 0.25);
}
:is(.dark .dark\:border-fuchsia-100\/30) {
  border-color: rgb(250 232 255 / 0.3);
}
:is(.dark .dark\:border-fuchsia-100\/40) {
  border-color: rgb(250 232 255 / 0.4);
}
:is(.dark .dark\:border-fuchsia-100\/5) {
  border-color: rgb(250 232 255 / 0.05);
}
:is(.dark .dark\:border-fuchsia-100\/50) {
  border-color: rgb(250 232 255 / 0.5);
}
:is(.dark .dark\:border-fuchsia-100\/60) {
  border-color: rgb(250 232 255 / 0.6);
}
:is(.dark .dark\:border-fuchsia-100\/70) {
  border-color: rgb(250 232 255 / 0.7);
}
:is(.dark .dark\:border-fuchsia-100\/75) {
  border-color: rgb(250 232 255 / 0.75);
}
:is(.dark .dark\:border-fuchsia-100\/80) {
  border-color: rgb(250 232 255 / 0.8);
}
:is(.dark .dark\:border-fuchsia-100\/90) {
  border-color: rgb(250 232 255 / 0.9);
}
:is(.dark .dark\:border-fuchsia-100\/95) {
  border-color: rgb(250 232 255 / 0.95);
}
:is(.dark .dark\:border-fuchsia-200) {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-200\/0) {
  border-color: rgb(245 208 254 / 0);
}
:is(.dark .dark\:border-fuchsia-200\/10) {
  border-color: rgb(245 208 254 / 0.1);
}
:is(.dark .dark\:border-fuchsia-200\/100) {
  border-color: rgb(245 208 254 / 1);
}
:is(.dark .dark\:border-fuchsia-200\/20) {
  border-color: rgb(245 208 254 / 0.2);
}
:is(.dark .dark\:border-fuchsia-200\/25) {
  border-color: rgb(245 208 254 / 0.25);
}
:is(.dark .dark\:border-fuchsia-200\/30) {
  border-color: rgb(245 208 254 / 0.3);
}
:is(.dark .dark\:border-fuchsia-200\/40) {
  border-color: rgb(245 208 254 / 0.4);
}
:is(.dark .dark\:border-fuchsia-200\/5) {
  border-color: rgb(245 208 254 / 0.05);
}
:is(.dark .dark\:border-fuchsia-200\/50) {
  border-color: rgb(245 208 254 / 0.5);
}
:is(.dark .dark\:border-fuchsia-200\/60) {
  border-color: rgb(245 208 254 / 0.6);
}
:is(.dark .dark\:border-fuchsia-200\/70) {
  border-color: rgb(245 208 254 / 0.7);
}
:is(.dark .dark\:border-fuchsia-200\/75) {
  border-color: rgb(245 208 254 / 0.75);
}
:is(.dark .dark\:border-fuchsia-200\/80) {
  border-color: rgb(245 208 254 / 0.8);
}
:is(.dark .dark\:border-fuchsia-200\/90) {
  border-color: rgb(245 208 254 / 0.9);
}
:is(.dark .dark\:border-fuchsia-200\/95) {
  border-color: rgb(245 208 254 / 0.95);
}
:is(.dark .dark\:border-fuchsia-300) {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-300\/0) {
  border-color: rgb(240 171 252 / 0);
}
:is(.dark .dark\:border-fuchsia-300\/10) {
  border-color: rgb(240 171 252 / 0.1);
}
:is(.dark .dark\:border-fuchsia-300\/100) {
  border-color: rgb(240 171 252 / 1);
}
:is(.dark .dark\:border-fuchsia-300\/20) {
  border-color: rgb(240 171 252 / 0.2);
}
:is(.dark .dark\:border-fuchsia-300\/25) {
  border-color: rgb(240 171 252 / 0.25);
}
:is(.dark .dark\:border-fuchsia-300\/30) {
  border-color: rgb(240 171 252 / 0.3);
}
:is(.dark .dark\:border-fuchsia-300\/40) {
  border-color: rgb(240 171 252 / 0.4);
}
:is(.dark .dark\:border-fuchsia-300\/5) {
  border-color: rgb(240 171 252 / 0.05);
}
:is(.dark .dark\:border-fuchsia-300\/50) {
  border-color: rgb(240 171 252 / 0.5);
}
:is(.dark .dark\:border-fuchsia-300\/60) {
  border-color: rgb(240 171 252 / 0.6);
}
:is(.dark .dark\:border-fuchsia-300\/70) {
  border-color: rgb(240 171 252 / 0.7);
}
:is(.dark .dark\:border-fuchsia-300\/75) {
  border-color: rgb(240 171 252 / 0.75);
}
:is(.dark .dark\:border-fuchsia-300\/80) {
  border-color: rgb(240 171 252 / 0.8);
}
:is(.dark .dark\:border-fuchsia-300\/90) {
  border-color: rgb(240 171 252 / 0.9);
}
:is(.dark .dark\:border-fuchsia-300\/95) {
  border-color: rgb(240 171 252 / 0.95);
}
:is(.dark .dark\:border-fuchsia-400) {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-400\/0) {
  border-color: rgb(232 121 249 / 0);
}
:is(.dark .dark\:border-fuchsia-400\/10) {
  border-color: rgb(232 121 249 / 0.1);
}
:is(.dark .dark\:border-fuchsia-400\/100) {
  border-color: rgb(232 121 249 / 1);
}
:is(.dark .dark\:border-fuchsia-400\/20) {
  border-color: rgb(232 121 249 / 0.2);
}
:is(.dark .dark\:border-fuchsia-400\/25) {
  border-color: rgb(232 121 249 / 0.25);
}
:is(.dark .dark\:border-fuchsia-400\/30) {
  border-color: rgb(232 121 249 / 0.3);
}
:is(.dark .dark\:border-fuchsia-400\/40) {
  border-color: rgb(232 121 249 / 0.4);
}
:is(.dark .dark\:border-fuchsia-400\/5) {
  border-color: rgb(232 121 249 / 0.05);
}
:is(.dark .dark\:border-fuchsia-400\/50) {
  border-color: rgb(232 121 249 / 0.5);
}
:is(.dark .dark\:border-fuchsia-400\/60) {
  border-color: rgb(232 121 249 / 0.6);
}
:is(.dark .dark\:border-fuchsia-400\/70) {
  border-color: rgb(232 121 249 / 0.7);
}
:is(.dark .dark\:border-fuchsia-400\/75) {
  border-color: rgb(232 121 249 / 0.75);
}
:is(.dark .dark\:border-fuchsia-400\/80) {
  border-color: rgb(232 121 249 / 0.8);
}
:is(.dark .dark\:border-fuchsia-400\/90) {
  border-color: rgb(232 121 249 / 0.9);
}
:is(.dark .dark\:border-fuchsia-400\/95) {
  border-color: rgb(232 121 249 / 0.95);
}
:is(.dark .dark\:border-fuchsia-50) {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-50\/0) {
  border-color: rgb(253 244 255 / 0);
}
:is(.dark .dark\:border-fuchsia-50\/10) {
  border-color: rgb(253 244 255 / 0.1);
}
:is(.dark .dark\:border-fuchsia-50\/100) {
  border-color: rgb(253 244 255 / 1);
}
:is(.dark .dark\:border-fuchsia-50\/20) {
  border-color: rgb(253 244 255 / 0.2);
}
:is(.dark .dark\:border-fuchsia-50\/25) {
  border-color: rgb(253 244 255 / 0.25);
}
:is(.dark .dark\:border-fuchsia-50\/30) {
  border-color: rgb(253 244 255 / 0.3);
}
:is(.dark .dark\:border-fuchsia-50\/40) {
  border-color: rgb(253 244 255 / 0.4);
}
:is(.dark .dark\:border-fuchsia-50\/5) {
  border-color: rgb(253 244 255 / 0.05);
}
:is(.dark .dark\:border-fuchsia-50\/50) {
  border-color: rgb(253 244 255 / 0.5);
}
:is(.dark .dark\:border-fuchsia-50\/60) {
  border-color: rgb(253 244 255 / 0.6);
}
:is(.dark .dark\:border-fuchsia-50\/70) {
  border-color: rgb(253 244 255 / 0.7);
}
:is(.dark .dark\:border-fuchsia-50\/75) {
  border-color: rgb(253 244 255 / 0.75);
}
:is(.dark .dark\:border-fuchsia-50\/80) {
  border-color: rgb(253 244 255 / 0.8);
}
:is(.dark .dark\:border-fuchsia-50\/90) {
  border-color: rgb(253 244 255 / 0.9);
}
:is(.dark .dark\:border-fuchsia-50\/95) {
  border-color: rgb(253 244 255 / 0.95);
}
:is(.dark .dark\:border-fuchsia-500) {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-500\/0) {
  border-color: rgb(217 70 239 / 0);
}
:is(.dark .dark\:border-fuchsia-500\/10) {
  border-color: rgb(217 70 239 / 0.1);
}
:is(.dark .dark\:border-fuchsia-500\/100) {
  border-color: rgb(217 70 239 / 1);
}
:is(.dark .dark\:border-fuchsia-500\/20) {
  border-color: rgb(217 70 239 / 0.2);
}
:is(.dark .dark\:border-fuchsia-500\/25) {
  border-color: rgb(217 70 239 / 0.25);
}
:is(.dark .dark\:border-fuchsia-500\/30) {
  border-color: rgb(217 70 239 / 0.3);
}
:is(.dark .dark\:border-fuchsia-500\/40) {
  border-color: rgb(217 70 239 / 0.4);
}
:is(.dark .dark\:border-fuchsia-500\/5) {
  border-color: rgb(217 70 239 / 0.05);
}
:is(.dark .dark\:border-fuchsia-500\/50) {
  border-color: rgb(217 70 239 / 0.5);
}
:is(.dark .dark\:border-fuchsia-500\/60) {
  border-color: rgb(217 70 239 / 0.6);
}
:is(.dark .dark\:border-fuchsia-500\/70) {
  border-color: rgb(217 70 239 / 0.7);
}
:is(.dark .dark\:border-fuchsia-500\/75) {
  border-color: rgb(217 70 239 / 0.75);
}
:is(.dark .dark\:border-fuchsia-500\/80) {
  border-color: rgb(217 70 239 / 0.8);
}
:is(.dark .dark\:border-fuchsia-500\/90) {
  border-color: rgb(217 70 239 / 0.9);
}
:is(.dark .dark\:border-fuchsia-500\/95) {
  border-color: rgb(217 70 239 / 0.95);
}
:is(.dark .dark\:border-fuchsia-600) {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-600\/0) {
  border-color: rgb(192 38 211 / 0);
}
:is(.dark .dark\:border-fuchsia-600\/10) {
  border-color: rgb(192 38 211 / 0.1);
}
:is(.dark .dark\:border-fuchsia-600\/100) {
  border-color: rgb(192 38 211 / 1);
}
:is(.dark .dark\:border-fuchsia-600\/20) {
  border-color: rgb(192 38 211 / 0.2);
}
:is(.dark .dark\:border-fuchsia-600\/25) {
  border-color: rgb(192 38 211 / 0.25);
}
:is(.dark .dark\:border-fuchsia-600\/30) {
  border-color: rgb(192 38 211 / 0.3);
}
:is(.dark .dark\:border-fuchsia-600\/40) {
  border-color: rgb(192 38 211 / 0.4);
}
:is(.dark .dark\:border-fuchsia-600\/5) {
  border-color: rgb(192 38 211 / 0.05);
}
:is(.dark .dark\:border-fuchsia-600\/50) {
  border-color: rgb(192 38 211 / 0.5);
}
:is(.dark .dark\:border-fuchsia-600\/60) {
  border-color: rgb(192 38 211 / 0.6);
}
:is(.dark .dark\:border-fuchsia-600\/70) {
  border-color: rgb(192 38 211 / 0.7);
}
:is(.dark .dark\:border-fuchsia-600\/75) {
  border-color: rgb(192 38 211 / 0.75);
}
:is(.dark .dark\:border-fuchsia-600\/80) {
  border-color: rgb(192 38 211 / 0.8);
}
:is(.dark .dark\:border-fuchsia-600\/90) {
  border-color: rgb(192 38 211 / 0.9);
}
:is(.dark .dark\:border-fuchsia-600\/95) {
  border-color: rgb(192 38 211 / 0.95);
}
:is(.dark .dark\:border-fuchsia-700) {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-700\/0) {
  border-color: rgb(162 28 175 / 0);
}
:is(.dark .dark\:border-fuchsia-700\/10) {
  border-color: rgb(162 28 175 / 0.1);
}
:is(.dark .dark\:border-fuchsia-700\/100) {
  border-color: rgb(162 28 175 / 1);
}
:is(.dark .dark\:border-fuchsia-700\/20) {
  border-color: rgb(162 28 175 / 0.2);
}
:is(.dark .dark\:border-fuchsia-700\/25) {
  border-color: rgb(162 28 175 / 0.25);
}
:is(.dark .dark\:border-fuchsia-700\/30) {
  border-color: rgb(162 28 175 / 0.3);
}
:is(.dark .dark\:border-fuchsia-700\/40) {
  border-color: rgb(162 28 175 / 0.4);
}
:is(.dark .dark\:border-fuchsia-700\/5) {
  border-color: rgb(162 28 175 / 0.05);
}
:is(.dark .dark\:border-fuchsia-700\/50) {
  border-color: rgb(162 28 175 / 0.5);
}
:is(.dark .dark\:border-fuchsia-700\/60) {
  border-color: rgb(162 28 175 / 0.6);
}
:is(.dark .dark\:border-fuchsia-700\/70) {
  border-color: rgb(162 28 175 / 0.7);
}
:is(.dark .dark\:border-fuchsia-700\/75) {
  border-color: rgb(162 28 175 / 0.75);
}
:is(.dark .dark\:border-fuchsia-700\/80) {
  border-color: rgb(162 28 175 / 0.8);
}
:is(.dark .dark\:border-fuchsia-700\/90) {
  border-color: rgb(162 28 175 / 0.9);
}
:is(.dark .dark\:border-fuchsia-700\/95) {
  border-color: rgb(162 28 175 / 0.95);
}
:is(.dark .dark\:border-fuchsia-800) {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-800\/0) {
  border-color: rgb(134 25 143 / 0);
}
:is(.dark .dark\:border-fuchsia-800\/10) {
  border-color: rgb(134 25 143 / 0.1);
}
:is(.dark .dark\:border-fuchsia-800\/100) {
  border-color: rgb(134 25 143 / 1);
}
:is(.dark .dark\:border-fuchsia-800\/20) {
  border-color: rgb(134 25 143 / 0.2);
}
:is(.dark .dark\:border-fuchsia-800\/25) {
  border-color: rgb(134 25 143 / 0.25);
}
:is(.dark .dark\:border-fuchsia-800\/30) {
  border-color: rgb(134 25 143 / 0.3);
}
:is(.dark .dark\:border-fuchsia-800\/40) {
  border-color: rgb(134 25 143 / 0.4);
}
:is(.dark .dark\:border-fuchsia-800\/5) {
  border-color: rgb(134 25 143 / 0.05);
}
:is(.dark .dark\:border-fuchsia-800\/50) {
  border-color: rgb(134 25 143 / 0.5);
}
:is(.dark .dark\:border-fuchsia-800\/60) {
  border-color: rgb(134 25 143 / 0.6);
}
:is(.dark .dark\:border-fuchsia-800\/70) {
  border-color: rgb(134 25 143 / 0.7);
}
:is(.dark .dark\:border-fuchsia-800\/75) {
  border-color: rgb(134 25 143 / 0.75);
}
:is(.dark .dark\:border-fuchsia-800\/80) {
  border-color: rgb(134 25 143 / 0.8);
}
:is(.dark .dark\:border-fuchsia-800\/90) {
  border-color: rgb(134 25 143 / 0.9);
}
:is(.dark .dark\:border-fuchsia-800\/95) {
  border-color: rgb(134 25 143 / 0.95);
}
:is(.dark .dark\:border-fuchsia-900) {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-900\/0) {
  border-color: rgb(112 26 117 / 0);
}
:is(.dark .dark\:border-fuchsia-900\/10) {
  border-color: rgb(112 26 117 / 0.1);
}
:is(.dark .dark\:border-fuchsia-900\/100) {
  border-color: rgb(112 26 117 / 1);
}
:is(.dark .dark\:border-fuchsia-900\/20) {
  border-color: rgb(112 26 117 / 0.2);
}
:is(.dark .dark\:border-fuchsia-900\/25) {
  border-color: rgb(112 26 117 / 0.25);
}
:is(.dark .dark\:border-fuchsia-900\/30) {
  border-color: rgb(112 26 117 / 0.3);
}
:is(.dark .dark\:border-fuchsia-900\/40) {
  border-color: rgb(112 26 117 / 0.4);
}
:is(.dark .dark\:border-fuchsia-900\/5) {
  border-color: rgb(112 26 117 / 0.05);
}
:is(.dark .dark\:border-fuchsia-900\/50) {
  border-color: rgb(112 26 117 / 0.5);
}
:is(.dark .dark\:border-fuchsia-900\/60) {
  border-color: rgb(112 26 117 / 0.6);
}
:is(.dark .dark\:border-fuchsia-900\/70) {
  border-color: rgb(112 26 117 / 0.7);
}
:is(.dark .dark\:border-fuchsia-900\/75) {
  border-color: rgb(112 26 117 / 0.75);
}
:is(.dark .dark\:border-fuchsia-900\/80) {
  border-color: rgb(112 26 117 / 0.8);
}
:is(.dark .dark\:border-fuchsia-900\/90) {
  border-color: rgb(112 26 117 / 0.9);
}
:is(.dark .dark\:border-fuchsia-900\/95) {
  border-color: rgb(112 26 117 / 0.95);
}
:is(.dark .dark\:border-fuchsia-950) {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-fuchsia-950\/0) {
  border-color: rgb(74 4 78 / 0);
}
:is(.dark .dark\:border-fuchsia-950\/10) {
  border-color: rgb(74 4 78 / 0.1);
}
:is(.dark .dark\:border-fuchsia-950\/100) {
  border-color: rgb(74 4 78 / 1);
}
:is(.dark .dark\:border-fuchsia-950\/20) {
  border-color: rgb(74 4 78 / 0.2);
}
:is(.dark .dark\:border-fuchsia-950\/25) {
  border-color: rgb(74 4 78 / 0.25);
}
:is(.dark .dark\:border-fuchsia-950\/30) {
  border-color: rgb(74 4 78 / 0.3);
}
:is(.dark .dark\:border-fuchsia-950\/40) {
  border-color: rgb(74 4 78 / 0.4);
}
:is(.dark .dark\:border-fuchsia-950\/5) {
  border-color: rgb(74 4 78 / 0.05);
}
:is(.dark .dark\:border-fuchsia-950\/50) {
  border-color: rgb(74 4 78 / 0.5);
}
:is(.dark .dark\:border-fuchsia-950\/60) {
  border-color: rgb(74 4 78 / 0.6);
}
:is(.dark .dark\:border-fuchsia-950\/70) {
  border-color: rgb(74 4 78 / 0.7);
}
:is(.dark .dark\:border-fuchsia-950\/75) {
  border-color: rgb(74 4 78 / 0.75);
}
:is(.dark .dark\:border-fuchsia-950\/80) {
  border-color: rgb(74 4 78 / 0.8);
}
:is(.dark .dark\:border-fuchsia-950\/90) {
  border-color: rgb(74 4 78 / 0.9);
}
:is(.dark .dark\:border-fuchsia-950\/95) {
  border-color: rgb(74 4 78 / 0.95);
}
:is(.dark .dark\:border-gray-100) {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-100\/0) {
  border-color: rgb(243 244 246 / 0);
}
:is(.dark .dark\:border-gray-100\/10) {
  border-color: rgb(243 244 246 / 0.1);
}
:is(.dark .dark\:border-gray-100\/100) {
  border-color: rgb(243 244 246 / 1);
}
:is(.dark .dark\:border-gray-100\/20) {
  border-color: rgb(243 244 246 / 0.2);
}
:is(.dark .dark\:border-gray-100\/25) {
  border-color: rgb(243 244 246 / 0.25);
}
:is(.dark .dark\:border-gray-100\/30) {
  border-color: rgb(243 244 246 / 0.3);
}
:is(.dark .dark\:border-gray-100\/40) {
  border-color: rgb(243 244 246 / 0.4);
}
:is(.dark .dark\:border-gray-100\/5) {
  border-color: rgb(243 244 246 / 0.05);
}
:is(.dark .dark\:border-gray-100\/50) {
  border-color: rgb(243 244 246 / 0.5);
}
:is(.dark .dark\:border-gray-100\/60) {
  border-color: rgb(243 244 246 / 0.6);
}
:is(.dark .dark\:border-gray-100\/70) {
  border-color: rgb(243 244 246 / 0.7);
}
:is(.dark .dark\:border-gray-100\/75) {
  border-color: rgb(243 244 246 / 0.75);
}
:is(.dark .dark\:border-gray-100\/80) {
  border-color: rgb(243 244 246 / 0.8);
}
:is(.dark .dark\:border-gray-100\/90) {
  border-color: rgb(243 244 246 / 0.9);
}
:is(.dark .dark\:border-gray-100\/95) {
  border-color: rgb(243 244 246 / 0.95);
}
:is(.dark .dark\:border-gray-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-200\/0) {
  border-color: rgb(229 231 235 / 0);
}
:is(.dark .dark\:border-gray-200\/10) {
  border-color: rgb(229 231 235 / 0.1);
}
:is(.dark .dark\:border-gray-200\/100) {
  border-color: rgb(229 231 235 / 1);
}
:is(.dark .dark\:border-gray-200\/20) {
  border-color: rgb(229 231 235 / 0.2);
}
:is(.dark .dark\:border-gray-200\/25) {
  border-color: rgb(229 231 235 / 0.25);
}
:is(.dark .dark\:border-gray-200\/30) {
  border-color: rgb(229 231 235 / 0.3);
}
:is(.dark .dark\:border-gray-200\/40) {
  border-color: rgb(229 231 235 / 0.4);
}
:is(.dark .dark\:border-gray-200\/5) {
  border-color: rgb(229 231 235 / 0.05);
}
:is(.dark .dark\:border-gray-200\/50) {
  border-color: rgb(229 231 235 / 0.5);
}
:is(.dark .dark\:border-gray-200\/60) {
  border-color: rgb(229 231 235 / 0.6);
}
:is(.dark .dark\:border-gray-200\/70) {
  border-color: rgb(229 231 235 / 0.7);
}
:is(.dark .dark\:border-gray-200\/75) {
  border-color: rgb(229 231 235 / 0.75);
}
:is(.dark .dark\:border-gray-200\/80) {
  border-color: rgb(229 231 235 / 0.8);
}
:is(.dark .dark\:border-gray-200\/90) {
  border-color: rgb(229 231 235 / 0.9);
}
:is(.dark .dark\:border-gray-200\/95) {
  border-color: rgb(229 231 235 / 0.95);
}
:is(.dark .dark\:border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-300\/0) {
  border-color: rgb(209 213 219 / 0);
}
:is(.dark .dark\:border-gray-300\/10) {
  border-color: rgb(209 213 219 / 0.1);
}
:is(.dark .dark\:border-gray-300\/100) {
  border-color: rgb(209 213 219 / 1);
}
:is(.dark .dark\:border-gray-300\/20) {
  border-color: rgb(209 213 219 / 0.2);
}
:is(.dark .dark\:border-gray-300\/25) {
  border-color: rgb(209 213 219 / 0.25);
}
:is(.dark .dark\:border-gray-300\/30) {
  border-color: rgb(209 213 219 / 0.3);
}
:is(.dark .dark\:border-gray-300\/40) {
  border-color: rgb(209 213 219 / 0.4);
}
:is(.dark .dark\:border-gray-300\/5) {
  border-color: rgb(209 213 219 / 0.05);
}
:is(.dark .dark\:border-gray-300\/50) {
  border-color: rgb(209 213 219 / 0.5);
}
:is(.dark .dark\:border-gray-300\/60) {
  border-color: rgb(209 213 219 / 0.6);
}
:is(.dark .dark\:border-gray-300\/70) {
  border-color: rgb(209 213 219 / 0.7);
}
:is(.dark .dark\:border-gray-300\/75) {
  border-color: rgb(209 213 219 / 0.75);
}
:is(.dark .dark\:border-gray-300\/80) {
  border-color: rgb(209 213 219 / 0.8);
}
:is(.dark .dark\:border-gray-300\/90) {
  border-color: rgb(209 213 219 / 0.9);
}
:is(.dark .dark\:border-gray-300\/95) {
  border-color: rgb(209 213 219 / 0.95);
}
:is(.dark .dark\:border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-400\/0) {
  border-color: rgb(156 163 175 / 0);
}
:is(.dark .dark\:border-gray-400\/10) {
  border-color: rgb(156 163 175 / 0.1);
}
:is(.dark .dark\:border-gray-400\/100) {
  border-color: rgb(156 163 175 / 1);
}
:is(.dark .dark\:border-gray-400\/20) {
  border-color: rgb(156 163 175 / 0.2);
}
:is(.dark .dark\:border-gray-400\/25) {
  border-color: rgb(156 163 175 / 0.25);
}
:is(.dark .dark\:border-gray-400\/30) {
  border-color: rgb(156 163 175 / 0.3);
}
:is(.dark .dark\:border-gray-400\/40) {
  border-color: rgb(156 163 175 / 0.4);
}
:is(.dark .dark\:border-gray-400\/5) {
  border-color: rgb(156 163 175 / 0.05);
}
:is(.dark .dark\:border-gray-400\/50) {
  border-color: rgb(156 163 175 / 0.5);
}
:is(.dark .dark\:border-gray-400\/60) {
  border-color: rgb(156 163 175 / 0.6);
}
:is(.dark .dark\:border-gray-400\/70) {
  border-color: rgb(156 163 175 / 0.7);
}
:is(.dark .dark\:border-gray-400\/75) {
  border-color: rgb(156 163 175 / 0.75);
}
:is(.dark .dark\:border-gray-400\/80) {
  border-color: rgb(156 163 175 / 0.8);
}
:is(.dark .dark\:border-gray-400\/90) {
  border-color: rgb(156 163 175 / 0.9);
}
:is(.dark .dark\:border-gray-400\/95) {
  border-color: rgb(156 163 175 / 0.95);
}
:is(.dark .dark\:border-gray-50) {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-50\/0) {
  border-color: rgb(249 250 251 / 0);
}
:is(.dark .dark\:border-gray-50\/10) {
  border-color: rgb(249 250 251 / 0.1);
}
:is(.dark .dark\:border-gray-50\/100) {
  border-color: rgb(249 250 251 / 1);
}
:is(.dark .dark\:border-gray-50\/20) {
  border-color: rgb(249 250 251 / 0.2);
}
:is(.dark .dark\:border-gray-50\/25) {
  border-color: rgb(249 250 251 / 0.25);
}
:is(.dark .dark\:border-gray-50\/30) {
  border-color: rgb(249 250 251 / 0.3);
}
:is(.dark .dark\:border-gray-50\/40) {
  border-color: rgb(249 250 251 / 0.4);
}
:is(.dark .dark\:border-gray-50\/5) {
  border-color: rgb(249 250 251 / 0.05);
}
:is(.dark .dark\:border-gray-50\/50) {
  border-color: rgb(249 250 251 / 0.5);
}
:is(.dark .dark\:border-gray-50\/60) {
  border-color: rgb(249 250 251 / 0.6);
}
:is(.dark .dark\:border-gray-50\/70) {
  border-color: rgb(249 250 251 / 0.7);
}
:is(.dark .dark\:border-gray-50\/75) {
  border-color: rgb(249 250 251 / 0.75);
}
:is(.dark .dark\:border-gray-50\/80) {
  border-color: rgb(249 250 251 / 0.8);
}
:is(.dark .dark\:border-gray-50\/90) {
  border-color: rgb(249 250 251 / 0.9);
}
:is(.dark .dark\:border-gray-50\/95) {
  border-color: rgb(249 250 251 / 0.95);
}
:is(.dark .dark\:border-gray-500) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-500\/0) {
  border-color: rgb(107 114 128 / 0);
}
:is(.dark .dark\:border-gray-500\/10) {
  border-color: rgb(107 114 128 / 0.1);
}
:is(.dark .dark\:border-gray-500\/100) {
  border-color: rgb(107 114 128 / 1);
}
:is(.dark .dark\:border-gray-500\/20) {
  border-color: rgb(107 114 128 / 0.2);
}
:is(.dark .dark\:border-gray-500\/25) {
  border-color: rgb(107 114 128 / 0.25);
}
:is(.dark .dark\:border-gray-500\/30) {
  border-color: rgb(107 114 128 / 0.3);
}
:is(.dark .dark\:border-gray-500\/40) {
  border-color: rgb(107 114 128 / 0.4);
}
:is(.dark .dark\:border-gray-500\/5) {
  border-color: rgb(107 114 128 / 0.05);
}
:is(.dark .dark\:border-gray-500\/50) {
  border-color: rgb(107 114 128 / 0.5);
}
:is(.dark .dark\:border-gray-500\/60) {
  border-color: rgb(107 114 128 / 0.6);
}
:is(.dark .dark\:border-gray-500\/70) {
  border-color: rgb(107 114 128 / 0.7);
}
:is(.dark .dark\:border-gray-500\/75) {
  border-color: rgb(107 114 128 / 0.75);
}
:is(.dark .dark\:border-gray-500\/80) {
  border-color: rgb(107 114 128 / 0.8);
}
:is(.dark .dark\:border-gray-500\/90) {
  border-color: rgb(107 114 128 / 0.9);
}
:is(.dark .dark\:border-gray-500\/95) {
  border-color: rgb(107 114 128 / 0.95);
}
:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-600\/0) {
  border-color: rgb(75 85 99 / 0);
}
:is(.dark .dark\:border-gray-600\/10) {
  border-color: rgb(75 85 99 / 0.1);
}
:is(.dark .dark\:border-gray-600\/100) {
  border-color: rgb(75 85 99 / 1);
}
:is(.dark .dark\:border-gray-600\/20) {
  border-color: rgb(75 85 99 / 0.2);
}
:is(.dark .dark\:border-gray-600\/25) {
  border-color: rgb(75 85 99 / 0.25);
}
:is(.dark .dark\:border-gray-600\/30) {
  border-color: rgb(75 85 99 / 0.3);
}
:is(.dark .dark\:border-gray-600\/40) {
  border-color: rgb(75 85 99 / 0.4);
}
:is(.dark .dark\:border-gray-600\/5) {
  border-color: rgb(75 85 99 / 0.05);
}
:is(.dark .dark\:border-gray-600\/50) {
  border-color: rgb(75 85 99 / 0.5);
}
:is(.dark .dark\:border-gray-600\/60) {
  border-color: rgb(75 85 99 / 0.6);
}
:is(.dark .dark\:border-gray-600\/70) {
  border-color: rgb(75 85 99 / 0.7);
}
:is(.dark .dark\:border-gray-600\/75) {
  border-color: rgb(75 85 99 / 0.75);
}
:is(.dark .dark\:border-gray-600\/80) {
  border-color: rgb(75 85 99 / 0.8);
}
:is(.dark .dark\:border-gray-600\/90) {
  border-color: rgb(75 85 99 / 0.9);
}
:is(.dark .dark\:border-gray-600\/95) {
  border-color: rgb(75 85 99 / 0.95);
}
:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-700\/0) {
  border-color: rgb(55 65 81 / 0);
}
:is(.dark .dark\:border-gray-700\/10) {
  border-color: rgb(55 65 81 / 0.1);
}
:is(.dark .dark\:border-gray-700\/100) {
  border-color: rgb(55 65 81 / 1);
}
:is(.dark .dark\:border-gray-700\/20) {
  border-color: rgb(55 65 81 / 0.2);
}
:is(.dark .dark\:border-gray-700\/25) {
  border-color: rgb(55 65 81 / 0.25);
}
:is(.dark .dark\:border-gray-700\/30) {
  border-color: rgb(55 65 81 / 0.3);
}
:is(.dark .dark\:border-gray-700\/40) {
  border-color: rgb(55 65 81 / 0.4);
}
:is(.dark .dark\:border-gray-700\/5) {
  border-color: rgb(55 65 81 / 0.05);
}
:is(.dark .dark\:border-gray-700\/50) {
  border-color: rgb(55 65 81 / 0.5);
}
:is(.dark .dark\:border-gray-700\/60) {
  border-color: rgb(55 65 81 / 0.6);
}
:is(.dark .dark\:border-gray-700\/70) {
  border-color: rgb(55 65 81 / 0.7);
}
:is(.dark .dark\:border-gray-700\/75) {
  border-color: rgb(55 65 81 / 0.75);
}
:is(.dark .dark\:border-gray-700\/80) {
  border-color: rgb(55 65 81 / 0.8);
}
:is(.dark .dark\:border-gray-700\/90) {
  border-color: rgb(55 65 81 / 0.9);
}
:is(.dark .dark\:border-gray-700\/95) {
  border-color: rgb(55 65 81 / 0.95);
}
:is(.dark .dark\:border-gray-800) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-800\/0) {
  border-color: rgb(31 41 55 / 0);
}
:is(.dark .dark\:border-gray-800\/10) {
  border-color: rgb(31 41 55 / 0.1);
}
:is(.dark .dark\:border-gray-800\/100) {
  border-color: rgb(31 41 55 / 1);
}
:is(.dark .dark\:border-gray-800\/20) {
  border-color: rgb(31 41 55 / 0.2);
}
:is(.dark .dark\:border-gray-800\/25) {
  border-color: rgb(31 41 55 / 0.25);
}
:is(.dark .dark\:border-gray-800\/30) {
  border-color: rgb(31 41 55 / 0.3);
}
:is(.dark .dark\:border-gray-800\/40) {
  border-color: rgb(31 41 55 / 0.4);
}
:is(.dark .dark\:border-gray-800\/5) {
  border-color: rgb(31 41 55 / 0.05);
}
:is(.dark .dark\:border-gray-800\/50) {
  border-color: rgb(31 41 55 / 0.5);
}
:is(.dark .dark\:border-gray-800\/60) {
  border-color: rgb(31 41 55 / 0.6);
}
:is(.dark .dark\:border-gray-800\/70) {
  border-color: rgb(31 41 55 / 0.7);
}
:is(.dark .dark\:border-gray-800\/75) {
  border-color: rgb(31 41 55 / 0.75);
}
:is(.dark .dark\:border-gray-800\/80) {
  border-color: rgb(31 41 55 / 0.8);
}
:is(.dark .dark\:border-gray-800\/90) {
  border-color: rgb(31 41 55 / 0.9);
}
:is(.dark .dark\:border-gray-800\/95) {
  border-color: rgb(31 41 55 / 0.95);
}
:is(.dark .dark\:border-gray-900) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-900\/0) {
  border-color: rgb(17 24 39 / 0);
}
:is(.dark .dark\:border-gray-900\/10) {
  border-color: rgb(17 24 39 / 0.1);
}
:is(.dark .dark\:border-gray-900\/100) {
  border-color: rgb(17 24 39 / 1);
}
:is(.dark .dark\:border-gray-900\/20) {
  border-color: rgb(17 24 39 / 0.2);
}
:is(.dark .dark\:border-gray-900\/25) {
  border-color: rgb(17 24 39 / 0.25);
}
:is(.dark .dark\:border-gray-900\/30) {
  border-color: rgb(17 24 39 / 0.3);
}
:is(.dark .dark\:border-gray-900\/40) {
  border-color: rgb(17 24 39 / 0.4);
}
:is(.dark .dark\:border-gray-900\/5) {
  border-color: rgb(17 24 39 / 0.05);
}
:is(.dark .dark\:border-gray-900\/50) {
  border-color: rgb(17 24 39 / 0.5);
}
:is(.dark .dark\:border-gray-900\/60) {
  border-color: rgb(17 24 39 / 0.6);
}
:is(.dark .dark\:border-gray-900\/70) {
  border-color: rgb(17 24 39 / 0.7);
}
:is(.dark .dark\:border-gray-900\/75) {
  border-color: rgb(17 24 39 / 0.75);
}
:is(.dark .dark\:border-gray-900\/80) {
  border-color: rgb(17 24 39 / 0.8);
}
:is(.dark .dark\:border-gray-900\/90) {
  border-color: rgb(17 24 39 / 0.9);
}
:is(.dark .dark\:border-gray-900\/95) {
  border-color: rgb(17 24 39 / 0.95);
}
:is(.dark .dark\:border-gray-950) {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-950\/0) {
  border-color: rgb(3 7 18 / 0);
}
:is(.dark .dark\:border-gray-950\/10) {
  border-color: rgb(3 7 18 / 0.1);
}
:is(.dark .dark\:border-gray-950\/100) {
  border-color: rgb(3 7 18 / 1);
}
:is(.dark .dark\:border-gray-950\/20) {
  border-color: rgb(3 7 18 / 0.2);
}
:is(.dark .dark\:border-gray-950\/25) {
  border-color: rgb(3 7 18 / 0.25);
}
:is(.dark .dark\:border-gray-950\/30) {
  border-color: rgb(3 7 18 / 0.3);
}
:is(.dark .dark\:border-gray-950\/40) {
  border-color: rgb(3 7 18 / 0.4);
}
:is(.dark .dark\:border-gray-950\/5) {
  border-color: rgb(3 7 18 / 0.05);
}
:is(.dark .dark\:border-gray-950\/50) {
  border-color: rgb(3 7 18 / 0.5);
}
:is(.dark .dark\:border-gray-950\/60) {
  border-color: rgb(3 7 18 / 0.6);
}
:is(.dark .dark\:border-gray-950\/70) {
  border-color: rgb(3 7 18 / 0.7);
}
:is(.dark .dark\:border-gray-950\/75) {
  border-color: rgb(3 7 18 / 0.75);
}
:is(.dark .dark\:border-gray-950\/80) {
  border-color: rgb(3 7 18 / 0.8);
}
:is(.dark .dark\:border-gray-950\/90) {
  border-color: rgb(3 7 18 / 0.9);
}
:is(.dark .dark\:border-gray-950\/95) {
  border-color: rgb(3 7 18 / 0.95);
}
:is(.dark .dark\:border-green-100) {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-100\/0) {
  border-color: rgb(220 252 231 / 0);
}
:is(.dark .dark\:border-green-100\/10) {
  border-color: rgb(220 252 231 / 0.1);
}
:is(.dark .dark\:border-green-100\/100) {
  border-color: rgb(220 252 231 / 1);
}
:is(.dark .dark\:border-green-100\/20) {
  border-color: rgb(220 252 231 / 0.2);
}
:is(.dark .dark\:border-green-100\/25) {
  border-color: rgb(220 252 231 / 0.25);
}
:is(.dark .dark\:border-green-100\/30) {
  border-color: rgb(220 252 231 / 0.3);
}
:is(.dark .dark\:border-green-100\/40) {
  border-color: rgb(220 252 231 / 0.4);
}
:is(.dark .dark\:border-green-100\/5) {
  border-color: rgb(220 252 231 / 0.05);
}
:is(.dark .dark\:border-green-100\/50) {
  border-color: rgb(220 252 231 / 0.5);
}
:is(.dark .dark\:border-green-100\/60) {
  border-color: rgb(220 252 231 / 0.6);
}
:is(.dark .dark\:border-green-100\/70) {
  border-color: rgb(220 252 231 / 0.7);
}
:is(.dark .dark\:border-green-100\/75) {
  border-color: rgb(220 252 231 / 0.75);
}
:is(.dark .dark\:border-green-100\/80) {
  border-color: rgb(220 252 231 / 0.8);
}
:is(.dark .dark\:border-green-100\/90) {
  border-color: rgb(220 252 231 / 0.9);
}
:is(.dark .dark\:border-green-100\/95) {
  border-color: rgb(220 252 231 / 0.95);
}
:is(.dark .dark\:border-green-200) {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-200\/0) {
  border-color: rgb(187 247 208 / 0);
}
:is(.dark .dark\:border-green-200\/10) {
  border-color: rgb(187 247 208 / 0.1);
}
:is(.dark .dark\:border-green-200\/100) {
  border-color: rgb(187 247 208 / 1);
}
:is(.dark .dark\:border-green-200\/20) {
  border-color: rgb(187 247 208 / 0.2);
}
:is(.dark .dark\:border-green-200\/25) {
  border-color: rgb(187 247 208 / 0.25);
}
:is(.dark .dark\:border-green-200\/30) {
  border-color: rgb(187 247 208 / 0.3);
}
:is(.dark .dark\:border-green-200\/40) {
  border-color: rgb(187 247 208 / 0.4);
}
:is(.dark .dark\:border-green-200\/5) {
  border-color: rgb(187 247 208 / 0.05);
}
:is(.dark .dark\:border-green-200\/50) {
  border-color: rgb(187 247 208 / 0.5);
}
:is(.dark .dark\:border-green-200\/60) {
  border-color: rgb(187 247 208 / 0.6);
}
:is(.dark .dark\:border-green-200\/70) {
  border-color: rgb(187 247 208 / 0.7);
}
:is(.dark .dark\:border-green-200\/75) {
  border-color: rgb(187 247 208 / 0.75);
}
:is(.dark .dark\:border-green-200\/80) {
  border-color: rgb(187 247 208 / 0.8);
}
:is(.dark .dark\:border-green-200\/90) {
  border-color: rgb(187 247 208 / 0.9);
}
:is(.dark .dark\:border-green-200\/95) {
  border-color: rgb(187 247 208 / 0.95);
}
:is(.dark .dark\:border-green-300) {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-300\/0) {
  border-color: rgb(134 239 172 / 0);
}
:is(.dark .dark\:border-green-300\/10) {
  border-color: rgb(134 239 172 / 0.1);
}
:is(.dark .dark\:border-green-300\/100) {
  border-color: rgb(134 239 172 / 1);
}
:is(.dark .dark\:border-green-300\/20) {
  border-color: rgb(134 239 172 / 0.2);
}
:is(.dark .dark\:border-green-300\/25) {
  border-color: rgb(134 239 172 / 0.25);
}
:is(.dark .dark\:border-green-300\/30) {
  border-color: rgb(134 239 172 / 0.3);
}
:is(.dark .dark\:border-green-300\/40) {
  border-color: rgb(134 239 172 / 0.4);
}
:is(.dark .dark\:border-green-300\/5) {
  border-color: rgb(134 239 172 / 0.05);
}
:is(.dark .dark\:border-green-300\/50) {
  border-color: rgb(134 239 172 / 0.5);
}
:is(.dark .dark\:border-green-300\/60) {
  border-color: rgb(134 239 172 / 0.6);
}
:is(.dark .dark\:border-green-300\/70) {
  border-color: rgb(134 239 172 / 0.7);
}
:is(.dark .dark\:border-green-300\/75) {
  border-color: rgb(134 239 172 / 0.75);
}
:is(.dark .dark\:border-green-300\/80) {
  border-color: rgb(134 239 172 / 0.8);
}
:is(.dark .dark\:border-green-300\/90) {
  border-color: rgb(134 239 172 / 0.9);
}
:is(.dark .dark\:border-green-300\/95) {
  border-color: rgb(134 239 172 / 0.95);
}
:is(.dark .dark\:border-green-400) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-400\/0) {
  border-color: rgb(74 222 128 / 0);
}
:is(.dark .dark\:border-green-400\/10) {
  border-color: rgb(74 222 128 / 0.1);
}
:is(.dark .dark\:border-green-400\/100) {
  border-color: rgb(74 222 128 / 1);
}
:is(.dark .dark\:border-green-400\/20) {
  border-color: rgb(74 222 128 / 0.2);
}
:is(.dark .dark\:border-green-400\/25) {
  border-color: rgb(74 222 128 / 0.25);
}
:is(.dark .dark\:border-green-400\/30) {
  border-color: rgb(74 222 128 / 0.3);
}
:is(.dark .dark\:border-green-400\/40) {
  border-color: rgb(74 222 128 / 0.4);
}
:is(.dark .dark\:border-green-400\/5) {
  border-color: rgb(74 222 128 / 0.05);
}
:is(.dark .dark\:border-green-400\/50) {
  border-color: rgb(74 222 128 / 0.5);
}
:is(.dark .dark\:border-green-400\/60) {
  border-color: rgb(74 222 128 / 0.6);
}
:is(.dark .dark\:border-green-400\/70) {
  border-color: rgb(74 222 128 / 0.7);
}
:is(.dark .dark\:border-green-400\/75) {
  border-color: rgb(74 222 128 / 0.75);
}
:is(.dark .dark\:border-green-400\/80) {
  border-color: rgb(74 222 128 / 0.8);
}
:is(.dark .dark\:border-green-400\/90) {
  border-color: rgb(74 222 128 / 0.9);
}
:is(.dark .dark\:border-green-400\/95) {
  border-color: rgb(74 222 128 / 0.95);
}
:is(.dark .dark\:border-green-50) {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-50\/0) {
  border-color: rgb(240 253 244 / 0);
}
:is(.dark .dark\:border-green-50\/10) {
  border-color: rgb(240 253 244 / 0.1);
}
:is(.dark .dark\:border-green-50\/100) {
  border-color: rgb(240 253 244 / 1);
}
:is(.dark .dark\:border-green-50\/20) {
  border-color: rgb(240 253 244 / 0.2);
}
:is(.dark .dark\:border-green-50\/25) {
  border-color: rgb(240 253 244 / 0.25);
}
:is(.dark .dark\:border-green-50\/30) {
  border-color: rgb(240 253 244 / 0.3);
}
:is(.dark .dark\:border-green-50\/40) {
  border-color: rgb(240 253 244 / 0.4);
}
:is(.dark .dark\:border-green-50\/5) {
  border-color: rgb(240 253 244 / 0.05);
}
:is(.dark .dark\:border-green-50\/50) {
  border-color: rgb(240 253 244 / 0.5);
}
:is(.dark .dark\:border-green-50\/60) {
  border-color: rgb(240 253 244 / 0.6);
}
:is(.dark .dark\:border-green-50\/70) {
  border-color: rgb(240 253 244 / 0.7);
}
:is(.dark .dark\:border-green-50\/75) {
  border-color: rgb(240 253 244 / 0.75);
}
:is(.dark .dark\:border-green-50\/80) {
  border-color: rgb(240 253 244 / 0.8);
}
:is(.dark .dark\:border-green-50\/90) {
  border-color: rgb(240 253 244 / 0.9);
}
:is(.dark .dark\:border-green-50\/95) {
  border-color: rgb(240 253 244 / 0.95);
}
:is(.dark .dark\:border-green-500) {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-500\/0) {
  border-color: rgb(34 197 94 / 0);
}
:is(.dark .dark\:border-green-500\/10) {
  border-color: rgb(34 197 94 / 0.1);
}
:is(.dark .dark\:border-green-500\/100) {
  border-color: rgb(34 197 94 / 1);
}
:is(.dark .dark\:border-green-500\/20) {
  border-color: rgb(34 197 94 / 0.2);
}
:is(.dark .dark\:border-green-500\/25) {
  border-color: rgb(34 197 94 / 0.25);
}
:is(.dark .dark\:border-green-500\/30) {
  border-color: rgb(34 197 94 / 0.3);
}
:is(.dark .dark\:border-green-500\/40) {
  border-color: rgb(34 197 94 / 0.4);
}
:is(.dark .dark\:border-green-500\/5) {
  border-color: rgb(34 197 94 / 0.05);
}
:is(.dark .dark\:border-green-500\/50) {
  border-color: rgb(34 197 94 / 0.5);
}
:is(.dark .dark\:border-green-500\/60) {
  border-color: rgb(34 197 94 / 0.6);
}
:is(.dark .dark\:border-green-500\/70) {
  border-color: rgb(34 197 94 / 0.7);
}
:is(.dark .dark\:border-green-500\/75) {
  border-color: rgb(34 197 94 / 0.75);
}
:is(.dark .dark\:border-green-500\/80) {
  border-color: rgb(34 197 94 / 0.8);
}
:is(.dark .dark\:border-green-500\/90) {
  border-color: rgb(34 197 94 / 0.9);
}
:is(.dark .dark\:border-green-500\/95) {
  border-color: rgb(34 197 94 / 0.95);
}
:is(.dark .dark\:border-green-600) {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-600\/0) {
  border-color: rgb(22 163 74 / 0);
}
:is(.dark .dark\:border-green-600\/10) {
  border-color: rgb(22 163 74 / 0.1);
}
:is(.dark .dark\:border-green-600\/100) {
  border-color: rgb(22 163 74 / 1);
}
:is(.dark .dark\:border-green-600\/20) {
  border-color: rgb(22 163 74 / 0.2);
}
:is(.dark .dark\:border-green-600\/25) {
  border-color: rgb(22 163 74 / 0.25);
}
:is(.dark .dark\:border-green-600\/30) {
  border-color: rgb(22 163 74 / 0.3);
}
:is(.dark .dark\:border-green-600\/40) {
  border-color: rgb(22 163 74 / 0.4);
}
:is(.dark .dark\:border-green-600\/5) {
  border-color: rgb(22 163 74 / 0.05);
}
:is(.dark .dark\:border-green-600\/50) {
  border-color: rgb(22 163 74 / 0.5);
}
:is(.dark .dark\:border-green-600\/60) {
  border-color: rgb(22 163 74 / 0.6);
}
:is(.dark .dark\:border-green-600\/70) {
  border-color: rgb(22 163 74 / 0.7);
}
:is(.dark .dark\:border-green-600\/75) {
  border-color: rgb(22 163 74 / 0.75);
}
:is(.dark .dark\:border-green-600\/80) {
  border-color: rgb(22 163 74 / 0.8);
}
:is(.dark .dark\:border-green-600\/90) {
  border-color: rgb(22 163 74 / 0.9);
}
:is(.dark .dark\:border-green-600\/95) {
  border-color: rgb(22 163 74 / 0.95);
}
:is(.dark .dark\:border-green-700) {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-700\/0) {
  border-color: rgb(21 128 61 / 0);
}
:is(.dark .dark\:border-green-700\/10) {
  border-color: rgb(21 128 61 / 0.1);
}
:is(.dark .dark\:border-green-700\/100) {
  border-color: rgb(21 128 61 / 1);
}
:is(.dark .dark\:border-green-700\/20) {
  border-color: rgb(21 128 61 / 0.2);
}
:is(.dark .dark\:border-green-700\/25) {
  border-color: rgb(21 128 61 / 0.25);
}
:is(.dark .dark\:border-green-700\/30) {
  border-color: rgb(21 128 61 / 0.3);
}
:is(.dark .dark\:border-green-700\/40) {
  border-color: rgb(21 128 61 / 0.4);
}
:is(.dark .dark\:border-green-700\/5) {
  border-color: rgb(21 128 61 / 0.05);
}
:is(.dark .dark\:border-green-700\/50) {
  border-color: rgb(21 128 61 / 0.5);
}
:is(.dark .dark\:border-green-700\/60) {
  border-color: rgb(21 128 61 / 0.6);
}
:is(.dark .dark\:border-green-700\/70) {
  border-color: rgb(21 128 61 / 0.7);
}
:is(.dark .dark\:border-green-700\/75) {
  border-color: rgb(21 128 61 / 0.75);
}
:is(.dark .dark\:border-green-700\/80) {
  border-color: rgb(21 128 61 / 0.8);
}
:is(.dark .dark\:border-green-700\/90) {
  border-color: rgb(21 128 61 / 0.9);
}
:is(.dark .dark\:border-green-700\/95) {
  border-color: rgb(21 128 61 / 0.95);
}
:is(.dark .dark\:border-green-800) {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-800\/0) {
  border-color: rgb(22 101 52 / 0);
}
:is(.dark .dark\:border-green-800\/10) {
  border-color: rgb(22 101 52 / 0.1);
}
:is(.dark .dark\:border-green-800\/100) {
  border-color: rgb(22 101 52 / 1);
}
:is(.dark .dark\:border-green-800\/20) {
  border-color: rgb(22 101 52 / 0.2);
}
:is(.dark .dark\:border-green-800\/25) {
  border-color: rgb(22 101 52 / 0.25);
}
:is(.dark .dark\:border-green-800\/30) {
  border-color: rgb(22 101 52 / 0.3);
}
:is(.dark .dark\:border-green-800\/40) {
  border-color: rgb(22 101 52 / 0.4);
}
:is(.dark .dark\:border-green-800\/5) {
  border-color: rgb(22 101 52 / 0.05);
}
:is(.dark .dark\:border-green-800\/50) {
  border-color: rgb(22 101 52 / 0.5);
}
:is(.dark .dark\:border-green-800\/60) {
  border-color: rgb(22 101 52 / 0.6);
}
:is(.dark .dark\:border-green-800\/70) {
  border-color: rgb(22 101 52 / 0.7);
}
:is(.dark .dark\:border-green-800\/75) {
  border-color: rgb(22 101 52 / 0.75);
}
:is(.dark .dark\:border-green-800\/80) {
  border-color: rgb(22 101 52 / 0.8);
}
:is(.dark .dark\:border-green-800\/90) {
  border-color: rgb(22 101 52 / 0.9);
}
:is(.dark .dark\:border-green-800\/95) {
  border-color: rgb(22 101 52 / 0.95);
}
:is(.dark .dark\:border-green-900) {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-900\/0) {
  border-color: rgb(20 83 45 / 0);
}
:is(.dark .dark\:border-green-900\/10) {
  border-color: rgb(20 83 45 / 0.1);
}
:is(.dark .dark\:border-green-900\/100) {
  border-color: rgb(20 83 45 / 1);
}
:is(.dark .dark\:border-green-900\/20) {
  border-color: rgb(20 83 45 / 0.2);
}
:is(.dark .dark\:border-green-900\/25) {
  border-color: rgb(20 83 45 / 0.25);
}
:is(.dark .dark\:border-green-900\/30) {
  border-color: rgb(20 83 45 / 0.3);
}
:is(.dark .dark\:border-green-900\/40) {
  border-color: rgb(20 83 45 / 0.4);
}
:is(.dark .dark\:border-green-900\/5) {
  border-color: rgb(20 83 45 / 0.05);
}
:is(.dark .dark\:border-green-900\/50) {
  border-color: rgb(20 83 45 / 0.5);
}
:is(.dark .dark\:border-green-900\/60) {
  border-color: rgb(20 83 45 / 0.6);
}
:is(.dark .dark\:border-green-900\/70) {
  border-color: rgb(20 83 45 / 0.7);
}
:is(.dark .dark\:border-green-900\/75) {
  border-color: rgb(20 83 45 / 0.75);
}
:is(.dark .dark\:border-green-900\/80) {
  border-color: rgb(20 83 45 / 0.8);
}
:is(.dark .dark\:border-green-900\/90) {
  border-color: rgb(20 83 45 / 0.9);
}
:is(.dark .dark\:border-green-900\/95) {
  border-color: rgb(20 83 45 / 0.95);
}
:is(.dark .dark\:border-green-950) {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-green-950\/0) {
  border-color: rgb(5 46 22 / 0);
}
:is(.dark .dark\:border-green-950\/10) {
  border-color: rgb(5 46 22 / 0.1);
}
:is(.dark .dark\:border-green-950\/100) {
  border-color: rgb(5 46 22 / 1);
}
:is(.dark .dark\:border-green-950\/20) {
  border-color: rgb(5 46 22 / 0.2);
}
:is(.dark .dark\:border-green-950\/25) {
  border-color: rgb(5 46 22 / 0.25);
}
:is(.dark .dark\:border-green-950\/30) {
  border-color: rgb(5 46 22 / 0.3);
}
:is(.dark .dark\:border-green-950\/40) {
  border-color: rgb(5 46 22 / 0.4);
}
:is(.dark .dark\:border-green-950\/5) {
  border-color: rgb(5 46 22 / 0.05);
}
:is(.dark .dark\:border-green-950\/50) {
  border-color: rgb(5 46 22 / 0.5);
}
:is(.dark .dark\:border-green-950\/60) {
  border-color: rgb(5 46 22 / 0.6);
}
:is(.dark .dark\:border-green-950\/70) {
  border-color: rgb(5 46 22 / 0.7);
}
:is(.dark .dark\:border-green-950\/75) {
  border-color: rgb(5 46 22 / 0.75);
}
:is(.dark .dark\:border-green-950\/80) {
  border-color: rgb(5 46 22 / 0.8);
}
:is(.dark .dark\:border-green-950\/90) {
  border-color: rgb(5 46 22 / 0.9);
}
:is(.dark .dark\:border-green-950\/95) {
  border-color: rgb(5 46 22 / 0.95);
}
:is(.dark .dark\:border-indigo-100) {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-100\/0) {
  border-color: rgb(224 231 255 / 0);
}
:is(.dark .dark\:border-indigo-100\/10) {
  border-color: rgb(224 231 255 / 0.1);
}
:is(.dark .dark\:border-indigo-100\/100) {
  border-color: rgb(224 231 255 / 1);
}
:is(.dark .dark\:border-indigo-100\/20) {
  border-color: rgb(224 231 255 / 0.2);
}
:is(.dark .dark\:border-indigo-100\/25) {
  border-color: rgb(224 231 255 / 0.25);
}
:is(.dark .dark\:border-indigo-100\/30) {
  border-color: rgb(224 231 255 / 0.3);
}
:is(.dark .dark\:border-indigo-100\/40) {
  border-color: rgb(224 231 255 / 0.4);
}
:is(.dark .dark\:border-indigo-100\/5) {
  border-color: rgb(224 231 255 / 0.05);
}
:is(.dark .dark\:border-indigo-100\/50) {
  border-color: rgb(224 231 255 / 0.5);
}
:is(.dark .dark\:border-indigo-100\/60) {
  border-color: rgb(224 231 255 / 0.6);
}
:is(.dark .dark\:border-indigo-100\/70) {
  border-color: rgb(224 231 255 / 0.7);
}
:is(.dark .dark\:border-indigo-100\/75) {
  border-color: rgb(224 231 255 / 0.75);
}
:is(.dark .dark\:border-indigo-100\/80) {
  border-color: rgb(224 231 255 / 0.8);
}
:is(.dark .dark\:border-indigo-100\/90) {
  border-color: rgb(224 231 255 / 0.9);
}
:is(.dark .dark\:border-indigo-100\/95) {
  border-color: rgb(224 231 255 / 0.95);
}
:is(.dark .dark\:border-indigo-200) {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-200\/0) {
  border-color: rgb(199 210 254 / 0);
}
:is(.dark .dark\:border-indigo-200\/10) {
  border-color: rgb(199 210 254 / 0.1);
}
:is(.dark .dark\:border-indigo-200\/100) {
  border-color: rgb(199 210 254 / 1);
}
:is(.dark .dark\:border-indigo-200\/20) {
  border-color: rgb(199 210 254 / 0.2);
}
:is(.dark .dark\:border-indigo-200\/25) {
  border-color: rgb(199 210 254 / 0.25);
}
:is(.dark .dark\:border-indigo-200\/30) {
  border-color: rgb(199 210 254 / 0.3);
}
:is(.dark .dark\:border-indigo-200\/40) {
  border-color: rgb(199 210 254 / 0.4);
}
:is(.dark .dark\:border-indigo-200\/5) {
  border-color: rgb(199 210 254 / 0.05);
}
:is(.dark .dark\:border-indigo-200\/50) {
  border-color: rgb(199 210 254 / 0.5);
}
:is(.dark .dark\:border-indigo-200\/60) {
  border-color: rgb(199 210 254 / 0.6);
}
:is(.dark .dark\:border-indigo-200\/70) {
  border-color: rgb(199 210 254 / 0.7);
}
:is(.dark .dark\:border-indigo-200\/75) {
  border-color: rgb(199 210 254 / 0.75);
}
:is(.dark .dark\:border-indigo-200\/80) {
  border-color: rgb(199 210 254 / 0.8);
}
:is(.dark .dark\:border-indigo-200\/90) {
  border-color: rgb(199 210 254 / 0.9);
}
:is(.dark .dark\:border-indigo-200\/95) {
  border-color: rgb(199 210 254 / 0.95);
}
:is(.dark .dark\:border-indigo-300) {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-300\/0) {
  border-color: rgb(165 180 252 / 0);
}
:is(.dark .dark\:border-indigo-300\/10) {
  border-color: rgb(165 180 252 / 0.1);
}
:is(.dark .dark\:border-indigo-300\/100) {
  border-color: rgb(165 180 252 / 1);
}
:is(.dark .dark\:border-indigo-300\/20) {
  border-color: rgb(165 180 252 / 0.2);
}
:is(.dark .dark\:border-indigo-300\/25) {
  border-color: rgb(165 180 252 / 0.25);
}
:is(.dark .dark\:border-indigo-300\/30) {
  border-color: rgb(165 180 252 / 0.3);
}
:is(.dark .dark\:border-indigo-300\/40) {
  border-color: rgb(165 180 252 / 0.4);
}
:is(.dark .dark\:border-indigo-300\/5) {
  border-color: rgb(165 180 252 / 0.05);
}
:is(.dark .dark\:border-indigo-300\/50) {
  border-color: rgb(165 180 252 / 0.5);
}
:is(.dark .dark\:border-indigo-300\/60) {
  border-color: rgb(165 180 252 / 0.6);
}
:is(.dark .dark\:border-indigo-300\/70) {
  border-color: rgb(165 180 252 / 0.7);
}
:is(.dark .dark\:border-indigo-300\/75) {
  border-color: rgb(165 180 252 / 0.75);
}
:is(.dark .dark\:border-indigo-300\/80) {
  border-color: rgb(165 180 252 / 0.8);
}
:is(.dark .dark\:border-indigo-300\/90) {
  border-color: rgb(165 180 252 / 0.9);
}
:is(.dark .dark\:border-indigo-300\/95) {
  border-color: rgb(165 180 252 / 0.95);
}
:is(.dark .dark\:border-indigo-400) {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-400\/0) {
  border-color: rgb(129 140 248 / 0);
}
:is(.dark .dark\:border-indigo-400\/10) {
  border-color: rgb(129 140 248 / 0.1);
}
:is(.dark .dark\:border-indigo-400\/100) {
  border-color: rgb(129 140 248 / 1);
}
:is(.dark .dark\:border-indigo-400\/20) {
  border-color: rgb(129 140 248 / 0.2);
}
:is(.dark .dark\:border-indigo-400\/25) {
  border-color: rgb(129 140 248 / 0.25);
}
:is(.dark .dark\:border-indigo-400\/30) {
  border-color: rgb(129 140 248 / 0.3);
}
:is(.dark .dark\:border-indigo-400\/40) {
  border-color: rgb(129 140 248 / 0.4);
}
:is(.dark .dark\:border-indigo-400\/5) {
  border-color: rgb(129 140 248 / 0.05);
}
:is(.dark .dark\:border-indigo-400\/50) {
  border-color: rgb(129 140 248 / 0.5);
}
:is(.dark .dark\:border-indigo-400\/60) {
  border-color: rgb(129 140 248 / 0.6);
}
:is(.dark .dark\:border-indigo-400\/70) {
  border-color: rgb(129 140 248 / 0.7);
}
:is(.dark .dark\:border-indigo-400\/75) {
  border-color: rgb(129 140 248 / 0.75);
}
:is(.dark .dark\:border-indigo-400\/80) {
  border-color: rgb(129 140 248 / 0.8);
}
:is(.dark .dark\:border-indigo-400\/90) {
  border-color: rgb(129 140 248 / 0.9);
}
:is(.dark .dark\:border-indigo-400\/95) {
  border-color: rgb(129 140 248 / 0.95);
}
:is(.dark .dark\:border-indigo-50) {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-50\/0) {
  border-color: rgb(238 242 255 / 0);
}
:is(.dark .dark\:border-indigo-50\/10) {
  border-color: rgb(238 242 255 / 0.1);
}
:is(.dark .dark\:border-indigo-50\/100) {
  border-color: rgb(238 242 255 / 1);
}
:is(.dark .dark\:border-indigo-50\/20) {
  border-color: rgb(238 242 255 / 0.2);
}
:is(.dark .dark\:border-indigo-50\/25) {
  border-color: rgb(238 242 255 / 0.25);
}
:is(.dark .dark\:border-indigo-50\/30) {
  border-color: rgb(238 242 255 / 0.3);
}
:is(.dark .dark\:border-indigo-50\/40) {
  border-color: rgb(238 242 255 / 0.4);
}
:is(.dark .dark\:border-indigo-50\/5) {
  border-color: rgb(238 242 255 / 0.05);
}
:is(.dark .dark\:border-indigo-50\/50) {
  border-color: rgb(238 242 255 / 0.5);
}
:is(.dark .dark\:border-indigo-50\/60) {
  border-color: rgb(238 242 255 / 0.6);
}
:is(.dark .dark\:border-indigo-50\/70) {
  border-color: rgb(238 242 255 / 0.7);
}
:is(.dark .dark\:border-indigo-50\/75) {
  border-color: rgb(238 242 255 / 0.75);
}
:is(.dark .dark\:border-indigo-50\/80) {
  border-color: rgb(238 242 255 / 0.8);
}
:is(.dark .dark\:border-indigo-50\/90) {
  border-color: rgb(238 242 255 / 0.9);
}
:is(.dark .dark\:border-indigo-50\/95) {
  border-color: rgb(238 242 255 / 0.95);
}
:is(.dark .dark\:border-indigo-500) {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-500\/0) {
  border-color: rgb(99 102 241 / 0);
}
:is(.dark .dark\:border-indigo-500\/10) {
  border-color: rgb(99 102 241 / 0.1);
}
:is(.dark .dark\:border-indigo-500\/100) {
  border-color: rgb(99 102 241 / 1);
}
:is(.dark .dark\:border-indigo-500\/20) {
  border-color: rgb(99 102 241 / 0.2);
}
:is(.dark .dark\:border-indigo-500\/25) {
  border-color: rgb(99 102 241 / 0.25);
}
:is(.dark .dark\:border-indigo-500\/30) {
  border-color: rgb(99 102 241 / 0.3);
}
:is(.dark .dark\:border-indigo-500\/40) {
  border-color: rgb(99 102 241 / 0.4);
}
:is(.dark .dark\:border-indigo-500\/5) {
  border-color: rgb(99 102 241 / 0.05);
}
:is(.dark .dark\:border-indigo-500\/50) {
  border-color: rgb(99 102 241 / 0.5);
}
:is(.dark .dark\:border-indigo-500\/60) {
  border-color: rgb(99 102 241 / 0.6);
}
:is(.dark .dark\:border-indigo-500\/70) {
  border-color: rgb(99 102 241 / 0.7);
}
:is(.dark .dark\:border-indigo-500\/75) {
  border-color: rgb(99 102 241 / 0.75);
}
:is(.dark .dark\:border-indigo-500\/80) {
  border-color: rgb(99 102 241 / 0.8);
}
:is(.dark .dark\:border-indigo-500\/90) {
  border-color: rgb(99 102 241 / 0.9);
}
:is(.dark .dark\:border-indigo-500\/95) {
  border-color: rgb(99 102 241 / 0.95);
}
:is(.dark .dark\:border-indigo-600) {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-600\/0) {
  border-color: rgb(79 70 229 / 0);
}
:is(.dark .dark\:border-indigo-600\/10) {
  border-color: rgb(79 70 229 / 0.1);
}
:is(.dark .dark\:border-indigo-600\/100) {
  border-color: rgb(79 70 229 / 1);
}
:is(.dark .dark\:border-indigo-600\/20) {
  border-color: rgb(79 70 229 / 0.2);
}
:is(.dark .dark\:border-indigo-600\/25) {
  border-color: rgb(79 70 229 / 0.25);
}
:is(.dark .dark\:border-indigo-600\/30) {
  border-color: rgb(79 70 229 / 0.3);
}
:is(.dark .dark\:border-indigo-600\/40) {
  border-color: rgb(79 70 229 / 0.4);
}
:is(.dark .dark\:border-indigo-600\/5) {
  border-color: rgb(79 70 229 / 0.05);
}
:is(.dark .dark\:border-indigo-600\/50) {
  border-color: rgb(79 70 229 / 0.5);
}
:is(.dark .dark\:border-indigo-600\/60) {
  border-color: rgb(79 70 229 / 0.6);
}
:is(.dark .dark\:border-indigo-600\/70) {
  border-color: rgb(79 70 229 / 0.7);
}
:is(.dark .dark\:border-indigo-600\/75) {
  border-color: rgb(79 70 229 / 0.75);
}
:is(.dark .dark\:border-indigo-600\/80) {
  border-color: rgb(79 70 229 / 0.8);
}
:is(.dark .dark\:border-indigo-600\/90) {
  border-color: rgb(79 70 229 / 0.9);
}
:is(.dark .dark\:border-indigo-600\/95) {
  border-color: rgb(79 70 229 / 0.95);
}
:is(.dark .dark\:border-indigo-700) {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-700\/0) {
  border-color: rgb(67 56 202 / 0);
}
:is(.dark .dark\:border-indigo-700\/10) {
  border-color: rgb(67 56 202 / 0.1);
}
:is(.dark .dark\:border-indigo-700\/100) {
  border-color: rgb(67 56 202 / 1);
}
:is(.dark .dark\:border-indigo-700\/20) {
  border-color: rgb(67 56 202 / 0.2);
}
:is(.dark .dark\:border-indigo-700\/25) {
  border-color: rgb(67 56 202 / 0.25);
}
:is(.dark .dark\:border-indigo-700\/30) {
  border-color: rgb(67 56 202 / 0.3);
}
:is(.dark .dark\:border-indigo-700\/40) {
  border-color: rgb(67 56 202 / 0.4);
}
:is(.dark .dark\:border-indigo-700\/5) {
  border-color: rgb(67 56 202 / 0.05);
}
:is(.dark .dark\:border-indigo-700\/50) {
  border-color: rgb(67 56 202 / 0.5);
}
:is(.dark .dark\:border-indigo-700\/60) {
  border-color: rgb(67 56 202 / 0.6);
}
:is(.dark .dark\:border-indigo-700\/70) {
  border-color: rgb(67 56 202 / 0.7);
}
:is(.dark .dark\:border-indigo-700\/75) {
  border-color: rgb(67 56 202 / 0.75);
}
:is(.dark .dark\:border-indigo-700\/80) {
  border-color: rgb(67 56 202 / 0.8);
}
:is(.dark .dark\:border-indigo-700\/90) {
  border-color: rgb(67 56 202 / 0.9);
}
:is(.dark .dark\:border-indigo-700\/95) {
  border-color: rgb(67 56 202 / 0.95);
}
:is(.dark .dark\:border-indigo-800) {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-800\/0) {
  border-color: rgb(55 48 163 / 0);
}
:is(.dark .dark\:border-indigo-800\/10) {
  border-color: rgb(55 48 163 / 0.1);
}
:is(.dark .dark\:border-indigo-800\/100) {
  border-color: rgb(55 48 163 / 1);
}
:is(.dark .dark\:border-indigo-800\/20) {
  border-color: rgb(55 48 163 / 0.2);
}
:is(.dark .dark\:border-indigo-800\/25) {
  border-color: rgb(55 48 163 / 0.25);
}
:is(.dark .dark\:border-indigo-800\/30) {
  border-color: rgb(55 48 163 / 0.3);
}
:is(.dark .dark\:border-indigo-800\/40) {
  border-color: rgb(55 48 163 / 0.4);
}
:is(.dark .dark\:border-indigo-800\/5) {
  border-color: rgb(55 48 163 / 0.05);
}
:is(.dark .dark\:border-indigo-800\/50) {
  border-color: rgb(55 48 163 / 0.5);
}
:is(.dark .dark\:border-indigo-800\/60) {
  border-color: rgb(55 48 163 / 0.6);
}
:is(.dark .dark\:border-indigo-800\/70) {
  border-color: rgb(55 48 163 / 0.7);
}
:is(.dark .dark\:border-indigo-800\/75) {
  border-color: rgb(55 48 163 / 0.75);
}
:is(.dark .dark\:border-indigo-800\/80) {
  border-color: rgb(55 48 163 / 0.8);
}
:is(.dark .dark\:border-indigo-800\/90) {
  border-color: rgb(55 48 163 / 0.9);
}
:is(.dark .dark\:border-indigo-800\/95) {
  border-color: rgb(55 48 163 / 0.95);
}
:is(.dark .dark\:border-indigo-900) {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-900\/0) {
  border-color: rgb(49 46 129 / 0);
}
:is(.dark .dark\:border-indigo-900\/10) {
  border-color: rgb(49 46 129 / 0.1);
}
:is(.dark .dark\:border-indigo-900\/100) {
  border-color: rgb(49 46 129 / 1);
}
:is(.dark .dark\:border-indigo-900\/20) {
  border-color: rgb(49 46 129 / 0.2);
}
:is(.dark .dark\:border-indigo-900\/25) {
  border-color: rgb(49 46 129 / 0.25);
}
:is(.dark .dark\:border-indigo-900\/30) {
  border-color: rgb(49 46 129 / 0.3);
}
:is(.dark .dark\:border-indigo-900\/40) {
  border-color: rgb(49 46 129 / 0.4);
}
:is(.dark .dark\:border-indigo-900\/5) {
  border-color: rgb(49 46 129 / 0.05);
}
:is(.dark .dark\:border-indigo-900\/50) {
  border-color: rgb(49 46 129 / 0.5);
}
:is(.dark .dark\:border-indigo-900\/60) {
  border-color: rgb(49 46 129 / 0.6);
}
:is(.dark .dark\:border-indigo-900\/70) {
  border-color: rgb(49 46 129 / 0.7);
}
:is(.dark .dark\:border-indigo-900\/75) {
  border-color: rgb(49 46 129 / 0.75);
}
:is(.dark .dark\:border-indigo-900\/80) {
  border-color: rgb(49 46 129 / 0.8);
}
:is(.dark .dark\:border-indigo-900\/90) {
  border-color: rgb(49 46 129 / 0.9);
}
:is(.dark .dark\:border-indigo-900\/95) {
  border-color: rgb(49 46 129 / 0.95);
}
:is(.dark .dark\:border-indigo-950) {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-indigo-950\/0) {
  border-color: rgb(30 27 75 / 0);
}
:is(.dark .dark\:border-indigo-950\/10) {
  border-color: rgb(30 27 75 / 0.1);
}
:is(.dark .dark\:border-indigo-950\/100) {
  border-color: rgb(30 27 75 / 1);
}
:is(.dark .dark\:border-indigo-950\/20) {
  border-color: rgb(30 27 75 / 0.2);
}
:is(.dark .dark\:border-indigo-950\/25) {
  border-color: rgb(30 27 75 / 0.25);
}
:is(.dark .dark\:border-indigo-950\/30) {
  border-color: rgb(30 27 75 / 0.3);
}
:is(.dark .dark\:border-indigo-950\/40) {
  border-color: rgb(30 27 75 / 0.4);
}
:is(.dark .dark\:border-indigo-950\/5) {
  border-color: rgb(30 27 75 / 0.05);
}
:is(.dark .dark\:border-indigo-950\/50) {
  border-color: rgb(30 27 75 / 0.5);
}
:is(.dark .dark\:border-indigo-950\/60) {
  border-color: rgb(30 27 75 / 0.6);
}
:is(.dark .dark\:border-indigo-950\/70) {
  border-color: rgb(30 27 75 / 0.7);
}
:is(.dark .dark\:border-indigo-950\/75) {
  border-color: rgb(30 27 75 / 0.75);
}
:is(.dark .dark\:border-indigo-950\/80) {
  border-color: rgb(30 27 75 / 0.8);
}
:is(.dark .dark\:border-indigo-950\/90) {
  border-color: rgb(30 27 75 / 0.9);
}
:is(.dark .dark\:border-indigo-950\/95) {
  border-color: rgb(30 27 75 / 0.95);
}
:is(.dark .dark\:border-lime-100) {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-100\/0) {
  border-color: rgb(236 252 203 / 0);
}
:is(.dark .dark\:border-lime-100\/10) {
  border-color: rgb(236 252 203 / 0.1);
}
:is(.dark .dark\:border-lime-100\/100) {
  border-color: rgb(236 252 203 / 1);
}
:is(.dark .dark\:border-lime-100\/20) {
  border-color: rgb(236 252 203 / 0.2);
}
:is(.dark .dark\:border-lime-100\/25) {
  border-color: rgb(236 252 203 / 0.25);
}
:is(.dark .dark\:border-lime-100\/30) {
  border-color: rgb(236 252 203 / 0.3);
}
:is(.dark .dark\:border-lime-100\/40) {
  border-color: rgb(236 252 203 / 0.4);
}
:is(.dark .dark\:border-lime-100\/5) {
  border-color: rgb(236 252 203 / 0.05);
}
:is(.dark .dark\:border-lime-100\/50) {
  border-color: rgb(236 252 203 / 0.5);
}
:is(.dark .dark\:border-lime-100\/60) {
  border-color: rgb(236 252 203 / 0.6);
}
:is(.dark .dark\:border-lime-100\/70) {
  border-color: rgb(236 252 203 / 0.7);
}
:is(.dark .dark\:border-lime-100\/75) {
  border-color: rgb(236 252 203 / 0.75);
}
:is(.dark .dark\:border-lime-100\/80) {
  border-color: rgb(236 252 203 / 0.8);
}
:is(.dark .dark\:border-lime-100\/90) {
  border-color: rgb(236 252 203 / 0.9);
}
:is(.dark .dark\:border-lime-100\/95) {
  border-color: rgb(236 252 203 / 0.95);
}
:is(.dark .dark\:border-lime-200) {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-200\/0) {
  border-color: rgb(217 249 157 / 0);
}
:is(.dark .dark\:border-lime-200\/10) {
  border-color: rgb(217 249 157 / 0.1);
}
:is(.dark .dark\:border-lime-200\/100) {
  border-color: rgb(217 249 157 / 1);
}
:is(.dark .dark\:border-lime-200\/20) {
  border-color: rgb(217 249 157 / 0.2);
}
:is(.dark .dark\:border-lime-200\/25) {
  border-color: rgb(217 249 157 / 0.25);
}
:is(.dark .dark\:border-lime-200\/30) {
  border-color: rgb(217 249 157 / 0.3);
}
:is(.dark .dark\:border-lime-200\/40) {
  border-color: rgb(217 249 157 / 0.4);
}
:is(.dark .dark\:border-lime-200\/5) {
  border-color: rgb(217 249 157 / 0.05);
}
:is(.dark .dark\:border-lime-200\/50) {
  border-color: rgb(217 249 157 / 0.5);
}
:is(.dark .dark\:border-lime-200\/60) {
  border-color: rgb(217 249 157 / 0.6);
}
:is(.dark .dark\:border-lime-200\/70) {
  border-color: rgb(217 249 157 / 0.7);
}
:is(.dark .dark\:border-lime-200\/75) {
  border-color: rgb(217 249 157 / 0.75);
}
:is(.dark .dark\:border-lime-200\/80) {
  border-color: rgb(217 249 157 / 0.8);
}
:is(.dark .dark\:border-lime-200\/90) {
  border-color: rgb(217 249 157 / 0.9);
}
:is(.dark .dark\:border-lime-200\/95) {
  border-color: rgb(217 249 157 / 0.95);
}
:is(.dark .dark\:border-lime-300) {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-300\/0) {
  border-color: rgb(190 242 100 / 0);
}
:is(.dark .dark\:border-lime-300\/10) {
  border-color: rgb(190 242 100 / 0.1);
}
:is(.dark .dark\:border-lime-300\/100) {
  border-color: rgb(190 242 100 / 1);
}
:is(.dark .dark\:border-lime-300\/20) {
  border-color: rgb(190 242 100 / 0.2);
}
:is(.dark .dark\:border-lime-300\/25) {
  border-color: rgb(190 242 100 / 0.25);
}
:is(.dark .dark\:border-lime-300\/30) {
  border-color: rgb(190 242 100 / 0.3);
}
:is(.dark .dark\:border-lime-300\/40) {
  border-color: rgb(190 242 100 / 0.4);
}
:is(.dark .dark\:border-lime-300\/5) {
  border-color: rgb(190 242 100 / 0.05);
}
:is(.dark .dark\:border-lime-300\/50) {
  border-color: rgb(190 242 100 / 0.5);
}
:is(.dark .dark\:border-lime-300\/60) {
  border-color: rgb(190 242 100 / 0.6);
}
:is(.dark .dark\:border-lime-300\/70) {
  border-color: rgb(190 242 100 / 0.7);
}
:is(.dark .dark\:border-lime-300\/75) {
  border-color: rgb(190 242 100 / 0.75);
}
:is(.dark .dark\:border-lime-300\/80) {
  border-color: rgb(190 242 100 / 0.8);
}
:is(.dark .dark\:border-lime-300\/90) {
  border-color: rgb(190 242 100 / 0.9);
}
:is(.dark .dark\:border-lime-300\/95) {
  border-color: rgb(190 242 100 / 0.95);
}
:is(.dark .dark\:border-lime-400) {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-400\/0) {
  border-color: rgb(163 230 53 / 0);
}
:is(.dark .dark\:border-lime-400\/10) {
  border-color: rgb(163 230 53 / 0.1);
}
:is(.dark .dark\:border-lime-400\/100) {
  border-color: rgb(163 230 53 / 1);
}
:is(.dark .dark\:border-lime-400\/20) {
  border-color: rgb(163 230 53 / 0.2);
}
:is(.dark .dark\:border-lime-400\/25) {
  border-color: rgb(163 230 53 / 0.25);
}
:is(.dark .dark\:border-lime-400\/30) {
  border-color: rgb(163 230 53 / 0.3);
}
:is(.dark .dark\:border-lime-400\/40) {
  border-color: rgb(163 230 53 / 0.4);
}
:is(.dark .dark\:border-lime-400\/5) {
  border-color: rgb(163 230 53 / 0.05);
}
:is(.dark .dark\:border-lime-400\/50) {
  border-color: rgb(163 230 53 / 0.5);
}
:is(.dark .dark\:border-lime-400\/60) {
  border-color: rgb(163 230 53 / 0.6);
}
:is(.dark .dark\:border-lime-400\/70) {
  border-color: rgb(163 230 53 / 0.7);
}
:is(.dark .dark\:border-lime-400\/75) {
  border-color: rgb(163 230 53 / 0.75);
}
:is(.dark .dark\:border-lime-400\/80) {
  border-color: rgb(163 230 53 / 0.8);
}
:is(.dark .dark\:border-lime-400\/90) {
  border-color: rgb(163 230 53 / 0.9);
}
:is(.dark .dark\:border-lime-400\/95) {
  border-color: rgb(163 230 53 / 0.95);
}
:is(.dark .dark\:border-lime-50) {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-50\/0) {
  border-color: rgb(247 254 231 / 0);
}
:is(.dark .dark\:border-lime-50\/10) {
  border-color: rgb(247 254 231 / 0.1);
}
:is(.dark .dark\:border-lime-50\/100) {
  border-color: rgb(247 254 231 / 1);
}
:is(.dark .dark\:border-lime-50\/20) {
  border-color: rgb(247 254 231 / 0.2);
}
:is(.dark .dark\:border-lime-50\/25) {
  border-color: rgb(247 254 231 / 0.25);
}
:is(.dark .dark\:border-lime-50\/30) {
  border-color: rgb(247 254 231 / 0.3);
}
:is(.dark .dark\:border-lime-50\/40) {
  border-color: rgb(247 254 231 / 0.4);
}
:is(.dark .dark\:border-lime-50\/5) {
  border-color: rgb(247 254 231 / 0.05);
}
:is(.dark .dark\:border-lime-50\/50) {
  border-color: rgb(247 254 231 / 0.5);
}
:is(.dark .dark\:border-lime-50\/60) {
  border-color: rgb(247 254 231 / 0.6);
}
:is(.dark .dark\:border-lime-50\/70) {
  border-color: rgb(247 254 231 / 0.7);
}
:is(.dark .dark\:border-lime-50\/75) {
  border-color: rgb(247 254 231 / 0.75);
}
:is(.dark .dark\:border-lime-50\/80) {
  border-color: rgb(247 254 231 / 0.8);
}
:is(.dark .dark\:border-lime-50\/90) {
  border-color: rgb(247 254 231 / 0.9);
}
:is(.dark .dark\:border-lime-50\/95) {
  border-color: rgb(247 254 231 / 0.95);
}
:is(.dark .dark\:border-lime-500) {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-500\/0) {
  border-color: rgb(132 204 22 / 0);
}
:is(.dark .dark\:border-lime-500\/10) {
  border-color: rgb(132 204 22 / 0.1);
}
:is(.dark .dark\:border-lime-500\/100) {
  border-color: rgb(132 204 22 / 1);
}
:is(.dark .dark\:border-lime-500\/20) {
  border-color: rgb(132 204 22 / 0.2);
}
:is(.dark .dark\:border-lime-500\/25) {
  border-color: rgb(132 204 22 / 0.25);
}
:is(.dark .dark\:border-lime-500\/30) {
  border-color: rgb(132 204 22 / 0.3);
}
:is(.dark .dark\:border-lime-500\/40) {
  border-color: rgb(132 204 22 / 0.4);
}
:is(.dark .dark\:border-lime-500\/5) {
  border-color: rgb(132 204 22 / 0.05);
}
:is(.dark .dark\:border-lime-500\/50) {
  border-color: rgb(132 204 22 / 0.5);
}
:is(.dark .dark\:border-lime-500\/60) {
  border-color: rgb(132 204 22 / 0.6);
}
:is(.dark .dark\:border-lime-500\/70) {
  border-color: rgb(132 204 22 / 0.7);
}
:is(.dark .dark\:border-lime-500\/75) {
  border-color: rgb(132 204 22 / 0.75);
}
:is(.dark .dark\:border-lime-500\/80) {
  border-color: rgb(132 204 22 / 0.8);
}
:is(.dark .dark\:border-lime-500\/90) {
  border-color: rgb(132 204 22 / 0.9);
}
:is(.dark .dark\:border-lime-500\/95) {
  border-color: rgb(132 204 22 / 0.95);
}
:is(.dark .dark\:border-lime-600) {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-600\/0) {
  border-color: rgb(101 163 13 / 0);
}
:is(.dark .dark\:border-lime-600\/10) {
  border-color: rgb(101 163 13 / 0.1);
}
:is(.dark .dark\:border-lime-600\/100) {
  border-color: rgb(101 163 13 / 1);
}
:is(.dark .dark\:border-lime-600\/20) {
  border-color: rgb(101 163 13 / 0.2);
}
:is(.dark .dark\:border-lime-600\/25) {
  border-color: rgb(101 163 13 / 0.25);
}
:is(.dark .dark\:border-lime-600\/30) {
  border-color: rgb(101 163 13 / 0.3);
}
:is(.dark .dark\:border-lime-600\/40) {
  border-color: rgb(101 163 13 / 0.4);
}
:is(.dark .dark\:border-lime-600\/5) {
  border-color: rgb(101 163 13 / 0.05);
}
:is(.dark .dark\:border-lime-600\/50) {
  border-color: rgb(101 163 13 / 0.5);
}
:is(.dark .dark\:border-lime-600\/60) {
  border-color: rgb(101 163 13 / 0.6);
}
:is(.dark .dark\:border-lime-600\/70) {
  border-color: rgb(101 163 13 / 0.7);
}
:is(.dark .dark\:border-lime-600\/75) {
  border-color: rgb(101 163 13 / 0.75);
}
:is(.dark .dark\:border-lime-600\/80) {
  border-color: rgb(101 163 13 / 0.8);
}
:is(.dark .dark\:border-lime-600\/90) {
  border-color: rgb(101 163 13 / 0.9);
}
:is(.dark .dark\:border-lime-600\/95) {
  border-color: rgb(101 163 13 / 0.95);
}
:is(.dark .dark\:border-lime-700) {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-700\/0) {
  border-color: rgb(77 124 15 / 0);
}
:is(.dark .dark\:border-lime-700\/10) {
  border-color: rgb(77 124 15 / 0.1);
}
:is(.dark .dark\:border-lime-700\/100) {
  border-color: rgb(77 124 15 / 1);
}
:is(.dark .dark\:border-lime-700\/20) {
  border-color: rgb(77 124 15 / 0.2);
}
:is(.dark .dark\:border-lime-700\/25) {
  border-color: rgb(77 124 15 / 0.25);
}
:is(.dark .dark\:border-lime-700\/30) {
  border-color: rgb(77 124 15 / 0.3);
}
:is(.dark .dark\:border-lime-700\/40) {
  border-color: rgb(77 124 15 / 0.4);
}
:is(.dark .dark\:border-lime-700\/5) {
  border-color: rgb(77 124 15 / 0.05);
}
:is(.dark .dark\:border-lime-700\/50) {
  border-color: rgb(77 124 15 / 0.5);
}
:is(.dark .dark\:border-lime-700\/60) {
  border-color: rgb(77 124 15 / 0.6);
}
:is(.dark .dark\:border-lime-700\/70) {
  border-color: rgb(77 124 15 / 0.7);
}
:is(.dark .dark\:border-lime-700\/75) {
  border-color: rgb(77 124 15 / 0.75);
}
:is(.dark .dark\:border-lime-700\/80) {
  border-color: rgb(77 124 15 / 0.8);
}
:is(.dark .dark\:border-lime-700\/90) {
  border-color: rgb(77 124 15 / 0.9);
}
:is(.dark .dark\:border-lime-700\/95) {
  border-color: rgb(77 124 15 / 0.95);
}
:is(.dark .dark\:border-lime-800) {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-800\/0) {
  border-color: rgb(63 98 18 / 0);
}
:is(.dark .dark\:border-lime-800\/10) {
  border-color: rgb(63 98 18 / 0.1);
}
:is(.dark .dark\:border-lime-800\/100) {
  border-color: rgb(63 98 18 / 1);
}
:is(.dark .dark\:border-lime-800\/20) {
  border-color: rgb(63 98 18 / 0.2);
}
:is(.dark .dark\:border-lime-800\/25) {
  border-color: rgb(63 98 18 / 0.25);
}
:is(.dark .dark\:border-lime-800\/30) {
  border-color: rgb(63 98 18 / 0.3);
}
:is(.dark .dark\:border-lime-800\/40) {
  border-color: rgb(63 98 18 / 0.4);
}
:is(.dark .dark\:border-lime-800\/5) {
  border-color: rgb(63 98 18 / 0.05);
}
:is(.dark .dark\:border-lime-800\/50) {
  border-color: rgb(63 98 18 / 0.5);
}
:is(.dark .dark\:border-lime-800\/60) {
  border-color: rgb(63 98 18 / 0.6);
}
:is(.dark .dark\:border-lime-800\/70) {
  border-color: rgb(63 98 18 / 0.7);
}
:is(.dark .dark\:border-lime-800\/75) {
  border-color: rgb(63 98 18 / 0.75);
}
:is(.dark .dark\:border-lime-800\/80) {
  border-color: rgb(63 98 18 / 0.8);
}
:is(.dark .dark\:border-lime-800\/90) {
  border-color: rgb(63 98 18 / 0.9);
}
:is(.dark .dark\:border-lime-800\/95) {
  border-color: rgb(63 98 18 / 0.95);
}
:is(.dark .dark\:border-lime-900) {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-900\/0) {
  border-color: rgb(54 83 20 / 0);
}
:is(.dark .dark\:border-lime-900\/10) {
  border-color: rgb(54 83 20 / 0.1);
}
:is(.dark .dark\:border-lime-900\/100) {
  border-color: rgb(54 83 20 / 1);
}
:is(.dark .dark\:border-lime-900\/20) {
  border-color: rgb(54 83 20 / 0.2);
}
:is(.dark .dark\:border-lime-900\/25) {
  border-color: rgb(54 83 20 / 0.25);
}
:is(.dark .dark\:border-lime-900\/30) {
  border-color: rgb(54 83 20 / 0.3);
}
:is(.dark .dark\:border-lime-900\/40) {
  border-color: rgb(54 83 20 / 0.4);
}
:is(.dark .dark\:border-lime-900\/5) {
  border-color: rgb(54 83 20 / 0.05);
}
:is(.dark .dark\:border-lime-900\/50) {
  border-color: rgb(54 83 20 / 0.5);
}
:is(.dark .dark\:border-lime-900\/60) {
  border-color: rgb(54 83 20 / 0.6);
}
:is(.dark .dark\:border-lime-900\/70) {
  border-color: rgb(54 83 20 / 0.7);
}
:is(.dark .dark\:border-lime-900\/75) {
  border-color: rgb(54 83 20 / 0.75);
}
:is(.dark .dark\:border-lime-900\/80) {
  border-color: rgb(54 83 20 / 0.8);
}
:is(.dark .dark\:border-lime-900\/90) {
  border-color: rgb(54 83 20 / 0.9);
}
:is(.dark .dark\:border-lime-900\/95) {
  border-color: rgb(54 83 20 / 0.95);
}
:is(.dark .dark\:border-lime-950) {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-lime-950\/0) {
  border-color: rgb(26 46 5 / 0);
}
:is(.dark .dark\:border-lime-950\/10) {
  border-color: rgb(26 46 5 / 0.1);
}
:is(.dark .dark\:border-lime-950\/100) {
  border-color: rgb(26 46 5 / 1);
}
:is(.dark .dark\:border-lime-950\/20) {
  border-color: rgb(26 46 5 / 0.2);
}
:is(.dark .dark\:border-lime-950\/25) {
  border-color: rgb(26 46 5 / 0.25);
}
:is(.dark .dark\:border-lime-950\/30) {
  border-color: rgb(26 46 5 / 0.3);
}
:is(.dark .dark\:border-lime-950\/40) {
  border-color: rgb(26 46 5 / 0.4);
}
:is(.dark .dark\:border-lime-950\/5) {
  border-color: rgb(26 46 5 / 0.05);
}
:is(.dark .dark\:border-lime-950\/50) {
  border-color: rgb(26 46 5 / 0.5);
}
:is(.dark .dark\:border-lime-950\/60) {
  border-color: rgb(26 46 5 / 0.6);
}
:is(.dark .dark\:border-lime-950\/70) {
  border-color: rgb(26 46 5 / 0.7);
}
:is(.dark .dark\:border-lime-950\/75) {
  border-color: rgb(26 46 5 / 0.75);
}
:is(.dark .dark\:border-lime-950\/80) {
  border-color: rgb(26 46 5 / 0.8);
}
:is(.dark .dark\:border-lime-950\/90) {
  border-color: rgb(26 46 5 / 0.9);
}
:is(.dark .dark\:border-lime-950\/95) {
  border-color: rgb(26 46 5 / 0.95);
}
:is(.dark .dark\:border-neutral-100) {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-100\/0) {
  border-color: rgb(245 245 245 / 0);
}
:is(.dark .dark\:border-neutral-100\/10) {
  border-color: rgb(245 245 245 / 0.1);
}
:is(.dark .dark\:border-neutral-100\/100) {
  border-color: rgb(245 245 245 / 1);
}
:is(.dark .dark\:border-neutral-100\/20) {
  border-color: rgb(245 245 245 / 0.2);
}
:is(.dark .dark\:border-neutral-100\/25) {
  border-color: rgb(245 245 245 / 0.25);
}
:is(.dark .dark\:border-neutral-100\/30) {
  border-color: rgb(245 245 245 / 0.3);
}
:is(.dark .dark\:border-neutral-100\/40) {
  border-color: rgb(245 245 245 / 0.4);
}
:is(.dark .dark\:border-neutral-100\/5) {
  border-color: rgb(245 245 245 / 0.05);
}
:is(.dark .dark\:border-neutral-100\/50) {
  border-color: rgb(245 245 245 / 0.5);
}
:is(.dark .dark\:border-neutral-100\/60) {
  border-color: rgb(245 245 245 / 0.6);
}
:is(.dark .dark\:border-neutral-100\/70) {
  border-color: rgb(245 245 245 / 0.7);
}
:is(.dark .dark\:border-neutral-100\/75) {
  border-color: rgb(245 245 245 / 0.75);
}
:is(.dark .dark\:border-neutral-100\/80) {
  border-color: rgb(245 245 245 / 0.8);
}
:is(.dark .dark\:border-neutral-100\/90) {
  border-color: rgb(245 245 245 / 0.9);
}
:is(.dark .dark\:border-neutral-100\/95) {
  border-color: rgb(245 245 245 / 0.95);
}
:is(.dark .dark\:border-neutral-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-200\/0) {
  border-color: rgb(229 229 229 / 0);
}
:is(.dark .dark\:border-neutral-200\/10) {
  border-color: rgb(229 229 229 / 0.1);
}
:is(.dark .dark\:border-neutral-200\/100) {
  border-color: rgb(229 229 229 / 1);
}
:is(.dark .dark\:border-neutral-200\/20) {
  border-color: rgb(229 229 229 / 0.2);
}
:is(.dark .dark\:border-neutral-200\/25) {
  border-color: rgb(229 229 229 / 0.25);
}
:is(.dark .dark\:border-neutral-200\/30) {
  border-color: rgb(229 229 229 / 0.3);
}
:is(.dark .dark\:border-neutral-200\/40) {
  border-color: rgb(229 229 229 / 0.4);
}
:is(.dark .dark\:border-neutral-200\/5) {
  border-color: rgb(229 229 229 / 0.05);
}
:is(.dark .dark\:border-neutral-200\/50) {
  border-color: rgb(229 229 229 / 0.5);
}
:is(.dark .dark\:border-neutral-200\/60) {
  border-color: rgb(229 229 229 / 0.6);
}
:is(.dark .dark\:border-neutral-200\/70) {
  border-color: rgb(229 229 229 / 0.7);
}
:is(.dark .dark\:border-neutral-200\/75) {
  border-color: rgb(229 229 229 / 0.75);
}
:is(.dark .dark\:border-neutral-200\/80) {
  border-color: rgb(229 229 229 / 0.8);
}
:is(.dark .dark\:border-neutral-200\/90) {
  border-color: rgb(229 229 229 / 0.9);
}
:is(.dark .dark\:border-neutral-200\/95) {
  border-color: rgb(229 229 229 / 0.95);
}
:is(.dark .dark\:border-neutral-300) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-300\/0) {
  border-color: rgb(212 212 212 / 0);
}
:is(.dark .dark\:border-neutral-300\/10) {
  border-color: rgb(212 212 212 / 0.1);
}
:is(.dark .dark\:border-neutral-300\/100) {
  border-color: rgb(212 212 212 / 1);
}
:is(.dark .dark\:border-neutral-300\/20) {
  border-color: rgb(212 212 212 / 0.2);
}
:is(.dark .dark\:border-neutral-300\/25) {
  border-color: rgb(212 212 212 / 0.25);
}
:is(.dark .dark\:border-neutral-300\/30) {
  border-color: rgb(212 212 212 / 0.3);
}
:is(.dark .dark\:border-neutral-300\/40) {
  border-color: rgb(212 212 212 / 0.4);
}
:is(.dark .dark\:border-neutral-300\/5) {
  border-color: rgb(212 212 212 / 0.05);
}
:is(.dark .dark\:border-neutral-300\/50) {
  border-color: rgb(212 212 212 / 0.5);
}
:is(.dark .dark\:border-neutral-300\/60) {
  border-color: rgb(212 212 212 / 0.6);
}
:is(.dark .dark\:border-neutral-300\/70) {
  border-color: rgb(212 212 212 / 0.7);
}
:is(.dark .dark\:border-neutral-300\/75) {
  border-color: rgb(212 212 212 / 0.75);
}
:is(.dark .dark\:border-neutral-300\/80) {
  border-color: rgb(212 212 212 / 0.8);
}
:is(.dark .dark\:border-neutral-300\/90) {
  border-color: rgb(212 212 212 / 0.9);
}
:is(.dark .dark\:border-neutral-300\/95) {
  border-color: rgb(212 212 212 / 0.95);
}
:is(.dark .dark\:border-neutral-400) {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-400\/0) {
  border-color: rgb(163 163 163 / 0);
}
:is(.dark .dark\:border-neutral-400\/10) {
  border-color: rgb(163 163 163 / 0.1);
}
:is(.dark .dark\:border-neutral-400\/100) {
  border-color: rgb(163 163 163 / 1);
}
:is(.dark .dark\:border-neutral-400\/20) {
  border-color: rgb(163 163 163 / 0.2);
}
:is(.dark .dark\:border-neutral-400\/25) {
  border-color: rgb(163 163 163 / 0.25);
}
:is(.dark .dark\:border-neutral-400\/30) {
  border-color: rgb(163 163 163 / 0.3);
}
:is(.dark .dark\:border-neutral-400\/40) {
  border-color: rgb(163 163 163 / 0.4);
}
:is(.dark .dark\:border-neutral-400\/5) {
  border-color: rgb(163 163 163 / 0.05);
}
:is(.dark .dark\:border-neutral-400\/50) {
  border-color: rgb(163 163 163 / 0.5);
}
:is(.dark .dark\:border-neutral-400\/60) {
  border-color: rgb(163 163 163 / 0.6);
}
:is(.dark .dark\:border-neutral-400\/70) {
  border-color: rgb(163 163 163 / 0.7);
}
:is(.dark .dark\:border-neutral-400\/75) {
  border-color: rgb(163 163 163 / 0.75);
}
:is(.dark .dark\:border-neutral-400\/80) {
  border-color: rgb(163 163 163 / 0.8);
}
:is(.dark .dark\:border-neutral-400\/90) {
  border-color: rgb(163 163 163 / 0.9);
}
:is(.dark .dark\:border-neutral-400\/95) {
  border-color: rgb(163 163 163 / 0.95);
}
:is(.dark .dark\:border-neutral-50) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-50\/0) {
  border-color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:border-neutral-50\/10) {
  border-color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:border-neutral-50\/100) {
  border-color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:border-neutral-50\/20) {
  border-color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:border-neutral-50\/25) {
  border-color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:border-neutral-50\/30) {
  border-color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:border-neutral-50\/40) {
  border-color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:border-neutral-50\/5) {
  border-color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:border-neutral-50\/50) {
  border-color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:border-neutral-50\/60) {
  border-color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:border-neutral-50\/70) {
  border-color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:border-neutral-50\/75) {
  border-color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:border-neutral-50\/80) {
  border-color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:border-neutral-50\/90) {
  border-color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:border-neutral-50\/95) {
  border-color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:border-neutral-500) {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-500\/0) {
  border-color: rgb(115 115 115 / 0);
}
:is(.dark .dark\:border-neutral-500\/10) {
  border-color: rgb(115 115 115 / 0.1);
}
:is(.dark .dark\:border-neutral-500\/100) {
  border-color: rgb(115 115 115 / 1);
}
:is(.dark .dark\:border-neutral-500\/20) {
  border-color: rgb(115 115 115 / 0.2);
}
:is(.dark .dark\:border-neutral-500\/25) {
  border-color: rgb(115 115 115 / 0.25);
}
:is(.dark .dark\:border-neutral-500\/30) {
  border-color: rgb(115 115 115 / 0.3);
}
:is(.dark .dark\:border-neutral-500\/40) {
  border-color: rgb(115 115 115 / 0.4);
}
:is(.dark .dark\:border-neutral-500\/5) {
  border-color: rgb(115 115 115 / 0.05);
}
:is(.dark .dark\:border-neutral-500\/50) {
  border-color: rgb(115 115 115 / 0.5);
}
:is(.dark .dark\:border-neutral-500\/60) {
  border-color: rgb(115 115 115 / 0.6);
}
:is(.dark .dark\:border-neutral-500\/70) {
  border-color: rgb(115 115 115 / 0.7);
}
:is(.dark .dark\:border-neutral-500\/75) {
  border-color: rgb(115 115 115 / 0.75);
}
:is(.dark .dark\:border-neutral-500\/80) {
  border-color: rgb(115 115 115 / 0.8);
}
:is(.dark .dark\:border-neutral-500\/90) {
  border-color: rgb(115 115 115 / 0.9);
}
:is(.dark .dark\:border-neutral-500\/95) {
  border-color: rgb(115 115 115 / 0.95);
}
:is(.dark .dark\:border-neutral-600) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-600\/0) {
  border-color: rgb(82 82 82 / 0);
}
:is(.dark .dark\:border-neutral-600\/10) {
  border-color: rgb(82 82 82 / 0.1);
}
:is(.dark .dark\:border-neutral-600\/100) {
  border-color: rgb(82 82 82 / 1);
}
:is(.dark .dark\:border-neutral-600\/20) {
  border-color: rgb(82 82 82 / 0.2);
}
:is(.dark .dark\:border-neutral-600\/25) {
  border-color: rgb(82 82 82 / 0.25);
}
:is(.dark .dark\:border-neutral-600\/30) {
  border-color: rgb(82 82 82 / 0.3);
}
:is(.dark .dark\:border-neutral-600\/40) {
  border-color: rgb(82 82 82 / 0.4);
}
:is(.dark .dark\:border-neutral-600\/5) {
  border-color: rgb(82 82 82 / 0.05);
}
:is(.dark .dark\:border-neutral-600\/50) {
  border-color: rgb(82 82 82 / 0.5);
}
:is(.dark .dark\:border-neutral-600\/60) {
  border-color: rgb(82 82 82 / 0.6);
}
:is(.dark .dark\:border-neutral-600\/70) {
  border-color: rgb(82 82 82 / 0.7);
}
:is(.dark .dark\:border-neutral-600\/75) {
  border-color: rgb(82 82 82 / 0.75);
}
:is(.dark .dark\:border-neutral-600\/80) {
  border-color: rgb(82 82 82 / 0.8);
}
:is(.dark .dark\:border-neutral-600\/90) {
  border-color: rgb(82 82 82 / 0.9);
}
:is(.dark .dark\:border-neutral-600\/95) {
  border-color: rgb(82 82 82 / 0.95);
}
:is(.dark .dark\:border-neutral-700) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-700\/0) {
  border-color: rgb(64 64 64 / 0);
}
:is(.dark .dark\:border-neutral-700\/10) {
  border-color: rgb(64 64 64 / 0.1);
}
:is(.dark .dark\:border-neutral-700\/100) {
  border-color: rgb(64 64 64 / 1);
}
:is(.dark .dark\:border-neutral-700\/20) {
  border-color: rgb(64 64 64 / 0.2);
}
:is(.dark .dark\:border-neutral-700\/25) {
  border-color: rgb(64 64 64 / 0.25);
}
:is(.dark .dark\:border-neutral-700\/30) {
  border-color: rgb(64 64 64 / 0.3);
}
:is(.dark .dark\:border-neutral-700\/40) {
  border-color: rgb(64 64 64 / 0.4);
}
:is(.dark .dark\:border-neutral-700\/5) {
  border-color: rgb(64 64 64 / 0.05);
}
:is(.dark .dark\:border-neutral-700\/50) {
  border-color: rgb(64 64 64 / 0.5);
}
:is(.dark .dark\:border-neutral-700\/60) {
  border-color: rgb(64 64 64 / 0.6);
}
:is(.dark .dark\:border-neutral-700\/70) {
  border-color: rgb(64 64 64 / 0.7);
}
:is(.dark .dark\:border-neutral-700\/75) {
  border-color: rgb(64 64 64 / 0.75);
}
:is(.dark .dark\:border-neutral-700\/80) {
  border-color: rgb(64 64 64 / 0.8);
}
:is(.dark .dark\:border-neutral-700\/90) {
  border-color: rgb(64 64 64 / 0.9);
}
:is(.dark .dark\:border-neutral-700\/95) {
  border-color: rgb(64 64 64 / 0.95);
}
:is(.dark .dark\:border-neutral-800) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-800\/0) {
  border-color: rgb(38 38 38 / 0);
}
:is(.dark .dark\:border-neutral-800\/10) {
  border-color: rgb(38 38 38 / 0.1);
}
:is(.dark .dark\:border-neutral-800\/100) {
  border-color: rgb(38 38 38 / 1);
}
:is(.dark .dark\:border-neutral-800\/20) {
  border-color: rgb(38 38 38 / 0.2);
}
:is(.dark .dark\:border-neutral-800\/25) {
  border-color: rgb(38 38 38 / 0.25);
}
:is(.dark .dark\:border-neutral-800\/30) {
  border-color: rgb(38 38 38 / 0.3);
}
:is(.dark .dark\:border-neutral-800\/40) {
  border-color: rgb(38 38 38 / 0.4);
}
:is(.dark .dark\:border-neutral-800\/5) {
  border-color: rgb(38 38 38 / 0.05);
}
:is(.dark .dark\:border-neutral-800\/50) {
  border-color: rgb(38 38 38 / 0.5);
}
:is(.dark .dark\:border-neutral-800\/60) {
  border-color: rgb(38 38 38 / 0.6);
}
:is(.dark .dark\:border-neutral-800\/70) {
  border-color: rgb(38 38 38 / 0.7);
}
:is(.dark .dark\:border-neutral-800\/75) {
  border-color: rgb(38 38 38 / 0.75);
}
:is(.dark .dark\:border-neutral-800\/80) {
  border-color: rgb(38 38 38 / 0.8);
}
:is(.dark .dark\:border-neutral-800\/90) {
  border-color: rgb(38 38 38 / 0.9);
}
:is(.dark .dark\:border-neutral-800\/95) {
  border-color: rgb(38 38 38 / 0.95);
}
:is(.dark .dark\:border-neutral-900) {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-900\/0) {
  border-color: rgb(23 23 23 / 0);
}
:is(.dark .dark\:border-neutral-900\/10) {
  border-color: rgb(23 23 23 / 0.1);
}
:is(.dark .dark\:border-neutral-900\/100) {
  border-color: rgb(23 23 23 / 1);
}
:is(.dark .dark\:border-neutral-900\/20) {
  border-color: rgb(23 23 23 / 0.2);
}
:is(.dark .dark\:border-neutral-900\/25) {
  border-color: rgb(23 23 23 / 0.25);
}
:is(.dark .dark\:border-neutral-900\/30) {
  border-color: rgb(23 23 23 / 0.3);
}
:is(.dark .dark\:border-neutral-900\/40) {
  border-color: rgb(23 23 23 / 0.4);
}
:is(.dark .dark\:border-neutral-900\/5) {
  border-color: rgb(23 23 23 / 0.05);
}
:is(.dark .dark\:border-neutral-900\/50) {
  border-color: rgb(23 23 23 / 0.5);
}
:is(.dark .dark\:border-neutral-900\/60) {
  border-color: rgb(23 23 23 / 0.6);
}
:is(.dark .dark\:border-neutral-900\/70) {
  border-color: rgb(23 23 23 / 0.7);
}
:is(.dark .dark\:border-neutral-900\/75) {
  border-color: rgb(23 23 23 / 0.75);
}
:is(.dark .dark\:border-neutral-900\/80) {
  border-color: rgb(23 23 23 / 0.8);
}
:is(.dark .dark\:border-neutral-900\/90) {
  border-color: rgb(23 23 23 / 0.9);
}
:is(.dark .dark\:border-neutral-900\/95) {
  border-color: rgb(23 23 23 / 0.95);
}
:is(.dark .dark\:border-neutral-950) {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-neutral-950\/0) {
  border-color: rgb(10 10 10 / 0);
}
:is(.dark .dark\:border-neutral-950\/10) {
  border-color: rgb(10 10 10 / 0.1);
}
:is(.dark .dark\:border-neutral-950\/100) {
  border-color: rgb(10 10 10 / 1);
}
:is(.dark .dark\:border-neutral-950\/20) {
  border-color: rgb(10 10 10 / 0.2);
}
:is(.dark .dark\:border-neutral-950\/25) {
  border-color: rgb(10 10 10 / 0.25);
}
:is(.dark .dark\:border-neutral-950\/30) {
  border-color: rgb(10 10 10 / 0.3);
}
:is(.dark .dark\:border-neutral-950\/40) {
  border-color: rgb(10 10 10 / 0.4);
}
:is(.dark .dark\:border-neutral-950\/5) {
  border-color: rgb(10 10 10 / 0.05);
}
:is(.dark .dark\:border-neutral-950\/50) {
  border-color: rgb(10 10 10 / 0.5);
}
:is(.dark .dark\:border-neutral-950\/60) {
  border-color: rgb(10 10 10 / 0.6);
}
:is(.dark .dark\:border-neutral-950\/70) {
  border-color: rgb(10 10 10 / 0.7);
}
:is(.dark .dark\:border-neutral-950\/75) {
  border-color: rgb(10 10 10 / 0.75);
}
:is(.dark .dark\:border-neutral-950\/80) {
  border-color: rgb(10 10 10 / 0.8);
}
:is(.dark .dark\:border-neutral-950\/90) {
  border-color: rgb(10 10 10 / 0.9);
}
:is(.dark .dark\:border-neutral-950\/95) {
  border-color: rgb(10 10 10 / 0.95);
}
:is(.dark .dark\:border-orange-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-100\/0) {
  border-color: rgb(255 237 213 / 0);
}
:is(.dark .dark\:border-orange-100\/10) {
  border-color: rgb(255 237 213 / 0.1);
}
:is(.dark .dark\:border-orange-100\/100) {
  border-color: rgb(255 237 213 / 1);
}
:is(.dark .dark\:border-orange-100\/20) {
  border-color: rgb(255 237 213 / 0.2);
}
:is(.dark .dark\:border-orange-100\/25) {
  border-color: rgb(255 237 213 / 0.25);
}
:is(.dark .dark\:border-orange-100\/30) {
  border-color: rgb(255 237 213 / 0.3);
}
:is(.dark .dark\:border-orange-100\/40) {
  border-color: rgb(255 237 213 / 0.4);
}
:is(.dark .dark\:border-orange-100\/5) {
  border-color: rgb(255 237 213 / 0.05);
}
:is(.dark .dark\:border-orange-100\/50) {
  border-color: rgb(255 237 213 / 0.5);
}
:is(.dark .dark\:border-orange-100\/60) {
  border-color: rgb(255 237 213 / 0.6);
}
:is(.dark .dark\:border-orange-100\/70) {
  border-color: rgb(255 237 213 / 0.7);
}
:is(.dark .dark\:border-orange-100\/75) {
  border-color: rgb(255 237 213 / 0.75);
}
:is(.dark .dark\:border-orange-100\/80) {
  border-color: rgb(255 237 213 / 0.8);
}
:is(.dark .dark\:border-orange-100\/90) {
  border-color: rgb(255 237 213 / 0.9);
}
:is(.dark .dark\:border-orange-100\/95) {
  border-color: rgb(255 237 213 / 0.95);
}
:is(.dark .dark\:border-orange-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-200\/0) {
  border-color: rgb(254 215 170 / 0);
}
:is(.dark .dark\:border-orange-200\/10) {
  border-color: rgb(254 215 170 / 0.1);
}
:is(.dark .dark\:border-orange-200\/100) {
  border-color: rgb(254 215 170 / 1);
}
:is(.dark .dark\:border-orange-200\/20) {
  border-color: rgb(254 215 170 / 0.2);
}
:is(.dark .dark\:border-orange-200\/25) {
  border-color: rgb(254 215 170 / 0.25);
}
:is(.dark .dark\:border-orange-200\/30) {
  border-color: rgb(254 215 170 / 0.3);
}
:is(.dark .dark\:border-orange-200\/40) {
  border-color: rgb(254 215 170 / 0.4);
}
:is(.dark .dark\:border-orange-200\/5) {
  border-color: rgb(254 215 170 / 0.05);
}
:is(.dark .dark\:border-orange-200\/50) {
  border-color: rgb(254 215 170 / 0.5);
}
:is(.dark .dark\:border-orange-200\/60) {
  border-color: rgb(254 215 170 / 0.6);
}
:is(.dark .dark\:border-orange-200\/70) {
  border-color: rgb(254 215 170 / 0.7);
}
:is(.dark .dark\:border-orange-200\/75) {
  border-color: rgb(254 215 170 / 0.75);
}
:is(.dark .dark\:border-orange-200\/80) {
  border-color: rgb(254 215 170 / 0.8);
}
:is(.dark .dark\:border-orange-200\/90) {
  border-color: rgb(254 215 170 / 0.9);
}
:is(.dark .dark\:border-orange-200\/95) {
  border-color: rgb(254 215 170 / 0.95);
}
:is(.dark .dark\:border-orange-300) {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-300\/0) {
  border-color: rgb(253 186 116 / 0);
}
:is(.dark .dark\:border-orange-300\/10) {
  border-color: rgb(253 186 116 / 0.1);
}
:is(.dark .dark\:border-orange-300\/100) {
  border-color: rgb(253 186 116 / 1);
}
:is(.dark .dark\:border-orange-300\/20) {
  border-color: rgb(253 186 116 / 0.2);
}
:is(.dark .dark\:border-orange-300\/25) {
  border-color: rgb(253 186 116 / 0.25);
}
:is(.dark .dark\:border-orange-300\/30) {
  border-color: rgb(253 186 116 / 0.3);
}
:is(.dark .dark\:border-orange-300\/40) {
  border-color: rgb(253 186 116 / 0.4);
}
:is(.dark .dark\:border-orange-300\/5) {
  border-color: rgb(253 186 116 / 0.05);
}
:is(.dark .dark\:border-orange-300\/50) {
  border-color: rgb(253 186 116 / 0.5);
}
:is(.dark .dark\:border-orange-300\/60) {
  border-color: rgb(253 186 116 / 0.6);
}
:is(.dark .dark\:border-orange-300\/70) {
  border-color: rgb(253 186 116 / 0.7);
}
:is(.dark .dark\:border-orange-300\/75) {
  border-color: rgb(253 186 116 / 0.75);
}
:is(.dark .dark\:border-orange-300\/80) {
  border-color: rgb(253 186 116 / 0.8);
}
:is(.dark .dark\:border-orange-300\/90) {
  border-color: rgb(253 186 116 / 0.9);
}
:is(.dark .dark\:border-orange-300\/95) {
  border-color: rgb(253 186 116 / 0.95);
}
:is(.dark .dark\:border-orange-400) {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-400\/0) {
  border-color: rgb(251 146 60 / 0);
}
:is(.dark .dark\:border-orange-400\/10) {
  border-color: rgb(251 146 60 / 0.1);
}
:is(.dark .dark\:border-orange-400\/100) {
  border-color: rgb(251 146 60 / 1);
}
:is(.dark .dark\:border-orange-400\/20) {
  border-color: rgb(251 146 60 / 0.2);
}
:is(.dark .dark\:border-orange-400\/25) {
  border-color: rgb(251 146 60 / 0.25);
}
:is(.dark .dark\:border-orange-400\/30) {
  border-color: rgb(251 146 60 / 0.3);
}
:is(.dark .dark\:border-orange-400\/40) {
  border-color: rgb(251 146 60 / 0.4);
}
:is(.dark .dark\:border-orange-400\/5) {
  border-color: rgb(251 146 60 / 0.05);
}
:is(.dark .dark\:border-orange-400\/50) {
  border-color: rgb(251 146 60 / 0.5);
}
:is(.dark .dark\:border-orange-400\/60) {
  border-color: rgb(251 146 60 / 0.6);
}
:is(.dark .dark\:border-orange-400\/70) {
  border-color: rgb(251 146 60 / 0.7);
}
:is(.dark .dark\:border-orange-400\/75) {
  border-color: rgb(251 146 60 / 0.75);
}
:is(.dark .dark\:border-orange-400\/80) {
  border-color: rgb(251 146 60 / 0.8);
}
:is(.dark .dark\:border-orange-400\/90) {
  border-color: rgb(251 146 60 / 0.9);
}
:is(.dark .dark\:border-orange-400\/95) {
  border-color: rgb(251 146 60 / 0.95);
}
:is(.dark .dark\:border-orange-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-50\/0) {
  border-color: rgb(255 247 237 / 0);
}
:is(.dark .dark\:border-orange-50\/10) {
  border-color: rgb(255 247 237 / 0.1);
}
:is(.dark .dark\:border-orange-50\/100) {
  border-color: rgb(255 247 237 / 1);
}
:is(.dark .dark\:border-orange-50\/20) {
  border-color: rgb(255 247 237 / 0.2);
}
:is(.dark .dark\:border-orange-50\/25) {
  border-color: rgb(255 247 237 / 0.25);
}
:is(.dark .dark\:border-orange-50\/30) {
  border-color: rgb(255 247 237 / 0.3);
}
:is(.dark .dark\:border-orange-50\/40) {
  border-color: rgb(255 247 237 / 0.4);
}
:is(.dark .dark\:border-orange-50\/5) {
  border-color: rgb(255 247 237 / 0.05);
}
:is(.dark .dark\:border-orange-50\/50) {
  border-color: rgb(255 247 237 / 0.5);
}
:is(.dark .dark\:border-orange-50\/60) {
  border-color: rgb(255 247 237 / 0.6);
}
:is(.dark .dark\:border-orange-50\/70) {
  border-color: rgb(255 247 237 / 0.7);
}
:is(.dark .dark\:border-orange-50\/75) {
  border-color: rgb(255 247 237 / 0.75);
}
:is(.dark .dark\:border-orange-50\/80) {
  border-color: rgb(255 247 237 / 0.8);
}
:is(.dark .dark\:border-orange-50\/90) {
  border-color: rgb(255 247 237 / 0.9);
}
:is(.dark .dark\:border-orange-50\/95) {
  border-color: rgb(255 247 237 / 0.95);
}
:is(.dark .dark\:border-orange-500) {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-500\/0) {
  border-color: rgb(249 115 22 / 0);
}
:is(.dark .dark\:border-orange-500\/10) {
  border-color: rgb(249 115 22 / 0.1);
}
:is(.dark .dark\:border-orange-500\/100) {
  border-color: rgb(249 115 22 / 1);
}
:is(.dark .dark\:border-orange-500\/20) {
  border-color: rgb(249 115 22 / 0.2);
}
:is(.dark .dark\:border-orange-500\/25) {
  border-color: rgb(249 115 22 / 0.25);
}
:is(.dark .dark\:border-orange-500\/30) {
  border-color: rgb(249 115 22 / 0.3);
}
:is(.dark .dark\:border-orange-500\/40) {
  border-color: rgb(249 115 22 / 0.4);
}
:is(.dark .dark\:border-orange-500\/5) {
  border-color: rgb(249 115 22 / 0.05);
}
:is(.dark .dark\:border-orange-500\/50) {
  border-color: rgb(249 115 22 / 0.5);
}
:is(.dark .dark\:border-orange-500\/60) {
  border-color: rgb(249 115 22 / 0.6);
}
:is(.dark .dark\:border-orange-500\/70) {
  border-color: rgb(249 115 22 / 0.7);
}
:is(.dark .dark\:border-orange-500\/75) {
  border-color: rgb(249 115 22 / 0.75);
}
:is(.dark .dark\:border-orange-500\/80) {
  border-color: rgb(249 115 22 / 0.8);
}
:is(.dark .dark\:border-orange-500\/90) {
  border-color: rgb(249 115 22 / 0.9);
}
:is(.dark .dark\:border-orange-500\/95) {
  border-color: rgb(249 115 22 / 0.95);
}
:is(.dark .dark\:border-orange-600) {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-600\/0) {
  border-color: rgb(234 88 12 / 0);
}
:is(.dark .dark\:border-orange-600\/10) {
  border-color: rgb(234 88 12 / 0.1);
}
:is(.dark .dark\:border-orange-600\/100) {
  border-color: rgb(234 88 12 / 1);
}
:is(.dark .dark\:border-orange-600\/20) {
  border-color: rgb(234 88 12 / 0.2);
}
:is(.dark .dark\:border-orange-600\/25) {
  border-color: rgb(234 88 12 / 0.25);
}
:is(.dark .dark\:border-orange-600\/30) {
  border-color: rgb(234 88 12 / 0.3);
}
:is(.dark .dark\:border-orange-600\/40) {
  border-color: rgb(234 88 12 / 0.4);
}
:is(.dark .dark\:border-orange-600\/5) {
  border-color: rgb(234 88 12 / 0.05);
}
:is(.dark .dark\:border-orange-600\/50) {
  border-color: rgb(234 88 12 / 0.5);
}
:is(.dark .dark\:border-orange-600\/60) {
  border-color: rgb(234 88 12 / 0.6);
}
:is(.dark .dark\:border-orange-600\/70) {
  border-color: rgb(234 88 12 / 0.7);
}
:is(.dark .dark\:border-orange-600\/75) {
  border-color: rgb(234 88 12 / 0.75);
}
:is(.dark .dark\:border-orange-600\/80) {
  border-color: rgb(234 88 12 / 0.8);
}
:is(.dark .dark\:border-orange-600\/90) {
  border-color: rgb(234 88 12 / 0.9);
}
:is(.dark .dark\:border-orange-600\/95) {
  border-color: rgb(234 88 12 / 0.95);
}
:is(.dark .dark\:border-orange-700) {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-700\/0) {
  border-color: rgb(194 65 12 / 0);
}
:is(.dark .dark\:border-orange-700\/10) {
  border-color: rgb(194 65 12 / 0.1);
}
:is(.dark .dark\:border-orange-700\/100) {
  border-color: rgb(194 65 12 / 1);
}
:is(.dark .dark\:border-orange-700\/20) {
  border-color: rgb(194 65 12 / 0.2);
}
:is(.dark .dark\:border-orange-700\/25) {
  border-color: rgb(194 65 12 / 0.25);
}
:is(.dark .dark\:border-orange-700\/30) {
  border-color: rgb(194 65 12 / 0.3);
}
:is(.dark .dark\:border-orange-700\/40) {
  border-color: rgb(194 65 12 / 0.4);
}
:is(.dark .dark\:border-orange-700\/5) {
  border-color: rgb(194 65 12 / 0.05);
}
:is(.dark .dark\:border-orange-700\/50) {
  border-color: rgb(194 65 12 / 0.5);
}
:is(.dark .dark\:border-orange-700\/60) {
  border-color: rgb(194 65 12 / 0.6);
}
:is(.dark .dark\:border-orange-700\/70) {
  border-color: rgb(194 65 12 / 0.7);
}
:is(.dark .dark\:border-orange-700\/75) {
  border-color: rgb(194 65 12 / 0.75);
}
:is(.dark .dark\:border-orange-700\/80) {
  border-color: rgb(194 65 12 / 0.8);
}
:is(.dark .dark\:border-orange-700\/90) {
  border-color: rgb(194 65 12 / 0.9);
}
:is(.dark .dark\:border-orange-700\/95) {
  border-color: rgb(194 65 12 / 0.95);
}
:is(.dark .dark\:border-orange-800) {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-800\/0) {
  border-color: rgb(154 52 18 / 0);
}
:is(.dark .dark\:border-orange-800\/10) {
  border-color: rgb(154 52 18 / 0.1);
}
:is(.dark .dark\:border-orange-800\/100) {
  border-color: rgb(154 52 18 / 1);
}
:is(.dark .dark\:border-orange-800\/20) {
  border-color: rgb(154 52 18 / 0.2);
}
:is(.dark .dark\:border-orange-800\/25) {
  border-color: rgb(154 52 18 / 0.25);
}
:is(.dark .dark\:border-orange-800\/30) {
  border-color: rgb(154 52 18 / 0.3);
}
:is(.dark .dark\:border-orange-800\/40) {
  border-color: rgb(154 52 18 / 0.4);
}
:is(.dark .dark\:border-orange-800\/5) {
  border-color: rgb(154 52 18 / 0.05);
}
:is(.dark .dark\:border-orange-800\/50) {
  border-color: rgb(154 52 18 / 0.5);
}
:is(.dark .dark\:border-orange-800\/60) {
  border-color: rgb(154 52 18 / 0.6);
}
:is(.dark .dark\:border-orange-800\/70) {
  border-color: rgb(154 52 18 / 0.7);
}
:is(.dark .dark\:border-orange-800\/75) {
  border-color: rgb(154 52 18 / 0.75);
}
:is(.dark .dark\:border-orange-800\/80) {
  border-color: rgb(154 52 18 / 0.8);
}
:is(.dark .dark\:border-orange-800\/90) {
  border-color: rgb(154 52 18 / 0.9);
}
:is(.dark .dark\:border-orange-800\/95) {
  border-color: rgb(154 52 18 / 0.95);
}
:is(.dark .dark\:border-orange-900) {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-900\/0) {
  border-color: rgb(124 45 18 / 0);
}
:is(.dark .dark\:border-orange-900\/10) {
  border-color: rgb(124 45 18 / 0.1);
}
:is(.dark .dark\:border-orange-900\/100) {
  border-color: rgb(124 45 18 / 1);
}
:is(.dark .dark\:border-orange-900\/20) {
  border-color: rgb(124 45 18 / 0.2);
}
:is(.dark .dark\:border-orange-900\/25) {
  border-color: rgb(124 45 18 / 0.25);
}
:is(.dark .dark\:border-orange-900\/30) {
  border-color: rgb(124 45 18 / 0.3);
}
:is(.dark .dark\:border-orange-900\/40) {
  border-color: rgb(124 45 18 / 0.4);
}
:is(.dark .dark\:border-orange-900\/5) {
  border-color: rgb(124 45 18 / 0.05);
}
:is(.dark .dark\:border-orange-900\/50) {
  border-color: rgb(124 45 18 / 0.5);
}
:is(.dark .dark\:border-orange-900\/60) {
  border-color: rgb(124 45 18 / 0.6);
}
:is(.dark .dark\:border-orange-900\/70) {
  border-color: rgb(124 45 18 / 0.7);
}
:is(.dark .dark\:border-orange-900\/75) {
  border-color: rgb(124 45 18 / 0.75);
}
:is(.dark .dark\:border-orange-900\/80) {
  border-color: rgb(124 45 18 / 0.8);
}
:is(.dark .dark\:border-orange-900\/90) {
  border-color: rgb(124 45 18 / 0.9);
}
:is(.dark .dark\:border-orange-900\/95) {
  border-color: rgb(124 45 18 / 0.95);
}
:is(.dark .dark\:border-orange-950) {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-orange-950\/0) {
  border-color: rgb(67 20 7 / 0);
}
:is(.dark .dark\:border-orange-950\/10) {
  border-color: rgb(67 20 7 / 0.1);
}
:is(.dark .dark\:border-orange-950\/100) {
  border-color: rgb(67 20 7 / 1);
}
:is(.dark .dark\:border-orange-950\/20) {
  border-color: rgb(67 20 7 / 0.2);
}
:is(.dark .dark\:border-orange-950\/25) {
  border-color: rgb(67 20 7 / 0.25);
}
:is(.dark .dark\:border-orange-950\/30) {
  border-color: rgb(67 20 7 / 0.3);
}
:is(.dark .dark\:border-orange-950\/40) {
  border-color: rgb(67 20 7 / 0.4);
}
:is(.dark .dark\:border-orange-950\/5) {
  border-color: rgb(67 20 7 / 0.05);
}
:is(.dark .dark\:border-orange-950\/50) {
  border-color: rgb(67 20 7 / 0.5);
}
:is(.dark .dark\:border-orange-950\/60) {
  border-color: rgb(67 20 7 / 0.6);
}
:is(.dark .dark\:border-orange-950\/70) {
  border-color: rgb(67 20 7 / 0.7);
}
:is(.dark .dark\:border-orange-950\/75) {
  border-color: rgb(67 20 7 / 0.75);
}
:is(.dark .dark\:border-orange-950\/80) {
  border-color: rgb(67 20 7 / 0.8);
}
:is(.dark .dark\:border-orange-950\/90) {
  border-color: rgb(67 20 7 / 0.9);
}
:is(.dark .dark\:border-orange-950\/95) {
  border-color: rgb(67 20 7 / 0.95);
}
:is(.dark .dark\:border-pink-100) {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-100\/0) {
  border-color: rgb(252 231 243 / 0);
}
:is(.dark .dark\:border-pink-100\/10) {
  border-color: rgb(252 231 243 / 0.1);
}
:is(.dark .dark\:border-pink-100\/100) {
  border-color: rgb(252 231 243 / 1);
}
:is(.dark .dark\:border-pink-100\/20) {
  border-color: rgb(252 231 243 / 0.2);
}
:is(.dark .dark\:border-pink-100\/25) {
  border-color: rgb(252 231 243 / 0.25);
}
:is(.dark .dark\:border-pink-100\/30) {
  border-color: rgb(252 231 243 / 0.3);
}
:is(.dark .dark\:border-pink-100\/40) {
  border-color: rgb(252 231 243 / 0.4);
}
:is(.dark .dark\:border-pink-100\/5) {
  border-color: rgb(252 231 243 / 0.05);
}
:is(.dark .dark\:border-pink-100\/50) {
  border-color: rgb(252 231 243 / 0.5);
}
:is(.dark .dark\:border-pink-100\/60) {
  border-color: rgb(252 231 243 / 0.6);
}
:is(.dark .dark\:border-pink-100\/70) {
  border-color: rgb(252 231 243 / 0.7);
}
:is(.dark .dark\:border-pink-100\/75) {
  border-color: rgb(252 231 243 / 0.75);
}
:is(.dark .dark\:border-pink-100\/80) {
  border-color: rgb(252 231 243 / 0.8);
}
:is(.dark .dark\:border-pink-100\/90) {
  border-color: rgb(252 231 243 / 0.9);
}
:is(.dark .dark\:border-pink-100\/95) {
  border-color: rgb(252 231 243 / 0.95);
}
:is(.dark .dark\:border-pink-200) {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-200\/0) {
  border-color: rgb(251 207 232 / 0);
}
:is(.dark .dark\:border-pink-200\/10) {
  border-color: rgb(251 207 232 / 0.1);
}
:is(.dark .dark\:border-pink-200\/100) {
  border-color: rgb(251 207 232 / 1);
}
:is(.dark .dark\:border-pink-200\/20) {
  border-color: rgb(251 207 232 / 0.2);
}
:is(.dark .dark\:border-pink-200\/25) {
  border-color: rgb(251 207 232 / 0.25);
}
:is(.dark .dark\:border-pink-200\/30) {
  border-color: rgb(251 207 232 / 0.3);
}
:is(.dark .dark\:border-pink-200\/40) {
  border-color: rgb(251 207 232 / 0.4);
}
:is(.dark .dark\:border-pink-200\/5) {
  border-color: rgb(251 207 232 / 0.05);
}
:is(.dark .dark\:border-pink-200\/50) {
  border-color: rgb(251 207 232 / 0.5);
}
:is(.dark .dark\:border-pink-200\/60) {
  border-color: rgb(251 207 232 / 0.6);
}
:is(.dark .dark\:border-pink-200\/70) {
  border-color: rgb(251 207 232 / 0.7);
}
:is(.dark .dark\:border-pink-200\/75) {
  border-color: rgb(251 207 232 / 0.75);
}
:is(.dark .dark\:border-pink-200\/80) {
  border-color: rgb(251 207 232 / 0.8);
}
:is(.dark .dark\:border-pink-200\/90) {
  border-color: rgb(251 207 232 / 0.9);
}
:is(.dark .dark\:border-pink-200\/95) {
  border-color: rgb(251 207 232 / 0.95);
}
:is(.dark .dark\:border-pink-300) {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-300\/0) {
  border-color: rgb(249 168 212 / 0);
}
:is(.dark .dark\:border-pink-300\/10) {
  border-color: rgb(249 168 212 / 0.1);
}
:is(.dark .dark\:border-pink-300\/100) {
  border-color: rgb(249 168 212 / 1);
}
:is(.dark .dark\:border-pink-300\/20) {
  border-color: rgb(249 168 212 / 0.2);
}
:is(.dark .dark\:border-pink-300\/25) {
  border-color: rgb(249 168 212 / 0.25);
}
:is(.dark .dark\:border-pink-300\/30) {
  border-color: rgb(249 168 212 / 0.3);
}
:is(.dark .dark\:border-pink-300\/40) {
  border-color: rgb(249 168 212 / 0.4);
}
:is(.dark .dark\:border-pink-300\/5) {
  border-color: rgb(249 168 212 / 0.05);
}
:is(.dark .dark\:border-pink-300\/50) {
  border-color: rgb(249 168 212 / 0.5);
}
:is(.dark .dark\:border-pink-300\/60) {
  border-color: rgb(249 168 212 / 0.6);
}
:is(.dark .dark\:border-pink-300\/70) {
  border-color: rgb(249 168 212 / 0.7);
}
:is(.dark .dark\:border-pink-300\/75) {
  border-color: rgb(249 168 212 / 0.75);
}
:is(.dark .dark\:border-pink-300\/80) {
  border-color: rgb(249 168 212 / 0.8);
}
:is(.dark .dark\:border-pink-300\/90) {
  border-color: rgb(249 168 212 / 0.9);
}
:is(.dark .dark\:border-pink-300\/95) {
  border-color: rgb(249 168 212 / 0.95);
}
:is(.dark .dark\:border-pink-400) {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-400\/0) {
  border-color: rgb(244 114 182 / 0);
}
:is(.dark .dark\:border-pink-400\/10) {
  border-color: rgb(244 114 182 / 0.1);
}
:is(.dark .dark\:border-pink-400\/100) {
  border-color: rgb(244 114 182 / 1);
}
:is(.dark .dark\:border-pink-400\/20) {
  border-color: rgb(244 114 182 / 0.2);
}
:is(.dark .dark\:border-pink-400\/25) {
  border-color: rgb(244 114 182 / 0.25);
}
:is(.dark .dark\:border-pink-400\/30) {
  border-color: rgb(244 114 182 / 0.3);
}
:is(.dark .dark\:border-pink-400\/40) {
  border-color: rgb(244 114 182 / 0.4);
}
:is(.dark .dark\:border-pink-400\/5) {
  border-color: rgb(244 114 182 / 0.05);
}
:is(.dark .dark\:border-pink-400\/50) {
  border-color: rgb(244 114 182 / 0.5);
}
:is(.dark .dark\:border-pink-400\/60) {
  border-color: rgb(244 114 182 / 0.6);
}
:is(.dark .dark\:border-pink-400\/70) {
  border-color: rgb(244 114 182 / 0.7);
}
:is(.dark .dark\:border-pink-400\/75) {
  border-color: rgb(244 114 182 / 0.75);
}
:is(.dark .dark\:border-pink-400\/80) {
  border-color: rgb(244 114 182 / 0.8);
}
:is(.dark .dark\:border-pink-400\/90) {
  border-color: rgb(244 114 182 / 0.9);
}
:is(.dark .dark\:border-pink-400\/95) {
  border-color: rgb(244 114 182 / 0.95);
}
:is(.dark .dark\:border-pink-50) {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-50\/0) {
  border-color: rgb(253 242 248 / 0);
}
:is(.dark .dark\:border-pink-50\/10) {
  border-color: rgb(253 242 248 / 0.1);
}
:is(.dark .dark\:border-pink-50\/100) {
  border-color: rgb(253 242 248 / 1);
}
:is(.dark .dark\:border-pink-50\/20) {
  border-color: rgb(253 242 248 / 0.2);
}
:is(.dark .dark\:border-pink-50\/25) {
  border-color: rgb(253 242 248 / 0.25);
}
:is(.dark .dark\:border-pink-50\/30) {
  border-color: rgb(253 242 248 / 0.3);
}
:is(.dark .dark\:border-pink-50\/40) {
  border-color: rgb(253 242 248 / 0.4);
}
:is(.dark .dark\:border-pink-50\/5) {
  border-color: rgb(253 242 248 / 0.05);
}
:is(.dark .dark\:border-pink-50\/50) {
  border-color: rgb(253 242 248 / 0.5);
}
:is(.dark .dark\:border-pink-50\/60) {
  border-color: rgb(253 242 248 / 0.6);
}
:is(.dark .dark\:border-pink-50\/70) {
  border-color: rgb(253 242 248 / 0.7);
}
:is(.dark .dark\:border-pink-50\/75) {
  border-color: rgb(253 242 248 / 0.75);
}
:is(.dark .dark\:border-pink-50\/80) {
  border-color: rgb(253 242 248 / 0.8);
}
:is(.dark .dark\:border-pink-50\/90) {
  border-color: rgb(253 242 248 / 0.9);
}
:is(.dark .dark\:border-pink-50\/95) {
  border-color: rgb(253 242 248 / 0.95);
}
:is(.dark .dark\:border-pink-500) {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-500\/0) {
  border-color: rgb(236 72 153 / 0);
}
:is(.dark .dark\:border-pink-500\/10) {
  border-color: rgb(236 72 153 / 0.1);
}
:is(.dark .dark\:border-pink-500\/100) {
  border-color: rgb(236 72 153 / 1);
}
:is(.dark .dark\:border-pink-500\/20) {
  border-color: rgb(236 72 153 / 0.2);
}
:is(.dark .dark\:border-pink-500\/25) {
  border-color: rgb(236 72 153 / 0.25);
}
:is(.dark .dark\:border-pink-500\/30) {
  border-color: rgb(236 72 153 / 0.3);
}
:is(.dark .dark\:border-pink-500\/40) {
  border-color: rgb(236 72 153 / 0.4);
}
:is(.dark .dark\:border-pink-500\/5) {
  border-color: rgb(236 72 153 / 0.05);
}
:is(.dark .dark\:border-pink-500\/50) {
  border-color: rgb(236 72 153 / 0.5);
}
:is(.dark .dark\:border-pink-500\/60) {
  border-color: rgb(236 72 153 / 0.6);
}
:is(.dark .dark\:border-pink-500\/70) {
  border-color: rgb(236 72 153 / 0.7);
}
:is(.dark .dark\:border-pink-500\/75) {
  border-color: rgb(236 72 153 / 0.75);
}
:is(.dark .dark\:border-pink-500\/80) {
  border-color: rgb(236 72 153 / 0.8);
}
:is(.dark .dark\:border-pink-500\/90) {
  border-color: rgb(236 72 153 / 0.9);
}
:is(.dark .dark\:border-pink-500\/95) {
  border-color: rgb(236 72 153 / 0.95);
}
:is(.dark .dark\:border-pink-600) {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-600\/0) {
  border-color: rgb(219 39 119 / 0);
}
:is(.dark .dark\:border-pink-600\/10) {
  border-color: rgb(219 39 119 / 0.1);
}
:is(.dark .dark\:border-pink-600\/100) {
  border-color: rgb(219 39 119 / 1);
}
:is(.dark .dark\:border-pink-600\/20) {
  border-color: rgb(219 39 119 / 0.2);
}
:is(.dark .dark\:border-pink-600\/25) {
  border-color: rgb(219 39 119 / 0.25);
}
:is(.dark .dark\:border-pink-600\/30) {
  border-color: rgb(219 39 119 / 0.3);
}
:is(.dark .dark\:border-pink-600\/40) {
  border-color: rgb(219 39 119 / 0.4);
}
:is(.dark .dark\:border-pink-600\/5) {
  border-color: rgb(219 39 119 / 0.05);
}
:is(.dark .dark\:border-pink-600\/50) {
  border-color: rgb(219 39 119 / 0.5);
}
:is(.dark .dark\:border-pink-600\/60) {
  border-color: rgb(219 39 119 / 0.6);
}
:is(.dark .dark\:border-pink-600\/70) {
  border-color: rgb(219 39 119 / 0.7);
}
:is(.dark .dark\:border-pink-600\/75) {
  border-color: rgb(219 39 119 / 0.75);
}
:is(.dark .dark\:border-pink-600\/80) {
  border-color: rgb(219 39 119 / 0.8);
}
:is(.dark .dark\:border-pink-600\/90) {
  border-color: rgb(219 39 119 / 0.9);
}
:is(.dark .dark\:border-pink-600\/95) {
  border-color: rgb(219 39 119 / 0.95);
}
:is(.dark .dark\:border-pink-700) {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-700\/0) {
  border-color: rgb(190 24 93 / 0);
}
:is(.dark .dark\:border-pink-700\/10) {
  border-color: rgb(190 24 93 / 0.1);
}
:is(.dark .dark\:border-pink-700\/100) {
  border-color: rgb(190 24 93 / 1);
}
:is(.dark .dark\:border-pink-700\/20) {
  border-color: rgb(190 24 93 / 0.2);
}
:is(.dark .dark\:border-pink-700\/25) {
  border-color: rgb(190 24 93 / 0.25);
}
:is(.dark .dark\:border-pink-700\/30) {
  border-color: rgb(190 24 93 / 0.3);
}
:is(.dark .dark\:border-pink-700\/40) {
  border-color: rgb(190 24 93 / 0.4);
}
:is(.dark .dark\:border-pink-700\/5) {
  border-color: rgb(190 24 93 / 0.05);
}
:is(.dark .dark\:border-pink-700\/50) {
  border-color: rgb(190 24 93 / 0.5);
}
:is(.dark .dark\:border-pink-700\/60) {
  border-color: rgb(190 24 93 / 0.6);
}
:is(.dark .dark\:border-pink-700\/70) {
  border-color: rgb(190 24 93 / 0.7);
}
:is(.dark .dark\:border-pink-700\/75) {
  border-color: rgb(190 24 93 / 0.75);
}
:is(.dark .dark\:border-pink-700\/80) {
  border-color: rgb(190 24 93 / 0.8);
}
:is(.dark .dark\:border-pink-700\/90) {
  border-color: rgb(190 24 93 / 0.9);
}
:is(.dark .dark\:border-pink-700\/95) {
  border-color: rgb(190 24 93 / 0.95);
}
:is(.dark .dark\:border-pink-800) {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-800\/0) {
  border-color: rgb(157 23 77 / 0);
}
:is(.dark .dark\:border-pink-800\/10) {
  border-color: rgb(157 23 77 / 0.1);
}
:is(.dark .dark\:border-pink-800\/100) {
  border-color: rgb(157 23 77 / 1);
}
:is(.dark .dark\:border-pink-800\/20) {
  border-color: rgb(157 23 77 / 0.2);
}
:is(.dark .dark\:border-pink-800\/25) {
  border-color: rgb(157 23 77 / 0.25);
}
:is(.dark .dark\:border-pink-800\/30) {
  border-color: rgb(157 23 77 / 0.3);
}
:is(.dark .dark\:border-pink-800\/40) {
  border-color: rgb(157 23 77 / 0.4);
}
:is(.dark .dark\:border-pink-800\/5) {
  border-color: rgb(157 23 77 / 0.05);
}
:is(.dark .dark\:border-pink-800\/50) {
  border-color: rgb(157 23 77 / 0.5);
}
:is(.dark .dark\:border-pink-800\/60) {
  border-color: rgb(157 23 77 / 0.6);
}
:is(.dark .dark\:border-pink-800\/70) {
  border-color: rgb(157 23 77 / 0.7);
}
:is(.dark .dark\:border-pink-800\/75) {
  border-color: rgb(157 23 77 / 0.75);
}
:is(.dark .dark\:border-pink-800\/80) {
  border-color: rgb(157 23 77 / 0.8);
}
:is(.dark .dark\:border-pink-800\/90) {
  border-color: rgb(157 23 77 / 0.9);
}
:is(.dark .dark\:border-pink-800\/95) {
  border-color: rgb(157 23 77 / 0.95);
}
:is(.dark .dark\:border-pink-900) {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-900\/0) {
  border-color: rgb(131 24 67 / 0);
}
:is(.dark .dark\:border-pink-900\/10) {
  border-color: rgb(131 24 67 / 0.1);
}
:is(.dark .dark\:border-pink-900\/100) {
  border-color: rgb(131 24 67 / 1);
}
:is(.dark .dark\:border-pink-900\/20) {
  border-color: rgb(131 24 67 / 0.2);
}
:is(.dark .dark\:border-pink-900\/25) {
  border-color: rgb(131 24 67 / 0.25);
}
:is(.dark .dark\:border-pink-900\/30) {
  border-color: rgb(131 24 67 / 0.3);
}
:is(.dark .dark\:border-pink-900\/40) {
  border-color: rgb(131 24 67 / 0.4);
}
:is(.dark .dark\:border-pink-900\/5) {
  border-color: rgb(131 24 67 / 0.05);
}
:is(.dark .dark\:border-pink-900\/50) {
  border-color: rgb(131 24 67 / 0.5);
}
:is(.dark .dark\:border-pink-900\/60) {
  border-color: rgb(131 24 67 / 0.6);
}
:is(.dark .dark\:border-pink-900\/70) {
  border-color: rgb(131 24 67 / 0.7);
}
:is(.dark .dark\:border-pink-900\/75) {
  border-color: rgb(131 24 67 / 0.75);
}
:is(.dark .dark\:border-pink-900\/80) {
  border-color: rgb(131 24 67 / 0.8);
}
:is(.dark .dark\:border-pink-900\/90) {
  border-color: rgb(131 24 67 / 0.9);
}
:is(.dark .dark\:border-pink-900\/95) {
  border-color: rgb(131 24 67 / 0.95);
}
:is(.dark .dark\:border-pink-950) {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-pink-950\/0) {
  border-color: rgb(80 7 36 / 0);
}
:is(.dark .dark\:border-pink-950\/10) {
  border-color: rgb(80 7 36 / 0.1);
}
:is(.dark .dark\:border-pink-950\/100) {
  border-color: rgb(80 7 36 / 1);
}
:is(.dark .dark\:border-pink-950\/20) {
  border-color: rgb(80 7 36 / 0.2);
}
:is(.dark .dark\:border-pink-950\/25) {
  border-color: rgb(80 7 36 / 0.25);
}
:is(.dark .dark\:border-pink-950\/30) {
  border-color: rgb(80 7 36 / 0.3);
}
:is(.dark .dark\:border-pink-950\/40) {
  border-color: rgb(80 7 36 / 0.4);
}
:is(.dark .dark\:border-pink-950\/5) {
  border-color: rgb(80 7 36 / 0.05);
}
:is(.dark .dark\:border-pink-950\/50) {
  border-color: rgb(80 7 36 / 0.5);
}
:is(.dark .dark\:border-pink-950\/60) {
  border-color: rgb(80 7 36 / 0.6);
}
:is(.dark .dark\:border-pink-950\/70) {
  border-color: rgb(80 7 36 / 0.7);
}
:is(.dark .dark\:border-pink-950\/75) {
  border-color: rgb(80 7 36 / 0.75);
}
:is(.dark .dark\:border-pink-950\/80) {
  border-color: rgb(80 7 36 / 0.8);
}
:is(.dark .dark\:border-pink-950\/90) {
  border-color: rgb(80 7 36 / 0.9);
}
:is(.dark .dark\:border-pink-950\/95) {
  border-color: rgb(80 7 36 / 0.95);
}
:is(.dark .dark\:border-purple-100) {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-100\/0) {
  border-color: rgb(243 232 255 / 0);
}
:is(.dark .dark\:border-purple-100\/10) {
  border-color: rgb(243 232 255 / 0.1);
}
:is(.dark .dark\:border-purple-100\/100) {
  border-color: rgb(243 232 255 / 1);
}
:is(.dark .dark\:border-purple-100\/20) {
  border-color: rgb(243 232 255 / 0.2);
}
:is(.dark .dark\:border-purple-100\/25) {
  border-color: rgb(243 232 255 / 0.25);
}
:is(.dark .dark\:border-purple-100\/30) {
  border-color: rgb(243 232 255 / 0.3);
}
:is(.dark .dark\:border-purple-100\/40) {
  border-color: rgb(243 232 255 / 0.4);
}
:is(.dark .dark\:border-purple-100\/5) {
  border-color: rgb(243 232 255 / 0.05);
}
:is(.dark .dark\:border-purple-100\/50) {
  border-color: rgb(243 232 255 / 0.5);
}
:is(.dark .dark\:border-purple-100\/60) {
  border-color: rgb(243 232 255 / 0.6);
}
:is(.dark .dark\:border-purple-100\/70) {
  border-color: rgb(243 232 255 / 0.7);
}
:is(.dark .dark\:border-purple-100\/75) {
  border-color: rgb(243 232 255 / 0.75);
}
:is(.dark .dark\:border-purple-100\/80) {
  border-color: rgb(243 232 255 / 0.8);
}
:is(.dark .dark\:border-purple-100\/90) {
  border-color: rgb(243 232 255 / 0.9);
}
:is(.dark .dark\:border-purple-100\/95) {
  border-color: rgb(243 232 255 / 0.95);
}
:is(.dark .dark\:border-purple-200) {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-200\/0) {
  border-color: rgb(233 213 255 / 0);
}
:is(.dark .dark\:border-purple-200\/10) {
  border-color: rgb(233 213 255 / 0.1);
}
:is(.dark .dark\:border-purple-200\/100) {
  border-color: rgb(233 213 255 / 1);
}
:is(.dark .dark\:border-purple-200\/20) {
  border-color: rgb(233 213 255 / 0.2);
}
:is(.dark .dark\:border-purple-200\/25) {
  border-color: rgb(233 213 255 / 0.25);
}
:is(.dark .dark\:border-purple-200\/30) {
  border-color: rgb(233 213 255 / 0.3);
}
:is(.dark .dark\:border-purple-200\/40) {
  border-color: rgb(233 213 255 / 0.4);
}
:is(.dark .dark\:border-purple-200\/5) {
  border-color: rgb(233 213 255 / 0.05);
}
:is(.dark .dark\:border-purple-200\/50) {
  border-color: rgb(233 213 255 / 0.5);
}
:is(.dark .dark\:border-purple-200\/60) {
  border-color: rgb(233 213 255 / 0.6);
}
:is(.dark .dark\:border-purple-200\/70) {
  border-color: rgb(233 213 255 / 0.7);
}
:is(.dark .dark\:border-purple-200\/75) {
  border-color: rgb(233 213 255 / 0.75);
}
:is(.dark .dark\:border-purple-200\/80) {
  border-color: rgb(233 213 255 / 0.8);
}
:is(.dark .dark\:border-purple-200\/90) {
  border-color: rgb(233 213 255 / 0.9);
}
:is(.dark .dark\:border-purple-200\/95) {
  border-color: rgb(233 213 255 / 0.95);
}
:is(.dark .dark\:border-purple-300) {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-300\/0) {
  border-color: rgb(216 180 254 / 0);
}
:is(.dark .dark\:border-purple-300\/10) {
  border-color: rgb(216 180 254 / 0.1);
}
:is(.dark .dark\:border-purple-300\/100) {
  border-color: rgb(216 180 254 / 1);
}
:is(.dark .dark\:border-purple-300\/20) {
  border-color: rgb(216 180 254 / 0.2);
}
:is(.dark .dark\:border-purple-300\/25) {
  border-color: rgb(216 180 254 / 0.25);
}
:is(.dark .dark\:border-purple-300\/30) {
  border-color: rgb(216 180 254 / 0.3);
}
:is(.dark .dark\:border-purple-300\/40) {
  border-color: rgb(216 180 254 / 0.4);
}
:is(.dark .dark\:border-purple-300\/5) {
  border-color: rgb(216 180 254 / 0.05);
}
:is(.dark .dark\:border-purple-300\/50) {
  border-color: rgb(216 180 254 / 0.5);
}
:is(.dark .dark\:border-purple-300\/60) {
  border-color: rgb(216 180 254 / 0.6);
}
:is(.dark .dark\:border-purple-300\/70) {
  border-color: rgb(216 180 254 / 0.7);
}
:is(.dark .dark\:border-purple-300\/75) {
  border-color: rgb(216 180 254 / 0.75);
}
:is(.dark .dark\:border-purple-300\/80) {
  border-color: rgb(216 180 254 / 0.8);
}
:is(.dark .dark\:border-purple-300\/90) {
  border-color: rgb(216 180 254 / 0.9);
}
:is(.dark .dark\:border-purple-300\/95) {
  border-color: rgb(216 180 254 / 0.95);
}
:is(.dark .dark\:border-purple-400) {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-400\/0) {
  border-color: rgb(192 132 252 / 0);
}
:is(.dark .dark\:border-purple-400\/10) {
  border-color: rgb(192 132 252 / 0.1);
}
:is(.dark .dark\:border-purple-400\/100) {
  border-color: rgb(192 132 252 / 1);
}
:is(.dark .dark\:border-purple-400\/20) {
  border-color: rgb(192 132 252 / 0.2);
}
:is(.dark .dark\:border-purple-400\/25) {
  border-color: rgb(192 132 252 / 0.25);
}
:is(.dark .dark\:border-purple-400\/30) {
  border-color: rgb(192 132 252 / 0.3);
}
:is(.dark .dark\:border-purple-400\/40) {
  border-color: rgb(192 132 252 / 0.4);
}
:is(.dark .dark\:border-purple-400\/5) {
  border-color: rgb(192 132 252 / 0.05);
}
:is(.dark .dark\:border-purple-400\/50) {
  border-color: rgb(192 132 252 / 0.5);
}
:is(.dark .dark\:border-purple-400\/60) {
  border-color: rgb(192 132 252 / 0.6);
}
:is(.dark .dark\:border-purple-400\/70) {
  border-color: rgb(192 132 252 / 0.7);
}
:is(.dark .dark\:border-purple-400\/75) {
  border-color: rgb(192 132 252 / 0.75);
}
:is(.dark .dark\:border-purple-400\/80) {
  border-color: rgb(192 132 252 / 0.8);
}
:is(.dark .dark\:border-purple-400\/90) {
  border-color: rgb(192 132 252 / 0.9);
}
:is(.dark .dark\:border-purple-400\/95) {
  border-color: rgb(192 132 252 / 0.95);
}
:is(.dark .dark\:border-purple-50) {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-50\/0) {
  border-color: rgb(250 245 255 / 0);
}
:is(.dark .dark\:border-purple-50\/10) {
  border-color: rgb(250 245 255 / 0.1);
}
:is(.dark .dark\:border-purple-50\/100) {
  border-color: rgb(250 245 255 / 1);
}
:is(.dark .dark\:border-purple-50\/20) {
  border-color: rgb(250 245 255 / 0.2);
}
:is(.dark .dark\:border-purple-50\/25) {
  border-color: rgb(250 245 255 / 0.25);
}
:is(.dark .dark\:border-purple-50\/30) {
  border-color: rgb(250 245 255 / 0.3);
}
:is(.dark .dark\:border-purple-50\/40) {
  border-color: rgb(250 245 255 / 0.4);
}
:is(.dark .dark\:border-purple-50\/5) {
  border-color: rgb(250 245 255 / 0.05);
}
:is(.dark .dark\:border-purple-50\/50) {
  border-color: rgb(250 245 255 / 0.5);
}
:is(.dark .dark\:border-purple-50\/60) {
  border-color: rgb(250 245 255 / 0.6);
}
:is(.dark .dark\:border-purple-50\/70) {
  border-color: rgb(250 245 255 / 0.7);
}
:is(.dark .dark\:border-purple-50\/75) {
  border-color: rgb(250 245 255 / 0.75);
}
:is(.dark .dark\:border-purple-50\/80) {
  border-color: rgb(250 245 255 / 0.8);
}
:is(.dark .dark\:border-purple-50\/90) {
  border-color: rgb(250 245 255 / 0.9);
}
:is(.dark .dark\:border-purple-50\/95) {
  border-color: rgb(250 245 255 / 0.95);
}
:is(.dark .dark\:border-purple-500) {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-500\/0) {
  border-color: rgb(168 85 247 / 0);
}
:is(.dark .dark\:border-purple-500\/10) {
  border-color: rgb(168 85 247 / 0.1);
}
:is(.dark .dark\:border-purple-500\/100) {
  border-color: rgb(168 85 247 / 1);
}
:is(.dark .dark\:border-purple-500\/20) {
  border-color: rgb(168 85 247 / 0.2);
}
:is(.dark .dark\:border-purple-500\/25) {
  border-color: rgb(168 85 247 / 0.25);
}
:is(.dark .dark\:border-purple-500\/30) {
  border-color: rgb(168 85 247 / 0.3);
}
:is(.dark .dark\:border-purple-500\/40) {
  border-color: rgb(168 85 247 / 0.4);
}
:is(.dark .dark\:border-purple-500\/5) {
  border-color: rgb(168 85 247 / 0.05);
}
:is(.dark .dark\:border-purple-500\/50) {
  border-color: rgb(168 85 247 / 0.5);
}
:is(.dark .dark\:border-purple-500\/60) {
  border-color: rgb(168 85 247 / 0.6);
}
:is(.dark .dark\:border-purple-500\/70) {
  border-color: rgb(168 85 247 / 0.7);
}
:is(.dark .dark\:border-purple-500\/75) {
  border-color: rgb(168 85 247 / 0.75);
}
:is(.dark .dark\:border-purple-500\/80) {
  border-color: rgb(168 85 247 / 0.8);
}
:is(.dark .dark\:border-purple-500\/90) {
  border-color: rgb(168 85 247 / 0.9);
}
:is(.dark .dark\:border-purple-500\/95) {
  border-color: rgb(168 85 247 / 0.95);
}
:is(.dark .dark\:border-purple-600) {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-600\/0) {
  border-color: rgb(147 51 234 / 0);
}
:is(.dark .dark\:border-purple-600\/10) {
  border-color: rgb(147 51 234 / 0.1);
}
:is(.dark .dark\:border-purple-600\/100) {
  border-color: rgb(147 51 234 / 1);
}
:is(.dark .dark\:border-purple-600\/20) {
  border-color: rgb(147 51 234 / 0.2);
}
:is(.dark .dark\:border-purple-600\/25) {
  border-color: rgb(147 51 234 / 0.25);
}
:is(.dark .dark\:border-purple-600\/30) {
  border-color: rgb(147 51 234 / 0.3);
}
:is(.dark .dark\:border-purple-600\/40) {
  border-color: rgb(147 51 234 / 0.4);
}
:is(.dark .dark\:border-purple-600\/5) {
  border-color: rgb(147 51 234 / 0.05);
}
:is(.dark .dark\:border-purple-600\/50) {
  border-color: rgb(147 51 234 / 0.5);
}
:is(.dark .dark\:border-purple-600\/60) {
  border-color: rgb(147 51 234 / 0.6);
}
:is(.dark .dark\:border-purple-600\/70) {
  border-color: rgb(147 51 234 / 0.7);
}
:is(.dark .dark\:border-purple-600\/75) {
  border-color: rgb(147 51 234 / 0.75);
}
:is(.dark .dark\:border-purple-600\/80) {
  border-color: rgb(147 51 234 / 0.8);
}
:is(.dark .dark\:border-purple-600\/90) {
  border-color: rgb(147 51 234 / 0.9);
}
:is(.dark .dark\:border-purple-600\/95) {
  border-color: rgb(147 51 234 / 0.95);
}
:is(.dark .dark\:border-purple-700) {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-700\/0) {
  border-color: rgb(126 34 206 / 0);
}
:is(.dark .dark\:border-purple-700\/10) {
  border-color: rgb(126 34 206 / 0.1);
}
:is(.dark .dark\:border-purple-700\/100) {
  border-color: rgb(126 34 206 / 1);
}
:is(.dark .dark\:border-purple-700\/20) {
  border-color: rgb(126 34 206 / 0.2);
}
:is(.dark .dark\:border-purple-700\/25) {
  border-color: rgb(126 34 206 / 0.25);
}
:is(.dark .dark\:border-purple-700\/30) {
  border-color: rgb(126 34 206 / 0.3);
}
:is(.dark .dark\:border-purple-700\/40) {
  border-color: rgb(126 34 206 / 0.4);
}
:is(.dark .dark\:border-purple-700\/5) {
  border-color: rgb(126 34 206 / 0.05);
}
:is(.dark .dark\:border-purple-700\/50) {
  border-color: rgb(126 34 206 / 0.5);
}
:is(.dark .dark\:border-purple-700\/60) {
  border-color: rgb(126 34 206 / 0.6);
}
:is(.dark .dark\:border-purple-700\/70) {
  border-color: rgb(126 34 206 / 0.7);
}
:is(.dark .dark\:border-purple-700\/75) {
  border-color: rgb(126 34 206 / 0.75);
}
:is(.dark .dark\:border-purple-700\/80) {
  border-color: rgb(126 34 206 / 0.8);
}
:is(.dark .dark\:border-purple-700\/90) {
  border-color: rgb(126 34 206 / 0.9);
}
:is(.dark .dark\:border-purple-700\/95) {
  border-color: rgb(126 34 206 / 0.95);
}
:is(.dark .dark\:border-purple-800) {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-800\/0) {
  border-color: rgb(107 33 168 / 0);
}
:is(.dark .dark\:border-purple-800\/10) {
  border-color: rgb(107 33 168 / 0.1);
}
:is(.dark .dark\:border-purple-800\/100) {
  border-color: rgb(107 33 168 / 1);
}
:is(.dark .dark\:border-purple-800\/20) {
  border-color: rgb(107 33 168 / 0.2);
}
:is(.dark .dark\:border-purple-800\/25) {
  border-color: rgb(107 33 168 / 0.25);
}
:is(.dark .dark\:border-purple-800\/30) {
  border-color: rgb(107 33 168 / 0.3);
}
:is(.dark .dark\:border-purple-800\/40) {
  border-color: rgb(107 33 168 / 0.4);
}
:is(.dark .dark\:border-purple-800\/5) {
  border-color: rgb(107 33 168 / 0.05);
}
:is(.dark .dark\:border-purple-800\/50) {
  border-color: rgb(107 33 168 / 0.5);
}
:is(.dark .dark\:border-purple-800\/60) {
  border-color: rgb(107 33 168 / 0.6);
}
:is(.dark .dark\:border-purple-800\/70) {
  border-color: rgb(107 33 168 / 0.7);
}
:is(.dark .dark\:border-purple-800\/75) {
  border-color: rgb(107 33 168 / 0.75);
}
:is(.dark .dark\:border-purple-800\/80) {
  border-color: rgb(107 33 168 / 0.8);
}
:is(.dark .dark\:border-purple-800\/90) {
  border-color: rgb(107 33 168 / 0.9);
}
:is(.dark .dark\:border-purple-800\/95) {
  border-color: rgb(107 33 168 / 0.95);
}
:is(.dark .dark\:border-purple-900) {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-900\/0) {
  border-color: rgb(88 28 135 / 0);
}
:is(.dark .dark\:border-purple-900\/10) {
  border-color: rgb(88 28 135 / 0.1);
}
:is(.dark .dark\:border-purple-900\/100) {
  border-color: rgb(88 28 135 / 1);
}
:is(.dark .dark\:border-purple-900\/20) {
  border-color: rgb(88 28 135 / 0.2);
}
:is(.dark .dark\:border-purple-900\/25) {
  border-color: rgb(88 28 135 / 0.25);
}
:is(.dark .dark\:border-purple-900\/30) {
  border-color: rgb(88 28 135 / 0.3);
}
:is(.dark .dark\:border-purple-900\/40) {
  border-color: rgb(88 28 135 / 0.4);
}
:is(.dark .dark\:border-purple-900\/5) {
  border-color: rgb(88 28 135 / 0.05);
}
:is(.dark .dark\:border-purple-900\/50) {
  border-color: rgb(88 28 135 / 0.5);
}
:is(.dark .dark\:border-purple-900\/60) {
  border-color: rgb(88 28 135 / 0.6);
}
:is(.dark .dark\:border-purple-900\/70) {
  border-color: rgb(88 28 135 / 0.7);
}
:is(.dark .dark\:border-purple-900\/75) {
  border-color: rgb(88 28 135 / 0.75);
}
:is(.dark .dark\:border-purple-900\/80) {
  border-color: rgb(88 28 135 / 0.8);
}
:is(.dark .dark\:border-purple-900\/90) {
  border-color: rgb(88 28 135 / 0.9);
}
:is(.dark .dark\:border-purple-900\/95) {
  border-color: rgb(88 28 135 / 0.95);
}
:is(.dark .dark\:border-purple-950) {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-purple-950\/0) {
  border-color: rgb(59 7 100 / 0);
}
:is(.dark .dark\:border-purple-950\/10) {
  border-color: rgb(59 7 100 / 0.1);
}
:is(.dark .dark\:border-purple-950\/100) {
  border-color: rgb(59 7 100 / 1);
}
:is(.dark .dark\:border-purple-950\/20) {
  border-color: rgb(59 7 100 / 0.2);
}
:is(.dark .dark\:border-purple-950\/25) {
  border-color: rgb(59 7 100 / 0.25);
}
:is(.dark .dark\:border-purple-950\/30) {
  border-color: rgb(59 7 100 / 0.3);
}
:is(.dark .dark\:border-purple-950\/40) {
  border-color: rgb(59 7 100 / 0.4);
}
:is(.dark .dark\:border-purple-950\/5) {
  border-color: rgb(59 7 100 / 0.05);
}
:is(.dark .dark\:border-purple-950\/50) {
  border-color: rgb(59 7 100 / 0.5);
}
:is(.dark .dark\:border-purple-950\/60) {
  border-color: rgb(59 7 100 / 0.6);
}
:is(.dark .dark\:border-purple-950\/70) {
  border-color: rgb(59 7 100 / 0.7);
}
:is(.dark .dark\:border-purple-950\/75) {
  border-color: rgb(59 7 100 / 0.75);
}
:is(.dark .dark\:border-purple-950\/80) {
  border-color: rgb(59 7 100 / 0.8);
}
:is(.dark .dark\:border-purple-950\/90) {
  border-color: rgb(59 7 100 / 0.9);
}
:is(.dark .dark\:border-purple-950\/95) {
  border-color: rgb(59 7 100 / 0.95);
}
:is(.dark .dark\:border-red-100) {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-100\/0) {
  border-color: rgb(254 226 226 / 0);
}
:is(.dark .dark\:border-red-100\/10) {
  border-color: rgb(254 226 226 / 0.1);
}
:is(.dark .dark\:border-red-100\/100) {
  border-color: rgb(254 226 226 / 1);
}
:is(.dark .dark\:border-red-100\/20) {
  border-color: rgb(254 226 226 / 0.2);
}
:is(.dark .dark\:border-red-100\/25) {
  border-color: rgb(254 226 226 / 0.25);
}
:is(.dark .dark\:border-red-100\/30) {
  border-color: rgb(254 226 226 / 0.3);
}
:is(.dark .dark\:border-red-100\/40) {
  border-color: rgb(254 226 226 / 0.4);
}
:is(.dark .dark\:border-red-100\/5) {
  border-color: rgb(254 226 226 / 0.05);
}
:is(.dark .dark\:border-red-100\/50) {
  border-color: rgb(254 226 226 / 0.5);
}
:is(.dark .dark\:border-red-100\/60) {
  border-color: rgb(254 226 226 / 0.6);
}
:is(.dark .dark\:border-red-100\/70) {
  border-color: rgb(254 226 226 / 0.7);
}
:is(.dark .dark\:border-red-100\/75) {
  border-color: rgb(254 226 226 / 0.75);
}
:is(.dark .dark\:border-red-100\/80) {
  border-color: rgb(254 226 226 / 0.8);
}
:is(.dark .dark\:border-red-100\/90) {
  border-color: rgb(254 226 226 / 0.9);
}
:is(.dark .dark\:border-red-100\/95) {
  border-color: rgb(254 226 226 / 0.95);
}
:is(.dark .dark\:border-red-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-200\/0) {
  border-color: rgb(254 202 202 / 0);
}
:is(.dark .dark\:border-red-200\/10) {
  border-color: rgb(254 202 202 / 0.1);
}
:is(.dark .dark\:border-red-200\/100) {
  border-color: rgb(254 202 202 / 1);
}
:is(.dark .dark\:border-red-200\/20) {
  border-color: rgb(254 202 202 / 0.2);
}
:is(.dark .dark\:border-red-200\/25) {
  border-color: rgb(254 202 202 / 0.25);
}
:is(.dark .dark\:border-red-200\/30) {
  border-color: rgb(254 202 202 / 0.3);
}
:is(.dark .dark\:border-red-200\/40) {
  border-color: rgb(254 202 202 / 0.4);
}
:is(.dark .dark\:border-red-200\/5) {
  border-color: rgb(254 202 202 / 0.05);
}
:is(.dark .dark\:border-red-200\/50) {
  border-color: rgb(254 202 202 / 0.5);
}
:is(.dark .dark\:border-red-200\/60) {
  border-color: rgb(254 202 202 / 0.6);
}
:is(.dark .dark\:border-red-200\/70) {
  border-color: rgb(254 202 202 / 0.7);
}
:is(.dark .dark\:border-red-200\/75) {
  border-color: rgb(254 202 202 / 0.75);
}
:is(.dark .dark\:border-red-200\/80) {
  border-color: rgb(254 202 202 / 0.8);
}
:is(.dark .dark\:border-red-200\/90) {
  border-color: rgb(254 202 202 / 0.9);
}
:is(.dark .dark\:border-red-200\/95) {
  border-color: rgb(254 202 202 / 0.95);
}
:is(.dark .dark\:border-red-300) {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-300\/0) {
  border-color: rgb(252 165 165 / 0);
}
:is(.dark .dark\:border-red-300\/10) {
  border-color: rgb(252 165 165 / 0.1);
}
:is(.dark .dark\:border-red-300\/100) {
  border-color: rgb(252 165 165 / 1);
}
:is(.dark .dark\:border-red-300\/20) {
  border-color: rgb(252 165 165 / 0.2);
}
:is(.dark .dark\:border-red-300\/25) {
  border-color: rgb(252 165 165 / 0.25);
}
:is(.dark .dark\:border-red-300\/30) {
  border-color: rgb(252 165 165 / 0.3);
}
:is(.dark .dark\:border-red-300\/40) {
  border-color: rgb(252 165 165 / 0.4);
}
:is(.dark .dark\:border-red-300\/5) {
  border-color: rgb(252 165 165 / 0.05);
}
:is(.dark .dark\:border-red-300\/50) {
  border-color: rgb(252 165 165 / 0.5);
}
:is(.dark .dark\:border-red-300\/60) {
  border-color: rgb(252 165 165 / 0.6);
}
:is(.dark .dark\:border-red-300\/70) {
  border-color: rgb(252 165 165 / 0.7);
}
:is(.dark .dark\:border-red-300\/75) {
  border-color: rgb(252 165 165 / 0.75);
}
:is(.dark .dark\:border-red-300\/80) {
  border-color: rgb(252 165 165 / 0.8);
}
:is(.dark .dark\:border-red-300\/90) {
  border-color: rgb(252 165 165 / 0.9);
}
:is(.dark .dark\:border-red-300\/95) {
  border-color: rgb(252 165 165 / 0.95);
}
:is(.dark .dark\:border-red-400) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-400\/0) {
  border-color: rgb(248 113 113 / 0);
}
:is(.dark .dark\:border-red-400\/10) {
  border-color: rgb(248 113 113 / 0.1);
}
:is(.dark .dark\:border-red-400\/100) {
  border-color: rgb(248 113 113 / 1);
}
:is(.dark .dark\:border-red-400\/20) {
  border-color: rgb(248 113 113 / 0.2);
}
:is(.dark .dark\:border-red-400\/25) {
  border-color: rgb(248 113 113 / 0.25);
}
:is(.dark .dark\:border-red-400\/30) {
  border-color: rgb(248 113 113 / 0.3);
}
:is(.dark .dark\:border-red-400\/40) {
  border-color: rgb(248 113 113 / 0.4);
}
:is(.dark .dark\:border-red-400\/5) {
  border-color: rgb(248 113 113 / 0.05);
}
:is(.dark .dark\:border-red-400\/50) {
  border-color: rgb(248 113 113 / 0.5);
}
:is(.dark .dark\:border-red-400\/60) {
  border-color: rgb(248 113 113 / 0.6);
}
:is(.dark .dark\:border-red-400\/70) {
  border-color: rgb(248 113 113 / 0.7);
}
:is(.dark .dark\:border-red-400\/75) {
  border-color: rgb(248 113 113 / 0.75);
}
:is(.dark .dark\:border-red-400\/80) {
  border-color: rgb(248 113 113 / 0.8);
}
:is(.dark .dark\:border-red-400\/90) {
  border-color: rgb(248 113 113 / 0.9);
}
:is(.dark .dark\:border-red-400\/95) {
  border-color: rgb(248 113 113 / 0.95);
}
:is(.dark .dark\:border-red-50) {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-50\/0) {
  border-color: rgb(254 242 242 / 0);
}
:is(.dark .dark\:border-red-50\/10) {
  border-color: rgb(254 242 242 / 0.1);
}
:is(.dark .dark\:border-red-50\/100) {
  border-color: rgb(254 242 242 / 1);
}
:is(.dark .dark\:border-red-50\/20) {
  border-color: rgb(254 242 242 / 0.2);
}
:is(.dark .dark\:border-red-50\/25) {
  border-color: rgb(254 242 242 / 0.25);
}
:is(.dark .dark\:border-red-50\/30) {
  border-color: rgb(254 242 242 / 0.3);
}
:is(.dark .dark\:border-red-50\/40) {
  border-color: rgb(254 242 242 / 0.4);
}
:is(.dark .dark\:border-red-50\/5) {
  border-color: rgb(254 242 242 / 0.05);
}
:is(.dark .dark\:border-red-50\/50) {
  border-color: rgb(254 242 242 / 0.5);
}
:is(.dark .dark\:border-red-50\/60) {
  border-color: rgb(254 242 242 / 0.6);
}
:is(.dark .dark\:border-red-50\/70) {
  border-color: rgb(254 242 242 / 0.7);
}
:is(.dark .dark\:border-red-50\/75) {
  border-color: rgb(254 242 242 / 0.75);
}
:is(.dark .dark\:border-red-50\/80) {
  border-color: rgb(254 242 242 / 0.8);
}
:is(.dark .dark\:border-red-50\/90) {
  border-color: rgb(254 242 242 / 0.9);
}
:is(.dark .dark\:border-red-50\/95) {
  border-color: rgb(254 242 242 / 0.95);
}
:is(.dark .dark\:border-red-500) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-500\/0) {
  border-color: rgb(239 68 68 / 0);
}
:is(.dark .dark\:border-red-500\/10) {
  border-color: rgb(239 68 68 / 0.1);
}
:is(.dark .dark\:border-red-500\/100) {
  border-color: rgb(239 68 68 / 1);
}
:is(.dark .dark\:border-red-500\/20) {
  border-color: rgb(239 68 68 / 0.2);
}
:is(.dark .dark\:border-red-500\/25) {
  border-color: rgb(239 68 68 / 0.25);
}
:is(.dark .dark\:border-red-500\/30) {
  border-color: rgb(239 68 68 / 0.3);
}
:is(.dark .dark\:border-red-500\/40) {
  border-color: rgb(239 68 68 / 0.4);
}
:is(.dark .dark\:border-red-500\/5) {
  border-color: rgb(239 68 68 / 0.05);
}
:is(.dark .dark\:border-red-500\/50) {
  border-color: rgb(239 68 68 / 0.5);
}
:is(.dark .dark\:border-red-500\/60) {
  border-color: rgb(239 68 68 / 0.6);
}
:is(.dark .dark\:border-red-500\/70) {
  border-color: rgb(239 68 68 / 0.7);
}
:is(.dark .dark\:border-red-500\/75) {
  border-color: rgb(239 68 68 / 0.75);
}
:is(.dark .dark\:border-red-500\/80) {
  border-color: rgb(239 68 68 / 0.8);
}
:is(.dark .dark\:border-red-500\/90) {
  border-color: rgb(239 68 68 / 0.9);
}
:is(.dark .dark\:border-red-500\/95) {
  border-color: rgb(239 68 68 / 0.95);
}
:is(.dark .dark\:border-red-600) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-600\/0) {
  border-color: rgb(220 38 38 / 0);
}
:is(.dark .dark\:border-red-600\/10) {
  border-color: rgb(220 38 38 / 0.1);
}
:is(.dark .dark\:border-red-600\/100) {
  border-color: rgb(220 38 38 / 1);
}
:is(.dark .dark\:border-red-600\/20) {
  border-color: rgb(220 38 38 / 0.2);
}
:is(.dark .dark\:border-red-600\/25) {
  border-color: rgb(220 38 38 / 0.25);
}
:is(.dark .dark\:border-red-600\/30) {
  border-color: rgb(220 38 38 / 0.3);
}
:is(.dark .dark\:border-red-600\/40) {
  border-color: rgb(220 38 38 / 0.4);
}
:is(.dark .dark\:border-red-600\/5) {
  border-color: rgb(220 38 38 / 0.05);
}
:is(.dark .dark\:border-red-600\/50) {
  border-color: rgb(220 38 38 / 0.5);
}
:is(.dark .dark\:border-red-600\/60) {
  border-color: rgb(220 38 38 / 0.6);
}
:is(.dark .dark\:border-red-600\/70) {
  border-color: rgb(220 38 38 / 0.7);
}
:is(.dark .dark\:border-red-600\/75) {
  border-color: rgb(220 38 38 / 0.75);
}
:is(.dark .dark\:border-red-600\/80) {
  border-color: rgb(220 38 38 / 0.8);
}
:is(.dark .dark\:border-red-600\/90) {
  border-color: rgb(220 38 38 / 0.9);
}
:is(.dark .dark\:border-red-600\/95) {
  border-color: rgb(220 38 38 / 0.95);
}
:is(.dark .dark\:border-red-700) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-700\/0) {
  border-color: rgb(185 28 28 / 0);
}
:is(.dark .dark\:border-red-700\/10) {
  border-color: rgb(185 28 28 / 0.1);
}
:is(.dark .dark\:border-red-700\/100) {
  border-color: rgb(185 28 28 / 1);
}
:is(.dark .dark\:border-red-700\/20) {
  border-color: rgb(185 28 28 / 0.2);
}
:is(.dark .dark\:border-red-700\/25) {
  border-color: rgb(185 28 28 / 0.25);
}
:is(.dark .dark\:border-red-700\/30) {
  border-color: rgb(185 28 28 / 0.3);
}
:is(.dark .dark\:border-red-700\/40) {
  border-color: rgb(185 28 28 / 0.4);
}
:is(.dark .dark\:border-red-700\/5) {
  border-color: rgb(185 28 28 / 0.05);
}
:is(.dark .dark\:border-red-700\/50) {
  border-color: rgb(185 28 28 / 0.5);
}
:is(.dark .dark\:border-red-700\/60) {
  border-color: rgb(185 28 28 / 0.6);
}
:is(.dark .dark\:border-red-700\/70) {
  border-color: rgb(185 28 28 / 0.7);
}
:is(.dark .dark\:border-red-700\/75) {
  border-color: rgb(185 28 28 / 0.75);
}
:is(.dark .dark\:border-red-700\/80) {
  border-color: rgb(185 28 28 / 0.8);
}
:is(.dark .dark\:border-red-700\/90) {
  border-color: rgb(185 28 28 / 0.9);
}
:is(.dark .dark\:border-red-700\/95) {
  border-color: rgb(185 28 28 / 0.95);
}
:is(.dark .dark\:border-red-800) {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-800\/0) {
  border-color: rgb(153 27 27 / 0);
}
:is(.dark .dark\:border-red-800\/10) {
  border-color: rgb(153 27 27 / 0.1);
}
:is(.dark .dark\:border-red-800\/100) {
  border-color: rgb(153 27 27 / 1);
}
:is(.dark .dark\:border-red-800\/20) {
  border-color: rgb(153 27 27 / 0.2);
}
:is(.dark .dark\:border-red-800\/25) {
  border-color: rgb(153 27 27 / 0.25);
}
:is(.dark .dark\:border-red-800\/30) {
  border-color: rgb(153 27 27 / 0.3);
}
:is(.dark .dark\:border-red-800\/40) {
  border-color: rgb(153 27 27 / 0.4);
}
:is(.dark .dark\:border-red-800\/5) {
  border-color: rgb(153 27 27 / 0.05);
}
:is(.dark .dark\:border-red-800\/50) {
  border-color: rgb(153 27 27 / 0.5);
}
:is(.dark .dark\:border-red-800\/60) {
  border-color: rgb(153 27 27 / 0.6);
}
:is(.dark .dark\:border-red-800\/70) {
  border-color: rgb(153 27 27 / 0.7);
}
:is(.dark .dark\:border-red-800\/75) {
  border-color: rgb(153 27 27 / 0.75);
}
:is(.dark .dark\:border-red-800\/80) {
  border-color: rgb(153 27 27 / 0.8);
}
:is(.dark .dark\:border-red-800\/90) {
  border-color: rgb(153 27 27 / 0.9);
}
:is(.dark .dark\:border-red-800\/95) {
  border-color: rgb(153 27 27 / 0.95);
}
:is(.dark .dark\:border-red-900) {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-900\/0) {
  border-color: rgb(127 29 29 / 0);
}
:is(.dark .dark\:border-red-900\/10) {
  border-color: rgb(127 29 29 / 0.1);
}
:is(.dark .dark\:border-red-900\/100) {
  border-color: rgb(127 29 29 / 1);
}
:is(.dark .dark\:border-red-900\/20) {
  border-color: rgb(127 29 29 / 0.2);
}
:is(.dark .dark\:border-red-900\/25) {
  border-color: rgb(127 29 29 / 0.25);
}
:is(.dark .dark\:border-red-900\/30) {
  border-color: rgb(127 29 29 / 0.3);
}
:is(.dark .dark\:border-red-900\/40) {
  border-color: rgb(127 29 29 / 0.4);
}
:is(.dark .dark\:border-red-900\/5) {
  border-color: rgb(127 29 29 / 0.05);
}
:is(.dark .dark\:border-red-900\/50) {
  border-color: rgb(127 29 29 / 0.5);
}
:is(.dark .dark\:border-red-900\/60) {
  border-color: rgb(127 29 29 / 0.6);
}
:is(.dark .dark\:border-red-900\/70) {
  border-color: rgb(127 29 29 / 0.7);
}
:is(.dark .dark\:border-red-900\/75) {
  border-color: rgb(127 29 29 / 0.75);
}
:is(.dark .dark\:border-red-900\/80) {
  border-color: rgb(127 29 29 / 0.8);
}
:is(.dark .dark\:border-red-900\/90) {
  border-color: rgb(127 29 29 / 0.9);
}
:is(.dark .dark\:border-red-900\/95) {
  border-color: rgb(127 29 29 / 0.95);
}
:is(.dark .dark\:border-red-950) {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-red-950\/0) {
  border-color: rgb(69 10 10 / 0);
}
:is(.dark .dark\:border-red-950\/10) {
  border-color: rgb(69 10 10 / 0.1);
}
:is(.dark .dark\:border-red-950\/100) {
  border-color: rgb(69 10 10 / 1);
}
:is(.dark .dark\:border-red-950\/20) {
  border-color: rgb(69 10 10 / 0.2);
}
:is(.dark .dark\:border-red-950\/25) {
  border-color: rgb(69 10 10 / 0.25);
}
:is(.dark .dark\:border-red-950\/30) {
  border-color: rgb(69 10 10 / 0.3);
}
:is(.dark .dark\:border-red-950\/40) {
  border-color: rgb(69 10 10 / 0.4);
}
:is(.dark .dark\:border-red-950\/5) {
  border-color: rgb(69 10 10 / 0.05);
}
:is(.dark .dark\:border-red-950\/50) {
  border-color: rgb(69 10 10 / 0.5);
}
:is(.dark .dark\:border-red-950\/60) {
  border-color: rgb(69 10 10 / 0.6);
}
:is(.dark .dark\:border-red-950\/70) {
  border-color: rgb(69 10 10 / 0.7);
}
:is(.dark .dark\:border-red-950\/75) {
  border-color: rgb(69 10 10 / 0.75);
}
:is(.dark .dark\:border-red-950\/80) {
  border-color: rgb(69 10 10 / 0.8);
}
:is(.dark .dark\:border-red-950\/90) {
  border-color: rgb(69 10 10 / 0.9);
}
:is(.dark .dark\:border-red-950\/95) {
  border-color: rgb(69 10 10 / 0.95);
}
:is(.dark .dark\:border-rose-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-100\/0) {
  border-color: rgb(255 228 230 / 0);
}
:is(.dark .dark\:border-rose-100\/10) {
  border-color: rgb(255 228 230 / 0.1);
}
:is(.dark .dark\:border-rose-100\/100) {
  border-color: rgb(255 228 230 / 1);
}
:is(.dark .dark\:border-rose-100\/20) {
  border-color: rgb(255 228 230 / 0.2);
}
:is(.dark .dark\:border-rose-100\/25) {
  border-color: rgb(255 228 230 / 0.25);
}
:is(.dark .dark\:border-rose-100\/30) {
  border-color: rgb(255 228 230 / 0.3);
}
:is(.dark .dark\:border-rose-100\/40) {
  border-color: rgb(255 228 230 / 0.4);
}
:is(.dark .dark\:border-rose-100\/5) {
  border-color: rgb(255 228 230 / 0.05);
}
:is(.dark .dark\:border-rose-100\/50) {
  border-color: rgb(255 228 230 / 0.5);
}
:is(.dark .dark\:border-rose-100\/60) {
  border-color: rgb(255 228 230 / 0.6);
}
:is(.dark .dark\:border-rose-100\/70) {
  border-color: rgb(255 228 230 / 0.7);
}
:is(.dark .dark\:border-rose-100\/75) {
  border-color: rgb(255 228 230 / 0.75);
}
:is(.dark .dark\:border-rose-100\/80) {
  border-color: rgb(255 228 230 / 0.8);
}
:is(.dark .dark\:border-rose-100\/90) {
  border-color: rgb(255 228 230 / 0.9);
}
:is(.dark .dark\:border-rose-100\/95) {
  border-color: rgb(255 228 230 / 0.95);
}
:is(.dark .dark\:border-rose-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-200\/0) {
  border-color: rgb(254 205 211 / 0);
}
:is(.dark .dark\:border-rose-200\/10) {
  border-color: rgb(254 205 211 / 0.1);
}
:is(.dark .dark\:border-rose-200\/100) {
  border-color: rgb(254 205 211 / 1);
}
:is(.dark .dark\:border-rose-200\/20) {
  border-color: rgb(254 205 211 / 0.2);
}
:is(.dark .dark\:border-rose-200\/25) {
  border-color: rgb(254 205 211 / 0.25);
}
:is(.dark .dark\:border-rose-200\/30) {
  border-color: rgb(254 205 211 / 0.3);
}
:is(.dark .dark\:border-rose-200\/40) {
  border-color: rgb(254 205 211 / 0.4);
}
:is(.dark .dark\:border-rose-200\/5) {
  border-color: rgb(254 205 211 / 0.05);
}
:is(.dark .dark\:border-rose-200\/50) {
  border-color: rgb(254 205 211 / 0.5);
}
:is(.dark .dark\:border-rose-200\/60) {
  border-color: rgb(254 205 211 / 0.6);
}
:is(.dark .dark\:border-rose-200\/70) {
  border-color: rgb(254 205 211 / 0.7);
}
:is(.dark .dark\:border-rose-200\/75) {
  border-color: rgb(254 205 211 / 0.75);
}
:is(.dark .dark\:border-rose-200\/80) {
  border-color: rgb(254 205 211 / 0.8);
}
:is(.dark .dark\:border-rose-200\/90) {
  border-color: rgb(254 205 211 / 0.9);
}
:is(.dark .dark\:border-rose-200\/95) {
  border-color: rgb(254 205 211 / 0.95);
}
:is(.dark .dark\:border-rose-300) {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-300\/0) {
  border-color: rgb(253 164 175 / 0);
}
:is(.dark .dark\:border-rose-300\/10) {
  border-color: rgb(253 164 175 / 0.1);
}
:is(.dark .dark\:border-rose-300\/100) {
  border-color: rgb(253 164 175 / 1);
}
:is(.dark .dark\:border-rose-300\/20) {
  border-color: rgb(253 164 175 / 0.2);
}
:is(.dark .dark\:border-rose-300\/25) {
  border-color: rgb(253 164 175 / 0.25);
}
:is(.dark .dark\:border-rose-300\/30) {
  border-color: rgb(253 164 175 / 0.3);
}
:is(.dark .dark\:border-rose-300\/40) {
  border-color: rgb(253 164 175 / 0.4);
}
:is(.dark .dark\:border-rose-300\/5) {
  border-color: rgb(253 164 175 / 0.05);
}
:is(.dark .dark\:border-rose-300\/50) {
  border-color: rgb(253 164 175 / 0.5);
}
:is(.dark .dark\:border-rose-300\/60) {
  border-color: rgb(253 164 175 / 0.6);
}
:is(.dark .dark\:border-rose-300\/70) {
  border-color: rgb(253 164 175 / 0.7);
}
:is(.dark .dark\:border-rose-300\/75) {
  border-color: rgb(253 164 175 / 0.75);
}
:is(.dark .dark\:border-rose-300\/80) {
  border-color: rgb(253 164 175 / 0.8);
}
:is(.dark .dark\:border-rose-300\/90) {
  border-color: rgb(253 164 175 / 0.9);
}
:is(.dark .dark\:border-rose-300\/95) {
  border-color: rgb(253 164 175 / 0.95);
}
:is(.dark .dark\:border-rose-400) {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-400\/0) {
  border-color: rgb(251 113 133 / 0);
}
:is(.dark .dark\:border-rose-400\/10) {
  border-color: rgb(251 113 133 / 0.1);
}
:is(.dark .dark\:border-rose-400\/100) {
  border-color: rgb(251 113 133 / 1);
}
:is(.dark .dark\:border-rose-400\/20) {
  border-color: rgb(251 113 133 / 0.2);
}
:is(.dark .dark\:border-rose-400\/25) {
  border-color: rgb(251 113 133 / 0.25);
}
:is(.dark .dark\:border-rose-400\/30) {
  border-color: rgb(251 113 133 / 0.3);
}
:is(.dark .dark\:border-rose-400\/40) {
  border-color: rgb(251 113 133 / 0.4);
}
:is(.dark .dark\:border-rose-400\/5) {
  border-color: rgb(251 113 133 / 0.05);
}
:is(.dark .dark\:border-rose-400\/50) {
  border-color: rgb(251 113 133 / 0.5);
}
:is(.dark .dark\:border-rose-400\/60) {
  border-color: rgb(251 113 133 / 0.6);
}
:is(.dark .dark\:border-rose-400\/70) {
  border-color: rgb(251 113 133 / 0.7);
}
:is(.dark .dark\:border-rose-400\/75) {
  border-color: rgb(251 113 133 / 0.75);
}
:is(.dark .dark\:border-rose-400\/80) {
  border-color: rgb(251 113 133 / 0.8);
}
:is(.dark .dark\:border-rose-400\/90) {
  border-color: rgb(251 113 133 / 0.9);
}
:is(.dark .dark\:border-rose-400\/95) {
  border-color: rgb(251 113 133 / 0.95);
}
:is(.dark .dark\:border-rose-50) {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-50\/0) {
  border-color: rgb(255 241 242 / 0);
}
:is(.dark .dark\:border-rose-50\/10) {
  border-color: rgb(255 241 242 / 0.1);
}
:is(.dark .dark\:border-rose-50\/100) {
  border-color: rgb(255 241 242 / 1);
}
:is(.dark .dark\:border-rose-50\/20) {
  border-color: rgb(255 241 242 / 0.2);
}
:is(.dark .dark\:border-rose-50\/25) {
  border-color: rgb(255 241 242 / 0.25);
}
:is(.dark .dark\:border-rose-50\/30) {
  border-color: rgb(255 241 242 / 0.3);
}
:is(.dark .dark\:border-rose-50\/40) {
  border-color: rgb(255 241 242 / 0.4);
}
:is(.dark .dark\:border-rose-50\/5) {
  border-color: rgb(255 241 242 / 0.05);
}
:is(.dark .dark\:border-rose-50\/50) {
  border-color: rgb(255 241 242 / 0.5);
}
:is(.dark .dark\:border-rose-50\/60) {
  border-color: rgb(255 241 242 / 0.6);
}
:is(.dark .dark\:border-rose-50\/70) {
  border-color: rgb(255 241 242 / 0.7);
}
:is(.dark .dark\:border-rose-50\/75) {
  border-color: rgb(255 241 242 / 0.75);
}
:is(.dark .dark\:border-rose-50\/80) {
  border-color: rgb(255 241 242 / 0.8);
}
:is(.dark .dark\:border-rose-50\/90) {
  border-color: rgb(255 241 242 / 0.9);
}
:is(.dark .dark\:border-rose-50\/95) {
  border-color: rgb(255 241 242 / 0.95);
}
:is(.dark .dark\:border-rose-500) {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-500\/0) {
  border-color: rgb(244 63 94 / 0);
}
:is(.dark .dark\:border-rose-500\/10) {
  border-color: rgb(244 63 94 / 0.1);
}
:is(.dark .dark\:border-rose-500\/100) {
  border-color: rgb(244 63 94 / 1);
}
:is(.dark .dark\:border-rose-500\/20) {
  border-color: rgb(244 63 94 / 0.2);
}
:is(.dark .dark\:border-rose-500\/25) {
  border-color: rgb(244 63 94 / 0.25);
}
:is(.dark .dark\:border-rose-500\/30) {
  border-color: rgb(244 63 94 / 0.3);
}
:is(.dark .dark\:border-rose-500\/40) {
  border-color: rgb(244 63 94 / 0.4);
}
:is(.dark .dark\:border-rose-500\/5) {
  border-color: rgb(244 63 94 / 0.05);
}
:is(.dark .dark\:border-rose-500\/50) {
  border-color: rgb(244 63 94 / 0.5);
}
:is(.dark .dark\:border-rose-500\/60) {
  border-color: rgb(244 63 94 / 0.6);
}
:is(.dark .dark\:border-rose-500\/70) {
  border-color: rgb(244 63 94 / 0.7);
}
:is(.dark .dark\:border-rose-500\/75) {
  border-color: rgb(244 63 94 / 0.75);
}
:is(.dark .dark\:border-rose-500\/80) {
  border-color: rgb(244 63 94 / 0.8);
}
:is(.dark .dark\:border-rose-500\/90) {
  border-color: rgb(244 63 94 / 0.9);
}
:is(.dark .dark\:border-rose-500\/95) {
  border-color: rgb(244 63 94 / 0.95);
}
:is(.dark .dark\:border-rose-600) {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-600\/0) {
  border-color: rgb(225 29 72 / 0);
}
:is(.dark .dark\:border-rose-600\/10) {
  border-color: rgb(225 29 72 / 0.1);
}
:is(.dark .dark\:border-rose-600\/100) {
  border-color: rgb(225 29 72 / 1);
}
:is(.dark .dark\:border-rose-600\/20) {
  border-color: rgb(225 29 72 / 0.2);
}
:is(.dark .dark\:border-rose-600\/25) {
  border-color: rgb(225 29 72 / 0.25);
}
:is(.dark .dark\:border-rose-600\/30) {
  border-color: rgb(225 29 72 / 0.3);
}
:is(.dark .dark\:border-rose-600\/40) {
  border-color: rgb(225 29 72 / 0.4);
}
:is(.dark .dark\:border-rose-600\/5) {
  border-color: rgb(225 29 72 / 0.05);
}
:is(.dark .dark\:border-rose-600\/50) {
  border-color: rgb(225 29 72 / 0.5);
}
:is(.dark .dark\:border-rose-600\/60) {
  border-color: rgb(225 29 72 / 0.6);
}
:is(.dark .dark\:border-rose-600\/70) {
  border-color: rgb(225 29 72 / 0.7);
}
:is(.dark .dark\:border-rose-600\/75) {
  border-color: rgb(225 29 72 / 0.75);
}
:is(.dark .dark\:border-rose-600\/80) {
  border-color: rgb(225 29 72 / 0.8);
}
:is(.dark .dark\:border-rose-600\/90) {
  border-color: rgb(225 29 72 / 0.9);
}
:is(.dark .dark\:border-rose-600\/95) {
  border-color: rgb(225 29 72 / 0.95);
}
:is(.dark .dark\:border-rose-700) {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-700\/0) {
  border-color: rgb(190 18 60 / 0);
}
:is(.dark .dark\:border-rose-700\/10) {
  border-color: rgb(190 18 60 / 0.1);
}
:is(.dark .dark\:border-rose-700\/100) {
  border-color: rgb(190 18 60 / 1);
}
:is(.dark .dark\:border-rose-700\/20) {
  border-color: rgb(190 18 60 / 0.2);
}
:is(.dark .dark\:border-rose-700\/25) {
  border-color: rgb(190 18 60 / 0.25);
}
:is(.dark .dark\:border-rose-700\/30) {
  border-color: rgb(190 18 60 / 0.3);
}
:is(.dark .dark\:border-rose-700\/40) {
  border-color: rgb(190 18 60 / 0.4);
}
:is(.dark .dark\:border-rose-700\/5) {
  border-color: rgb(190 18 60 / 0.05);
}
:is(.dark .dark\:border-rose-700\/50) {
  border-color: rgb(190 18 60 / 0.5);
}
:is(.dark .dark\:border-rose-700\/60) {
  border-color: rgb(190 18 60 / 0.6);
}
:is(.dark .dark\:border-rose-700\/70) {
  border-color: rgb(190 18 60 / 0.7);
}
:is(.dark .dark\:border-rose-700\/75) {
  border-color: rgb(190 18 60 / 0.75);
}
:is(.dark .dark\:border-rose-700\/80) {
  border-color: rgb(190 18 60 / 0.8);
}
:is(.dark .dark\:border-rose-700\/90) {
  border-color: rgb(190 18 60 / 0.9);
}
:is(.dark .dark\:border-rose-700\/95) {
  border-color: rgb(190 18 60 / 0.95);
}
:is(.dark .dark\:border-rose-800) {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-800\/0) {
  border-color: rgb(159 18 57 / 0);
}
:is(.dark .dark\:border-rose-800\/10) {
  border-color: rgb(159 18 57 / 0.1);
}
:is(.dark .dark\:border-rose-800\/100) {
  border-color: rgb(159 18 57 / 1);
}
:is(.dark .dark\:border-rose-800\/20) {
  border-color: rgb(159 18 57 / 0.2);
}
:is(.dark .dark\:border-rose-800\/25) {
  border-color: rgb(159 18 57 / 0.25);
}
:is(.dark .dark\:border-rose-800\/30) {
  border-color: rgb(159 18 57 / 0.3);
}
:is(.dark .dark\:border-rose-800\/40) {
  border-color: rgb(159 18 57 / 0.4);
}
:is(.dark .dark\:border-rose-800\/5) {
  border-color: rgb(159 18 57 / 0.05);
}
:is(.dark .dark\:border-rose-800\/50) {
  border-color: rgb(159 18 57 / 0.5);
}
:is(.dark .dark\:border-rose-800\/60) {
  border-color: rgb(159 18 57 / 0.6);
}
:is(.dark .dark\:border-rose-800\/70) {
  border-color: rgb(159 18 57 / 0.7);
}
:is(.dark .dark\:border-rose-800\/75) {
  border-color: rgb(159 18 57 / 0.75);
}
:is(.dark .dark\:border-rose-800\/80) {
  border-color: rgb(159 18 57 / 0.8);
}
:is(.dark .dark\:border-rose-800\/90) {
  border-color: rgb(159 18 57 / 0.9);
}
:is(.dark .dark\:border-rose-800\/95) {
  border-color: rgb(159 18 57 / 0.95);
}
:is(.dark .dark\:border-rose-900) {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-900\/0) {
  border-color: rgb(136 19 55 / 0);
}
:is(.dark .dark\:border-rose-900\/10) {
  border-color: rgb(136 19 55 / 0.1);
}
:is(.dark .dark\:border-rose-900\/100) {
  border-color: rgb(136 19 55 / 1);
}
:is(.dark .dark\:border-rose-900\/20) {
  border-color: rgb(136 19 55 / 0.2);
}
:is(.dark .dark\:border-rose-900\/25) {
  border-color: rgb(136 19 55 / 0.25);
}
:is(.dark .dark\:border-rose-900\/30) {
  border-color: rgb(136 19 55 / 0.3);
}
:is(.dark .dark\:border-rose-900\/40) {
  border-color: rgb(136 19 55 / 0.4);
}
:is(.dark .dark\:border-rose-900\/5) {
  border-color: rgb(136 19 55 / 0.05);
}
:is(.dark .dark\:border-rose-900\/50) {
  border-color: rgb(136 19 55 / 0.5);
}
:is(.dark .dark\:border-rose-900\/60) {
  border-color: rgb(136 19 55 / 0.6);
}
:is(.dark .dark\:border-rose-900\/70) {
  border-color: rgb(136 19 55 / 0.7);
}
:is(.dark .dark\:border-rose-900\/75) {
  border-color: rgb(136 19 55 / 0.75);
}
:is(.dark .dark\:border-rose-900\/80) {
  border-color: rgb(136 19 55 / 0.8);
}
:is(.dark .dark\:border-rose-900\/90) {
  border-color: rgb(136 19 55 / 0.9);
}
:is(.dark .dark\:border-rose-900\/95) {
  border-color: rgb(136 19 55 / 0.95);
}
:is(.dark .dark\:border-rose-950) {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-rose-950\/0) {
  border-color: rgb(76 5 25 / 0);
}
:is(.dark .dark\:border-rose-950\/10) {
  border-color: rgb(76 5 25 / 0.1);
}
:is(.dark .dark\:border-rose-950\/100) {
  border-color: rgb(76 5 25 / 1);
}
:is(.dark .dark\:border-rose-950\/20) {
  border-color: rgb(76 5 25 / 0.2);
}
:is(.dark .dark\:border-rose-950\/25) {
  border-color: rgb(76 5 25 / 0.25);
}
:is(.dark .dark\:border-rose-950\/30) {
  border-color: rgb(76 5 25 / 0.3);
}
:is(.dark .dark\:border-rose-950\/40) {
  border-color: rgb(76 5 25 / 0.4);
}
:is(.dark .dark\:border-rose-950\/5) {
  border-color: rgb(76 5 25 / 0.05);
}
:is(.dark .dark\:border-rose-950\/50) {
  border-color: rgb(76 5 25 / 0.5);
}
:is(.dark .dark\:border-rose-950\/60) {
  border-color: rgb(76 5 25 / 0.6);
}
:is(.dark .dark\:border-rose-950\/70) {
  border-color: rgb(76 5 25 / 0.7);
}
:is(.dark .dark\:border-rose-950\/75) {
  border-color: rgb(76 5 25 / 0.75);
}
:is(.dark .dark\:border-rose-950\/80) {
  border-color: rgb(76 5 25 / 0.8);
}
:is(.dark .dark\:border-rose-950\/90) {
  border-color: rgb(76 5 25 / 0.9);
}
:is(.dark .dark\:border-rose-950\/95) {
  border-color: rgb(76 5 25 / 0.95);
}
:is(.dark .dark\:border-sky-100) {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-100\/0) {
  border-color: rgb(224 242 254 / 0);
}
:is(.dark .dark\:border-sky-100\/10) {
  border-color: rgb(224 242 254 / 0.1);
}
:is(.dark .dark\:border-sky-100\/100) {
  border-color: rgb(224 242 254 / 1);
}
:is(.dark .dark\:border-sky-100\/20) {
  border-color: rgb(224 242 254 / 0.2);
}
:is(.dark .dark\:border-sky-100\/25) {
  border-color: rgb(224 242 254 / 0.25);
}
:is(.dark .dark\:border-sky-100\/30) {
  border-color: rgb(224 242 254 / 0.3);
}
:is(.dark .dark\:border-sky-100\/40) {
  border-color: rgb(224 242 254 / 0.4);
}
:is(.dark .dark\:border-sky-100\/5) {
  border-color: rgb(224 242 254 / 0.05);
}
:is(.dark .dark\:border-sky-100\/50) {
  border-color: rgb(224 242 254 / 0.5);
}
:is(.dark .dark\:border-sky-100\/60) {
  border-color: rgb(224 242 254 / 0.6);
}
:is(.dark .dark\:border-sky-100\/70) {
  border-color: rgb(224 242 254 / 0.7);
}
:is(.dark .dark\:border-sky-100\/75) {
  border-color: rgb(224 242 254 / 0.75);
}
:is(.dark .dark\:border-sky-100\/80) {
  border-color: rgb(224 242 254 / 0.8);
}
:is(.dark .dark\:border-sky-100\/90) {
  border-color: rgb(224 242 254 / 0.9);
}
:is(.dark .dark\:border-sky-100\/95) {
  border-color: rgb(224 242 254 / 0.95);
}
:is(.dark .dark\:border-sky-200) {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-200\/0) {
  border-color: rgb(186 230 253 / 0);
}
:is(.dark .dark\:border-sky-200\/10) {
  border-color: rgb(186 230 253 / 0.1);
}
:is(.dark .dark\:border-sky-200\/100) {
  border-color: rgb(186 230 253 / 1);
}
:is(.dark .dark\:border-sky-200\/20) {
  border-color: rgb(186 230 253 / 0.2);
}
:is(.dark .dark\:border-sky-200\/25) {
  border-color: rgb(186 230 253 / 0.25);
}
:is(.dark .dark\:border-sky-200\/30) {
  border-color: rgb(186 230 253 / 0.3);
}
:is(.dark .dark\:border-sky-200\/40) {
  border-color: rgb(186 230 253 / 0.4);
}
:is(.dark .dark\:border-sky-200\/5) {
  border-color: rgb(186 230 253 / 0.05);
}
:is(.dark .dark\:border-sky-200\/50) {
  border-color: rgb(186 230 253 / 0.5);
}
:is(.dark .dark\:border-sky-200\/60) {
  border-color: rgb(186 230 253 / 0.6);
}
:is(.dark .dark\:border-sky-200\/70) {
  border-color: rgb(186 230 253 / 0.7);
}
:is(.dark .dark\:border-sky-200\/75) {
  border-color: rgb(186 230 253 / 0.75);
}
:is(.dark .dark\:border-sky-200\/80) {
  border-color: rgb(186 230 253 / 0.8);
}
:is(.dark .dark\:border-sky-200\/90) {
  border-color: rgb(186 230 253 / 0.9);
}
:is(.dark .dark\:border-sky-200\/95) {
  border-color: rgb(186 230 253 / 0.95);
}
:is(.dark .dark\:border-sky-300) {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-300\/0) {
  border-color: rgb(125 211 252 / 0);
}
:is(.dark .dark\:border-sky-300\/10) {
  border-color: rgb(125 211 252 / 0.1);
}
:is(.dark .dark\:border-sky-300\/100) {
  border-color: rgb(125 211 252 / 1);
}
:is(.dark .dark\:border-sky-300\/20) {
  border-color: rgb(125 211 252 / 0.2);
}
:is(.dark .dark\:border-sky-300\/25) {
  border-color: rgb(125 211 252 / 0.25);
}
:is(.dark .dark\:border-sky-300\/30) {
  border-color: rgb(125 211 252 / 0.3);
}
:is(.dark .dark\:border-sky-300\/40) {
  border-color: rgb(125 211 252 / 0.4);
}
:is(.dark .dark\:border-sky-300\/5) {
  border-color: rgb(125 211 252 / 0.05);
}
:is(.dark .dark\:border-sky-300\/50) {
  border-color: rgb(125 211 252 / 0.5);
}
:is(.dark .dark\:border-sky-300\/60) {
  border-color: rgb(125 211 252 / 0.6);
}
:is(.dark .dark\:border-sky-300\/70) {
  border-color: rgb(125 211 252 / 0.7);
}
:is(.dark .dark\:border-sky-300\/75) {
  border-color: rgb(125 211 252 / 0.75);
}
:is(.dark .dark\:border-sky-300\/80) {
  border-color: rgb(125 211 252 / 0.8);
}
:is(.dark .dark\:border-sky-300\/90) {
  border-color: rgb(125 211 252 / 0.9);
}
:is(.dark .dark\:border-sky-300\/95) {
  border-color: rgb(125 211 252 / 0.95);
}
:is(.dark .dark\:border-sky-400) {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-400\/0) {
  border-color: rgb(56 189 248 / 0);
}
:is(.dark .dark\:border-sky-400\/10) {
  border-color: rgb(56 189 248 / 0.1);
}
:is(.dark .dark\:border-sky-400\/100) {
  border-color: rgb(56 189 248 / 1);
}
:is(.dark .dark\:border-sky-400\/20) {
  border-color: rgb(56 189 248 / 0.2);
}
:is(.dark .dark\:border-sky-400\/25) {
  border-color: rgb(56 189 248 / 0.25);
}
:is(.dark .dark\:border-sky-400\/30) {
  border-color: rgb(56 189 248 / 0.3);
}
:is(.dark .dark\:border-sky-400\/40) {
  border-color: rgb(56 189 248 / 0.4);
}
:is(.dark .dark\:border-sky-400\/5) {
  border-color: rgb(56 189 248 / 0.05);
}
:is(.dark .dark\:border-sky-400\/50) {
  border-color: rgb(56 189 248 / 0.5);
}
:is(.dark .dark\:border-sky-400\/60) {
  border-color: rgb(56 189 248 / 0.6);
}
:is(.dark .dark\:border-sky-400\/70) {
  border-color: rgb(56 189 248 / 0.7);
}
:is(.dark .dark\:border-sky-400\/75) {
  border-color: rgb(56 189 248 / 0.75);
}
:is(.dark .dark\:border-sky-400\/80) {
  border-color: rgb(56 189 248 / 0.8);
}
:is(.dark .dark\:border-sky-400\/90) {
  border-color: rgb(56 189 248 / 0.9);
}
:is(.dark .dark\:border-sky-400\/95) {
  border-color: rgb(56 189 248 / 0.95);
}
:is(.dark .dark\:border-sky-50) {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-50\/0) {
  border-color: rgb(240 249 255 / 0);
}
:is(.dark .dark\:border-sky-50\/10) {
  border-color: rgb(240 249 255 / 0.1);
}
:is(.dark .dark\:border-sky-50\/100) {
  border-color: rgb(240 249 255 / 1);
}
:is(.dark .dark\:border-sky-50\/20) {
  border-color: rgb(240 249 255 / 0.2);
}
:is(.dark .dark\:border-sky-50\/25) {
  border-color: rgb(240 249 255 / 0.25);
}
:is(.dark .dark\:border-sky-50\/30) {
  border-color: rgb(240 249 255 / 0.3);
}
:is(.dark .dark\:border-sky-50\/40) {
  border-color: rgb(240 249 255 / 0.4);
}
:is(.dark .dark\:border-sky-50\/5) {
  border-color: rgb(240 249 255 / 0.05);
}
:is(.dark .dark\:border-sky-50\/50) {
  border-color: rgb(240 249 255 / 0.5);
}
:is(.dark .dark\:border-sky-50\/60) {
  border-color: rgb(240 249 255 / 0.6);
}
:is(.dark .dark\:border-sky-50\/70) {
  border-color: rgb(240 249 255 / 0.7);
}
:is(.dark .dark\:border-sky-50\/75) {
  border-color: rgb(240 249 255 / 0.75);
}
:is(.dark .dark\:border-sky-50\/80) {
  border-color: rgb(240 249 255 / 0.8);
}
:is(.dark .dark\:border-sky-50\/90) {
  border-color: rgb(240 249 255 / 0.9);
}
:is(.dark .dark\:border-sky-50\/95) {
  border-color: rgb(240 249 255 / 0.95);
}
:is(.dark .dark\:border-sky-500) {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-500\/0) {
  border-color: rgb(14 165 233 / 0);
}
:is(.dark .dark\:border-sky-500\/10) {
  border-color: rgb(14 165 233 / 0.1);
}
:is(.dark .dark\:border-sky-500\/100) {
  border-color: rgb(14 165 233 / 1);
}
:is(.dark .dark\:border-sky-500\/20) {
  border-color: rgb(14 165 233 / 0.2);
}
:is(.dark .dark\:border-sky-500\/25) {
  border-color: rgb(14 165 233 / 0.25);
}
:is(.dark .dark\:border-sky-500\/30) {
  border-color: rgb(14 165 233 / 0.3);
}
:is(.dark .dark\:border-sky-500\/40) {
  border-color: rgb(14 165 233 / 0.4);
}
:is(.dark .dark\:border-sky-500\/5) {
  border-color: rgb(14 165 233 / 0.05);
}
:is(.dark .dark\:border-sky-500\/50) {
  border-color: rgb(14 165 233 / 0.5);
}
:is(.dark .dark\:border-sky-500\/60) {
  border-color: rgb(14 165 233 / 0.6);
}
:is(.dark .dark\:border-sky-500\/70) {
  border-color: rgb(14 165 233 / 0.7);
}
:is(.dark .dark\:border-sky-500\/75) {
  border-color: rgb(14 165 233 / 0.75);
}
:is(.dark .dark\:border-sky-500\/80) {
  border-color: rgb(14 165 233 / 0.8);
}
:is(.dark .dark\:border-sky-500\/90) {
  border-color: rgb(14 165 233 / 0.9);
}
:is(.dark .dark\:border-sky-500\/95) {
  border-color: rgb(14 165 233 / 0.95);
}
:is(.dark .dark\:border-sky-600) {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-600\/0) {
  border-color: rgb(2 132 199 / 0);
}
:is(.dark .dark\:border-sky-600\/10) {
  border-color: rgb(2 132 199 / 0.1);
}
:is(.dark .dark\:border-sky-600\/100) {
  border-color: rgb(2 132 199 / 1);
}
:is(.dark .dark\:border-sky-600\/20) {
  border-color: rgb(2 132 199 / 0.2);
}
:is(.dark .dark\:border-sky-600\/25) {
  border-color: rgb(2 132 199 / 0.25);
}
:is(.dark .dark\:border-sky-600\/30) {
  border-color: rgb(2 132 199 / 0.3);
}
:is(.dark .dark\:border-sky-600\/40) {
  border-color: rgb(2 132 199 / 0.4);
}
:is(.dark .dark\:border-sky-600\/5) {
  border-color: rgb(2 132 199 / 0.05);
}
:is(.dark .dark\:border-sky-600\/50) {
  border-color: rgb(2 132 199 / 0.5);
}
:is(.dark .dark\:border-sky-600\/60) {
  border-color: rgb(2 132 199 / 0.6);
}
:is(.dark .dark\:border-sky-600\/70) {
  border-color: rgb(2 132 199 / 0.7);
}
:is(.dark .dark\:border-sky-600\/75) {
  border-color: rgb(2 132 199 / 0.75);
}
:is(.dark .dark\:border-sky-600\/80) {
  border-color: rgb(2 132 199 / 0.8);
}
:is(.dark .dark\:border-sky-600\/90) {
  border-color: rgb(2 132 199 / 0.9);
}
:is(.dark .dark\:border-sky-600\/95) {
  border-color: rgb(2 132 199 / 0.95);
}
:is(.dark .dark\:border-sky-700) {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-700\/0) {
  border-color: rgb(3 105 161 / 0);
}
:is(.dark .dark\:border-sky-700\/10) {
  border-color: rgb(3 105 161 / 0.1);
}
:is(.dark .dark\:border-sky-700\/100) {
  border-color: rgb(3 105 161 / 1);
}
:is(.dark .dark\:border-sky-700\/20) {
  border-color: rgb(3 105 161 / 0.2);
}
:is(.dark .dark\:border-sky-700\/25) {
  border-color: rgb(3 105 161 / 0.25);
}
:is(.dark .dark\:border-sky-700\/30) {
  border-color: rgb(3 105 161 / 0.3);
}
:is(.dark .dark\:border-sky-700\/40) {
  border-color: rgb(3 105 161 / 0.4);
}
:is(.dark .dark\:border-sky-700\/5) {
  border-color: rgb(3 105 161 / 0.05);
}
:is(.dark .dark\:border-sky-700\/50) {
  border-color: rgb(3 105 161 / 0.5);
}
:is(.dark .dark\:border-sky-700\/60) {
  border-color: rgb(3 105 161 / 0.6);
}
:is(.dark .dark\:border-sky-700\/70) {
  border-color: rgb(3 105 161 / 0.7);
}
:is(.dark .dark\:border-sky-700\/75) {
  border-color: rgb(3 105 161 / 0.75);
}
:is(.dark .dark\:border-sky-700\/80) {
  border-color: rgb(3 105 161 / 0.8);
}
:is(.dark .dark\:border-sky-700\/90) {
  border-color: rgb(3 105 161 / 0.9);
}
:is(.dark .dark\:border-sky-700\/95) {
  border-color: rgb(3 105 161 / 0.95);
}
:is(.dark .dark\:border-sky-800) {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-800\/0) {
  border-color: rgb(7 89 133 / 0);
}
:is(.dark .dark\:border-sky-800\/10) {
  border-color: rgb(7 89 133 / 0.1);
}
:is(.dark .dark\:border-sky-800\/100) {
  border-color: rgb(7 89 133 / 1);
}
:is(.dark .dark\:border-sky-800\/20) {
  border-color: rgb(7 89 133 / 0.2);
}
:is(.dark .dark\:border-sky-800\/25) {
  border-color: rgb(7 89 133 / 0.25);
}
:is(.dark .dark\:border-sky-800\/30) {
  border-color: rgb(7 89 133 / 0.3);
}
:is(.dark .dark\:border-sky-800\/40) {
  border-color: rgb(7 89 133 / 0.4);
}
:is(.dark .dark\:border-sky-800\/5) {
  border-color: rgb(7 89 133 / 0.05);
}
:is(.dark .dark\:border-sky-800\/50) {
  border-color: rgb(7 89 133 / 0.5);
}
:is(.dark .dark\:border-sky-800\/60) {
  border-color: rgb(7 89 133 / 0.6);
}
:is(.dark .dark\:border-sky-800\/70) {
  border-color: rgb(7 89 133 / 0.7);
}
:is(.dark .dark\:border-sky-800\/75) {
  border-color: rgb(7 89 133 / 0.75);
}
:is(.dark .dark\:border-sky-800\/80) {
  border-color: rgb(7 89 133 / 0.8);
}
:is(.dark .dark\:border-sky-800\/90) {
  border-color: rgb(7 89 133 / 0.9);
}
:is(.dark .dark\:border-sky-800\/95) {
  border-color: rgb(7 89 133 / 0.95);
}
:is(.dark .dark\:border-sky-900) {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-900\/0) {
  border-color: rgb(12 74 110 / 0);
}
:is(.dark .dark\:border-sky-900\/10) {
  border-color: rgb(12 74 110 / 0.1);
}
:is(.dark .dark\:border-sky-900\/100) {
  border-color: rgb(12 74 110 / 1);
}
:is(.dark .dark\:border-sky-900\/20) {
  border-color: rgb(12 74 110 / 0.2);
}
:is(.dark .dark\:border-sky-900\/25) {
  border-color: rgb(12 74 110 / 0.25);
}
:is(.dark .dark\:border-sky-900\/30) {
  border-color: rgb(12 74 110 / 0.3);
}
:is(.dark .dark\:border-sky-900\/40) {
  border-color: rgb(12 74 110 / 0.4);
}
:is(.dark .dark\:border-sky-900\/5) {
  border-color: rgb(12 74 110 / 0.05);
}
:is(.dark .dark\:border-sky-900\/50) {
  border-color: rgb(12 74 110 / 0.5);
}
:is(.dark .dark\:border-sky-900\/60) {
  border-color: rgb(12 74 110 / 0.6);
}
:is(.dark .dark\:border-sky-900\/70) {
  border-color: rgb(12 74 110 / 0.7);
}
:is(.dark .dark\:border-sky-900\/75) {
  border-color: rgb(12 74 110 / 0.75);
}
:is(.dark .dark\:border-sky-900\/80) {
  border-color: rgb(12 74 110 / 0.8);
}
:is(.dark .dark\:border-sky-900\/90) {
  border-color: rgb(12 74 110 / 0.9);
}
:is(.dark .dark\:border-sky-900\/95) {
  border-color: rgb(12 74 110 / 0.95);
}
:is(.dark .dark\:border-sky-950) {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-sky-950\/0) {
  border-color: rgb(8 47 73 / 0);
}
:is(.dark .dark\:border-sky-950\/10) {
  border-color: rgb(8 47 73 / 0.1);
}
:is(.dark .dark\:border-sky-950\/100) {
  border-color: rgb(8 47 73 / 1);
}
:is(.dark .dark\:border-sky-950\/20) {
  border-color: rgb(8 47 73 / 0.2);
}
:is(.dark .dark\:border-sky-950\/25) {
  border-color: rgb(8 47 73 / 0.25);
}
:is(.dark .dark\:border-sky-950\/30) {
  border-color: rgb(8 47 73 / 0.3);
}
:is(.dark .dark\:border-sky-950\/40) {
  border-color: rgb(8 47 73 / 0.4);
}
:is(.dark .dark\:border-sky-950\/5) {
  border-color: rgb(8 47 73 / 0.05);
}
:is(.dark .dark\:border-sky-950\/50) {
  border-color: rgb(8 47 73 / 0.5);
}
:is(.dark .dark\:border-sky-950\/60) {
  border-color: rgb(8 47 73 / 0.6);
}
:is(.dark .dark\:border-sky-950\/70) {
  border-color: rgb(8 47 73 / 0.7);
}
:is(.dark .dark\:border-sky-950\/75) {
  border-color: rgb(8 47 73 / 0.75);
}
:is(.dark .dark\:border-sky-950\/80) {
  border-color: rgb(8 47 73 / 0.8);
}
:is(.dark .dark\:border-sky-950\/90) {
  border-color: rgb(8 47 73 / 0.9);
}
:is(.dark .dark\:border-sky-950\/95) {
  border-color: rgb(8 47 73 / 0.95);
}
:is(.dark .dark\:border-slate-100) {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-100\/0) {
  border-color: rgb(241 245 249 / 0);
}
:is(.dark .dark\:border-slate-100\/10) {
  border-color: rgb(241 245 249 / 0.1);
}
:is(.dark .dark\:border-slate-100\/100) {
  border-color: rgb(241 245 249 / 1);
}
:is(.dark .dark\:border-slate-100\/20) {
  border-color: rgb(241 245 249 / 0.2);
}
:is(.dark .dark\:border-slate-100\/25) {
  border-color: rgb(241 245 249 / 0.25);
}
:is(.dark .dark\:border-slate-100\/30) {
  border-color: rgb(241 245 249 / 0.3);
}
:is(.dark .dark\:border-slate-100\/40) {
  border-color: rgb(241 245 249 / 0.4);
}
:is(.dark .dark\:border-slate-100\/5) {
  border-color: rgb(241 245 249 / 0.05);
}
:is(.dark .dark\:border-slate-100\/50) {
  border-color: rgb(241 245 249 / 0.5);
}
:is(.dark .dark\:border-slate-100\/60) {
  border-color: rgb(241 245 249 / 0.6);
}
:is(.dark .dark\:border-slate-100\/70) {
  border-color: rgb(241 245 249 / 0.7);
}
:is(.dark .dark\:border-slate-100\/75) {
  border-color: rgb(241 245 249 / 0.75);
}
:is(.dark .dark\:border-slate-100\/80) {
  border-color: rgb(241 245 249 / 0.8);
}
:is(.dark .dark\:border-slate-100\/90) {
  border-color: rgb(241 245 249 / 0.9);
}
:is(.dark .dark\:border-slate-100\/95) {
  border-color: rgb(241 245 249 / 0.95);
}
:is(.dark .dark\:border-slate-200) {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-200\/0) {
  border-color: rgb(226 232 240 / 0);
}
:is(.dark .dark\:border-slate-200\/10) {
  border-color: rgb(226 232 240 / 0.1);
}
:is(.dark .dark\:border-slate-200\/100) {
  border-color: rgb(226 232 240 / 1);
}
:is(.dark .dark\:border-slate-200\/20) {
  border-color: rgb(226 232 240 / 0.2);
}
:is(.dark .dark\:border-slate-200\/25) {
  border-color: rgb(226 232 240 / 0.25);
}
:is(.dark .dark\:border-slate-200\/30) {
  border-color: rgb(226 232 240 / 0.3);
}
:is(.dark .dark\:border-slate-200\/40) {
  border-color: rgb(226 232 240 / 0.4);
}
:is(.dark .dark\:border-slate-200\/5) {
  border-color: rgb(226 232 240 / 0.05);
}
:is(.dark .dark\:border-slate-200\/50) {
  border-color: rgb(226 232 240 / 0.5);
}
:is(.dark .dark\:border-slate-200\/60) {
  border-color: rgb(226 232 240 / 0.6);
}
:is(.dark .dark\:border-slate-200\/70) {
  border-color: rgb(226 232 240 / 0.7);
}
:is(.dark .dark\:border-slate-200\/75) {
  border-color: rgb(226 232 240 / 0.75);
}
:is(.dark .dark\:border-slate-200\/80) {
  border-color: rgb(226 232 240 / 0.8);
}
:is(.dark .dark\:border-slate-200\/90) {
  border-color: rgb(226 232 240 / 0.9);
}
:is(.dark .dark\:border-slate-200\/95) {
  border-color: rgb(226 232 240 / 0.95);
}
:is(.dark .dark\:border-slate-300) {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-300\/0) {
  border-color: rgb(203 213 225 / 0);
}
:is(.dark .dark\:border-slate-300\/10) {
  border-color: rgb(203 213 225 / 0.1);
}
:is(.dark .dark\:border-slate-300\/100) {
  border-color: rgb(203 213 225 / 1);
}
:is(.dark .dark\:border-slate-300\/20) {
  border-color: rgb(203 213 225 / 0.2);
}
:is(.dark .dark\:border-slate-300\/25) {
  border-color: rgb(203 213 225 / 0.25);
}
:is(.dark .dark\:border-slate-300\/30) {
  border-color: rgb(203 213 225 / 0.3);
}
:is(.dark .dark\:border-slate-300\/40) {
  border-color: rgb(203 213 225 / 0.4);
}
:is(.dark .dark\:border-slate-300\/5) {
  border-color: rgb(203 213 225 / 0.05);
}
:is(.dark .dark\:border-slate-300\/50) {
  border-color: rgb(203 213 225 / 0.5);
}
:is(.dark .dark\:border-slate-300\/60) {
  border-color: rgb(203 213 225 / 0.6);
}
:is(.dark .dark\:border-slate-300\/70) {
  border-color: rgb(203 213 225 / 0.7);
}
:is(.dark .dark\:border-slate-300\/75) {
  border-color: rgb(203 213 225 / 0.75);
}
:is(.dark .dark\:border-slate-300\/80) {
  border-color: rgb(203 213 225 / 0.8);
}
:is(.dark .dark\:border-slate-300\/90) {
  border-color: rgb(203 213 225 / 0.9);
}
:is(.dark .dark\:border-slate-300\/95) {
  border-color: rgb(203 213 225 / 0.95);
}
:is(.dark .dark\:border-slate-400) {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-400\/0) {
  border-color: rgb(148 163 184 / 0);
}
:is(.dark .dark\:border-slate-400\/10) {
  border-color: rgb(148 163 184 / 0.1);
}
:is(.dark .dark\:border-slate-400\/100) {
  border-color: rgb(148 163 184 / 1);
}
:is(.dark .dark\:border-slate-400\/20) {
  border-color: rgb(148 163 184 / 0.2);
}
:is(.dark .dark\:border-slate-400\/25) {
  border-color: rgb(148 163 184 / 0.25);
}
:is(.dark .dark\:border-slate-400\/30) {
  border-color: rgb(148 163 184 / 0.3);
}
:is(.dark .dark\:border-slate-400\/40) {
  border-color: rgb(148 163 184 / 0.4);
}
:is(.dark .dark\:border-slate-400\/5) {
  border-color: rgb(148 163 184 / 0.05);
}
:is(.dark .dark\:border-slate-400\/50) {
  border-color: rgb(148 163 184 / 0.5);
}
:is(.dark .dark\:border-slate-400\/60) {
  border-color: rgb(148 163 184 / 0.6);
}
:is(.dark .dark\:border-slate-400\/70) {
  border-color: rgb(148 163 184 / 0.7);
}
:is(.dark .dark\:border-slate-400\/75) {
  border-color: rgb(148 163 184 / 0.75);
}
:is(.dark .dark\:border-slate-400\/80) {
  border-color: rgb(148 163 184 / 0.8);
}
:is(.dark .dark\:border-slate-400\/90) {
  border-color: rgb(148 163 184 / 0.9);
}
:is(.dark .dark\:border-slate-400\/95) {
  border-color: rgb(148 163 184 / 0.95);
}
:is(.dark .dark\:border-slate-50) {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-50\/0) {
  border-color: rgb(248 250 252 / 0);
}
:is(.dark .dark\:border-slate-50\/10) {
  border-color: rgb(248 250 252 / 0.1);
}
:is(.dark .dark\:border-slate-50\/100) {
  border-color: rgb(248 250 252 / 1);
}
:is(.dark .dark\:border-slate-50\/20) {
  border-color: rgb(248 250 252 / 0.2);
}
:is(.dark .dark\:border-slate-50\/25) {
  border-color: rgb(248 250 252 / 0.25);
}
:is(.dark .dark\:border-slate-50\/30) {
  border-color: rgb(248 250 252 / 0.3);
}
:is(.dark .dark\:border-slate-50\/40) {
  border-color: rgb(248 250 252 / 0.4);
}
:is(.dark .dark\:border-slate-50\/5) {
  border-color: rgb(248 250 252 / 0.05);
}
:is(.dark .dark\:border-slate-50\/50) {
  border-color: rgb(248 250 252 / 0.5);
}
:is(.dark .dark\:border-slate-50\/60) {
  border-color: rgb(248 250 252 / 0.6);
}
:is(.dark .dark\:border-slate-50\/70) {
  border-color: rgb(248 250 252 / 0.7);
}
:is(.dark .dark\:border-slate-50\/75) {
  border-color: rgb(248 250 252 / 0.75);
}
:is(.dark .dark\:border-slate-50\/80) {
  border-color: rgb(248 250 252 / 0.8);
}
:is(.dark .dark\:border-slate-50\/90) {
  border-color: rgb(248 250 252 / 0.9);
}
:is(.dark .dark\:border-slate-50\/95) {
  border-color: rgb(248 250 252 / 0.95);
}
:is(.dark .dark\:border-slate-500) {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-500\/0) {
  border-color: rgb(100 116 139 / 0);
}
:is(.dark .dark\:border-slate-500\/10) {
  border-color: rgb(100 116 139 / 0.1);
}
:is(.dark .dark\:border-slate-500\/100) {
  border-color: rgb(100 116 139 / 1);
}
:is(.dark .dark\:border-slate-500\/20) {
  border-color: rgb(100 116 139 / 0.2);
}
:is(.dark .dark\:border-slate-500\/25) {
  border-color: rgb(100 116 139 / 0.25);
}
:is(.dark .dark\:border-slate-500\/30) {
  border-color: rgb(100 116 139 / 0.3);
}
:is(.dark .dark\:border-slate-500\/40) {
  border-color: rgb(100 116 139 / 0.4);
}
:is(.dark .dark\:border-slate-500\/5) {
  border-color: rgb(100 116 139 / 0.05);
}
:is(.dark .dark\:border-slate-500\/50) {
  border-color: rgb(100 116 139 / 0.5);
}
:is(.dark .dark\:border-slate-500\/60) {
  border-color: rgb(100 116 139 / 0.6);
}
:is(.dark .dark\:border-slate-500\/70) {
  border-color: rgb(100 116 139 / 0.7);
}
:is(.dark .dark\:border-slate-500\/75) {
  border-color: rgb(100 116 139 / 0.75);
}
:is(.dark .dark\:border-slate-500\/80) {
  border-color: rgb(100 116 139 / 0.8);
}
:is(.dark .dark\:border-slate-500\/90) {
  border-color: rgb(100 116 139 / 0.9);
}
:is(.dark .dark\:border-slate-500\/95) {
  border-color: rgb(100 116 139 / 0.95);
}
:is(.dark .dark\:border-slate-600) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-600\/0) {
  border-color: rgb(71 85 105 / 0);
}
:is(.dark .dark\:border-slate-600\/10) {
  border-color: rgb(71 85 105 / 0.1);
}
:is(.dark .dark\:border-slate-600\/100) {
  border-color: rgb(71 85 105 / 1);
}
:is(.dark .dark\:border-slate-600\/20) {
  border-color: rgb(71 85 105 / 0.2);
}
:is(.dark .dark\:border-slate-600\/25) {
  border-color: rgb(71 85 105 / 0.25);
}
:is(.dark .dark\:border-slate-600\/30) {
  border-color: rgb(71 85 105 / 0.3);
}
:is(.dark .dark\:border-slate-600\/40) {
  border-color: rgb(71 85 105 / 0.4);
}
:is(.dark .dark\:border-slate-600\/5) {
  border-color: rgb(71 85 105 / 0.05);
}
:is(.dark .dark\:border-slate-600\/50) {
  border-color: rgb(71 85 105 / 0.5);
}
:is(.dark .dark\:border-slate-600\/60) {
  border-color: rgb(71 85 105 / 0.6);
}
:is(.dark .dark\:border-slate-600\/70) {
  border-color: rgb(71 85 105 / 0.7);
}
:is(.dark .dark\:border-slate-600\/75) {
  border-color: rgb(71 85 105 / 0.75);
}
:is(.dark .dark\:border-slate-600\/80) {
  border-color: rgb(71 85 105 / 0.8);
}
:is(.dark .dark\:border-slate-600\/90) {
  border-color: rgb(71 85 105 / 0.9);
}
:is(.dark .dark\:border-slate-600\/95) {
  border-color: rgb(71 85 105 / 0.95);
}
:is(.dark .dark\:border-slate-700) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-700\/0) {
  border-color: rgb(51 65 85 / 0);
}
:is(.dark .dark\:border-slate-700\/10) {
  border-color: rgb(51 65 85 / 0.1);
}
:is(.dark .dark\:border-slate-700\/100) {
  border-color: rgb(51 65 85 / 1);
}
:is(.dark .dark\:border-slate-700\/20) {
  border-color: rgb(51 65 85 / 0.2);
}
:is(.dark .dark\:border-slate-700\/25) {
  border-color: rgb(51 65 85 / 0.25);
}
:is(.dark .dark\:border-slate-700\/30) {
  border-color: rgb(51 65 85 / 0.3);
}
:is(.dark .dark\:border-slate-700\/40) {
  border-color: rgb(51 65 85 / 0.4);
}
:is(.dark .dark\:border-slate-700\/5) {
  border-color: rgb(51 65 85 / 0.05);
}
:is(.dark .dark\:border-slate-700\/50) {
  border-color: rgb(51 65 85 / 0.5);
}
:is(.dark .dark\:border-slate-700\/60) {
  border-color: rgb(51 65 85 / 0.6);
}
:is(.dark .dark\:border-slate-700\/70) {
  border-color: rgb(51 65 85 / 0.7);
}
:is(.dark .dark\:border-slate-700\/75) {
  border-color: rgb(51 65 85 / 0.75);
}
:is(.dark .dark\:border-slate-700\/80) {
  border-color: rgb(51 65 85 / 0.8);
}
:is(.dark .dark\:border-slate-700\/90) {
  border-color: rgb(51 65 85 / 0.9);
}
:is(.dark .dark\:border-slate-700\/95) {
  border-color: rgb(51 65 85 / 0.95);
}
:is(.dark .dark\:border-slate-800) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-800\/0) {
  border-color: rgb(30 41 59 / 0);
}
:is(.dark .dark\:border-slate-800\/10) {
  border-color: rgb(30 41 59 / 0.1);
}
:is(.dark .dark\:border-slate-800\/100) {
  border-color: rgb(30 41 59 / 1);
}
:is(.dark .dark\:border-slate-800\/20) {
  border-color: rgb(30 41 59 / 0.2);
}
:is(.dark .dark\:border-slate-800\/25) {
  border-color: rgb(30 41 59 / 0.25);
}
:is(.dark .dark\:border-slate-800\/30) {
  border-color: rgb(30 41 59 / 0.3);
}
:is(.dark .dark\:border-slate-800\/40) {
  border-color: rgb(30 41 59 / 0.4);
}
:is(.dark .dark\:border-slate-800\/5) {
  border-color: rgb(30 41 59 / 0.05);
}
:is(.dark .dark\:border-slate-800\/50) {
  border-color: rgb(30 41 59 / 0.5);
}
:is(.dark .dark\:border-slate-800\/60) {
  border-color: rgb(30 41 59 / 0.6);
}
:is(.dark .dark\:border-slate-800\/70) {
  border-color: rgb(30 41 59 / 0.7);
}
:is(.dark .dark\:border-slate-800\/75) {
  border-color: rgb(30 41 59 / 0.75);
}
:is(.dark .dark\:border-slate-800\/80) {
  border-color: rgb(30 41 59 / 0.8);
}
:is(.dark .dark\:border-slate-800\/90) {
  border-color: rgb(30 41 59 / 0.9);
}
:is(.dark .dark\:border-slate-800\/95) {
  border-color: rgb(30 41 59 / 0.95);
}
:is(.dark .dark\:border-slate-900) {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-900\/0) {
  border-color: rgb(15 23 42 / 0);
}
:is(.dark .dark\:border-slate-900\/10) {
  border-color: rgb(15 23 42 / 0.1);
}
:is(.dark .dark\:border-slate-900\/100) {
  border-color: rgb(15 23 42 / 1);
}
:is(.dark .dark\:border-slate-900\/20) {
  border-color: rgb(15 23 42 / 0.2);
}
:is(.dark .dark\:border-slate-900\/25) {
  border-color: rgb(15 23 42 / 0.25);
}
:is(.dark .dark\:border-slate-900\/30) {
  border-color: rgb(15 23 42 / 0.3);
}
:is(.dark .dark\:border-slate-900\/40) {
  border-color: rgb(15 23 42 / 0.4);
}
:is(.dark .dark\:border-slate-900\/5) {
  border-color: rgb(15 23 42 / 0.05);
}
:is(.dark .dark\:border-slate-900\/50) {
  border-color: rgb(15 23 42 / 0.5);
}
:is(.dark .dark\:border-slate-900\/60) {
  border-color: rgb(15 23 42 / 0.6);
}
:is(.dark .dark\:border-slate-900\/70) {
  border-color: rgb(15 23 42 / 0.7);
}
:is(.dark .dark\:border-slate-900\/75) {
  border-color: rgb(15 23 42 / 0.75);
}
:is(.dark .dark\:border-slate-900\/80) {
  border-color: rgb(15 23 42 / 0.8);
}
:is(.dark .dark\:border-slate-900\/90) {
  border-color: rgb(15 23 42 / 0.9);
}
:is(.dark .dark\:border-slate-900\/95) {
  border-color: rgb(15 23 42 / 0.95);
}
:is(.dark .dark\:border-slate-950) {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-slate-950\/0) {
  border-color: rgb(2 6 23 / 0);
}
:is(.dark .dark\:border-slate-950\/10) {
  border-color: rgb(2 6 23 / 0.1);
}
:is(.dark .dark\:border-slate-950\/100) {
  border-color: rgb(2 6 23 / 1);
}
:is(.dark .dark\:border-slate-950\/20) {
  border-color: rgb(2 6 23 / 0.2);
}
:is(.dark .dark\:border-slate-950\/25) {
  border-color: rgb(2 6 23 / 0.25);
}
:is(.dark .dark\:border-slate-950\/30) {
  border-color: rgb(2 6 23 / 0.3);
}
:is(.dark .dark\:border-slate-950\/40) {
  border-color: rgb(2 6 23 / 0.4);
}
:is(.dark .dark\:border-slate-950\/5) {
  border-color: rgb(2 6 23 / 0.05);
}
:is(.dark .dark\:border-slate-950\/50) {
  border-color: rgb(2 6 23 / 0.5);
}
:is(.dark .dark\:border-slate-950\/60) {
  border-color: rgb(2 6 23 / 0.6);
}
:is(.dark .dark\:border-slate-950\/70) {
  border-color: rgb(2 6 23 / 0.7);
}
:is(.dark .dark\:border-slate-950\/75) {
  border-color: rgb(2 6 23 / 0.75);
}
:is(.dark .dark\:border-slate-950\/80) {
  border-color: rgb(2 6 23 / 0.8);
}
:is(.dark .dark\:border-slate-950\/90) {
  border-color: rgb(2 6 23 / 0.9);
}
:is(.dark .dark\:border-slate-950\/95) {
  border-color: rgb(2 6 23 / 0.95);
}
:is(.dark .dark\:border-stone-100) {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-100\/0) {
  border-color: rgb(245 245 244 / 0);
}
:is(.dark .dark\:border-stone-100\/10) {
  border-color: rgb(245 245 244 / 0.1);
}
:is(.dark .dark\:border-stone-100\/100) {
  border-color: rgb(245 245 244 / 1);
}
:is(.dark .dark\:border-stone-100\/20) {
  border-color: rgb(245 245 244 / 0.2);
}
:is(.dark .dark\:border-stone-100\/25) {
  border-color: rgb(245 245 244 / 0.25);
}
:is(.dark .dark\:border-stone-100\/30) {
  border-color: rgb(245 245 244 / 0.3);
}
:is(.dark .dark\:border-stone-100\/40) {
  border-color: rgb(245 245 244 / 0.4);
}
:is(.dark .dark\:border-stone-100\/5) {
  border-color: rgb(245 245 244 / 0.05);
}
:is(.dark .dark\:border-stone-100\/50) {
  border-color: rgb(245 245 244 / 0.5);
}
:is(.dark .dark\:border-stone-100\/60) {
  border-color: rgb(245 245 244 / 0.6);
}
:is(.dark .dark\:border-stone-100\/70) {
  border-color: rgb(245 245 244 / 0.7);
}
:is(.dark .dark\:border-stone-100\/75) {
  border-color: rgb(245 245 244 / 0.75);
}
:is(.dark .dark\:border-stone-100\/80) {
  border-color: rgb(245 245 244 / 0.8);
}
:is(.dark .dark\:border-stone-100\/90) {
  border-color: rgb(245 245 244 / 0.9);
}
:is(.dark .dark\:border-stone-100\/95) {
  border-color: rgb(245 245 244 / 0.95);
}
:is(.dark .dark\:border-stone-200) {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-200\/0) {
  border-color: rgb(231 229 228 / 0);
}
:is(.dark .dark\:border-stone-200\/10) {
  border-color: rgb(231 229 228 / 0.1);
}
:is(.dark .dark\:border-stone-200\/100) {
  border-color: rgb(231 229 228 / 1);
}
:is(.dark .dark\:border-stone-200\/20) {
  border-color: rgb(231 229 228 / 0.2);
}
:is(.dark .dark\:border-stone-200\/25) {
  border-color: rgb(231 229 228 / 0.25);
}
:is(.dark .dark\:border-stone-200\/30) {
  border-color: rgb(231 229 228 / 0.3);
}
:is(.dark .dark\:border-stone-200\/40) {
  border-color: rgb(231 229 228 / 0.4);
}
:is(.dark .dark\:border-stone-200\/5) {
  border-color: rgb(231 229 228 / 0.05);
}
:is(.dark .dark\:border-stone-200\/50) {
  border-color: rgb(231 229 228 / 0.5);
}
:is(.dark .dark\:border-stone-200\/60) {
  border-color: rgb(231 229 228 / 0.6);
}
:is(.dark .dark\:border-stone-200\/70) {
  border-color: rgb(231 229 228 / 0.7);
}
:is(.dark .dark\:border-stone-200\/75) {
  border-color: rgb(231 229 228 / 0.75);
}
:is(.dark .dark\:border-stone-200\/80) {
  border-color: rgb(231 229 228 / 0.8);
}
:is(.dark .dark\:border-stone-200\/90) {
  border-color: rgb(231 229 228 / 0.9);
}
:is(.dark .dark\:border-stone-200\/95) {
  border-color: rgb(231 229 228 / 0.95);
}
:is(.dark .dark\:border-stone-300) {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-300\/0) {
  border-color: rgb(214 211 209 / 0);
}
:is(.dark .dark\:border-stone-300\/10) {
  border-color: rgb(214 211 209 / 0.1);
}
:is(.dark .dark\:border-stone-300\/100) {
  border-color: rgb(214 211 209 / 1);
}
:is(.dark .dark\:border-stone-300\/20) {
  border-color: rgb(214 211 209 / 0.2);
}
:is(.dark .dark\:border-stone-300\/25) {
  border-color: rgb(214 211 209 / 0.25);
}
:is(.dark .dark\:border-stone-300\/30) {
  border-color: rgb(214 211 209 / 0.3);
}
:is(.dark .dark\:border-stone-300\/40) {
  border-color: rgb(214 211 209 / 0.4);
}
:is(.dark .dark\:border-stone-300\/5) {
  border-color: rgb(214 211 209 / 0.05);
}
:is(.dark .dark\:border-stone-300\/50) {
  border-color: rgb(214 211 209 / 0.5);
}
:is(.dark .dark\:border-stone-300\/60) {
  border-color: rgb(214 211 209 / 0.6);
}
:is(.dark .dark\:border-stone-300\/70) {
  border-color: rgb(214 211 209 / 0.7);
}
:is(.dark .dark\:border-stone-300\/75) {
  border-color: rgb(214 211 209 / 0.75);
}
:is(.dark .dark\:border-stone-300\/80) {
  border-color: rgb(214 211 209 / 0.8);
}
:is(.dark .dark\:border-stone-300\/90) {
  border-color: rgb(214 211 209 / 0.9);
}
:is(.dark .dark\:border-stone-300\/95) {
  border-color: rgb(214 211 209 / 0.95);
}
:is(.dark .dark\:border-stone-400) {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-400\/0) {
  border-color: rgb(168 162 158 / 0);
}
:is(.dark .dark\:border-stone-400\/10) {
  border-color: rgb(168 162 158 / 0.1);
}
:is(.dark .dark\:border-stone-400\/100) {
  border-color: rgb(168 162 158 / 1);
}
:is(.dark .dark\:border-stone-400\/20) {
  border-color: rgb(168 162 158 / 0.2);
}
:is(.dark .dark\:border-stone-400\/25) {
  border-color: rgb(168 162 158 / 0.25);
}
:is(.dark .dark\:border-stone-400\/30) {
  border-color: rgb(168 162 158 / 0.3);
}
:is(.dark .dark\:border-stone-400\/40) {
  border-color: rgb(168 162 158 / 0.4);
}
:is(.dark .dark\:border-stone-400\/5) {
  border-color: rgb(168 162 158 / 0.05);
}
:is(.dark .dark\:border-stone-400\/50) {
  border-color: rgb(168 162 158 / 0.5);
}
:is(.dark .dark\:border-stone-400\/60) {
  border-color: rgb(168 162 158 / 0.6);
}
:is(.dark .dark\:border-stone-400\/70) {
  border-color: rgb(168 162 158 / 0.7);
}
:is(.dark .dark\:border-stone-400\/75) {
  border-color: rgb(168 162 158 / 0.75);
}
:is(.dark .dark\:border-stone-400\/80) {
  border-color: rgb(168 162 158 / 0.8);
}
:is(.dark .dark\:border-stone-400\/90) {
  border-color: rgb(168 162 158 / 0.9);
}
:is(.dark .dark\:border-stone-400\/95) {
  border-color: rgb(168 162 158 / 0.95);
}
:is(.dark .dark\:border-stone-50) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-50\/0) {
  border-color: rgb(250 250 249 / 0);
}
:is(.dark .dark\:border-stone-50\/10) {
  border-color: rgb(250 250 249 / 0.1);
}
:is(.dark .dark\:border-stone-50\/100) {
  border-color: rgb(250 250 249 / 1);
}
:is(.dark .dark\:border-stone-50\/20) {
  border-color: rgb(250 250 249 / 0.2);
}
:is(.dark .dark\:border-stone-50\/25) {
  border-color: rgb(250 250 249 / 0.25);
}
:is(.dark .dark\:border-stone-50\/30) {
  border-color: rgb(250 250 249 / 0.3);
}
:is(.dark .dark\:border-stone-50\/40) {
  border-color: rgb(250 250 249 / 0.4);
}
:is(.dark .dark\:border-stone-50\/5) {
  border-color: rgb(250 250 249 / 0.05);
}
:is(.dark .dark\:border-stone-50\/50) {
  border-color: rgb(250 250 249 / 0.5);
}
:is(.dark .dark\:border-stone-50\/60) {
  border-color: rgb(250 250 249 / 0.6);
}
:is(.dark .dark\:border-stone-50\/70) {
  border-color: rgb(250 250 249 / 0.7);
}
:is(.dark .dark\:border-stone-50\/75) {
  border-color: rgb(250 250 249 / 0.75);
}
:is(.dark .dark\:border-stone-50\/80) {
  border-color: rgb(250 250 249 / 0.8);
}
:is(.dark .dark\:border-stone-50\/90) {
  border-color: rgb(250 250 249 / 0.9);
}
:is(.dark .dark\:border-stone-50\/95) {
  border-color: rgb(250 250 249 / 0.95);
}
:is(.dark .dark\:border-stone-500) {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-500\/0) {
  border-color: rgb(120 113 108 / 0);
}
:is(.dark .dark\:border-stone-500\/10) {
  border-color: rgb(120 113 108 / 0.1);
}
:is(.dark .dark\:border-stone-500\/100) {
  border-color: rgb(120 113 108 / 1);
}
:is(.dark .dark\:border-stone-500\/20) {
  border-color: rgb(120 113 108 / 0.2);
}
:is(.dark .dark\:border-stone-500\/25) {
  border-color: rgb(120 113 108 / 0.25);
}
:is(.dark .dark\:border-stone-500\/30) {
  border-color: rgb(120 113 108 / 0.3);
}
:is(.dark .dark\:border-stone-500\/40) {
  border-color: rgb(120 113 108 / 0.4);
}
:is(.dark .dark\:border-stone-500\/5) {
  border-color: rgb(120 113 108 / 0.05);
}
:is(.dark .dark\:border-stone-500\/50) {
  border-color: rgb(120 113 108 / 0.5);
}
:is(.dark .dark\:border-stone-500\/60) {
  border-color: rgb(120 113 108 / 0.6);
}
:is(.dark .dark\:border-stone-500\/70) {
  border-color: rgb(120 113 108 / 0.7);
}
:is(.dark .dark\:border-stone-500\/75) {
  border-color: rgb(120 113 108 / 0.75);
}
:is(.dark .dark\:border-stone-500\/80) {
  border-color: rgb(120 113 108 / 0.8);
}
:is(.dark .dark\:border-stone-500\/90) {
  border-color: rgb(120 113 108 / 0.9);
}
:is(.dark .dark\:border-stone-500\/95) {
  border-color: rgb(120 113 108 / 0.95);
}
:is(.dark .dark\:border-stone-600) {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-600\/0) {
  border-color: rgb(87 83 78 / 0);
}
:is(.dark .dark\:border-stone-600\/10) {
  border-color: rgb(87 83 78 / 0.1);
}
:is(.dark .dark\:border-stone-600\/100) {
  border-color: rgb(87 83 78 / 1);
}
:is(.dark .dark\:border-stone-600\/20) {
  border-color: rgb(87 83 78 / 0.2);
}
:is(.dark .dark\:border-stone-600\/25) {
  border-color: rgb(87 83 78 / 0.25);
}
:is(.dark .dark\:border-stone-600\/30) {
  border-color: rgb(87 83 78 / 0.3);
}
:is(.dark .dark\:border-stone-600\/40) {
  border-color: rgb(87 83 78 / 0.4);
}
:is(.dark .dark\:border-stone-600\/5) {
  border-color: rgb(87 83 78 / 0.05);
}
:is(.dark .dark\:border-stone-600\/50) {
  border-color: rgb(87 83 78 / 0.5);
}
:is(.dark .dark\:border-stone-600\/60) {
  border-color: rgb(87 83 78 / 0.6);
}
:is(.dark .dark\:border-stone-600\/70) {
  border-color: rgb(87 83 78 / 0.7);
}
:is(.dark .dark\:border-stone-600\/75) {
  border-color: rgb(87 83 78 / 0.75);
}
:is(.dark .dark\:border-stone-600\/80) {
  border-color: rgb(87 83 78 / 0.8);
}
:is(.dark .dark\:border-stone-600\/90) {
  border-color: rgb(87 83 78 / 0.9);
}
:is(.dark .dark\:border-stone-600\/95) {
  border-color: rgb(87 83 78 / 0.95);
}
:is(.dark .dark\:border-stone-700) {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-700\/0) {
  border-color: rgb(68 64 60 / 0);
}
:is(.dark .dark\:border-stone-700\/10) {
  border-color: rgb(68 64 60 / 0.1);
}
:is(.dark .dark\:border-stone-700\/100) {
  border-color: rgb(68 64 60 / 1);
}
:is(.dark .dark\:border-stone-700\/20) {
  border-color: rgb(68 64 60 / 0.2);
}
:is(.dark .dark\:border-stone-700\/25) {
  border-color: rgb(68 64 60 / 0.25);
}
:is(.dark .dark\:border-stone-700\/30) {
  border-color: rgb(68 64 60 / 0.3);
}
:is(.dark .dark\:border-stone-700\/40) {
  border-color: rgb(68 64 60 / 0.4);
}
:is(.dark .dark\:border-stone-700\/5) {
  border-color: rgb(68 64 60 / 0.05);
}
:is(.dark .dark\:border-stone-700\/50) {
  border-color: rgb(68 64 60 / 0.5);
}
:is(.dark .dark\:border-stone-700\/60) {
  border-color: rgb(68 64 60 / 0.6);
}
:is(.dark .dark\:border-stone-700\/70) {
  border-color: rgb(68 64 60 / 0.7);
}
:is(.dark .dark\:border-stone-700\/75) {
  border-color: rgb(68 64 60 / 0.75);
}
:is(.dark .dark\:border-stone-700\/80) {
  border-color: rgb(68 64 60 / 0.8);
}
:is(.dark .dark\:border-stone-700\/90) {
  border-color: rgb(68 64 60 / 0.9);
}
:is(.dark .dark\:border-stone-700\/95) {
  border-color: rgb(68 64 60 / 0.95);
}
:is(.dark .dark\:border-stone-800) {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-800\/0) {
  border-color: rgb(41 37 36 / 0);
}
:is(.dark .dark\:border-stone-800\/10) {
  border-color: rgb(41 37 36 / 0.1);
}
:is(.dark .dark\:border-stone-800\/100) {
  border-color: rgb(41 37 36 / 1);
}
:is(.dark .dark\:border-stone-800\/20) {
  border-color: rgb(41 37 36 / 0.2);
}
:is(.dark .dark\:border-stone-800\/25) {
  border-color: rgb(41 37 36 / 0.25);
}
:is(.dark .dark\:border-stone-800\/30) {
  border-color: rgb(41 37 36 / 0.3);
}
:is(.dark .dark\:border-stone-800\/40) {
  border-color: rgb(41 37 36 / 0.4);
}
:is(.dark .dark\:border-stone-800\/5) {
  border-color: rgb(41 37 36 / 0.05);
}
:is(.dark .dark\:border-stone-800\/50) {
  border-color: rgb(41 37 36 / 0.5);
}
:is(.dark .dark\:border-stone-800\/60) {
  border-color: rgb(41 37 36 / 0.6);
}
:is(.dark .dark\:border-stone-800\/70) {
  border-color: rgb(41 37 36 / 0.7);
}
:is(.dark .dark\:border-stone-800\/75) {
  border-color: rgb(41 37 36 / 0.75);
}
:is(.dark .dark\:border-stone-800\/80) {
  border-color: rgb(41 37 36 / 0.8);
}
:is(.dark .dark\:border-stone-800\/90) {
  border-color: rgb(41 37 36 / 0.9);
}
:is(.dark .dark\:border-stone-800\/95) {
  border-color: rgb(41 37 36 / 0.95);
}
:is(.dark .dark\:border-stone-900) {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-900\/0) {
  border-color: rgb(28 25 23 / 0);
}
:is(.dark .dark\:border-stone-900\/10) {
  border-color: rgb(28 25 23 / 0.1);
}
:is(.dark .dark\:border-stone-900\/100) {
  border-color: rgb(28 25 23 / 1);
}
:is(.dark .dark\:border-stone-900\/20) {
  border-color: rgb(28 25 23 / 0.2);
}
:is(.dark .dark\:border-stone-900\/25) {
  border-color: rgb(28 25 23 / 0.25);
}
:is(.dark .dark\:border-stone-900\/30) {
  border-color: rgb(28 25 23 / 0.3);
}
:is(.dark .dark\:border-stone-900\/40) {
  border-color: rgb(28 25 23 / 0.4);
}
:is(.dark .dark\:border-stone-900\/5) {
  border-color: rgb(28 25 23 / 0.05);
}
:is(.dark .dark\:border-stone-900\/50) {
  border-color: rgb(28 25 23 / 0.5);
}
:is(.dark .dark\:border-stone-900\/60) {
  border-color: rgb(28 25 23 / 0.6);
}
:is(.dark .dark\:border-stone-900\/70) {
  border-color: rgb(28 25 23 / 0.7);
}
:is(.dark .dark\:border-stone-900\/75) {
  border-color: rgb(28 25 23 / 0.75);
}
:is(.dark .dark\:border-stone-900\/80) {
  border-color: rgb(28 25 23 / 0.8);
}
:is(.dark .dark\:border-stone-900\/90) {
  border-color: rgb(28 25 23 / 0.9);
}
:is(.dark .dark\:border-stone-900\/95) {
  border-color: rgb(28 25 23 / 0.95);
}
:is(.dark .dark\:border-stone-950) {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-stone-950\/0) {
  border-color: rgb(12 10 9 / 0);
}
:is(.dark .dark\:border-stone-950\/10) {
  border-color: rgb(12 10 9 / 0.1);
}
:is(.dark .dark\:border-stone-950\/100) {
  border-color: rgb(12 10 9 / 1);
}
:is(.dark .dark\:border-stone-950\/20) {
  border-color: rgb(12 10 9 / 0.2);
}
:is(.dark .dark\:border-stone-950\/25) {
  border-color: rgb(12 10 9 / 0.25);
}
:is(.dark .dark\:border-stone-950\/30) {
  border-color: rgb(12 10 9 / 0.3);
}
:is(.dark .dark\:border-stone-950\/40) {
  border-color: rgb(12 10 9 / 0.4);
}
:is(.dark .dark\:border-stone-950\/5) {
  border-color: rgb(12 10 9 / 0.05);
}
:is(.dark .dark\:border-stone-950\/50) {
  border-color: rgb(12 10 9 / 0.5);
}
:is(.dark .dark\:border-stone-950\/60) {
  border-color: rgb(12 10 9 / 0.6);
}
:is(.dark .dark\:border-stone-950\/70) {
  border-color: rgb(12 10 9 / 0.7);
}
:is(.dark .dark\:border-stone-950\/75) {
  border-color: rgb(12 10 9 / 0.75);
}
:is(.dark .dark\:border-stone-950\/80) {
  border-color: rgb(12 10 9 / 0.8);
}
:is(.dark .dark\:border-stone-950\/90) {
  border-color: rgb(12 10 9 / 0.9);
}
:is(.dark .dark\:border-stone-950\/95) {
  border-color: rgb(12 10 9 / 0.95);
}
:is(.dark .dark\:border-teal-100) {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-100\/0) {
  border-color: rgb(204 251 241 / 0);
}
:is(.dark .dark\:border-teal-100\/10) {
  border-color: rgb(204 251 241 / 0.1);
}
:is(.dark .dark\:border-teal-100\/100) {
  border-color: rgb(204 251 241 / 1);
}
:is(.dark .dark\:border-teal-100\/20) {
  border-color: rgb(204 251 241 / 0.2);
}
:is(.dark .dark\:border-teal-100\/25) {
  border-color: rgb(204 251 241 / 0.25);
}
:is(.dark .dark\:border-teal-100\/30) {
  border-color: rgb(204 251 241 / 0.3);
}
:is(.dark .dark\:border-teal-100\/40) {
  border-color: rgb(204 251 241 / 0.4);
}
:is(.dark .dark\:border-teal-100\/5) {
  border-color: rgb(204 251 241 / 0.05);
}
:is(.dark .dark\:border-teal-100\/50) {
  border-color: rgb(204 251 241 / 0.5);
}
:is(.dark .dark\:border-teal-100\/60) {
  border-color: rgb(204 251 241 / 0.6);
}
:is(.dark .dark\:border-teal-100\/70) {
  border-color: rgb(204 251 241 / 0.7);
}
:is(.dark .dark\:border-teal-100\/75) {
  border-color: rgb(204 251 241 / 0.75);
}
:is(.dark .dark\:border-teal-100\/80) {
  border-color: rgb(204 251 241 / 0.8);
}
:is(.dark .dark\:border-teal-100\/90) {
  border-color: rgb(204 251 241 / 0.9);
}
:is(.dark .dark\:border-teal-100\/95) {
  border-color: rgb(204 251 241 / 0.95);
}
:is(.dark .dark\:border-teal-200) {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-200\/0) {
  border-color: rgb(153 246 228 / 0);
}
:is(.dark .dark\:border-teal-200\/10) {
  border-color: rgb(153 246 228 / 0.1);
}
:is(.dark .dark\:border-teal-200\/100) {
  border-color: rgb(153 246 228 / 1);
}
:is(.dark .dark\:border-teal-200\/20) {
  border-color: rgb(153 246 228 / 0.2);
}
:is(.dark .dark\:border-teal-200\/25) {
  border-color: rgb(153 246 228 / 0.25);
}
:is(.dark .dark\:border-teal-200\/30) {
  border-color: rgb(153 246 228 / 0.3);
}
:is(.dark .dark\:border-teal-200\/40) {
  border-color: rgb(153 246 228 / 0.4);
}
:is(.dark .dark\:border-teal-200\/5) {
  border-color: rgb(153 246 228 / 0.05);
}
:is(.dark .dark\:border-teal-200\/50) {
  border-color: rgb(153 246 228 / 0.5);
}
:is(.dark .dark\:border-teal-200\/60) {
  border-color: rgb(153 246 228 / 0.6);
}
:is(.dark .dark\:border-teal-200\/70) {
  border-color: rgb(153 246 228 / 0.7);
}
:is(.dark .dark\:border-teal-200\/75) {
  border-color: rgb(153 246 228 / 0.75);
}
:is(.dark .dark\:border-teal-200\/80) {
  border-color: rgb(153 246 228 / 0.8);
}
:is(.dark .dark\:border-teal-200\/90) {
  border-color: rgb(153 246 228 / 0.9);
}
:is(.dark .dark\:border-teal-200\/95) {
  border-color: rgb(153 246 228 / 0.95);
}
:is(.dark .dark\:border-teal-300) {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-300\/0) {
  border-color: rgb(94 234 212 / 0);
}
:is(.dark .dark\:border-teal-300\/10) {
  border-color: rgb(94 234 212 / 0.1);
}
:is(.dark .dark\:border-teal-300\/100) {
  border-color: rgb(94 234 212 / 1);
}
:is(.dark .dark\:border-teal-300\/20) {
  border-color: rgb(94 234 212 / 0.2);
}
:is(.dark .dark\:border-teal-300\/25) {
  border-color: rgb(94 234 212 / 0.25);
}
:is(.dark .dark\:border-teal-300\/30) {
  border-color: rgb(94 234 212 / 0.3);
}
:is(.dark .dark\:border-teal-300\/40) {
  border-color: rgb(94 234 212 / 0.4);
}
:is(.dark .dark\:border-teal-300\/5) {
  border-color: rgb(94 234 212 / 0.05);
}
:is(.dark .dark\:border-teal-300\/50) {
  border-color: rgb(94 234 212 / 0.5);
}
:is(.dark .dark\:border-teal-300\/60) {
  border-color: rgb(94 234 212 / 0.6);
}
:is(.dark .dark\:border-teal-300\/70) {
  border-color: rgb(94 234 212 / 0.7);
}
:is(.dark .dark\:border-teal-300\/75) {
  border-color: rgb(94 234 212 / 0.75);
}
:is(.dark .dark\:border-teal-300\/80) {
  border-color: rgb(94 234 212 / 0.8);
}
:is(.dark .dark\:border-teal-300\/90) {
  border-color: rgb(94 234 212 / 0.9);
}
:is(.dark .dark\:border-teal-300\/95) {
  border-color: rgb(94 234 212 / 0.95);
}
:is(.dark .dark\:border-teal-400) {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-400\/0) {
  border-color: rgb(45 212 191 / 0);
}
:is(.dark .dark\:border-teal-400\/10) {
  border-color: rgb(45 212 191 / 0.1);
}
:is(.dark .dark\:border-teal-400\/100) {
  border-color: rgb(45 212 191 / 1);
}
:is(.dark .dark\:border-teal-400\/20) {
  border-color: rgb(45 212 191 / 0.2);
}
:is(.dark .dark\:border-teal-400\/25) {
  border-color: rgb(45 212 191 / 0.25);
}
:is(.dark .dark\:border-teal-400\/30) {
  border-color: rgb(45 212 191 / 0.3);
}
:is(.dark .dark\:border-teal-400\/40) {
  border-color: rgb(45 212 191 / 0.4);
}
:is(.dark .dark\:border-teal-400\/5) {
  border-color: rgb(45 212 191 / 0.05);
}
:is(.dark .dark\:border-teal-400\/50) {
  border-color: rgb(45 212 191 / 0.5);
}
:is(.dark .dark\:border-teal-400\/60) {
  border-color: rgb(45 212 191 / 0.6);
}
:is(.dark .dark\:border-teal-400\/70) {
  border-color: rgb(45 212 191 / 0.7);
}
:is(.dark .dark\:border-teal-400\/75) {
  border-color: rgb(45 212 191 / 0.75);
}
:is(.dark .dark\:border-teal-400\/80) {
  border-color: rgb(45 212 191 / 0.8);
}
:is(.dark .dark\:border-teal-400\/90) {
  border-color: rgb(45 212 191 / 0.9);
}
:is(.dark .dark\:border-teal-400\/95) {
  border-color: rgb(45 212 191 / 0.95);
}
:is(.dark .dark\:border-teal-50) {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-50\/0) {
  border-color: rgb(240 253 250 / 0);
}
:is(.dark .dark\:border-teal-50\/10) {
  border-color: rgb(240 253 250 / 0.1);
}
:is(.dark .dark\:border-teal-50\/100) {
  border-color: rgb(240 253 250 / 1);
}
:is(.dark .dark\:border-teal-50\/20) {
  border-color: rgb(240 253 250 / 0.2);
}
:is(.dark .dark\:border-teal-50\/25) {
  border-color: rgb(240 253 250 / 0.25);
}
:is(.dark .dark\:border-teal-50\/30) {
  border-color: rgb(240 253 250 / 0.3);
}
:is(.dark .dark\:border-teal-50\/40) {
  border-color: rgb(240 253 250 / 0.4);
}
:is(.dark .dark\:border-teal-50\/5) {
  border-color: rgb(240 253 250 / 0.05);
}
:is(.dark .dark\:border-teal-50\/50) {
  border-color: rgb(240 253 250 / 0.5);
}
:is(.dark .dark\:border-teal-50\/60) {
  border-color: rgb(240 253 250 / 0.6);
}
:is(.dark .dark\:border-teal-50\/70) {
  border-color: rgb(240 253 250 / 0.7);
}
:is(.dark .dark\:border-teal-50\/75) {
  border-color: rgb(240 253 250 / 0.75);
}
:is(.dark .dark\:border-teal-50\/80) {
  border-color: rgb(240 253 250 / 0.8);
}
:is(.dark .dark\:border-teal-50\/90) {
  border-color: rgb(240 253 250 / 0.9);
}
:is(.dark .dark\:border-teal-50\/95) {
  border-color: rgb(240 253 250 / 0.95);
}
:is(.dark .dark\:border-teal-500) {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-500\/0) {
  border-color: rgb(20 184 166 / 0);
}
:is(.dark .dark\:border-teal-500\/10) {
  border-color: rgb(20 184 166 / 0.1);
}
:is(.dark .dark\:border-teal-500\/100) {
  border-color: rgb(20 184 166 / 1);
}
:is(.dark .dark\:border-teal-500\/20) {
  border-color: rgb(20 184 166 / 0.2);
}
:is(.dark .dark\:border-teal-500\/25) {
  border-color: rgb(20 184 166 / 0.25);
}
:is(.dark .dark\:border-teal-500\/30) {
  border-color: rgb(20 184 166 / 0.3);
}
:is(.dark .dark\:border-teal-500\/40) {
  border-color: rgb(20 184 166 / 0.4);
}
:is(.dark .dark\:border-teal-500\/5) {
  border-color: rgb(20 184 166 / 0.05);
}
:is(.dark .dark\:border-teal-500\/50) {
  border-color: rgb(20 184 166 / 0.5);
}
:is(.dark .dark\:border-teal-500\/60) {
  border-color: rgb(20 184 166 / 0.6);
}
:is(.dark .dark\:border-teal-500\/70) {
  border-color: rgb(20 184 166 / 0.7);
}
:is(.dark .dark\:border-teal-500\/75) {
  border-color: rgb(20 184 166 / 0.75);
}
:is(.dark .dark\:border-teal-500\/80) {
  border-color: rgb(20 184 166 / 0.8);
}
:is(.dark .dark\:border-teal-500\/90) {
  border-color: rgb(20 184 166 / 0.9);
}
:is(.dark .dark\:border-teal-500\/95) {
  border-color: rgb(20 184 166 / 0.95);
}
:is(.dark .dark\:border-teal-600) {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-600\/0) {
  border-color: rgb(13 148 136 / 0);
}
:is(.dark .dark\:border-teal-600\/10) {
  border-color: rgb(13 148 136 / 0.1);
}
:is(.dark .dark\:border-teal-600\/100) {
  border-color: rgb(13 148 136 / 1);
}
:is(.dark .dark\:border-teal-600\/20) {
  border-color: rgb(13 148 136 / 0.2);
}
:is(.dark .dark\:border-teal-600\/25) {
  border-color: rgb(13 148 136 / 0.25);
}
:is(.dark .dark\:border-teal-600\/30) {
  border-color: rgb(13 148 136 / 0.3);
}
:is(.dark .dark\:border-teal-600\/40) {
  border-color: rgb(13 148 136 / 0.4);
}
:is(.dark .dark\:border-teal-600\/5) {
  border-color: rgb(13 148 136 / 0.05);
}
:is(.dark .dark\:border-teal-600\/50) {
  border-color: rgb(13 148 136 / 0.5);
}
:is(.dark .dark\:border-teal-600\/60) {
  border-color: rgb(13 148 136 / 0.6);
}
:is(.dark .dark\:border-teal-600\/70) {
  border-color: rgb(13 148 136 / 0.7);
}
:is(.dark .dark\:border-teal-600\/75) {
  border-color: rgb(13 148 136 / 0.75);
}
:is(.dark .dark\:border-teal-600\/80) {
  border-color: rgb(13 148 136 / 0.8);
}
:is(.dark .dark\:border-teal-600\/90) {
  border-color: rgb(13 148 136 / 0.9);
}
:is(.dark .dark\:border-teal-600\/95) {
  border-color: rgb(13 148 136 / 0.95);
}
:is(.dark .dark\:border-teal-700) {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-700\/0) {
  border-color: rgb(15 118 110 / 0);
}
:is(.dark .dark\:border-teal-700\/10) {
  border-color: rgb(15 118 110 / 0.1);
}
:is(.dark .dark\:border-teal-700\/100) {
  border-color: rgb(15 118 110 / 1);
}
:is(.dark .dark\:border-teal-700\/20) {
  border-color: rgb(15 118 110 / 0.2);
}
:is(.dark .dark\:border-teal-700\/25) {
  border-color: rgb(15 118 110 / 0.25);
}
:is(.dark .dark\:border-teal-700\/30) {
  border-color: rgb(15 118 110 / 0.3);
}
:is(.dark .dark\:border-teal-700\/40) {
  border-color: rgb(15 118 110 / 0.4);
}
:is(.dark .dark\:border-teal-700\/5) {
  border-color: rgb(15 118 110 / 0.05);
}
:is(.dark .dark\:border-teal-700\/50) {
  border-color: rgb(15 118 110 / 0.5);
}
:is(.dark .dark\:border-teal-700\/60) {
  border-color: rgb(15 118 110 / 0.6);
}
:is(.dark .dark\:border-teal-700\/70) {
  border-color: rgb(15 118 110 / 0.7);
}
:is(.dark .dark\:border-teal-700\/75) {
  border-color: rgb(15 118 110 / 0.75);
}
:is(.dark .dark\:border-teal-700\/80) {
  border-color: rgb(15 118 110 / 0.8);
}
:is(.dark .dark\:border-teal-700\/90) {
  border-color: rgb(15 118 110 / 0.9);
}
:is(.dark .dark\:border-teal-700\/95) {
  border-color: rgb(15 118 110 / 0.95);
}
:is(.dark .dark\:border-teal-800) {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-800\/0) {
  border-color: rgb(17 94 89 / 0);
}
:is(.dark .dark\:border-teal-800\/10) {
  border-color: rgb(17 94 89 / 0.1);
}
:is(.dark .dark\:border-teal-800\/100) {
  border-color: rgb(17 94 89 / 1);
}
:is(.dark .dark\:border-teal-800\/20) {
  border-color: rgb(17 94 89 / 0.2);
}
:is(.dark .dark\:border-teal-800\/25) {
  border-color: rgb(17 94 89 / 0.25);
}
:is(.dark .dark\:border-teal-800\/30) {
  border-color: rgb(17 94 89 / 0.3);
}
:is(.dark .dark\:border-teal-800\/40) {
  border-color: rgb(17 94 89 / 0.4);
}
:is(.dark .dark\:border-teal-800\/5) {
  border-color: rgb(17 94 89 / 0.05);
}
:is(.dark .dark\:border-teal-800\/50) {
  border-color: rgb(17 94 89 / 0.5);
}
:is(.dark .dark\:border-teal-800\/60) {
  border-color: rgb(17 94 89 / 0.6);
}
:is(.dark .dark\:border-teal-800\/70) {
  border-color: rgb(17 94 89 / 0.7);
}
:is(.dark .dark\:border-teal-800\/75) {
  border-color: rgb(17 94 89 / 0.75);
}
:is(.dark .dark\:border-teal-800\/80) {
  border-color: rgb(17 94 89 / 0.8);
}
:is(.dark .dark\:border-teal-800\/90) {
  border-color: rgb(17 94 89 / 0.9);
}
:is(.dark .dark\:border-teal-800\/95) {
  border-color: rgb(17 94 89 / 0.95);
}
:is(.dark .dark\:border-teal-900) {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-900\/0) {
  border-color: rgb(19 78 74 / 0);
}
:is(.dark .dark\:border-teal-900\/10) {
  border-color: rgb(19 78 74 / 0.1);
}
:is(.dark .dark\:border-teal-900\/100) {
  border-color: rgb(19 78 74 / 1);
}
:is(.dark .dark\:border-teal-900\/20) {
  border-color: rgb(19 78 74 / 0.2);
}
:is(.dark .dark\:border-teal-900\/25) {
  border-color: rgb(19 78 74 / 0.25);
}
:is(.dark .dark\:border-teal-900\/30) {
  border-color: rgb(19 78 74 / 0.3);
}
:is(.dark .dark\:border-teal-900\/40) {
  border-color: rgb(19 78 74 / 0.4);
}
:is(.dark .dark\:border-teal-900\/5) {
  border-color: rgb(19 78 74 / 0.05);
}
:is(.dark .dark\:border-teal-900\/50) {
  border-color: rgb(19 78 74 / 0.5);
}
:is(.dark .dark\:border-teal-900\/60) {
  border-color: rgb(19 78 74 / 0.6);
}
:is(.dark .dark\:border-teal-900\/70) {
  border-color: rgb(19 78 74 / 0.7);
}
:is(.dark .dark\:border-teal-900\/75) {
  border-color: rgb(19 78 74 / 0.75);
}
:is(.dark .dark\:border-teal-900\/80) {
  border-color: rgb(19 78 74 / 0.8);
}
:is(.dark .dark\:border-teal-900\/90) {
  border-color: rgb(19 78 74 / 0.9);
}
:is(.dark .dark\:border-teal-900\/95) {
  border-color: rgb(19 78 74 / 0.95);
}
:is(.dark .dark\:border-teal-950) {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-teal-950\/0) {
  border-color: rgb(4 47 46 / 0);
}
:is(.dark .dark\:border-teal-950\/10) {
  border-color: rgb(4 47 46 / 0.1);
}
:is(.dark .dark\:border-teal-950\/100) {
  border-color: rgb(4 47 46 / 1);
}
:is(.dark .dark\:border-teal-950\/20) {
  border-color: rgb(4 47 46 / 0.2);
}
:is(.dark .dark\:border-teal-950\/25) {
  border-color: rgb(4 47 46 / 0.25);
}
:is(.dark .dark\:border-teal-950\/30) {
  border-color: rgb(4 47 46 / 0.3);
}
:is(.dark .dark\:border-teal-950\/40) {
  border-color: rgb(4 47 46 / 0.4);
}
:is(.dark .dark\:border-teal-950\/5) {
  border-color: rgb(4 47 46 / 0.05);
}
:is(.dark .dark\:border-teal-950\/50) {
  border-color: rgb(4 47 46 / 0.5);
}
:is(.dark .dark\:border-teal-950\/60) {
  border-color: rgb(4 47 46 / 0.6);
}
:is(.dark .dark\:border-teal-950\/70) {
  border-color: rgb(4 47 46 / 0.7);
}
:is(.dark .dark\:border-teal-950\/75) {
  border-color: rgb(4 47 46 / 0.75);
}
:is(.dark .dark\:border-teal-950\/80) {
  border-color: rgb(4 47 46 / 0.8);
}
:is(.dark .dark\:border-teal-950\/90) {
  border-color: rgb(4 47 46 / 0.9);
}
:is(.dark .dark\:border-teal-950\/95) {
  border-color: rgb(4 47 46 / 0.95);
}
:is(.dark .dark\:border-violet-100) {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-100\/0) {
  border-color: rgb(237 233 254 / 0);
}
:is(.dark .dark\:border-violet-100\/10) {
  border-color: rgb(237 233 254 / 0.1);
}
:is(.dark .dark\:border-violet-100\/100) {
  border-color: rgb(237 233 254 / 1);
}
:is(.dark .dark\:border-violet-100\/20) {
  border-color: rgb(237 233 254 / 0.2);
}
:is(.dark .dark\:border-violet-100\/25) {
  border-color: rgb(237 233 254 / 0.25);
}
:is(.dark .dark\:border-violet-100\/30) {
  border-color: rgb(237 233 254 / 0.3);
}
:is(.dark .dark\:border-violet-100\/40) {
  border-color: rgb(237 233 254 / 0.4);
}
:is(.dark .dark\:border-violet-100\/5) {
  border-color: rgb(237 233 254 / 0.05);
}
:is(.dark .dark\:border-violet-100\/50) {
  border-color: rgb(237 233 254 / 0.5);
}
:is(.dark .dark\:border-violet-100\/60) {
  border-color: rgb(237 233 254 / 0.6);
}
:is(.dark .dark\:border-violet-100\/70) {
  border-color: rgb(237 233 254 / 0.7);
}
:is(.dark .dark\:border-violet-100\/75) {
  border-color: rgb(237 233 254 / 0.75);
}
:is(.dark .dark\:border-violet-100\/80) {
  border-color: rgb(237 233 254 / 0.8);
}
:is(.dark .dark\:border-violet-100\/90) {
  border-color: rgb(237 233 254 / 0.9);
}
:is(.dark .dark\:border-violet-100\/95) {
  border-color: rgb(237 233 254 / 0.95);
}
:is(.dark .dark\:border-violet-200) {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-200\/0) {
  border-color: rgb(221 214 254 / 0);
}
:is(.dark .dark\:border-violet-200\/10) {
  border-color: rgb(221 214 254 / 0.1);
}
:is(.dark .dark\:border-violet-200\/100) {
  border-color: rgb(221 214 254 / 1);
}
:is(.dark .dark\:border-violet-200\/20) {
  border-color: rgb(221 214 254 / 0.2);
}
:is(.dark .dark\:border-violet-200\/25) {
  border-color: rgb(221 214 254 / 0.25);
}
:is(.dark .dark\:border-violet-200\/30) {
  border-color: rgb(221 214 254 / 0.3);
}
:is(.dark .dark\:border-violet-200\/40) {
  border-color: rgb(221 214 254 / 0.4);
}
:is(.dark .dark\:border-violet-200\/5) {
  border-color: rgb(221 214 254 / 0.05);
}
:is(.dark .dark\:border-violet-200\/50) {
  border-color: rgb(221 214 254 / 0.5);
}
:is(.dark .dark\:border-violet-200\/60) {
  border-color: rgb(221 214 254 / 0.6);
}
:is(.dark .dark\:border-violet-200\/70) {
  border-color: rgb(221 214 254 / 0.7);
}
:is(.dark .dark\:border-violet-200\/75) {
  border-color: rgb(221 214 254 / 0.75);
}
:is(.dark .dark\:border-violet-200\/80) {
  border-color: rgb(221 214 254 / 0.8);
}
:is(.dark .dark\:border-violet-200\/90) {
  border-color: rgb(221 214 254 / 0.9);
}
:is(.dark .dark\:border-violet-200\/95) {
  border-color: rgb(221 214 254 / 0.95);
}
:is(.dark .dark\:border-violet-300) {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-300\/0) {
  border-color: rgb(196 181 253 / 0);
}
:is(.dark .dark\:border-violet-300\/10) {
  border-color: rgb(196 181 253 / 0.1);
}
:is(.dark .dark\:border-violet-300\/100) {
  border-color: rgb(196 181 253 / 1);
}
:is(.dark .dark\:border-violet-300\/20) {
  border-color: rgb(196 181 253 / 0.2);
}
:is(.dark .dark\:border-violet-300\/25) {
  border-color: rgb(196 181 253 / 0.25);
}
:is(.dark .dark\:border-violet-300\/30) {
  border-color: rgb(196 181 253 / 0.3);
}
:is(.dark .dark\:border-violet-300\/40) {
  border-color: rgb(196 181 253 / 0.4);
}
:is(.dark .dark\:border-violet-300\/5) {
  border-color: rgb(196 181 253 / 0.05);
}
:is(.dark .dark\:border-violet-300\/50) {
  border-color: rgb(196 181 253 / 0.5);
}
:is(.dark .dark\:border-violet-300\/60) {
  border-color: rgb(196 181 253 / 0.6);
}
:is(.dark .dark\:border-violet-300\/70) {
  border-color: rgb(196 181 253 / 0.7);
}
:is(.dark .dark\:border-violet-300\/75) {
  border-color: rgb(196 181 253 / 0.75);
}
:is(.dark .dark\:border-violet-300\/80) {
  border-color: rgb(196 181 253 / 0.8);
}
:is(.dark .dark\:border-violet-300\/90) {
  border-color: rgb(196 181 253 / 0.9);
}
:is(.dark .dark\:border-violet-300\/95) {
  border-color: rgb(196 181 253 / 0.95);
}
:is(.dark .dark\:border-violet-400) {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-400\/0) {
  border-color: rgb(167 139 250 / 0);
}
:is(.dark .dark\:border-violet-400\/10) {
  border-color: rgb(167 139 250 / 0.1);
}
:is(.dark .dark\:border-violet-400\/100) {
  border-color: rgb(167 139 250 / 1);
}
:is(.dark .dark\:border-violet-400\/20) {
  border-color: rgb(167 139 250 / 0.2);
}
:is(.dark .dark\:border-violet-400\/25) {
  border-color: rgb(167 139 250 / 0.25);
}
:is(.dark .dark\:border-violet-400\/30) {
  border-color: rgb(167 139 250 / 0.3);
}
:is(.dark .dark\:border-violet-400\/40) {
  border-color: rgb(167 139 250 / 0.4);
}
:is(.dark .dark\:border-violet-400\/5) {
  border-color: rgb(167 139 250 / 0.05);
}
:is(.dark .dark\:border-violet-400\/50) {
  border-color: rgb(167 139 250 / 0.5);
}
:is(.dark .dark\:border-violet-400\/60) {
  border-color: rgb(167 139 250 / 0.6);
}
:is(.dark .dark\:border-violet-400\/70) {
  border-color: rgb(167 139 250 / 0.7);
}
:is(.dark .dark\:border-violet-400\/75) {
  border-color: rgb(167 139 250 / 0.75);
}
:is(.dark .dark\:border-violet-400\/80) {
  border-color: rgb(167 139 250 / 0.8);
}
:is(.dark .dark\:border-violet-400\/90) {
  border-color: rgb(167 139 250 / 0.9);
}
:is(.dark .dark\:border-violet-400\/95) {
  border-color: rgb(167 139 250 / 0.95);
}
:is(.dark .dark\:border-violet-50) {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-50\/0) {
  border-color: rgb(245 243 255 / 0);
}
:is(.dark .dark\:border-violet-50\/10) {
  border-color: rgb(245 243 255 / 0.1);
}
:is(.dark .dark\:border-violet-50\/100) {
  border-color: rgb(245 243 255 / 1);
}
:is(.dark .dark\:border-violet-50\/20) {
  border-color: rgb(245 243 255 / 0.2);
}
:is(.dark .dark\:border-violet-50\/25) {
  border-color: rgb(245 243 255 / 0.25);
}
:is(.dark .dark\:border-violet-50\/30) {
  border-color: rgb(245 243 255 / 0.3);
}
:is(.dark .dark\:border-violet-50\/40) {
  border-color: rgb(245 243 255 / 0.4);
}
:is(.dark .dark\:border-violet-50\/5) {
  border-color: rgb(245 243 255 / 0.05);
}
:is(.dark .dark\:border-violet-50\/50) {
  border-color: rgb(245 243 255 / 0.5);
}
:is(.dark .dark\:border-violet-50\/60) {
  border-color: rgb(245 243 255 / 0.6);
}
:is(.dark .dark\:border-violet-50\/70) {
  border-color: rgb(245 243 255 / 0.7);
}
:is(.dark .dark\:border-violet-50\/75) {
  border-color: rgb(245 243 255 / 0.75);
}
:is(.dark .dark\:border-violet-50\/80) {
  border-color: rgb(245 243 255 / 0.8);
}
:is(.dark .dark\:border-violet-50\/90) {
  border-color: rgb(245 243 255 / 0.9);
}
:is(.dark .dark\:border-violet-50\/95) {
  border-color: rgb(245 243 255 / 0.95);
}
:is(.dark .dark\:border-violet-500) {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-500\/0) {
  border-color: rgb(139 92 246 / 0);
}
:is(.dark .dark\:border-violet-500\/10) {
  border-color: rgb(139 92 246 / 0.1);
}
:is(.dark .dark\:border-violet-500\/100) {
  border-color: rgb(139 92 246 / 1);
}
:is(.dark .dark\:border-violet-500\/20) {
  border-color: rgb(139 92 246 / 0.2);
}
:is(.dark .dark\:border-violet-500\/25) {
  border-color: rgb(139 92 246 / 0.25);
}
:is(.dark .dark\:border-violet-500\/30) {
  border-color: rgb(139 92 246 / 0.3);
}
:is(.dark .dark\:border-violet-500\/40) {
  border-color: rgb(139 92 246 / 0.4);
}
:is(.dark .dark\:border-violet-500\/5) {
  border-color: rgb(139 92 246 / 0.05);
}
:is(.dark .dark\:border-violet-500\/50) {
  border-color: rgb(139 92 246 / 0.5);
}
:is(.dark .dark\:border-violet-500\/60) {
  border-color: rgb(139 92 246 / 0.6);
}
:is(.dark .dark\:border-violet-500\/70) {
  border-color: rgb(139 92 246 / 0.7);
}
:is(.dark .dark\:border-violet-500\/75) {
  border-color: rgb(139 92 246 / 0.75);
}
:is(.dark .dark\:border-violet-500\/80) {
  border-color: rgb(139 92 246 / 0.8);
}
:is(.dark .dark\:border-violet-500\/90) {
  border-color: rgb(139 92 246 / 0.9);
}
:is(.dark .dark\:border-violet-500\/95) {
  border-color: rgb(139 92 246 / 0.95);
}
:is(.dark .dark\:border-violet-600) {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-600\/0) {
  border-color: rgb(124 58 237 / 0);
}
:is(.dark .dark\:border-violet-600\/10) {
  border-color: rgb(124 58 237 / 0.1);
}
:is(.dark .dark\:border-violet-600\/100) {
  border-color: rgb(124 58 237 / 1);
}
:is(.dark .dark\:border-violet-600\/20) {
  border-color: rgb(124 58 237 / 0.2);
}
:is(.dark .dark\:border-violet-600\/25) {
  border-color: rgb(124 58 237 / 0.25);
}
:is(.dark .dark\:border-violet-600\/30) {
  border-color: rgb(124 58 237 / 0.3);
}
:is(.dark .dark\:border-violet-600\/40) {
  border-color: rgb(124 58 237 / 0.4);
}
:is(.dark .dark\:border-violet-600\/5) {
  border-color: rgb(124 58 237 / 0.05);
}
:is(.dark .dark\:border-violet-600\/50) {
  border-color: rgb(124 58 237 / 0.5);
}
:is(.dark .dark\:border-violet-600\/60) {
  border-color: rgb(124 58 237 / 0.6);
}
:is(.dark .dark\:border-violet-600\/70) {
  border-color: rgb(124 58 237 / 0.7);
}
:is(.dark .dark\:border-violet-600\/75) {
  border-color: rgb(124 58 237 / 0.75);
}
:is(.dark .dark\:border-violet-600\/80) {
  border-color: rgb(124 58 237 / 0.8);
}
:is(.dark .dark\:border-violet-600\/90) {
  border-color: rgb(124 58 237 / 0.9);
}
:is(.dark .dark\:border-violet-600\/95) {
  border-color: rgb(124 58 237 / 0.95);
}
:is(.dark .dark\:border-violet-700) {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-700\/0) {
  border-color: rgb(109 40 217 / 0);
}
:is(.dark .dark\:border-violet-700\/10) {
  border-color: rgb(109 40 217 / 0.1);
}
:is(.dark .dark\:border-violet-700\/100) {
  border-color: rgb(109 40 217 / 1);
}
:is(.dark .dark\:border-violet-700\/20) {
  border-color: rgb(109 40 217 / 0.2);
}
:is(.dark .dark\:border-violet-700\/25) {
  border-color: rgb(109 40 217 / 0.25);
}
:is(.dark .dark\:border-violet-700\/30) {
  border-color: rgb(109 40 217 / 0.3);
}
:is(.dark .dark\:border-violet-700\/40) {
  border-color: rgb(109 40 217 / 0.4);
}
:is(.dark .dark\:border-violet-700\/5) {
  border-color: rgb(109 40 217 / 0.05);
}
:is(.dark .dark\:border-violet-700\/50) {
  border-color: rgb(109 40 217 / 0.5);
}
:is(.dark .dark\:border-violet-700\/60) {
  border-color: rgb(109 40 217 / 0.6);
}
:is(.dark .dark\:border-violet-700\/70) {
  border-color: rgb(109 40 217 / 0.7);
}
:is(.dark .dark\:border-violet-700\/75) {
  border-color: rgb(109 40 217 / 0.75);
}
:is(.dark .dark\:border-violet-700\/80) {
  border-color: rgb(109 40 217 / 0.8);
}
:is(.dark .dark\:border-violet-700\/90) {
  border-color: rgb(109 40 217 / 0.9);
}
:is(.dark .dark\:border-violet-700\/95) {
  border-color: rgb(109 40 217 / 0.95);
}
:is(.dark .dark\:border-violet-800) {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-800\/0) {
  border-color: rgb(91 33 182 / 0);
}
:is(.dark .dark\:border-violet-800\/10) {
  border-color: rgb(91 33 182 / 0.1);
}
:is(.dark .dark\:border-violet-800\/100) {
  border-color: rgb(91 33 182 / 1);
}
:is(.dark .dark\:border-violet-800\/20) {
  border-color: rgb(91 33 182 / 0.2);
}
:is(.dark .dark\:border-violet-800\/25) {
  border-color: rgb(91 33 182 / 0.25);
}
:is(.dark .dark\:border-violet-800\/30) {
  border-color: rgb(91 33 182 / 0.3);
}
:is(.dark .dark\:border-violet-800\/40) {
  border-color: rgb(91 33 182 / 0.4);
}
:is(.dark .dark\:border-violet-800\/5) {
  border-color: rgb(91 33 182 / 0.05);
}
:is(.dark .dark\:border-violet-800\/50) {
  border-color: rgb(91 33 182 / 0.5);
}
:is(.dark .dark\:border-violet-800\/60) {
  border-color: rgb(91 33 182 / 0.6);
}
:is(.dark .dark\:border-violet-800\/70) {
  border-color: rgb(91 33 182 / 0.7);
}
:is(.dark .dark\:border-violet-800\/75) {
  border-color: rgb(91 33 182 / 0.75);
}
:is(.dark .dark\:border-violet-800\/80) {
  border-color: rgb(91 33 182 / 0.8);
}
:is(.dark .dark\:border-violet-800\/90) {
  border-color: rgb(91 33 182 / 0.9);
}
:is(.dark .dark\:border-violet-800\/95) {
  border-color: rgb(91 33 182 / 0.95);
}
:is(.dark .dark\:border-violet-900) {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-900\/0) {
  border-color: rgb(76 29 149 / 0);
}
:is(.dark .dark\:border-violet-900\/10) {
  border-color: rgb(76 29 149 / 0.1);
}
:is(.dark .dark\:border-violet-900\/100) {
  border-color: rgb(76 29 149 / 1);
}
:is(.dark .dark\:border-violet-900\/20) {
  border-color: rgb(76 29 149 / 0.2);
}
:is(.dark .dark\:border-violet-900\/25) {
  border-color: rgb(76 29 149 / 0.25);
}
:is(.dark .dark\:border-violet-900\/30) {
  border-color: rgb(76 29 149 / 0.3);
}
:is(.dark .dark\:border-violet-900\/40) {
  border-color: rgb(76 29 149 / 0.4);
}
:is(.dark .dark\:border-violet-900\/5) {
  border-color: rgb(76 29 149 / 0.05);
}
:is(.dark .dark\:border-violet-900\/50) {
  border-color: rgb(76 29 149 / 0.5);
}
:is(.dark .dark\:border-violet-900\/60) {
  border-color: rgb(76 29 149 / 0.6);
}
:is(.dark .dark\:border-violet-900\/70) {
  border-color: rgb(76 29 149 / 0.7);
}
:is(.dark .dark\:border-violet-900\/75) {
  border-color: rgb(76 29 149 / 0.75);
}
:is(.dark .dark\:border-violet-900\/80) {
  border-color: rgb(76 29 149 / 0.8);
}
:is(.dark .dark\:border-violet-900\/90) {
  border-color: rgb(76 29 149 / 0.9);
}
:is(.dark .dark\:border-violet-900\/95) {
  border-color: rgb(76 29 149 / 0.95);
}
:is(.dark .dark\:border-violet-950) {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-violet-950\/0) {
  border-color: rgb(46 16 101 / 0);
}
:is(.dark .dark\:border-violet-950\/10) {
  border-color: rgb(46 16 101 / 0.1);
}
:is(.dark .dark\:border-violet-950\/100) {
  border-color: rgb(46 16 101 / 1);
}
:is(.dark .dark\:border-violet-950\/20) {
  border-color: rgb(46 16 101 / 0.2);
}
:is(.dark .dark\:border-violet-950\/25) {
  border-color: rgb(46 16 101 / 0.25);
}
:is(.dark .dark\:border-violet-950\/30) {
  border-color: rgb(46 16 101 / 0.3);
}
:is(.dark .dark\:border-violet-950\/40) {
  border-color: rgb(46 16 101 / 0.4);
}
:is(.dark .dark\:border-violet-950\/5) {
  border-color: rgb(46 16 101 / 0.05);
}
:is(.dark .dark\:border-violet-950\/50) {
  border-color: rgb(46 16 101 / 0.5);
}
:is(.dark .dark\:border-violet-950\/60) {
  border-color: rgb(46 16 101 / 0.6);
}
:is(.dark .dark\:border-violet-950\/70) {
  border-color: rgb(46 16 101 / 0.7);
}
:is(.dark .dark\:border-violet-950\/75) {
  border-color: rgb(46 16 101 / 0.75);
}
:is(.dark .dark\:border-violet-950\/80) {
  border-color: rgb(46 16 101 / 0.8);
}
:is(.dark .dark\:border-violet-950\/90) {
  border-color: rgb(46 16 101 / 0.9);
}
:is(.dark .dark\:border-violet-950\/95) {
  border-color: rgb(46 16 101 / 0.95);
}
:is(.dark .dark\:border-yellow-100) {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-100\/0) {
  border-color: rgb(254 249 195 / 0);
}
:is(.dark .dark\:border-yellow-100\/10) {
  border-color: rgb(254 249 195 / 0.1);
}
:is(.dark .dark\:border-yellow-100\/100) {
  border-color: rgb(254 249 195 / 1);
}
:is(.dark .dark\:border-yellow-100\/20) {
  border-color: rgb(254 249 195 / 0.2);
}
:is(.dark .dark\:border-yellow-100\/25) {
  border-color: rgb(254 249 195 / 0.25);
}
:is(.dark .dark\:border-yellow-100\/30) {
  border-color: rgb(254 249 195 / 0.3);
}
:is(.dark .dark\:border-yellow-100\/40) {
  border-color: rgb(254 249 195 / 0.4);
}
:is(.dark .dark\:border-yellow-100\/5) {
  border-color: rgb(254 249 195 / 0.05);
}
:is(.dark .dark\:border-yellow-100\/50) {
  border-color: rgb(254 249 195 / 0.5);
}
:is(.dark .dark\:border-yellow-100\/60) {
  border-color: rgb(254 249 195 / 0.6);
}
:is(.dark .dark\:border-yellow-100\/70) {
  border-color: rgb(254 249 195 / 0.7);
}
:is(.dark .dark\:border-yellow-100\/75) {
  border-color: rgb(254 249 195 / 0.75);
}
:is(.dark .dark\:border-yellow-100\/80) {
  border-color: rgb(254 249 195 / 0.8);
}
:is(.dark .dark\:border-yellow-100\/90) {
  border-color: rgb(254 249 195 / 0.9);
}
:is(.dark .dark\:border-yellow-100\/95) {
  border-color: rgb(254 249 195 / 0.95);
}
:is(.dark .dark\:border-yellow-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-200\/0) {
  border-color: rgb(254 240 138 / 0);
}
:is(.dark .dark\:border-yellow-200\/10) {
  border-color: rgb(254 240 138 / 0.1);
}
:is(.dark .dark\:border-yellow-200\/100) {
  border-color: rgb(254 240 138 / 1);
}
:is(.dark .dark\:border-yellow-200\/20) {
  border-color: rgb(254 240 138 / 0.2);
}
:is(.dark .dark\:border-yellow-200\/25) {
  border-color: rgb(254 240 138 / 0.25);
}
:is(.dark .dark\:border-yellow-200\/30) {
  border-color: rgb(254 240 138 / 0.3);
}
:is(.dark .dark\:border-yellow-200\/40) {
  border-color: rgb(254 240 138 / 0.4);
}
:is(.dark .dark\:border-yellow-200\/5) {
  border-color: rgb(254 240 138 / 0.05);
}
:is(.dark .dark\:border-yellow-200\/50) {
  border-color: rgb(254 240 138 / 0.5);
}
:is(.dark .dark\:border-yellow-200\/60) {
  border-color: rgb(254 240 138 / 0.6);
}
:is(.dark .dark\:border-yellow-200\/70) {
  border-color: rgb(254 240 138 / 0.7);
}
:is(.dark .dark\:border-yellow-200\/75) {
  border-color: rgb(254 240 138 / 0.75);
}
:is(.dark .dark\:border-yellow-200\/80) {
  border-color: rgb(254 240 138 / 0.8);
}
:is(.dark .dark\:border-yellow-200\/90) {
  border-color: rgb(254 240 138 / 0.9);
}
:is(.dark .dark\:border-yellow-200\/95) {
  border-color: rgb(254 240 138 / 0.95);
}
:is(.dark .dark\:border-yellow-300) {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-300\/0) {
  border-color: rgb(253 224 71 / 0);
}
:is(.dark .dark\:border-yellow-300\/10) {
  border-color: rgb(253 224 71 / 0.1);
}
:is(.dark .dark\:border-yellow-300\/100) {
  border-color: rgb(253 224 71 / 1);
}
:is(.dark .dark\:border-yellow-300\/20) {
  border-color: rgb(253 224 71 / 0.2);
}
:is(.dark .dark\:border-yellow-300\/25) {
  border-color: rgb(253 224 71 / 0.25);
}
:is(.dark .dark\:border-yellow-300\/30) {
  border-color: rgb(253 224 71 / 0.3);
}
:is(.dark .dark\:border-yellow-300\/40) {
  border-color: rgb(253 224 71 / 0.4);
}
:is(.dark .dark\:border-yellow-300\/5) {
  border-color: rgb(253 224 71 / 0.05);
}
:is(.dark .dark\:border-yellow-300\/50) {
  border-color: rgb(253 224 71 / 0.5);
}
:is(.dark .dark\:border-yellow-300\/60) {
  border-color: rgb(253 224 71 / 0.6);
}
:is(.dark .dark\:border-yellow-300\/70) {
  border-color: rgb(253 224 71 / 0.7);
}
:is(.dark .dark\:border-yellow-300\/75) {
  border-color: rgb(253 224 71 / 0.75);
}
:is(.dark .dark\:border-yellow-300\/80) {
  border-color: rgb(253 224 71 / 0.8);
}
:is(.dark .dark\:border-yellow-300\/90) {
  border-color: rgb(253 224 71 / 0.9);
}
:is(.dark .dark\:border-yellow-300\/95) {
  border-color: rgb(253 224 71 / 0.95);
}
:is(.dark .dark\:border-yellow-400) {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-400\/0) {
  border-color: rgb(250 204 21 / 0);
}
:is(.dark .dark\:border-yellow-400\/10) {
  border-color: rgb(250 204 21 / 0.1);
}
:is(.dark .dark\:border-yellow-400\/100) {
  border-color: rgb(250 204 21 / 1);
}
:is(.dark .dark\:border-yellow-400\/20) {
  border-color: rgb(250 204 21 / 0.2);
}
:is(.dark .dark\:border-yellow-400\/25) {
  border-color: rgb(250 204 21 / 0.25);
}
:is(.dark .dark\:border-yellow-400\/30) {
  border-color: rgb(250 204 21 / 0.3);
}
:is(.dark .dark\:border-yellow-400\/40) {
  border-color: rgb(250 204 21 / 0.4);
}
:is(.dark .dark\:border-yellow-400\/5) {
  border-color: rgb(250 204 21 / 0.05);
}
:is(.dark .dark\:border-yellow-400\/50) {
  border-color: rgb(250 204 21 / 0.5);
}
:is(.dark .dark\:border-yellow-400\/60) {
  border-color: rgb(250 204 21 / 0.6);
}
:is(.dark .dark\:border-yellow-400\/70) {
  border-color: rgb(250 204 21 / 0.7);
}
:is(.dark .dark\:border-yellow-400\/75) {
  border-color: rgb(250 204 21 / 0.75);
}
:is(.dark .dark\:border-yellow-400\/80) {
  border-color: rgb(250 204 21 / 0.8);
}
:is(.dark .dark\:border-yellow-400\/90) {
  border-color: rgb(250 204 21 / 0.9);
}
:is(.dark .dark\:border-yellow-400\/95) {
  border-color: rgb(250 204 21 / 0.95);
}
:is(.dark .dark\:border-yellow-50) {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-50\/0) {
  border-color: rgb(254 252 232 / 0);
}
:is(.dark .dark\:border-yellow-50\/10) {
  border-color: rgb(254 252 232 / 0.1);
}
:is(.dark .dark\:border-yellow-50\/100) {
  border-color: rgb(254 252 232 / 1);
}
:is(.dark .dark\:border-yellow-50\/20) {
  border-color: rgb(254 252 232 / 0.2);
}
:is(.dark .dark\:border-yellow-50\/25) {
  border-color: rgb(254 252 232 / 0.25);
}
:is(.dark .dark\:border-yellow-50\/30) {
  border-color: rgb(254 252 232 / 0.3);
}
:is(.dark .dark\:border-yellow-50\/40) {
  border-color: rgb(254 252 232 / 0.4);
}
:is(.dark .dark\:border-yellow-50\/5) {
  border-color: rgb(254 252 232 / 0.05);
}
:is(.dark .dark\:border-yellow-50\/50) {
  border-color: rgb(254 252 232 / 0.5);
}
:is(.dark .dark\:border-yellow-50\/60) {
  border-color: rgb(254 252 232 / 0.6);
}
:is(.dark .dark\:border-yellow-50\/70) {
  border-color: rgb(254 252 232 / 0.7);
}
:is(.dark .dark\:border-yellow-50\/75) {
  border-color: rgb(254 252 232 / 0.75);
}
:is(.dark .dark\:border-yellow-50\/80) {
  border-color: rgb(254 252 232 / 0.8);
}
:is(.dark .dark\:border-yellow-50\/90) {
  border-color: rgb(254 252 232 / 0.9);
}
:is(.dark .dark\:border-yellow-50\/95) {
  border-color: rgb(254 252 232 / 0.95);
}
:is(.dark .dark\:border-yellow-500) {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-500\/0) {
  border-color: rgb(234 179 8 / 0);
}
:is(.dark .dark\:border-yellow-500\/10) {
  border-color: rgb(234 179 8 / 0.1);
}
:is(.dark .dark\:border-yellow-500\/100) {
  border-color: rgb(234 179 8 / 1);
}
:is(.dark .dark\:border-yellow-500\/20) {
  border-color: rgb(234 179 8 / 0.2);
}
:is(.dark .dark\:border-yellow-500\/25) {
  border-color: rgb(234 179 8 / 0.25);
}
:is(.dark .dark\:border-yellow-500\/30) {
  border-color: rgb(234 179 8 / 0.3);
}
:is(.dark .dark\:border-yellow-500\/40) {
  border-color: rgb(234 179 8 / 0.4);
}
:is(.dark .dark\:border-yellow-500\/5) {
  border-color: rgb(234 179 8 / 0.05);
}
:is(.dark .dark\:border-yellow-500\/50) {
  border-color: rgb(234 179 8 / 0.5);
}
:is(.dark .dark\:border-yellow-500\/60) {
  border-color: rgb(234 179 8 / 0.6);
}
:is(.dark .dark\:border-yellow-500\/70) {
  border-color: rgb(234 179 8 / 0.7);
}
:is(.dark .dark\:border-yellow-500\/75) {
  border-color: rgb(234 179 8 / 0.75);
}
:is(.dark .dark\:border-yellow-500\/80) {
  border-color: rgb(234 179 8 / 0.8);
}
:is(.dark .dark\:border-yellow-500\/90) {
  border-color: rgb(234 179 8 / 0.9);
}
:is(.dark .dark\:border-yellow-500\/95) {
  border-color: rgb(234 179 8 / 0.95);
}
:is(.dark .dark\:border-yellow-600) {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-600\/0) {
  border-color: rgb(202 138 4 / 0);
}
:is(.dark .dark\:border-yellow-600\/10) {
  border-color: rgb(202 138 4 / 0.1);
}
:is(.dark .dark\:border-yellow-600\/100) {
  border-color: rgb(202 138 4 / 1);
}
:is(.dark .dark\:border-yellow-600\/20) {
  border-color: rgb(202 138 4 / 0.2);
}
:is(.dark .dark\:border-yellow-600\/25) {
  border-color: rgb(202 138 4 / 0.25);
}
:is(.dark .dark\:border-yellow-600\/30) {
  border-color: rgb(202 138 4 / 0.3);
}
:is(.dark .dark\:border-yellow-600\/40) {
  border-color: rgb(202 138 4 / 0.4);
}
:is(.dark .dark\:border-yellow-600\/5) {
  border-color: rgb(202 138 4 / 0.05);
}
:is(.dark .dark\:border-yellow-600\/50) {
  border-color: rgb(202 138 4 / 0.5);
}
:is(.dark .dark\:border-yellow-600\/60) {
  border-color: rgb(202 138 4 / 0.6);
}
:is(.dark .dark\:border-yellow-600\/70) {
  border-color: rgb(202 138 4 / 0.7);
}
:is(.dark .dark\:border-yellow-600\/75) {
  border-color: rgb(202 138 4 / 0.75);
}
:is(.dark .dark\:border-yellow-600\/80) {
  border-color: rgb(202 138 4 / 0.8);
}
:is(.dark .dark\:border-yellow-600\/90) {
  border-color: rgb(202 138 4 / 0.9);
}
:is(.dark .dark\:border-yellow-600\/95) {
  border-color: rgb(202 138 4 / 0.95);
}
:is(.dark .dark\:border-yellow-700) {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-700\/0) {
  border-color: rgb(161 98 7 / 0);
}
:is(.dark .dark\:border-yellow-700\/10) {
  border-color: rgb(161 98 7 / 0.1);
}
:is(.dark .dark\:border-yellow-700\/100) {
  border-color: rgb(161 98 7 / 1);
}
:is(.dark .dark\:border-yellow-700\/20) {
  border-color: rgb(161 98 7 / 0.2);
}
:is(.dark .dark\:border-yellow-700\/25) {
  border-color: rgb(161 98 7 / 0.25);
}
:is(.dark .dark\:border-yellow-700\/30) {
  border-color: rgb(161 98 7 / 0.3);
}
:is(.dark .dark\:border-yellow-700\/40) {
  border-color: rgb(161 98 7 / 0.4);
}
:is(.dark .dark\:border-yellow-700\/5) {
  border-color: rgb(161 98 7 / 0.05);
}
:is(.dark .dark\:border-yellow-700\/50) {
  border-color: rgb(161 98 7 / 0.5);
}
:is(.dark .dark\:border-yellow-700\/60) {
  border-color: rgb(161 98 7 / 0.6);
}
:is(.dark .dark\:border-yellow-700\/70) {
  border-color: rgb(161 98 7 / 0.7);
}
:is(.dark .dark\:border-yellow-700\/75) {
  border-color: rgb(161 98 7 / 0.75);
}
:is(.dark .dark\:border-yellow-700\/80) {
  border-color: rgb(161 98 7 / 0.8);
}
:is(.dark .dark\:border-yellow-700\/90) {
  border-color: rgb(161 98 7 / 0.9);
}
:is(.dark .dark\:border-yellow-700\/95) {
  border-color: rgb(161 98 7 / 0.95);
}
:is(.dark .dark\:border-yellow-800) {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-800\/0) {
  border-color: rgb(133 77 14 / 0);
}
:is(.dark .dark\:border-yellow-800\/10) {
  border-color: rgb(133 77 14 / 0.1);
}
:is(.dark .dark\:border-yellow-800\/100) {
  border-color: rgb(133 77 14 / 1);
}
:is(.dark .dark\:border-yellow-800\/20) {
  border-color: rgb(133 77 14 / 0.2);
}
:is(.dark .dark\:border-yellow-800\/25) {
  border-color: rgb(133 77 14 / 0.25);
}
:is(.dark .dark\:border-yellow-800\/30) {
  border-color: rgb(133 77 14 / 0.3);
}
:is(.dark .dark\:border-yellow-800\/40) {
  border-color: rgb(133 77 14 / 0.4);
}
:is(.dark .dark\:border-yellow-800\/5) {
  border-color: rgb(133 77 14 / 0.05);
}
:is(.dark .dark\:border-yellow-800\/50) {
  border-color: rgb(133 77 14 / 0.5);
}
:is(.dark .dark\:border-yellow-800\/60) {
  border-color: rgb(133 77 14 / 0.6);
}
:is(.dark .dark\:border-yellow-800\/70) {
  border-color: rgb(133 77 14 / 0.7);
}
:is(.dark .dark\:border-yellow-800\/75) {
  border-color: rgb(133 77 14 / 0.75);
}
:is(.dark .dark\:border-yellow-800\/80) {
  border-color: rgb(133 77 14 / 0.8);
}
:is(.dark .dark\:border-yellow-800\/90) {
  border-color: rgb(133 77 14 / 0.9);
}
:is(.dark .dark\:border-yellow-800\/95) {
  border-color: rgb(133 77 14 / 0.95);
}
:is(.dark .dark\:border-yellow-900) {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-900\/0) {
  border-color: rgb(113 63 18 / 0);
}
:is(.dark .dark\:border-yellow-900\/10) {
  border-color: rgb(113 63 18 / 0.1);
}
:is(.dark .dark\:border-yellow-900\/100) {
  border-color: rgb(113 63 18 / 1);
}
:is(.dark .dark\:border-yellow-900\/20) {
  border-color: rgb(113 63 18 / 0.2);
}
:is(.dark .dark\:border-yellow-900\/25) {
  border-color: rgb(113 63 18 / 0.25);
}
:is(.dark .dark\:border-yellow-900\/30) {
  border-color: rgb(113 63 18 / 0.3);
}
:is(.dark .dark\:border-yellow-900\/40) {
  border-color: rgb(113 63 18 / 0.4);
}
:is(.dark .dark\:border-yellow-900\/5) {
  border-color: rgb(113 63 18 / 0.05);
}
:is(.dark .dark\:border-yellow-900\/50) {
  border-color: rgb(113 63 18 / 0.5);
}
:is(.dark .dark\:border-yellow-900\/60) {
  border-color: rgb(113 63 18 / 0.6);
}
:is(.dark .dark\:border-yellow-900\/70) {
  border-color: rgb(113 63 18 / 0.7);
}
:is(.dark .dark\:border-yellow-900\/75) {
  border-color: rgb(113 63 18 / 0.75);
}
:is(.dark .dark\:border-yellow-900\/80) {
  border-color: rgb(113 63 18 / 0.8);
}
:is(.dark .dark\:border-yellow-900\/90) {
  border-color: rgb(113 63 18 / 0.9);
}
:is(.dark .dark\:border-yellow-900\/95) {
  border-color: rgb(113 63 18 / 0.95);
}
:is(.dark .dark\:border-yellow-950) {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-yellow-950\/0) {
  border-color: rgb(66 32 6 / 0);
}
:is(.dark .dark\:border-yellow-950\/10) {
  border-color: rgb(66 32 6 / 0.1);
}
:is(.dark .dark\:border-yellow-950\/100) {
  border-color: rgb(66 32 6 / 1);
}
:is(.dark .dark\:border-yellow-950\/20) {
  border-color: rgb(66 32 6 / 0.2);
}
:is(.dark .dark\:border-yellow-950\/25) {
  border-color: rgb(66 32 6 / 0.25);
}
:is(.dark .dark\:border-yellow-950\/30) {
  border-color: rgb(66 32 6 / 0.3);
}
:is(.dark .dark\:border-yellow-950\/40) {
  border-color: rgb(66 32 6 / 0.4);
}
:is(.dark .dark\:border-yellow-950\/5) {
  border-color: rgb(66 32 6 / 0.05);
}
:is(.dark .dark\:border-yellow-950\/50) {
  border-color: rgb(66 32 6 / 0.5);
}
:is(.dark .dark\:border-yellow-950\/60) {
  border-color: rgb(66 32 6 / 0.6);
}
:is(.dark .dark\:border-yellow-950\/70) {
  border-color: rgb(66 32 6 / 0.7);
}
:is(.dark .dark\:border-yellow-950\/75) {
  border-color: rgb(66 32 6 / 0.75);
}
:is(.dark .dark\:border-yellow-950\/80) {
  border-color: rgb(66 32 6 / 0.8);
}
:is(.dark .dark\:border-yellow-950\/90) {
  border-color: rgb(66 32 6 / 0.9);
}
:is(.dark .dark\:border-yellow-950\/95) {
  border-color: rgb(66 32 6 / 0.95);
}
:is(.dark .dark\:border-zinc-100) {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-100\/0) {
  border-color: rgb(244 244 245 / 0);
}
:is(.dark .dark\:border-zinc-100\/10) {
  border-color: rgb(244 244 245 / 0.1);
}
:is(.dark .dark\:border-zinc-100\/100) {
  border-color: rgb(244 244 245 / 1);
}
:is(.dark .dark\:border-zinc-100\/20) {
  border-color: rgb(244 244 245 / 0.2);
}
:is(.dark .dark\:border-zinc-100\/25) {
  border-color: rgb(244 244 245 / 0.25);
}
:is(.dark .dark\:border-zinc-100\/30) {
  border-color: rgb(244 244 245 / 0.3);
}
:is(.dark .dark\:border-zinc-100\/40) {
  border-color: rgb(244 244 245 / 0.4);
}
:is(.dark .dark\:border-zinc-100\/5) {
  border-color: rgb(244 244 245 / 0.05);
}
:is(.dark .dark\:border-zinc-100\/50) {
  border-color: rgb(244 244 245 / 0.5);
}
:is(.dark .dark\:border-zinc-100\/60) {
  border-color: rgb(244 244 245 / 0.6);
}
:is(.dark .dark\:border-zinc-100\/70) {
  border-color: rgb(244 244 245 / 0.7);
}
:is(.dark .dark\:border-zinc-100\/75) {
  border-color: rgb(244 244 245 / 0.75);
}
:is(.dark .dark\:border-zinc-100\/80) {
  border-color: rgb(244 244 245 / 0.8);
}
:is(.dark .dark\:border-zinc-100\/90) {
  border-color: rgb(244 244 245 / 0.9);
}
:is(.dark .dark\:border-zinc-100\/95) {
  border-color: rgb(244 244 245 / 0.95);
}
:is(.dark .dark\:border-zinc-200) {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-200\/0) {
  border-color: rgb(228 228 231 / 0);
}
:is(.dark .dark\:border-zinc-200\/10) {
  border-color: rgb(228 228 231 / 0.1);
}
:is(.dark .dark\:border-zinc-200\/100) {
  border-color: rgb(228 228 231 / 1);
}
:is(.dark .dark\:border-zinc-200\/20) {
  border-color: rgb(228 228 231 / 0.2);
}
:is(.dark .dark\:border-zinc-200\/25) {
  border-color: rgb(228 228 231 / 0.25);
}
:is(.dark .dark\:border-zinc-200\/30) {
  border-color: rgb(228 228 231 / 0.3);
}
:is(.dark .dark\:border-zinc-200\/40) {
  border-color: rgb(228 228 231 / 0.4);
}
:is(.dark .dark\:border-zinc-200\/5) {
  border-color: rgb(228 228 231 / 0.05);
}
:is(.dark .dark\:border-zinc-200\/50) {
  border-color: rgb(228 228 231 / 0.5);
}
:is(.dark .dark\:border-zinc-200\/60) {
  border-color: rgb(228 228 231 / 0.6);
}
:is(.dark .dark\:border-zinc-200\/70) {
  border-color: rgb(228 228 231 / 0.7);
}
:is(.dark .dark\:border-zinc-200\/75) {
  border-color: rgb(228 228 231 / 0.75);
}
:is(.dark .dark\:border-zinc-200\/80) {
  border-color: rgb(228 228 231 / 0.8);
}
:is(.dark .dark\:border-zinc-200\/90) {
  border-color: rgb(228 228 231 / 0.9);
}
:is(.dark .dark\:border-zinc-200\/95) {
  border-color: rgb(228 228 231 / 0.95);
}
:is(.dark .dark\:border-zinc-300) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-300\/0) {
  border-color: rgb(212 212 216 / 0);
}
:is(.dark .dark\:border-zinc-300\/10) {
  border-color: rgb(212 212 216 / 0.1);
}
:is(.dark .dark\:border-zinc-300\/100) {
  border-color: rgb(212 212 216 / 1);
}
:is(.dark .dark\:border-zinc-300\/20) {
  border-color: rgb(212 212 216 / 0.2);
}
:is(.dark .dark\:border-zinc-300\/25) {
  border-color: rgb(212 212 216 / 0.25);
}
:is(.dark .dark\:border-zinc-300\/30) {
  border-color: rgb(212 212 216 / 0.3);
}
:is(.dark .dark\:border-zinc-300\/40) {
  border-color: rgb(212 212 216 / 0.4);
}
:is(.dark .dark\:border-zinc-300\/5) {
  border-color: rgb(212 212 216 / 0.05);
}
:is(.dark .dark\:border-zinc-300\/50) {
  border-color: rgb(212 212 216 / 0.5);
}
:is(.dark .dark\:border-zinc-300\/60) {
  border-color: rgb(212 212 216 / 0.6);
}
:is(.dark .dark\:border-zinc-300\/70) {
  border-color: rgb(212 212 216 / 0.7);
}
:is(.dark .dark\:border-zinc-300\/75) {
  border-color: rgb(212 212 216 / 0.75);
}
:is(.dark .dark\:border-zinc-300\/80) {
  border-color: rgb(212 212 216 / 0.8);
}
:is(.dark .dark\:border-zinc-300\/90) {
  border-color: rgb(212 212 216 / 0.9);
}
:is(.dark .dark\:border-zinc-300\/95) {
  border-color: rgb(212 212 216 / 0.95);
}
:is(.dark .dark\:border-zinc-400) {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-400\/0) {
  border-color: rgb(161 161 170 / 0);
}
:is(.dark .dark\:border-zinc-400\/10) {
  border-color: rgb(161 161 170 / 0.1);
}
:is(.dark .dark\:border-zinc-400\/100) {
  border-color: rgb(161 161 170 / 1);
}
:is(.dark .dark\:border-zinc-400\/20) {
  border-color: rgb(161 161 170 / 0.2);
}
:is(.dark .dark\:border-zinc-400\/25) {
  border-color: rgb(161 161 170 / 0.25);
}
:is(.dark .dark\:border-zinc-400\/30) {
  border-color: rgb(161 161 170 / 0.3);
}
:is(.dark .dark\:border-zinc-400\/40) {
  border-color: rgb(161 161 170 / 0.4);
}
:is(.dark .dark\:border-zinc-400\/5) {
  border-color: rgb(161 161 170 / 0.05);
}
:is(.dark .dark\:border-zinc-400\/50) {
  border-color: rgb(161 161 170 / 0.5);
}
:is(.dark .dark\:border-zinc-400\/60) {
  border-color: rgb(161 161 170 / 0.6);
}
:is(.dark .dark\:border-zinc-400\/70) {
  border-color: rgb(161 161 170 / 0.7);
}
:is(.dark .dark\:border-zinc-400\/75) {
  border-color: rgb(161 161 170 / 0.75);
}
:is(.dark .dark\:border-zinc-400\/80) {
  border-color: rgb(161 161 170 / 0.8);
}
:is(.dark .dark\:border-zinc-400\/90) {
  border-color: rgb(161 161 170 / 0.9);
}
:is(.dark .dark\:border-zinc-400\/95) {
  border-color: rgb(161 161 170 / 0.95);
}
:is(.dark .dark\:border-zinc-50) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-50\/0) {
  border-color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:border-zinc-50\/10) {
  border-color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:border-zinc-50\/100) {
  border-color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:border-zinc-50\/20) {
  border-color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:border-zinc-50\/25) {
  border-color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:border-zinc-50\/30) {
  border-color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:border-zinc-50\/40) {
  border-color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:border-zinc-50\/5) {
  border-color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:border-zinc-50\/50) {
  border-color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:border-zinc-50\/60) {
  border-color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:border-zinc-50\/70) {
  border-color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:border-zinc-50\/75) {
  border-color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:border-zinc-50\/80) {
  border-color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:border-zinc-50\/90) {
  border-color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:border-zinc-50\/95) {
  border-color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:border-zinc-500) {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-500\/0) {
  border-color: rgb(113 113 122 / 0);
}
:is(.dark .dark\:border-zinc-500\/10) {
  border-color: rgb(113 113 122 / 0.1);
}
:is(.dark .dark\:border-zinc-500\/100) {
  border-color: rgb(113 113 122 / 1);
}
:is(.dark .dark\:border-zinc-500\/20) {
  border-color: rgb(113 113 122 / 0.2);
}
:is(.dark .dark\:border-zinc-500\/25) {
  border-color: rgb(113 113 122 / 0.25);
}
:is(.dark .dark\:border-zinc-500\/30) {
  border-color: rgb(113 113 122 / 0.3);
}
:is(.dark .dark\:border-zinc-500\/40) {
  border-color: rgb(113 113 122 / 0.4);
}
:is(.dark .dark\:border-zinc-500\/5) {
  border-color: rgb(113 113 122 / 0.05);
}
:is(.dark .dark\:border-zinc-500\/50) {
  border-color: rgb(113 113 122 / 0.5);
}
:is(.dark .dark\:border-zinc-500\/60) {
  border-color: rgb(113 113 122 / 0.6);
}
:is(.dark .dark\:border-zinc-500\/70) {
  border-color: rgb(113 113 122 / 0.7);
}
:is(.dark .dark\:border-zinc-500\/75) {
  border-color: rgb(113 113 122 / 0.75);
}
:is(.dark .dark\:border-zinc-500\/80) {
  border-color: rgb(113 113 122 / 0.8);
}
:is(.dark .dark\:border-zinc-500\/90) {
  border-color: rgb(113 113 122 / 0.9);
}
:is(.dark .dark\:border-zinc-500\/95) {
  border-color: rgb(113 113 122 / 0.95);
}
:is(.dark .dark\:border-zinc-600) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-600\/0) {
  border-color: rgb(82 82 91 / 0);
}
:is(.dark .dark\:border-zinc-600\/10) {
  border-color: rgb(82 82 91 / 0.1);
}
:is(.dark .dark\:border-zinc-600\/100) {
  border-color: rgb(82 82 91 / 1);
}
:is(.dark .dark\:border-zinc-600\/20) {
  border-color: rgb(82 82 91 / 0.2);
}
:is(.dark .dark\:border-zinc-600\/25) {
  border-color: rgb(82 82 91 / 0.25);
}
:is(.dark .dark\:border-zinc-600\/30) {
  border-color: rgb(82 82 91 / 0.3);
}
:is(.dark .dark\:border-zinc-600\/40) {
  border-color: rgb(82 82 91 / 0.4);
}
:is(.dark .dark\:border-zinc-600\/5) {
  border-color: rgb(82 82 91 / 0.05);
}
:is(.dark .dark\:border-zinc-600\/50) {
  border-color: rgb(82 82 91 / 0.5);
}
:is(.dark .dark\:border-zinc-600\/60) {
  border-color: rgb(82 82 91 / 0.6);
}
:is(.dark .dark\:border-zinc-600\/70) {
  border-color: rgb(82 82 91 / 0.7);
}
:is(.dark .dark\:border-zinc-600\/75) {
  border-color: rgb(82 82 91 / 0.75);
}
:is(.dark .dark\:border-zinc-600\/80) {
  border-color: rgb(82 82 91 / 0.8);
}
:is(.dark .dark\:border-zinc-600\/90) {
  border-color: rgb(82 82 91 / 0.9);
}
:is(.dark .dark\:border-zinc-600\/95) {
  border-color: rgb(82 82 91 / 0.95);
}
:is(.dark .dark\:border-zinc-700) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-700\/0) {
  border-color: rgb(63 63 70 / 0);
}
:is(.dark .dark\:border-zinc-700\/10) {
  border-color: rgb(63 63 70 / 0.1);
}
:is(.dark .dark\:border-zinc-700\/100) {
  border-color: rgb(63 63 70 / 1);
}
:is(.dark .dark\:border-zinc-700\/20) {
  border-color: rgb(63 63 70 / 0.2);
}
:is(.dark .dark\:border-zinc-700\/25) {
  border-color: rgb(63 63 70 / 0.25);
}
:is(.dark .dark\:border-zinc-700\/30) {
  border-color: rgb(63 63 70 / 0.3);
}
:is(.dark .dark\:border-zinc-700\/40) {
  border-color: rgb(63 63 70 / 0.4);
}
:is(.dark .dark\:border-zinc-700\/5) {
  border-color: rgb(63 63 70 / 0.05);
}
:is(.dark .dark\:border-zinc-700\/50) {
  border-color: rgb(63 63 70 / 0.5);
}
:is(.dark .dark\:border-zinc-700\/60) {
  border-color: rgb(63 63 70 / 0.6);
}
:is(.dark .dark\:border-zinc-700\/70) {
  border-color: rgb(63 63 70 / 0.7);
}
:is(.dark .dark\:border-zinc-700\/75) {
  border-color: rgb(63 63 70 / 0.75);
}
:is(.dark .dark\:border-zinc-700\/80) {
  border-color: rgb(63 63 70 / 0.8);
}
:is(.dark .dark\:border-zinc-700\/90) {
  border-color: rgb(63 63 70 / 0.9);
}
:is(.dark .dark\:border-zinc-700\/95) {
  border-color: rgb(63 63 70 / 0.95);
}
:is(.dark .dark\:border-zinc-800) {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-800\/0) {
  border-color: rgb(39 39 42 / 0);
}
:is(.dark .dark\:border-zinc-800\/10) {
  border-color: rgb(39 39 42 / 0.1);
}
:is(.dark .dark\:border-zinc-800\/100) {
  border-color: rgb(39 39 42 / 1);
}
:is(.dark .dark\:border-zinc-800\/20) {
  border-color: rgb(39 39 42 / 0.2);
}
:is(.dark .dark\:border-zinc-800\/25) {
  border-color: rgb(39 39 42 / 0.25);
}
:is(.dark .dark\:border-zinc-800\/30) {
  border-color: rgb(39 39 42 / 0.3);
}
:is(.dark .dark\:border-zinc-800\/40) {
  border-color: rgb(39 39 42 / 0.4);
}
:is(.dark .dark\:border-zinc-800\/5) {
  border-color: rgb(39 39 42 / 0.05);
}
:is(.dark .dark\:border-zinc-800\/50) {
  border-color: rgb(39 39 42 / 0.5);
}
:is(.dark .dark\:border-zinc-800\/60) {
  border-color: rgb(39 39 42 / 0.6);
}
:is(.dark .dark\:border-zinc-800\/70) {
  border-color: rgb(39 39 42 / 0.7);
}
:is(.dark .dark\:border-zinc-800\/75) {
  border-color: rgb(39 39 42 / 0.75);
}
:is(.dark .dark\:border-zinc-800\/80) {
  border-color: rgb(39 39 42 / 0.8);
}
:is(.dark .dark\:border-zinc-800\/90) {
  border-color: rgb(39 39 42 / 0.9);
}
:is(.dark .dark\:border-zinc-800\/95) {
  border-color: rgb(39 39 42 / 0.95);
}
:is(.dark .dark\:border-zinc-900) {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-900\/0) {
  border-color: rgb(24 24 27 / 0);
}
:is(.dark .dark\:border-zinc-900\/10) {
  border-color: rgb(24 24 27 / 0.1);
}
:is(.dark .dark\:border-zinc-900\/100) {
  border-color: rgb(24 24 27 / 1);
}
:is(.dark .dark\:border-zinc-900\/20) {
  border-color: rgb(24 24 27 / 0.2);
}
:is(.dark .dark\:border-zinc-900\/25) {
  border-color: rgb(24 24 27 / 0.25);
}
:is(.dark .dark\:border-zinc-900\/30) {
  border-color: rgb(24 24 27 / 0.3);
}
:is(.dark .dark\:border-zinc-900\/40) {
  border-color: rgb(24 24 27 / 0.4);
}
:is(.dark .dark\:border-zinc-900\/5) {
  border-color: rgb(24 24 27 / 0.05);
}
:is(.dark .dark\:border-zinc-900\/50) {
  border-color: rgb(24 24 27 / 0.5);
}
:is(.dark .dark\:border-zinc-900\/60) {
  border-color: rgb(24 24 27 / 0.6);
}
:is(.dark .dark\:border-zinc-900\/70) {
  border-color: rgb(24 24 27 / 0.7);
}
:is(.dark .dark\:border-zinc-900\/75) {
  border-color: rgb(24 24 27 / 0.75);
}
:is(.dark .dark\:border-zinc-900\/80) {
  border-color: rgb(24 24 27 / 0.8);
}
:is(.dark .dark\:border-zinc-900\/90) {
  border-color: rgb(24 24 27 / 0.9);
}
:is(.dark .dark\:border-zinc-900\/95) {
  border-color: rgb(24 24 27 / 0.95);
}
:is(.dark .dark\:border-zinc-950) {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-zinc-950\/0) {
  border-color: rgb(9 9 11 / 0);
}
:is(.dark .dark\:border-zinc-950\/10) {
  border-color: rgb(9 9 11 / 0.1);
}
:is(.dark .dark\:border-zinc-950\/100) {
  border-color: rgb(9 9 11 / 1);
}
:is(.dark .dark\:border-zinc-950\/20) {
  border-color: rgb(9 9 11 / 0.2);
}
:is(.dark .dark\:border-zinc-950\/25) {
  border-color: rgb(9 9 11 / 0.25);
}
:is(.dark .dark\:border-zinc-950\/30) {
  border-color: rgb(9 9 11 / 0.3);
}
:is(.dark .dark\:border-zinc-950\/40) {
  border-color: rgb(9 9 11 / 0.4);
}
:is(.dark .dark\:border-zinc-950\/5) {
  border-color: rgb(9 9 11 / 0.05);
}
:is(.dark .dark\:border-zinc-950\/50) {
  border-color: rgb(9 9 11 / 0.5);
}
:is(.dark .dark\:border-zinc-950\/60) {
  border-color: rgb(9 9 11 / 0.6);
}
:is(.dark .dark\:border-zinc-950\/70) {
  border-color: rgb(9 9 11 / 0.7);
}
:is(.dark .dark\:border-zinc-950\/75) {
  border-color: rgb(9 9 11 / 0.75);
}
:is(.dark .dark\:border-zinc-950\/80) {
  border-color: rgb(9 9 11 / 0.8);
}
:is(.dark .dark\:border-zinc-950\/90) {
  border-color: rgb(9 9 11 / 0.9);
}
:is(.dark .dark\:border-zinc-950\/95) {
  border-color: rgb(9 9 11 / 0.95);
}
:is(.dark .dark\:bg-\[\#18191a\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 25 26 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[\#28282B\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 43 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-100\/0) {
  background-color: rgb(254 243 199 / 0);
}
:is(.dark .dark\:bg-amber-100\/10) {
  background-color: rgb(254 243 199 / 0.1);
}
:is(.dark .dark\:bg-amber-100\/100) {
  background-color: rgb(254 243 199 / 1);
}
:is(.dark .dark\:bg-amber-100\/20) {
  background-color: rgb(254 243 199 / 0.2);
}
:is(.dark .dark\:bg-amber-100\/25) {
  background-color: rgb(254 243 199 / 0.25);
}
:is(.dark .dark\:bg-amber-100\/30) {
  background-color: rgb(254 243 199 / 0.3);
}
:is(.dark .dark\:bg-amber-100\/40) {
  background-color: rgb(254 243 199 / 0.4);
}
:is(.dark .dark\:bg-amber-100\/5) {
  background-color: rgb(254 243 199 / 0.05);
}
:is(.dark .dark\:bg-amber-100\/50) {
  background-color: rgb(254 243 199 / 0.5);
}
:is(.dark .dark\:bg-amber-100\/60) {
  background-color: rgb(254 243 199 / 0.6);
}
:is(.dark .dark\:bg-amber-100\/70) {
  background-color: rgb(254 243 199 / 0.7);
}
:is(.dark .dark\:bg-amber-100\/75) {
  background-color: rgb(254 243 199 / 0.75);
}
:is(.dark .dark\:bg-amber-100\/80) {
  background-color: rgb(254 243 199 / 0.8);
}
:is(.dark .dark\:bg-amber-100\/90) {
  background-color: rgb(254 243 199 / 0.9);
}
:is(.dark .dark\:bg-amber-100\/95) {
  background-color: rgb(254 243 199 / 0.95);
}
:is(.dark .dark\:bg-amber-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-200\/0) {
  background-color: rgb(253 230 138 / 0);
}
:is(.dark .dark\:bg-amber-200\/10) {
  background-color: rgb(253 230 138 / 0.1);
}
:is(.dark .dark\:bg-amber-200\/100) {
  background-color: rgb(253 230 138 / 1);
}
:is(.dark .dark\:bg-amber-200\/20) {
  background-color: rgb(253 230 138 / 0.2);
}
:is(.dark .dark\:bg-amber-200\/25) {
  background-color: rgb(253 230 138 / 0.25);
}
:is(.dark .dark\:bg-amber-200\/30) {
  background-color: rgb(253 230 138 / 0.3);
}
:is(.dark .dark\:bg-amber-200\/40) {
  background-color: rgb(253 230 138 / 0.4);
}
:is(.dark .dark\:bg-amber-200\/5) {
  background-color: rgb(253 230 138 / 0.05);
}
:is(.dark .dark\:bg-amber-200\/50) {
  background-color: rgb(253 230 138 / 0.5);
}
:is(.dark .dark\:bg-amber-200\/60) {
  background-color: rgb(253 230 138 / 0.6);
}
:is(.dark .dark\:bg-amber-200\/70) {
  background-color: rgb(253 230 138 / 0.7);
}
:is(.dark .dark\:bg-amber-200\/75) {
  background-color: rgb(253 230 138 / 0.75);
}
:is(.dark .dark\:bg-amber-200\/80) {
  background-color: rgb(253 230 138 / 0.8);
}
:is(.dark .dark\:bg-amber-200\/90) {
  background-color: rgb(253 230 138 / 0.9);
}
:is(.dark .dark\:bg-amber-200\/95) {
  background-color: rgb(253 230 138 / 0.95);
}
:is(.dark .dark\:bg-amber-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-300\/0) {
  background-color: rgb(252 211 77 / 0);
}
:is(.dark .dark\:bg-amber-300\/10) {
  background-color: rgb(252 211 77 / 0.1);
}
:is(.dark .dark\:bg-amber-300\/100) {
  background-color: rgb(252 211 77 / 1);
}
:is(.dark .dark\:bg-amber-300\/20) {
  background-color: rgb(252 211 77 / 0.2);
}
:is(.dark .dark\:bg-amber-300\/25) {
  background-color: rgb(252 211 77 / 0.25);
}
:is(.dark .dark\:bg-amber-300\/30) {
  background-color: rgb(252 211 77 / 0.3);
}
:is(.dark .dark\:bg-amber-300\/40) {
  background-color: rgb(252 211 77 / 0.4);
}
:is(.dark .dark\:bg-amber-300\/5) {
  background-color: rgb(252 211 77 / 0.05);
}
:is(.dark .dark\:bg-amber-300\/50) {
  background-color: rgb(252 211 77 / 0.5);
}
:is(.dark .dark\:bg-amber-300\/60) {
  background-color: rgb(252 211 77 / 0.6);
}
:is(.dark .dark\:bg-amber-300\/70) {
  background-color: rgb(252 211 77 / 0.7);
}
:is(.dark .dark\:bg-amber-300\/75) {
  background-color: rgb(252 211 77 / 0.75);
}
:is(.dark .dark\:bg-amber-300\/80) {
  background-color: rgb(252 211 77 / 0.8);
}
:is(.dark .dark\:bg-amber-300\/90) {
  background-color: rgb(252 211 77 / 0.9);
}
:is(.dark .dark\:bg-amber-300\/95) {
  background-color: rgb(252 211 77 / 0.95);
}
:is(.dark .dark\:bg-amber-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-400\/0) {
  background-color: rgb(251 191 36 / 0);
}
:is(.dark .dark\:bg-amber-400\/10) {
  background-color: rgb(251 191 36 / 0.1);
}
:is(.dark .dark\:bg-amber-400\/100) {
  background-color: rgb(251 191 36 / 1);
}
:is(.dark .dark\:bg-amber-400\/20) {
  background-color: rgb(251 191 36 / 0.2);
}
:is(.dark .dark\:bg-amber-400\/25) {
  background-color: rgb(251 191 36 / 0.25);
}
:is(.dark .dark\:bg-amber-400\/30) {
  background-color: rgb(251 191 36 / 0.3);
}
:is(.dark .dark\:bg-amber-400\/40) {
  background-color: rgb(251 191 36 / 0.4);
}
:is(.dark .dark\:bg-amber-400\/5) {
  background-color: rgb(251 191 36 / 0.05);
}
:is(.dark .dark\:bg-amber-400\/50) {
  background-color: rgb(251 191 36 / 0.5);
}
:is(.dark .dark\:bg-amber-400\/60) {
  background-color: rgb(251 191 36 / 0.6);
}
:is(.dark .dark\:bg-amber-400\/70) {
  background-color: rgb(251 191 36 / 0.7);
}
:is(.dark .dark\:bg-amber-400\/75) {
  background-color: rgb(251 191 36 / 0.75);
}
:is(.dark .dark\:bg-amber-400\/80) {
  background-color: rgb(251 191 36 / 0.8);
}
:is(.dark .dark\:bg-amber-400\/90) {
  background-color: rgb(251 191 36 / 0.9);
}
:is(.dark .dark\:bg-amber-400\/95) {
  background-color: rgb(251 191 36 / 0.95);
}
:is(.dark .dark\:bg-amber-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-50\/0) {
  background-color: rgb(255 251 235 / 0);
}
:is(.dark .dark\:bg-amber-50\/10) {
  background-color: rgb(255 251 235 / 0.1);
}
:is(.dark .dark\:bg-amber-50\/100) {
  background-color: rgb(255 251 235 / 1);
}
:is(.dark .dark\:bg-amber-50\/20) {
  background-color: rgb(255 251 235 / 0.2);
}
:is(.dark .dark\:bg-amber-50\/25) {
  background-color: rgb(255 251 235 / 0.25);
}
:is(.dark .dark\:bg-amber-50\/30) {
  background-color: rgb(255 251 235 / 0.3);
}
:is(.dark .dark\:bg-amber-50\/40) {
  background-color: rgb(255 251 235 / 0.4);
}
:is(.dark .dark\:bg-amber-50\/5) {
  background-color: rgb(255 251 235 / 0.05);
}
:is(.dark .dark\:bg-amber-50\/50) {
  background-color: rgb(255 251 235 / 0.5);
}
:is(.dark .dark\:bg-amber-50\/60) {
  background-color: rgb(255 251 235 / 0.6);
}
:is(.dark .dark\:bg-amber-50\/70) {
  background-color: rgb(255 251 235 / 0.7);
}
:is(.dark .dark\:bg-amber-50\/75) {
  background-color: rgb(255 251 235 / 0.75);
}
:is(.dark .dark\:bg-amber-50\/80) {
  background-color: rgb(255 251 235 / 0.8);
}
:is(.dark .dark\:bg-amber-50\/90) {
  background-color: rgb(255 251 235 / 0.9);
}
:is(.dark .dark\:bg-amber-50\/95) {
  background-color: rgb(255 251 235 / 0.95);
}
:is(.dark .dark\:bg-amber-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-500\/0) {
  background-color: rgb(245 158 11 / 0);
}
:is(.dark .dark\:bg-amber-500\/10) {
  background-color: rgb(245 158 11 / 0.1);
}
:is(.dark .dark\:bg-amber-500\/100) {
  background-color: rgb(245 158 11 / 1);
}
:is(.dark .dark\:bg-amber-500\/20) {
  background-color: rgb(245 158 11 / 0.2);
}
:is(.dark .dark\:bg-amber-500\/25) {
  background-color: rgb(245 158 11 / 0.25);
}
:is(.dark .dark\:bg-amber-500\/30) {
  background-color: rgb(245 158 11 / 0.3);
}
:is(.dark .dark\:bg-amber-500\/40) {
  background-color: rgb(245 158 11 / 0.4);
}
:is(.dark .dark\:bg-amber-500\/5) {
  background-color: rgb(245 158 11 / 0.05);
}
:is(.dark .dark\:bg-amber-500\/50) {
  background-color: rgb(245 158 11 / 0.5);
}
:is(.dark .dark\:bg-amber-500\/60) {
  background-color: rgb(245 158 11 / 0.6);
}
:is(.dark .dark\:bg-amber-500\/70) {
  background-color: rgb(245 158 11 / 0.7);
}
:is(.dark .dark\:bg-amber-500\/75) {
  background-color: rgb(245 158 11 / 0.75);
}
:is(.dark .dark\:bg-amber-500\/80) {
  background-color: rgb(245 158 11 / 0.8);
}
:is(.dark .dark\:bg-amber-500\/90) {
  background-color: rgb(245 158 11 / 0.9);
}
:is(.dark .dark\:bg-amber-500\/95) {
  background-color: rgb(245 158 11 / 0.95);
}
:is(.dark .dark\:bg-amber-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-600\/0) {
  background-color: rgb(217 119 6 / 0);
}
:is(.dark .dark\:bg-amber-600\/10) {
  background-color: rgb(217 119 6 / 0.1);
}
:is(.dark .dark\:bg-amber-600\/100) {
  background-color: rgb(217 119 6 / 1);
}
:is(.dark .dark\:bg-amber-600\/20) {
  background-color: rgb(217 119 6 / 0.2);
}
:is(.dark .dark\:bg-amber-600\/25) {
  background-color: rgb(217 119 6 / 0.25);
}
:is(.dark .dark\:bg-amber-600\/30) {
  background-color: rgb(217 119 6 / 0.3);
}
:is(.dark .dark\:bg-amber-600\/40) {
  background-color: rgb(217 119 6 / 0.4);
}
:is(.dark .dark\:bg-amber-600\/5) {
  background-color: rgb(217 119 6 / 0.05);
}
:is(.dark .dark\:bg-amber-600\/50) {
  background-color: rgb(217 119 6 / 0.5);
}
:is(.dark .dark\:bg-amber-600\/60) {
  background-color: rgb(217 119 6 / 0.6);
}
:is(.dark .dark\:bg-amber-600\/70) {
  background-color: rgb(217 119 6 / 0.7);
}
:is(.dark .dark\:bg-amber-600\/75) {
  background-color: rgb(217 119 6 / 0.75);
}
:is(.dark .dark\:bg-amber-600\/80) {
  background-color: rgb(217 119 6 / 0.8);
}
:is(.dark .dark\:bg-amber-600\/90) {
  background-color: rgb(217 119 6 / 0.9);
}
:is(.dark .dark\:bg-amber-600\/95) {
  background-color: rgb(217 119 6 / 0.95);
}
:is(.dark .dark\:bg-amber-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-700\/0) {
  background-color: rgb(180 83 9 / 0);
}
:is(.dark .dark\:bg-amber-700\/10) {
  background-color: rgb(180 83 9 / 0.1);
}
:is(.dark .dark\:bg-amber-700\/100) {
  background-color: rgb(180 83 9 / 1);
}
:is(.dark .dark\:bg-amber-700\/20) {
  background-color: rgb(180 83 9 / 0.2);
}
:is(.dark .dark\:bg-amber-700\/25) {
  background-color: rgb(180 83 9 / 0.25);
}
:is(.dark .dark\:bg-amber-700\/30) {
  background-color: rgb(180 83 9 / 0.3);
}
:is(.dark .dark\:bg-amber-700\/40) {
  background-color: rgb(180 83 9 / 0.4);
}
:is(.dark .dark\:bg-amber-700\/5) {
  background-color: rgb(180 83 9 / 0.05);
}
:is(.dark .dark\:bg-amber-700\/50) {
  background-color: rgb(180 83 9 / 0.5);
}
:is(.dark .dark\:bg-amber-700\/60) {
  background-color: rgb(180 83 9 / 0.6);
}
:is(.dark .dark\:bg-amber-700\/70) {
  background-color: rgb(180 83 9 / 0.7);
}
:is(.dark .dark\:bg-amber-700\/75) {
  background-color: rgb(180 83 9 / 0.75);
}
:is(.dark .dark\:bg-amber-700\/80) {
  background-color: rgb(180 83 9 / 0.8);
}
:is(.dark .dark\:bg-amber-700\/90) {
  background-color: rgb(180 83 9 / 0.9);
}
:is(.dark .dark\:bg-amber-700\/95) {
  background-color: rgb(180 83 9 / 0.95);
}
:is(.dark .dark\:bg-amber-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-800\/0) {
  background-color: rgb(146 64 14 / 0);
}
:is(.dark .dark\:bg-amber-800\/10) {
  background-color: rgb(146 64 14 / 0.1);
}
:is(.dark .dark\:bg-amber-800\/100) {
  background-color: rgb(146 64 14 / 1);
}
:is(.dark .dark\:bg-amber-800\/20) {
  background-color: rgb(146 64 14 / 0.2);
}
:is(.dark .dark\:bg-amber-800\/25) {
  background-color: rgb(146 64 14 / 0.25);
}
:is(.dark .dark\:bg-amber-800\/30) {
  background-color: rgb(146 64 14 / 0.3);
}
:is(.dark .dark\:bg-amber-800\/40) {
  background-color: rgb(146 64 14 / 0.4);
}
:is(.dark .dark\:bg-amber-800\/5) {
  background-color: rgb(146 64 14 / 0.05);
}
:is(.dark .dark\:bg-amber-800\/50) {
  background-color: rgb(146 64 14 / 0.5);
}
:is(.dark .dark\:bg-amber-800\/60) {
  background-color: rgb(146 64 14 / 0.6);
}
:is(.dark .dark\:bg-amber-800\/70) {
  background-color: rgb(146 64 14 / 0.7);
}
:is(.dark .dark\:bg-amber-800\/75) {
  background-color: rgb(146 64 14 / 0.75);
}
:is(.dark .dark\:bg-amber-800\/80) {
  background-color: rgb(146 64 14 / 0.8);
}
:is(.dark .dark\:bg-amber-800\/90) {
  background-color: rgb(146 64 14 / 0.9);
}
:is(.dark .dark\:bg-amber-800\/95) {
  background-color: rgb(146 64 14 / 0.95);
}
:is(.dark .dark\:bg-amber-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-900\/0) {
  background-color: rgb(120 53 15 / 0);
}
:is(.dark .dark\:bg-amber-900\/10) {
  background-color: rgb(120 53 15 / 0.1);
}
:is(.dark .dark\:bg-amber-900\/100) {
  background-color: rgb(120 53 15 / 1);
}
:is(.dark .dark\:bg-amber-900\/20) {
  background-color: rgb(120 53 15 / 0.2);
}
:is(.dark .dark\:bg-amber-900\/25) {
  background-color: rgb(120 53 15 / 0.25);
}
:is(.dark .dark\:bg-amber-900\/30) {
  background-color: rgb(120 53 15 / 0.3);
}
:is(.dark .dark\:bg-amber-900\/40) {
  background-color: rgb(120 53 15 / 0.4);
}
:is(.dark .dark\:bg-amber-900\/5) {
  background-color: rgb(120 53 15 / 0.05);
}
:is(.dark .dark\:bg-amber-900\/50) {
  background-color: rgb(120 53 15 / 0.5);
}
:is(.dark .dark\:bg-amber-900\/60) {
  background-color: rgb(120 53 15 / 0.6);
}
:is(.dark .dark\:bg-amber-900\/70) {
  background-color: rgb(120 53 15 / 0.7);
}
:is(.dark .dark\:bg-amber-900\/75) {
  background-color: rgb(120 53 15 / 0.75);
}
:is(.dark .dark\:bg-amber-900\/80) {
  background-color: rgb(120 53 15 / 0.8);
}
:is(.dark .dark\:bg-amber-900\/90) {
  background-color: rgb(120 53 15 / 0.9);
}
:is(.dark .dark\:bg-amber-900\/95) {
  background-color: rgb(120 53 15 / 0.95);
}
:is(.dark .dark\:bg-amber-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-amber-950\/0) {
  background-color: rgb(69 26 3 / 0);
}
:is(.dark .dark\:bg-amber-950\/10) {
  background-color: rgb(69 26 3 / 0.1);
}
:is(.dark .dark\:bg-amber-950\/100) {
  background-color: rgb(69 26 3 / 1);
}
:is(.dark .dark\:bg-amber-950\/20) {
  background-color: rgb(69 26 3 / 0.2);
}
:is(.dark .dark\:bg-amber-950\/25) {
  background-color: rgb(69 26 3 / 0.25);
}
:is(.dark .dark\:bg-amber-950\/30) {
  background-color: rgb(69 26 3 / 0.3);
}
:is(.dark .dark\:bg-amber-950\/40) {
  background-color: rgb(69 26 3 / 0.4);
}
:is(.dark .dark\:bg-amber-950\/5) {
  background-color: rgb(69 26 3 / 0.05);
}
:is(.dark .dark\:bg-amber-950\/50) {
  background-color: rgb(69 26 3 / 0.5);
}
:is(.dark .dark\:bg-amber-950\/60) {
  background-color: rgb(69 26 3 / 0.6);
}
:is(.dark .dark\:bg-amber-950\/70) {
  background-color: rgb(69 26 3 / 0.7);
}
:is(.dark .dark\:bg-amber-950\/75) {
  background-color: rgb(69 26 3 / 0.75);
}
:is(.dark .dark\:bg-amber-950\/80) {
  background-color: rgb(69 26 3 / 0.8);
}
:is(.dark .dark\:bg-amber-950\/90) {
  background-color: rgb(69 26 3 / 0.9);
}
:is(.dark .dark\:bg-amber-950\/95) {
  background-color: rgb(69 26 3 / 0.95);
}
:is(.dark .dark\:bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-100\/0) {
  background-color: rgb(219 234 254 / 0);
}
:is(.dark .dark\:bg-blue-100\/10) {
  background-color: rgb(219 234 254 / 0.1);
}
:is(.dark .dark\:bg-blue-100\/100) {
  background-color: rgb(219 234 254 / 1);
}
:is(.dark .dark\:bg-blue-100\/20) {
  background-color: rgb(219 234 254 / 0.2);
}
:is(.dark .dark\:bg-blue-100\/25) {
  background-color: rgb(219 234 254 / 0.25);
}
:is(.dark .dark\:bg-blue-100\/30) {
  background-color: rgb(219 234 254 / 0.3);
}
:is(.dark .dark\:bg-blue-100\/40) {
  background-color: rgb(219 234 254 / 0.4);
}
:is(.dark .dark\:bg-blue-100\/5) {
  background-color: rgb(219 234 254 / 0.05);
}
:is(.dark .dark\:bg-blue-100\/50) {
  background-color: rgb(219 234 254 / 0.5);
}
:is(.dark .dark\:bg-blue-100\/60) {
  background-color: rgb(219 234 254 / 0.6);
}
:is(.dark .dark\:bg-blue-100\/70) {
  background-color: rgb(219 234 254 / 0.7);
}
:is(.dark .dark\:bg-blue-100\/75) {
  background-color: rgb(219 234 254 / 0.75);
}
:is(.dark .dark\:bg-blue-100\/80) {
  background-color: rgb(219 234 254 / 0.8);
}
:is(.dark .dark\:bg-blue-100\/90) {
  background-color: rgb(219 234 254 / 0.9);
}
:is(.dark .dark\:bg-blue-100\/95) {
  background-color: rgb(219 234 254 / 0.95);
}
:is(.dark .dark\:bg-blue-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-200\/0) {
  background-color: rgb(191 219 254 / 0);
}
:is(.dark .dark\:bg-blue-200\/10) {
  background-color: rgb(191 219 254 / 0.1);
}
:is(.dark .dark\:bg-blue-200\/100) {
  background-color: rgb(191 219 254 / 1);
}
:is(.dark .dark\:bg-blue-200\/20) {
  background-color: rgb(191 219 254 / 0.2);
}
:is(.dark .dark\:bg-blue-200\/25) {
  background-color: rgb(191 219 254 / 0.25);
}
:is(.dark .dark\:bg-blue-200\/30) {
  background-color: rgb(191 219 254 / 0.3);
}
:is(.dark .dark\:bg-blue-200\/40) {
  background-color: rgb(191 219 254 / 0.4);
}
:is(.dark .dark\:bg-blue-200\/5) {
  background-color: rgb(191 219 254 / 0.05);
}
:is(.dark .dark\:bg-blue-200\/50) {
  background-color: rgb(191 219 254 / 0.5);
}
:is(.dark .dark\:bg-blue-200\/60) {
  background-color: rgb(191 219 254 / 0.6);
}
:is(.dark .dark\:bg-blue-200\/70) {
  background-color: rgb(191 219 254 / 0.7);
}
:is(.dark .dark\:bg-blue-200\/75) {
  background-color: rgb(191 219 254 / 0.75);
}
:is(.dark .dark\:bg-blue-200\/80) {
  background-color: rgb(191 219 254 / 0.8);
}
:is(.dark .dark\:bg-blue-200\/90) {
  background-color: rgb(191 219 254 / 0.9);
}
:is(.dark .dark\:bg-blue-200\/95) {
  background-color: rgb(191 219 254 / 0.95);
}
:is(.dark .dark\:bg-blue-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-300\/0) {
  background-color: rgb(147 197 253 / 0);
}
:is(.dark .dark\:bg-blue-300\/10) {
  background-color: rgb(147 197 253 / 0.1);
}
:is(.dark .dark\:bg-blue-300\/100) {
  background-color: rgb(147 197 253 / 1);
}
:is(.dark .dark\:bg-blue-300\/20) {
  background-color: rgb(147 197 253 / 0.2);
}
:is(.dark .dark\:bg-blue-300\/25) {
  background-color: rgb(147 197 253 / 0.25);
}
:is(.dark .dark\:bg-blue-300\/30) {
  background-color: rgb(147 197 253 / 0.3);
}
:is(.dark .dark\:bg-blue-300\/40) {
  background-color: rgb(147 197 253 / 0.4);
}
:is(.dark .dark\:bg-blue-300\/5) {
  background-color: rgb(147 197 253 / 0.05);
}
:is(.dark .dark\:bg-blue-300\/50) {
  background-color: rgb(147 197 253 / 0.5);
}
:is(.dark .dark\:bg-blue-300\/60) {
  background-color: rgb(147 197 253 / 0.6);
}
:is(.dark .dark\:bg-blue-300\/70) {
  background-color: rgb(147 197 253 / 0.7);
}
:is(.dark .dark\:bg-blue-300\/75) {
  background-color: rgb(147 197 253 / 0.75);
}
:is(.dark .dark\:bg-blue-300\/80) {
  background-color: rgb(147 197 253 / 0.8);
}
:is(.dark .dark\:bg-blue-300\/90) {
  background-color: rgb(147 197 253 / 0.9);
}
:is(.dark .dark\:bg-blue-300\/95) {
  background-color: rgb(147 197 253 / 0.95);
}
:is(.dark .dark\:bg-blue-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-400\/0) {
  background-color: rgb(96 165 250 / 0);
}
:is(.dark .dark\:bg-blue-400\/10) {
  background-color: rgb(96 165 250 / 0.1);
}
:is(.dark .dark\:bg-blue-400\/100) {
  background-color: rgb(96 165 250 / 1);
}
:is(.dark .dark\:bg-blue-400\/20) {
  background-color: rgb(96 165 250 / 0.2);
}
:is(.dark .dark\:bg-blue-400\/25) {
  background-color: rgb(96 165 250 / 0.25);
}
:is(.dark .dark\:bg-blue-400\/30) {
  background-color: rgb(96 165 250 / 0.3);
}
:is(.dark .dark\:bg-blue-400\/40) {
  background-color: rgb(96 165 250 / 0.4);
}
:is(.dark .dark\:bg-blue-400\/5) {
  background-color: rgb(96 165 250 / 0.05);
}
:is(.dark .dark\:bg-blue-400\/50) {
  background-color: rgb(96 165 250 / 0.5);
}
:is(.dark .dark\:bg-blue-400\/60) {
  background-color: rgb(96 165 250 / 0.6);
}
:is(.dark .dark\:bg-blue-400\/70) {
  background-color: rgb(96 165 250 / 0.7);
}
:is(.dark .dark\:bg-blue-400\/75) {
  background-color: rgb(96 165 250 / 0.75);
}
:is(.dark .dark\:bg-blue-400\/80) {
  background-color: rgb(96 165 250 / 0.8);
}
:is(.dark .dark\:bg-blue-400\/90) {
  background-color: rgb(96 165 250 / 0.9);
}
:is(.dark .dark\:bg-blue-400\/95) {
  background-color: rgb(96 165 250 / 0.95);
}
:is(.dark .dark\:bg-blue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-50\/0) {
  background-color: rgb(239 246 255 / 0);
}
:is(.dark .dark\:bg-blue-50\/10) {
  background-color: rgb(239 246 255 / 0.1);
}
:is(.dark .dark\:bg-blue-50\/100) {
  background-color: rgb(239 246 255 / 1);
}
:is(.dark .dark\:bg-blue-50\/20) {
  background-color: rgb(239 246 255 / 0.2);
}
:is(.dark .dark\:bg-blue-50\/25) {
  background-color: rgb(239 246 255 / 0.25);
}
:is(.dark .dark\:bg-blue-50\/30) {
  background-color: rgb(239 246 255 / 0.3);
}
:is(.dark .dark\:bg-blue-50\/40) {
  background-color: rgb(239 246 255 / 0.4);
}
:is(.dark .dark\:bg-blue-50\/5) {
  background-color: rgb(239 246 255 / 0.05);
}
:is(.dark .dark\:bg-blue-50\/50) {
  background-color: rgb(239 246 255 / 0.5);
}
:is(.dark .dark\:bg-blue-50\/60) {
  background-color: rgb(239 246 255 / 0.6);
}
:is(.dark .dark\:bg-blue-50\/70) {
  background-color: rgb(239 246 255 / 0.7);
}
:is(.dark .dark\:bg-blue-50\/75) {
  background-color: rgb(239 246 255 / 0.75);
}
:is(.dark .dark\:bg-blue-50\/80) {
  background-color: rgb(239 246 255 / 0.8);
}
:is(.dark .dark\:bg-blue-50\/90) {
  background-color: rgb(239 246 255 / 0.9);
}
:is(.dark .dark\:bg-blue-50\/95) {
  background-color: rgb(239 246 255 / 0.95);
}
:is(.dark .dark\:bg-blue-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-500\/0) {
  background-color: rgb(59 130 246 / 0);
}
:is(.dark .dark\:bg-blue-500\/10) {
  background-color: rgb(59 130 246 / 0.1);
}
:is(.dark .dark\:bg-blue-500\/100) {
  background-color: rgb(59 130 246 / 1);
}
:is(.dark .dark\:bg-blue-500\/20) {
  background-color: rgb(59 130 246 / 0.2);
}
:is(.dark .dark\:bg-blue-500\/25) {
  background-color: rgb(59 130 246 / 0.25);
}
:is(.dark .dark\:bg-blue-500\/30) {
  background-color: rgb(59 130 246 / 0.3);
}
:is(.dark .dark\:bg-blue-500\/40) {
  background-color: rgb(59 130 246 / 0.4);
}
:is(.dark .dark\:bg-blue-500\/5) {
  background-color: rgb(59 130 246 / 0.05);
}
:is(.dark .dark\:bg-blue-500\/50) {
  background-color: rgb(59 130 246 / 0.5);
}
:is(.dark .dark\:bg-blue-500\/60) {
  background-color: rgb(59 130 246 / 0.6);
}
:is(.dark .dark\:bg-blue-500\/70) {
  background-color: rgb(59 130 246 / 0.7);
}
:is(.dark .dark\:bg-blue-500\/75) {
  background-color: rgb(59 130 246 / 0.75);
}
:is(.dark .dark\:bg-blue-500\/80) {
  background-color: rgb(59 130 246 / 0.8);
}
:is(.dark .dark\:bg-blue-500\/90) {
  background-color: rgb(59 130 246 / 0.9);
}
:is(.dark .dark\:bg-blue-500\/95) {
  background-color: rgb(59 130 246 / 0.95);
}
:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-600\/0) {
  background-color: rgb(37 99 235 / 0);
}
:is(.dark .dark\:bg-blue-600\/10) {
  background-color: rgb(37 99 235 / 0.1);
}
:is(.dark .dark\:bg-blue-600\/100) {
  background-color: rgb(37 99 235 / 1);
}
:is(.dark .dark\:bg-blue-600\/20) {
  background-color: rgb(37 99 235 / 0.2);
}
:is(.dark .dark\:bg-blue-600\/25) {
  background-color: rgb(37 99 235 / 0.25);
}
:is(.dark .dark\:bg-blue-600\/30) {
  background-color: rgb(37 99 235 / 0.3);
}
:is(.dark .dark\:bg-blue-600\/40) {
  background-color: rgb(37 99 235 / 0.4);
}
:is(.dark .dark\:bg-blue-600\/5) {
  background-color: rgb(37 99 235 / 0.05);
}
:is(.dark .dark\:bg-blue-600\/50) {
  background-color: rgb(37 99 235 / 0.5);
}
:is(.dark .dark\:bg-blue-600\/60) {
  background-color: rgb(37 99 235 / 0.6);
}
:is(.dark .dark\:bg-blue-600\/70) {
  background-color: rgb(37 99 235 / 0.7);
}
:is(.dark .dark\:bg-blue-600\/75) {
  background-color: rgb(37 99 235 / 0.75);
}
:is(.dark .dark\:bg-blue-600\/80) {
  background-color: rgb(37 99 235 / 0.8);
}
:is(.dark .dark\:bg-blue-600\/90) {
  background-color: rgb(37 99 235 / 0.9);
}
:is(.dark .dark\:bg-blue-600\/95) {
  background-color: rgb(37 99 235 / 0.95);
}
:is(.dark .dark\:bg-blue-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-700\/0) {
  background-color: rgb(29 78 216 / 0);
}
:is(.dark .dark\:bg-blue-700\/10) {
  background-color: rgb(29 78 216 / 0.1);
}
:is(.dark .dark\:bg-blue-700\/100) {
  background-color: rgb(29 78 216 / 1);
}
:is(.dark .dark\:bg-blue-700\/20) {
  background-color: rgb(29 78 216 / 0.2);
}
:is(.dark .dark\:bg-blue-700\/25) {
  background-color: rgb(29 78 216 / 0.25);
}
:is(.dark .dark\:bg-blue-700\/30) {
  background-color: rgb(29 78 216 / 0.3);
}
:is(.dark .dark\:bg-blue-700\/40) {
  background-color: rgb(29 78 216 / 0.4);
}
:is(.dark .dark\:bg-blue-700\/5) {
  background-color: rgb(29 78 216 / 0.05);
}
:is(.dark .dark\:bg-blue-700\/50) {
  background-color: rgb(29 78 216 / 0.5);
}
:is(.dark .dark\:bg-blue-700\/60) {
  background-color: rgb(29 78 216 / 0.6);
}
:is(.dark .dark\:bg-blue-700\/70) {
  background-color: rgb(29 78 216 / 0.7);
}
:is(.dark .dark\:bg-blue-700\/75) {
  background-color: rgb(29 78 216 / 0.75);
}
:is(.dark .dark\:bg-blue-700\/80) {
  background-color: rgb(29 78 216 / 0.8);
}
:is(.dark .dark\:bg-blue-700\/90) {
  background-color: rgb(29 78 216 / 0.9);
}
:is(.dark .dark\:bg-blue-700\/95) {
  background-color: rgb(29 78 216 / 0.95);
}
:is(.dark .dark\:bg-blue-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-800\/0) {
  background-color: rgb(30 64 175 / 0);
}
:is(.dark .dark\:bg-blue-800\/10) {
  background-color: rgb(30 64 175 / 0.1);
}
:is(.dark .dark\:bg-blue-800\/100) {
  background-color: rgb(30 64 175 / 1);
}
:is(.dark .dark\:bg-blue-800\/20) {
  background-color: rgb(30 64 175 / 0.2);
}
:is(.dark .dark\:bg-blue-800\/25) {
  background-color: rgb(30 64 175 / 0.25);
}
:is(.dark .dark\:bg-blue-800\/30) {
  background-color: rgb(30 64 175 / 0.3);
}
:is(.dark .dark\:bg-blue-800\/40) {
  background-color: rgb(30 64 175 / 0.4);
}
:is(.dark .dark\:bg-blue-800\/5) {
  background-color: rgb(30 64 175 / 0.05);
}
:is(.dark .dark\:bg-blue-800\/50) {
  background-color: rgb(30 64 175 / 0.5);
}
:is(.dark .dark\:bg-blue-800\/60) {
  background-color: rgb(30 64 175 / 0.6);
}
:is(.dark .dark\:bg-blue-800\/70) {
  background-color: rgb(30 64 175 / 0.7);
}
:is(.dark .dark\:bg-blue-800\/75) {
  background-color: rgb(30 64 175 / 0.75);
}
:is(.dark .dark\:bg-blue-800\/80) {
  background-color: rgb(30 64 175 / 0.8);
}
:is(.dark .dark\:bg-blue-800\/90) {
  background-color: rgb(30 64 175 / 0.9);
}
:is(.dark .dark\:bg-blue-800\/95) {
  background-color: rgb(30 64 175 / 0.95);
}
:is(.dark .dark\:bg-blue-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-900\/0) {
  background-color: rgb(30 58 138 / 0);
}
:is(.dark .dark\:bg-blue-900\/10) {
  background-color: rgb(30 58 138 / 0.1);
}
:is(.dark .dark\:bg-blue-900\/100) {
  background-color: rgb(30 58 138 / 1);
}
:is(.dark .dark\:bg-blue-900\/20) {
  background-color: rgb(30 58 138 / 0.2);
}
:is(.dark .dark\:bg-blue-900\/25) {
  background-color: rgb(30 58 138 / 0.25);
}
:is(.dark .dark\:bg-blue-900\/30) {
  background-color: rgb(30 58 138 / 0.3);
}
:is(.dark .dark\:bg-blue-900\/40) {
  background-color: rgb(30 58 138 / 0.4);
}
:is(.dark .dark\:bg-blue-900\/5) {
  background-color: rgb(30 58 138 / 0.05);
}
:is(.dark .dark\:bg-blue-900\/50) {
  background-color: rgb(30 58 138 / 0.5);
}
:is(.dark .dark\:bg-blue-900\/60) {
  background-color: rgb(30 58 138 / 0.6);
}
:is(.dark .dark\:bg-blue-900\/70) {
  background-color: rgb(30 58 138 / 0.7);
}
:is(.dark .dark\:bg-blue-900\/75) {
  background-color: rgb(30 58 138 / 0.75);
}
:is(.dark .dark\:bg-blue-900\/80) {
  background-color: rgb(30 58 138 / 0.8);
}
:is(.dark .dark\:bg-blue-900\/90) {
  background-color: rgb(30 58 138 / 0.9);
}
:is(.dark .dark\:bg-blue-900\/95) {
  background-color: rgb(30 58 138 / 0.95);
}
:is(.dark .dark\:bg-blue-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-950\/0) {
  background-color: rgb(23 37 84 / 0);
}
:is(.dark .dark\:bg-blue-950\/10) {
  background-color: rgb(23 37 84 / 0.1);
}
:is(.dark .dark\:bg-blue-950\/100) {
  background-color: rgb(23 37 84 / 1);
}
:is(.dark .dark\:bg-blue-950\/20) {
  background-color: rgb(23 37 84 / 0.2);
}
:is(.dark .dark\:bg-blue-950\/25) {
  background-color: rgb(23 37 84 / 0.25);
}
:is(.dark .dark\:bg-blue-950\/30) {
  background-color: rgb(23 37 84 / 0.3);
}
:is(.dark .dark\:bg-blue-950\/40) {
  background-color: rgb(23 37 84 / 0.4);
}
:is(.dark .dark\:bg-blue-950\/5) {
  background-color: rgb(23 37 84 / 0.05);
}
:is(.dark .dark\:bg-blue-950\/50) {
  background-color: rgb(23 37 84 / 0.5);
}
:is(.dark .dark\:bg-blue-950\/60) {
  background-color: rgb(23 37 84 / 0.6);
}
:is(.dark .dark\:bg-blue-950\/70) {
  background-color: rgb(23 37 84 / 0.7);
}
:is(.dark .dark\:bg-blue-950\/75) {
  background-color: rgb(23 37 84 / 0.75);
}
:is(.dark .dark\:bg-blue-950\/80) {
  background-color: rgb(23 37 84 / 0.8);
}
:is(.dark .dark\:bg-blue-950\/90) {
  background-color: rgb(23 37 84 / 0.9);
}
:is(.dark .dark\:bg-blue-950\/95) {
  background-color: rgb(23 37 84 / 0.95);
}
:is(.dark .dark\:bg-cyan-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-100\/0) {
  background-color: rgb(207 250 254 / 0);
}
:is(.dark .dark\:bg-cyan-100\/10) {
  background-color: rgb(207 250 254 / 0.1);
}
:is(.dark .dark\:bg-cyan-100\/100) {
  background-color: rgb(207 250 254 / 1);
}
:is(.dark .dark\:bg-cyan-100\/20) {
  background-color: rgb(207 250 254 / 0.2);
}
:is(.dark .dark\:bg-cyan-100\/25) {
  background-color: rgb(207 250 254 / 0.25);
}
:is(.dark .dark\:bg-cyan-100\/30) {
  background-color: rgb(207 250 254 / 0.3);
}
:is(.dark .dark\:bg-cyan-100\/40) {
  background-color: rgb(207 250 254 / 0.4);
}
:is(.dark .dark\:bg-cyan-100\/5) {
  background-color: rgb(207 250 254 / 0.05);
}
:is(.dark .dark\:bg-cyan-100\/50) {
  background-color: rgb(207 250 254 / 0.5);
}
:is(.dark .dark\:bg-cyan-100\/60) {
  background-color: rgb(207 250 254 / 0.6);
}
:is(.dark .dark\:bg-cyan-100\/70) {
  background-color: rgb(207 250 254 / 0.7);
}
:is(.dark .dark\:bg-cyan-100\/75) {
  background-color: rgb(207 250 254 / 0.75);
}
:is(.dark .dark\:bg-cyan-100\/80) {
  background-color: rgb(207 250 254 / 0.8);
}
:is(.dark .dark\:bg-cyan-100\/90) {
  background-color: rgb(207 250 254 / 0.9);
}
:is(.dark .dark\:bg-cyan-100\/95) {
  background-color: rgb(207 250 254 / 0.95);
}
:is(.dark .dark\:bg-cyan-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-200\/0) {
  background-color: rgb(165 243 252 / 0);
}
:is(.dark .dark\:bg-cyan-200\/10) {
  background-color: rgb(165 243 252 / 0.1);
}
:is(.dark .dark\:bg-cyan-200\/100) {
  background-color: rgb(165 243 252 / 1);
}
:is(.dark .dark\:bg-cyan-200\/20) {
  background-color: rgb(165 243 252 / 0.2);
}
:is(.dark .dark\:bg-cyan-200\/25) {
  background-color: rgb(165 243 252 / 0.25);
}
:is(.dark .dark\:bg-cyan-200\/30) {
  background-color: rgb(165 243 252 / 0.3);
}
:is(.dark .dark\:bg-cyan-200\/40) {
  background-color: rgb(165 243 252 / 0.4);
}
:is(.dark .dark\:bg-cyan-200\/5) {
  background-color: rgb(165 243 252 / 0.05);
}
:is(.dark .dark\:bg-cyan-200\/50) {
  background-color: rgb(165 243 252 / 0.5);
}
:is(.dark .dark\:bg-cyan-200\/60) {
  background-color: rgb(165 243 252 / 0.6);
}
:is(.dark .dark\:bg-cyan-200\/70) {
  background-color: rgb(165 243 252 / 0.7);
}
:is(.dark .dark\:bg-cyan-200\/75) {
  background-color: rgb(165 243 252 / 0.75);
}
:is(.dark .dark\:bg-cyan-200\/80) {
  background-color: rgb(165 243 252 / 0.8);
}
:is(.dark .dark\:bg-cyan-200\/90) {
  background-color: rgb(165 243 252 / 0.9);
}
:is(.dark .dark\:bg-cyan-200\/95) {
  background-color: rgb(165 243 252 / 0.95);
}
:is(.dark .dark\:bg-cyan-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-300\/0) {
  background-color: rgb(103 232 249 / 0);
}
:is(.dark .dark\:bg-cyan-300\/10) {
  background-color: rgb(103 232 249 / 0.1);
}
:is(.dark .dark\:bg-cyan-300\/100) {
  background-color: rgb(103 232 249 / 1);
}
:is(.dark .dark\:bg-cyan-300\/20) {
  background-color: rgb(103 232 249 / 0.2);
}
:is(.dark .dark\:bg-cyan-300\/25) {
  background-color: rgb(103 232 249 / 0.25);
}
:is(.dark .dark\:bg-cyan-300\/30) {
  background-color: rgb(103 232 249 / 0.3);
}
:is(.dark .dark\:bg-cyan-300\/40) {
  background-color: rgb(103 232 249 / 0.4);
}
:is(.dark .dark\:bg-cyan-300\/5) {
  background-color: rgb(103 232 249 / 0.05);
}
:is(.dark .dark\:bg-cyan-300\/50) {
  background-color: rgb(103 232 249 / 0.5);
}
:is(.dark .dark\:bg-cyan-300\/60) {
  background-color: rgb(103 232 249 / 0.6);
}
:is(.dark .dark\:bg-cyan-300\/70) {
  background-color: rgb(103 232 249 / 0.7);
}
:is(.dark .dark\:bg-cyan-300\/75) {
  background-color: rgb(103 232 249 / 0.75);
}
:is(.dark .dark\:bg-cyan-300\/80) {
  background-color: rgb(103 232 249 / 0.8);
}
:is(.dark .dark\:bg-cyan-300\/90) {
  background-color: rgb(103 232 249 / 0.9);
}
:is(.dark .dark\:bg-cyan-300\/95) {
  background-color: rgb(103 232 249 / 0.95);
}
:is(.dark .dark\:bg-cyan-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-400\/0) {
  background-color: rgb(34 211 238 / 0);
}
:is(.dark .dark\:bg-cyan-400\/10) {
  background-color: rgb(34 211 238 / 0.1);
}
:is(.dark .dark\:bg-cyan-400\/100) {
  background-color: rgb(34 211 238 / 1);
}
:is(.dark .dark\:bg-cyan-400\/20) {
  background-color: rgb(34 211 238 / 0.2);
}
:is(.dark .dark\:bg-cyan-400\/25) {
  background-color: rgb(34 211 238 / 0.25);
}
:is(.dark .dark\:bg-cyan-400\/30) {
  background-color: rgb(34 211 238 / 0.3);
}
:is(.dark .dark\:bg-cyan-400\/40) {
  background-color: rgb(34 211 238 / 0.4);
}
:is(.dark .dark\:bg-cyan-400\/5) {
  background-color: rgb(34 211 238 / 0.05);
}
:is(.dark .dark\:bg-cyan-400\/50) {
  background-color: rgb(34 211 238 / 0.5);
}
:is(.dark .dark\:bg-cyan-400\/60) {
  background-color: rgb(34 211 238 / 0.6);
}
:is(.dark .dark\:bg-cyan-400\/70) {
  background-color: rgb(34 211 238 / 0.7);
}
:is(.dark .dark\:bg-cyan-400\/75) {
  background-color: rgb(34 211 238 / 0.75);
}
:is(.dark .dark\:bg-cyan-400\/80) {
  background-color: rgb(34 211 238 / 0.8);
}
:is(.dark .dark\:bg-cyan-400\/90) {
  background-color: rgb(34 211 238 / 0.9);
}
:is(.dark .dark\:bg-cyan-400\/95) {
  background-color: rgb(34 211 238 / 0.95);
}
:is(.dark .dark\:bg-cyan-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-50\/0) {
  background-color: rgb(236 254 255 / 0);
}
:is(.dark .dark\:bg-cyan-50\/10) {
  background-color: rgb(236 254 255 / 0.1);
}
:is(.dark .dark\:bg-cyan-50\/100) {
  background-color: rgb(236 254 255 / 1);
}
:is(.dark .dark\:bg-cyan-50\/20) {
  background-color: rgb(236 254 255 / 0.2);
}
:is(.dark .dark\:bg-cyan-50\/25) {
  background-color: rgb(236 254 255 / 0.25);
}
:is(.dark .dark\:bg-cyan-50\/30) {
  background-color: rgb(236 254 255 / 0.3);
}
:is(.dark .dark\:bg-cyan-50\/40) {
  background-color: rgb(236 254 255 / 0.4);
}
:is(.dark .dark\:bg-cyan-50\/5) {
  background-color: rgb(236 254 255 / 0.05);
}
:is(.dark .dark\:bg-cyan-50\/50) {
  background-color: rgb(236 254 255 / 0.5);
}
:is(.dark .dark\:bg-cyan-50\/60) {
  background-color: rgb(236 254 255 / 0.6);
}
:is(.dark .dark\:bg-cyan-50\/70) {
  background-color: rgb(236 254 255 / 0.7);
}
:is(.dark .dark\:bg-cyan-50\/75) {
  background-color: rgb(236 254 255 / 0.75);
}
:is(.dark .dark\:bg-cyan-50\/80) {
  background-color: rgb(236 254 255 / 0.8);
}
:is(.dark .dark\:bg-cyan-50\/90) {
  background-color: rgb(236 254 255 / 0.9);
}
:is(.dark .dark\:bg-cyan-50\/95) {
  background-color: rgb(236 254 255 / 0.95);
}
:is(.dark .dark\:bg-cyan-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-500\/0) {
  background-color: rgb(6 182 212 / 0);
}
:is(.dark .dark\:bg-cyan-500\/10) {
  background-color: rgb(6 182 212 / 0.1);
}
:is(.dark .dark\:bg-cyan-500\/100) {
  background-color: rgb(6 182 212 / 1);
}
:is(.dark .dark\:bg-cyan-500\/20) {
  background-color: rgb(6 182 212 / 0.2);
}
:is(.dark .dark\:bg-cyan-500\/25) {
  background-color: rgb(6 182 212 / 0.25);
}
:is(.dark .dark\:bg-cyan-500\/30) {
  background-color: rgb(6 182 212 / 0.3);
}
:is(.dark .dark\:bg-cyan-500\/40) {
  background-color: rgb(6 182 212 / 0.4);
}
:is(.dark .dark\:bg-cyan-500\/5) {
  background-color: rgb(6 182 212 / 0.05);
}
:is(.dark .dark\:bg-cyan-500\/50) {
  background-color: rgb(6 182 212 / 0.5);
}
:is(.dark .dark\:bg-cyan-500\/60) {
  background-color: rgb(6 182 212 / 0.6);
}
:is(.dark .dark\:bg-cyan-500\/70) {
  background-color: rgb(6 182 212 / 0.7);
}
:is(.dark .dark\:bg-cyan-500\/75) {
  background-color: rgb(6 182 212 / 0.75);
}
:is(.dark .dark\:bg-cyan-500\/80) {
  background-color: rgb(6 182 212 / 0.8);
}
:is(.dark .dark\:bg-cyan-500\/90) {
  background-color: rgb(6 182 212 / 0.9);
}
:is(.dark .dark\:bg-cyan-500\/95) {
  background-color: rgb(6 182 212 / 0.95);
}
:is(.dark .dark\:bg-cyan-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-600\/0) {
  background-color: rgb(8 145 178 / 0);
}
:is(.dark .dark\:bg-cyan-600\/10) {
  background-color: rgb(8 145 178 / 0.1);
}
:is(.dark .dark\:bg-cyan-600\/100) {
  background-color: rgb(8 145 178 / 1);
}
:is(.dark .dark\:bg-cyan-600\/20) {
  background-color: rgb(8 145 178 / 0.2);
}
:is(.dark .dark\:bg-cyan-600\/25) {
  background-color: rgb(8 145 178 / 0.25);
}
:is(.dark .dark\:bg-cyan-600\/30) {
  background-color: rgb(8 145 178 / 0.3);
}
:is(.dark .dark\:bg-cyan-600\/40) {
  background-color: rgb(8 145 178 / 0.4);
}
:is(.dark .dark\:bg-cyan-600\/5) {
  background-color: rgb(8 145 178 / 0.05);
}
:is(.dark .dark\:bg-cyan-600\/50) {
  background-color: rgb(8 145 178 / 0.5);
}
:is(.dark .dark\:bg-cyan-600\/60) {
  background-color: rgb(8 145 178 / 0.6);
}
:is(.dark .dark\:bg-cyan-600\/70) {
  background-color: rgb(8 145 178 / 0.7);
}
:is(.dark .dark\:bg-cyan-600\/75) {
  background-color: rgb(8 145 178 / 0.75);
}
:is(.dark .dark\:bg-cyan-600\/80) {
  background-color: rgb(8 145 178 / 0.8);
}
:is(.dark .dark\:bg-cyan-600\/90) {
  background-color: rgb(8 145 178 / 0.9);
}
:is(.dark .dark\:bg-cyan-600\/95) {
  background-color: rgb(8 145 178 / 0.95);
}
:is(.dark .dark\:bg-cyan-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-700\/0) {
  background-color: rgb(14 116 144 / 0);
}
:is(.dark .dark\:bg-cyan-700\/10) {
  background-color: rgb(14 116 144 / 0.1);
}
:is(.dark .dark\:bg-cyan-700\/100) {
  background-color: rgb(14 116 144 / 1);
}
:is(.dark .dark\:bg-cyan-700\/20) {
  background-color: rgb(14 116 144 / 0.2);
}
:is(.dark .dark\:bg-cyan-700\/25) {
  background-color: rgb(14 116 144 / 0.25);
}
:is(.dark .dark\:bg-cyan-700\/30) {
  background-color: rgb(14 116 144 / 0.3);
}
:is(.dark .dark\:bg-cyan-700\/40) {
  background-color: rgb(14 116 144 / 0.4);
}
:is(.dark .dark\:bg-cyan-700\/5) {
  background-color: rgb(14 116 144 / 0.05);
}
:is(.dark .dark\:bg-cyan-700\/50) {
  background-color: rgb(14 116 144 / 0.5);
}
:is(.dark .dark\:bg-cyan-700\/60) {
  background-color: rgb(14 116 144 / 0.6);
}
:is(.dark .dark\:bg-cyan-700\/70) {
  background-color: rgb(14 116 144 / 0.7);
}
:is(.dark .dark\:bg-cyan-700\/75) {
  background-color: rgb(14 116 144 / 0.75);
}
:is(.dark .dark\:bg-cyan-700\/80) {
  background-color: rgb(14 116 144 / 0.8);
}
:is(.dark .dark\:bg-cyan-700\/90) {
  background-color: rgb(14 116 144 / 0.9);
}
:is(.dark .dark\:bg-cyan-700\/95) {
  background-color: rgb(14 116 144 / 0.95);
}
:is(.dark .dark\:bg-cyan-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-800\/0) {
  background-color: rgb(21 94 117 / 0);
}
:is(.dark .dark\:bg-cyan-800\/10) {
  background-color: rgb(21 94 117 / 0.1);
}
:is(.dark .dark\:bg-cyan-800\/100) {
  background-color: rgb(21 94 117 / 1);
}
:is(.dark .dark\:bg-cyan-800\/20) {
  background-color: rgb(21 94 117 / 0.2);
}
:is(.dark .dark\:bg-cyan-800\/25) {
  background-color: rgb(21 94 117 / 0.25);
}
:is(.dark .dark\:bg-cyan-800\/30) {
  background-color: rgb(21 94 117 / 0.3);
}
:is(.dark .dark\:bg-cyan-800\/40) {
  background-color: rgb(21 94 117 / 0.4);
}
:is(.dark .dark\:bg-cyan-800\/5) {
  background-color: rgb(21 94 117 / 0.05);
}
:is(.dark .dark\:bg-cyan-800\/50) {
  background-color: rgb(21 94 117 / 0.5);
}
:is(.dark .dark\:bg-cyan-800\/60) {
  background-color: rgb(21 94 117 / 0.6);
}
:is(.dark .dark\:bg-cyan-800\/70) {
  background-color: rgb(21 94 117 / 0.7);
}
:is(.dark .dark\:bg-cyan-800\/75) {
  background-color: rgb(21 94 117 / 0.75);
}
:is(.dark .dark\:bg-cyan-800\/80) {
  background-color: rgb(21 94 117 / 0.8);
}
:is(.dark .dark\:bg-cyan-800\/90) {
  background-color: rgb(21 94 117 / 0.9);
}
:is(.dark .dark\:bg-cyan-800\/95) {
  background-color: rgb(21 94 117 / 0.95);
}
:is(.dark .dark\:bg-cyan-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-900\/0) {
  background-color: rgb(22 78 99 / 0);
}
:is(.dark .dark\:bg-cyan-900\/10) {
  background-color: rgb(22 78 99 / 0.1);
}
:is(.dark .dark\:bg-cyan-900\/100) {
  background-color: rgb(22 78 99 / 1);
}
:is(.dark .dark\:bg-cyan-900\/20) {
  background-color: rgb(22 78 99 / 0.2);
}
:is(.dark .dark\:bg-cyan-900\/25) {
  background-color: rgb(22 78 99 / 0.25);
}
:is(.dark .dark\:bg-cyan-900\/30) {
  background-color: rgb(22 78 99 / 0.3);
}
:is(.dark .dark\:bg-cyan-900\/40) {
  background-color: rgb(22 78 99 / 0.4);
}
:is(.dark .dark\:bg-cyan-900\/5) {
  background-color: rgb(22 78 99 / 0.05);
}
:is(.dark .dark\:bg-cyan-900\/50) {
  background-color: rgb(22 78 99 / 0.5);
}
:is(.dark .dark\:bg-cyan-900\/60) {
  background-color: rgb(22 78 99 / 0.6);
}
:is(.dark .dark\:bg-cyan-900\/70) {
  background-color: rgb(22 78 99 / 0.7);
}
:is(.dark .dark\:bg-cyan-900\/75) {
  background-color: rgb(22 78 99 / 0.75);
}
:is(.dark .dark\:bg-cyan-900\/80) {
  background-color: rgb(22 78 99 / 0.8);
}
:is(.dark .dark\:bg-cyan-900\/90) {
  background-color: rgb(22 78 99 / 0.9);
}
:is(.dark .dark\:bg-cyan-900\/95) {
  background-color: rgb(22 78 99 / 0.95);
}
:is(.dark .dark\:bg-cyan-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-cyan-950\/0) {
  background-color: rgb(8 51 68 / 0);
}
:is(.dark .dark\:bg-cyan-950\/10) {
  background-color: rgb(8 51 68 / 0.1);
}
:is(.dark .dark\:bg-cyan-950\/100) {
  background-color: rgb(8 51 68 / 1);
}
:is(.dark .dark\:bg-cyan-950\/20) {
  background-color: rgb(8 51 68 / 0.2);
}
:is(.dark .dark\:bg-cyan-950\/25) {
  background-color: rgb(8 51 68 / 0.25);
}
:is(.dark .dark\:bg-cyan-950\/30) {
  background-color: rgb(8 51 68 / 0.3);
}
:is(.dark .dark\:bg-cyan-950\/40) {
  background-color: rgb(8 51 68 / 0.4);
}
:is(.dark .dark\:bg-cyan-950\/5) {
  background-color: rgb(8 51 68 / 0.05);
}
:is(.dark .dark\:bg-cyan-950\/50) {
  background-color: rgb(8 51 68 / 0.5);
}
:is(.dark .dark\:bg-cyan-950\/60) {
  background-color: rgb(8 51 68 / 0.6);
}
:is(.dark .dark\:bg-cyan-950\/70) {
  background-color: rgb(8 51 68 / 0.7);
}
:is(.dark .dark\:bg-cyan-950\/75) {
  background-color: rgb(8 51 68 / 0.75);
}
:is(.dark .dark\:bg-cyan-950\/80) {
  background-color: rgb(8 51 68 / 0.8);
}
:is(.dark .dark\:bg-cyan-950\/90) {
  background-color: rgb(8 51 68 / 0.9);
}
:is(.dark .dark\:bg-cyan-950\/95) {
  background-color: rgb(8 51 68 / 0.95);
}
:is(.dark .dark\:bg-emerald-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-100\/0) {
  background-color: rgb(209 250 229 / 0);
}
:is(.dark .dark\:bg-emerald-100\/10) {
  background-color: rgb(209 250 229 / 0.1);
}
:is(.dark .dark\:bg-emerald-100\/100) {
  background-color: rgb(209 250 229 / 1);
}
:is(.dark .dark\:bg-emerald-100\/20) {
  background-color: rgb(209 250 229 / 0.2);
}
:is(.dark .dark\:bg-emerald-100\/25) {
  background-color: rgb(209 250 229 / 0.25);
}
:is(.dark .dark\:bg-emerald-100\/30) {
  background-color: rgb(209 250 229 / 0.3);
}
:is(.dark .dark\:bg-emerald-100\/40) {
  background-color: rgb(209 250 229 / 0.4);
}
:is(.dark .dark\:bg-emerald-100\/5) {
  background-color: rgb(209 250 229 / 0.05);
}
:is(.dark .dark\:bg-emerald-100\/50) {
  background-color: rgb(209 250 229 / 0.5);
}
:is(.dark .dark\:bg-emerald-100\/60) {
  background-color: rgb(209 250 229 / 0.6);
}
:is(.dark .dark\:bg-emerald-100\/70) {
  background-color: rgb(209 250 229 / 0.7);
}
:is(.dark .dark\:bg-emerald-100\/75) {
  background-color: rgb(209 250 229 / 0.75);
}
:is(.dark .dark\:bg-emerald-100\/80) {
  background-color: rgb(209 250 229 / 0.8);
}
:is(.dark .dark\:bg-emerald-100\/90) {
  background-color: rgb(209 250 229 / 0.9);
}
:is(.dark .dark\:bg-emerald-100\/95) {
  background-color: rgb(209 250 229 / 0.95);
}
:is(.dark .dark\:bg-emerald-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-200\/0) {
  background-color: rgb(167 243 208 / 0);
}
:is(.dark .dark\:bg-emerald-200\/10) {
  background-color: rgb(167 243 208 / 0.1);
}
:is(.dark .dark\:bg-emerald-200\/100) {
  background-color: rgb(167 243 208 / 1);
}
:is(.dark .dark\:bg-emerald-200\/20) {
  background-color: rgb(167 243 208 / 0.2);
}
:is(.dark .dark\:bg-emerald-200\/25) {
  background-color: rgb(167 243 208 / 0.25);
}
:is(.dark .dark\:bg-emerald-200\/30) {
  background-color: rgb(167 243 208 / 0.3);
}
:is(.dark .dark\:bg-emerald-200\/40) {
  background-color: rgb(167 243 208 / 0.4);
}
:is(.dark .dark\:bg-emerald-200\/5) {
  background-color: rgb(167 243 208 / 0.05);
}
:is(.dark .dark\:bg-emerald-200\/50) {
  background-color: rgb(167 243 208 / 0.5);
}
:is(.dark .dark\:bg-emerald-200\/60) {
  background-color: rgb(167 243 208 / 0.6);
}
:is(.dark .dark\:bg-emerald-200\/70) {
  background-color: rgb(167 243 208 / 0.7);
}
:is(.dark .dark\:bg-emerald-200\/75) {
  background-color: rgb(167 243 208 / 0.75);
}
:is(.dark .dark\:bg-emerald-200\/80) {
  background-color: rgb(167 243 208 / 0.8);
}
:is(.dark .dark\:bg-emerald-200\/90) {
  background-color: rgb(167 243 208 / 0.9);
}
:is(.dark .dark\:bg-emerald-200\/95) {
  background-color: rgb(167 243 208 / 0.95);
}
:is(.dark .dark\:bg-emerald-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-300\/0) {
  background-color: rgb(110 231 183 / 0);
}
:is(.dark .dark\:bg-emerald-300\/10) {
  background-color: rgb(110 231 183 / 0.1);
}
:is(.dark .dark\:bg-emerald-300\/100) {
  background-color: rgb(110 231 183 / 1);
}
:is(.dark .dark\:bg-emerald-300\/20) {
  background-color: rgb(110 231 183 / 0.2);
}
:is(.dark .dark\:bg-emerald-300\/25) {
  background-color: rgb(110 231 183 / 0.25);
}
:is(.dark .dark\:bg-emerald-300\/30) {
  background-color: rgb(110 231 183 / 0.3);
}
:is(.dark .dark\:bg-emerald-300\/40) {
  background-color: rgb(110 231 183 / 0.4);
}
:is(.dark .dark\:bg-emerald-300\/5) {
  background-color: rgb(110 231 183 / 0.05);
}
:is(.dark .dark\:bg-emerald-300\/50) {
  background-color: rgb(110 231 183 / 0.5);
}
:is(.dark .dark\:bg-emerald-300\/60) {
  background-color: rgb(110 231 183 / 0.6);
}
:is(.dark .dark\:bg-emerald-300\/70) {
  background-color: rgb(110 231 183 / 0.7);
}
:is(.dark .dark\:bg-emerald-300\/75) {
  background-color: rgb(110 231 183 / 0.75);
}
:is(.dark .dark\:bg-emerald-300\/80) {
  background-color: rgb(110 231 183 / 0.8);
}
:is(.dark .dark\:bg-emerald-300\/90) {
  background-color: rgb(110 231 183 / 0.9);
}
:is(.dark .dark\:bg-emerald-300\/95) {
  background-color: rgb(110 231 183 / 0.95);
}
:is(.dark .dark\:bg-emerald-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-400\/0) {
  background-color: rgb(52 211 153 / 0);
}
:is(.dark .dark\:bg-emerald-400\/10) {
  background-color: rgb(52 211 153 / 0.1);
}
:is(.dark .dark\:bg-emerald-400\/100) {
  background-color: rgb(52 211 153 / 1);
}
:is(.dark .dark\:bg-emerald-400\/20) {
  background-color: rgb(52 211 153 / 0.2);
}
:is(.dark .dark\:bg-emerald-400\/25) {
  background-color: rgb(52 211 153 / 0.25);
}
:is(.dark .dark\:bg-emerald-400\/30) {
  background-color: rgb(52 211 153 / 0.3);
}
:is(.dark .dark\:bg-emerald-400\/40) {
  background-color: rgb(52 211 153 / 0.4);
}
:is(.dark .dark\:bg-emerald-400\/5) {
  background-color: rgb(52 211 153 / 0.05);
}
:is(.dark .dark\:bg-emerald-400\/50) {
  background-color: rgb(52 211 153 / 0.5);
}
:is(.dark .dark\:bg-emerald-400\/60) {
  background-color: rgb(52 211 153 / 0.6);
}
:is(.dark .dark\:bg-emerald-400\/70) {
  background-color: rgb(52 211 153 / 0.7);
}
:is(.dark .dark\:bg-emerald-400\/75) {
  background-color: rgb(52 211 153 / 0.75);
}
:is(.dark .dark\:bg-emerald-400\/80) {
  background-color: rgb(52 211 153 / 0.8);
}
:is(.dark .dark\:bg-emerald-400\/90) {
  background-color: rgb(52 211 153 / 0.9);
}
:is(.dark .dark\:bg-emerald-400\/95) {
  background-color: rgb(52 211 153 / 0.95);
}
:is(.dark .dark\:bg-emerald-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-50\/0) {
  background-color: rgb(236 253 245 / 0);
}
:is(.dark .dark\:bg-emerald-50\/10) {
  background-color: rgb(236 253 245 / 0.1);
}
:is(.dark .dark\:bg-emerald-50\/100) {
  background-color: rgb(236 253 245 / 1);
}
:is(.dark .dark\:bg-emerald-50\/20) {
  background-color: rgb(236 253 245 / 0.2);
}
:is(.dark .dark\:bg-emerald-50\/25) {
  background-color: rgb(236 253 245 / 0.25);
}
:is(.dark .dark\:bg-emerald-50\/30) {
  background-color: rgb(236 253 245 / 0.3);
}
:is(.dark .dark\:bg-emerald-50\/40) {
  background-color: rgb(236 253 245 / 0.4);
}
:is(.dark .dark\:bg-emerald-50\/5) {
  background-color: rgb(236 253 245 / 0.05);
}
:is(.dark .dark\:bg-emerald-50\/50) {
  background-color: rgb(236 253 245 / 0.5);
}
:is(.dark .dark\:bg-emerald-50\/60) {
  background-color: rgb(236 253 245 / 0.6);
}
:is(.dark .dark\:bg-emerald-50\/70) {
  background-color: rgb(236 253 245 / 0.7);
}
:is(.dark .dark\:bg-emerald-50\/75) {
  background-color: rgb(236 253 245 / 0.75);
}
:is(.dark .dark\:bg-emerald-50\/80) {
  background-color: rgb(236 253 245 / 0.8);
}
:is(.dark .dark\:bg-emerald-50\/90) {
  background-color: rgb(236 253 245 / 0.9);
}
:is(.dark .dark\:bg-emerald-50\/95) {
  background-color: rgb(236 253 245 / 0.95);
}
:is(.dark .dark\:bg-emerald-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-500\/0) {
  background-color: rgb(16 185 129 / 0);
}
:is(.dark .dark\:bg-emerald-500\/10) {
  background-color: rgb(16 185 129 / 0.1);
}
:is(.dark .dark\:bg-emerald-500\/100) {
  background-color: rgb(16 185 129 / 1);
}
:is(.dark .dark\:bg-emerald-500\/20) {
  background-color: rgb(16 185 129 / 0.2);
}
:is(.dark .dark\:bg-emerald-500\/25) {
  background-color: rgb(16 185 129 / 0.25);
}
:is(.dark .dark\:bg-emerald-500\/30) {
  background-color: rgb(16 185 129 / 0.3);
}
:is(.dark .dark\:bg-emerald-500\/40) {
  background-color: rgb(16 185 129 / 0.4);
}
:is(.dark .dark\:bg-emerald-500\/5) {
  background-color: rgb(16 185 129 / 0.05);
}
:is(.dark .dark\:bg-emerald-500\/50) {
  background-color: rgb(16 185 129 / 0.5);
}
:is(.dark .dark\:bg-emerald-500\/60) {
  background-color: rgb(16 185 129 / 0.6);
}
:is(.dark .dark\:bg-emerald-500\/70) {
  background-color: rgb(16 185 129 / 0.7);
}
:is(.dark .dark\:bg-emerald-500\/75) {
  background-color: rgb(16 185 129 / 0.75);
}
:is(.dark .dark\:bg-emerald-500\/80) {
  background-color: rgb(16 185 129 / 0.8);
}
:is(.dark .dark\:bg-emerald-500\/90) {
  background-color: rgb(16 185 129 / 0.9);
}
:is(.dark .dark\:bg-emerald-500\/95) {
  background-color: rgb(16 185 129 / 0.95);
}
:is(.dark .dark\:bg-emerald-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-600\/0) {
  background-color: rgb(5 150 105 / 0);
}
:is(.dark .dark\:bg-emerald-600\/10) {
  background-color: rgb(5 150 105 / 0.1);
}
:is(.dark .dark\:bg-emerald-600\/100) {
  background-color: rgb(5 150 105 / 1);
}
:is(.dark .dark\:bg-emerald-600\/20) {
  background-color: rgb(5 150 105 / 0.2);
}
:is(.dark .dark\:bg-emerald-600\/25) {
  background-color: rgb(5 150 105 / 0.25);
}
:is(.dark .dark\:bg-emerald-600\/30) {
  background-color: rgb(5 150 105 / 0.3);
}
:is(.dark .dark\:bg-emerald-600\/40) {
  background-color: rgb(5 150 105 / 0.4);
}
:is(.dark .dark\:bg-emerald-600\/5) {
  background-color: rgb(5 150 105 / 0.05);
}
:is(.dark .dark\:bg-emerald-600\/50) {
  background-color: rgb(5 150 105 / 0.5);
}
:is(.dark .dark\:bg-emerald-600\/60) {
  background-color: rgb(5 150 105 / 0.6);
}
:is(.dark .dark\:bg-emerald-600\/70) {
  background-color: rgb(5 150 105 / 0.7);
}
:is(.dark .dark\:bg-emerald-600\/75) {
  background-color: rgb(5 150 105 / 0.75);
}
:is(.dark .dark\:bg-emerald-600\/80) {
  background-color: rgb(5 150 105 / 0.8);
}
:is(.dark .dark\:bg-emerald-600\/90) {
  background-color: rgb(5 150 105 / 0.9);
}
:is(.dark .dark\:bg-emerald-600\/95) {
  background-color: rgb(5 150 105 / 0.95);
}
:is(.dark .dark\:bg-emerald-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-700\/0) {
  background-color: rgb(4 120 87 / 0);
}
:is(.dark .dark\:bg-emerald-700\/10) {
  background-color: rgb(4 120 87 / 0.1);
}
:is(.dark .dark\:bg-emerald-700\/100) {
  background-color: rgb(4 120 87 / 1);
}
:is(.dark .dark\:bg-emerald-700\/20) {
  background-color: rgb(4 120 87 / 0.2);
}
:is(.dark .dark\:bg-emerald-700\/25) {
  background-color: rgb(4 120 87 / 0.25);
}
:is(.dark .dark\:bg-emerald-700\/30) {
  background-color: rgb(4 120 87 / 0.3);
}
:is(.dark .dark\:bg-emerald-700\/40) {
  background-color: rgb(4 120 87 / 0.4);
}
:is(.dark .dark\:bg-emerald-700\/5) {
  background-color: rgb(4 120 87 / 0.05);
}
:is(.dark .dark\:bg-emerald-700\/50) {
  background-color: rgb(4 120 87 / 0.5);
}
:is(.dark .dark\:bg-emerald-700\/60) {
  background-color: rgb(4 120 87 / 0.6);
}
:is(.dark .dark\:bg-emerald-700\/70) {
  background-color: rgb(4 120 87 / 0.7);
}
:is(.dark .dark\:bg-emerald-700\/75) {
  background-color: rgb(4 120 87 / 0.75);
}
:is(.dark .dark\:bg-emerald-700\/80) {
  background-color: rgb(4 120 87 / 0.8);
}
:is(.dark .dark\:bg-emerald-700\/90) {
  background-color: rgb(4 120 87 / 0.9);
}
:is(.dark .dark\:bg-emerald-700\/95) {
  background-color: rgb(4 120 87 / 0.95);
}
:is(.dark .dark\:bg-emerald-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-800\/0) {
  background-color: rgb(6 95 70 / 0);
}
:is(.dark .dark\:bg-emerald-800\/10) {
  background-color: rgb(6 95 70 / 0.1);
}
:is(.dark .dark\:bg-emerald-800\/100) {
  background-color: rgb(6 95 70 / 1);
}
:is(.dark .dark\:bg-emerald-800\/20) {
  background-color: rgb(6 95 70 / 0.2);
}
:is(.dark .dark\:bg-emerald-800\/25) {
  background-color: rgb(6 95 70 / 0.25);
}
:is(.dark .dark\:bg-emerald-800\/30) {
  background-color: rgb(6 95 70 / 0.3);
}
:is(.dark .dark\:bg-emerald-800\/40) {
  background-color: rgb(6 95 70 / 0.4);
}
:is(.dark .dark\:bg-emerald-800\/5) {
  background-color: rgb(6 95 70 / 0.05);
}
:is(.dark .dark\:bg-emerald-800\/50) {
  background-color: rgb(6 95 70 / 0.5);
}
:is(.dark .dark\:bg-emerald-800\/60) {
  background-color: rgb(6 95 70 / 0.6);
}
:is(.dark .dark\:bg-emerald-800\/70) {
  background-color: rgb(6 95 70 / 0.7);
}
:is(.dark .dark\:bg-emerald-800\/75) {
  background-color: rgb(6 95 70 / 0.75);
}
:is(.dark .dark\:bg-emerald-800\/80) {
  background-color: rgb(6 95 70 / 0.8);
}
:is(.dark .dark\:bg-emerald-800\/90) {
  background-color: rgb(6 95 70 / 0.9);
}
:is(.dark .dark\:bg-emerald-800\/95) {
  background-color: rgb(6 95 70 / 0.95);
}
:is(.dark .dark\:bg-emerald-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-900\/0) {
  background-color: rgb(6 78 59 / 0);
}
:is(.dark .dark\:bg-emerald-900\/10) {
  background-color: rgb(6 78 59 / 0.1);
}
:is(.dark .dark\:bg-emerald-900\/100) {
  background-color: rgb(6 78 59 / 1);
}
:is(.dark .dark\:bg-emerald-900\/20) {
  background-color: rgb(6 78 59 / 0.2);
}
:is(.dark .dark\:bg-emerald-900\/25) {
  background-color: rgb(6 78 59 / 0.25);
}
:is(.dark .dark\:bg-emerald-900\/30) {
  background-color: rgb(6 78 59 / 0.3);
}
:is(.dark .dark\:bg-emerald-900\/40) {
  background-color: rgb(6 78 59 / 0.4);
}
:is(.dark .dark\:bg-emerald-900\/5) {
  background-color: rgb(6 78 59 / 0.05);
}
:is(.dark .dark\:bg-emerald-900\/50) {
  background-color: rgb(6 78 59 / 0.5);
}
:is(.dark .dark\:bg-emerald-900\/60) {
  background-color: rgb(6 78 59 / 0.6);
}
:is(.dark .dark\:bg-emerald-900\/70) {
  background-color: rgb(6 78 59 / 0.7);
}
:is(.dark .dark\:bg-emerald-900\/75) {
  background-color: rgb(6 78 59 / 0.75);
}
:is(.dark .dark\:bg-emerald-900\/80) {
  background-color: rgb(6 78 59 / 0.8);
}
:is(.dark .dark\:bg-emerald-900\/90) {
  background-color: rgb(6 78 59 / 0.9);
}
:is(.dark .dark\:bg-emerald-900\/95) {
  background-color: rgb(6 78 59 / 0.95);
}
:is(.dark .dark\:bg-emerald-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-emerald-950\/0) {
  background-color: rgb(2 44 34 / 0);
}
:is(.dark .dark\:bg-emerald-950\/10) {
  background-color: rgb(2 44 34 / 0.1);
}
:is(.dark .dark\:bg-emerald-950\/100) {
  background-color: rgb(2 44 34 / 1);
}
:is(.dark .dark\:bg-emerald-950\/20) {
  background-color: rgb(2 44 34 / 0.2);
}
:is(.dark .dark\:bg-emerald-950\/25) {
  background-color: rgb(2 44 34 / 0.25);
}
:is(.dark .dark\:bg-emerald-950\/30) {
  background-color: rgb(2 44 34 / 0.3);
}
:is(.dark .dark\:bg-emerald-950\/40) {
  background-color: rgb(2 44 34 / 0.4);
}
:is(.dark .dark\:bg-emerald-950\/5) {
  background-color: rgb(2 44 34 / 0.05);
}
:is(.dark .dark\:bg-emerald-950\/50) {
  background-color: rgb(2 44 34 / 0.5);
}
:is(.dark .dark\:bg-emerald-950\/60) {
  background-color: rgb(2 44 34 / 0.6);
}
:is(.dark .dark\:bg-emerald-950\/70) {
  background-color: rgb(2 44 34 / 0.7);
}
:is(.dark .dark\:bg-emerald-950\/75) {
  background-color: rgb(2 44 34 / 0.75);
}
:is(.dark .dark\:bg-emerald-950\/80) {
  background-color: rgb(2 44 34 / 0.8);
}
:is(.dark .dark\:bg-emerald-950\/90) {
  background-color: rgb(2 44 34 / 0.9);
}
:is(.dark .dark\:bg-emerald-950\/95) {
  background-color: rgb(2 44 34 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-100\/0) {
  background-color: rgb(250 232 255 / 0);
}
:is(.dark .dark\:bg-fuchsia-100\/10) {
  background-color: rgb(250 232 255 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-100\/100) {
  background-color: rgb(250 232 255 / 1);
}
:is(.dark .dark\:bg-fuchsia-100\/20) {
  background-color: rgb(250 232 255 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-100\/25) {
  background-color: rgb(250 232 255 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-100\/30) {
  background-color: rgb(250 232 255 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-100\/40) {
  background-color: rgb(250 232 255 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-100\/5) {
  background-color: rgb(250 232 255 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-100\/50) {
  background-color: rgb(250 232 255 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-100\/60) {
  background-color: rgb(250 232 255 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-100\/70) {
  background-color: rgb(250 232 255 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-100\/75) {
  background-color: rgb(250 232 255 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-100\/80) {
  background-color: rgb(250 232 255 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-100\/90) {
  background-color: rgb(250 232 255 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-100\/95) {
  background-color: rgb(250 232 255 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-200\/0) {
  background-color: rgb(245 208 254 / 0);
}
:is(.dark .dark\:bg-fuchsia-200\/10) {
  background-color: rgb(245 208 254 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-200\/100) {
  background-color: rgb(245 208 254 / 1);
}
:is(.dark .dark\:bg-fuchsia-200\/20) {
  background-color: rgb(245 208 254 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-200\/25) {
  background-color: rgb(245 208 254 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-200\/30) {
  background-color: rgb(245 208 254 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-200\/40) {
  background-color: rgb(245 208 254 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-200\/5) {
  background-color: rgb(245 208 254 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-200\/50) {
  background-color: rgb(245 208 254 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-200\/60) {
  background-color: rgb(245 208 254 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-200\/70) {
  background-color: rgb(245 208 254 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-200\/75) {
  background-color: rgb(245 208 254 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-200\/80) {
  background-color: rgb(245 208 254 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-200\/90) {
  background-color: rgb(245 208 254 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-200\/95) {
  background-color: rgb(245 208 254 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-300\/0) {
  background-color: rgb(240 171 252 / 0);
}
:is(.dark .dark\:bg-fuchsia-300\/10) {
  background-color: rgb(240 171 252 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-300\/100) {
  background-color: rgb(240 171 252 / 1);
}
:is(.dark .dark\:bg-fuchsia-300\/20) {
  background-color: rgb(240 171 252 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-300\/25) {
  background-color: rgb(240 171 252 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-300\/30) {
  background-color: rgb(240 171 252 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-300\/40) {
  background-color: rgb(240 171 252 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-300\/5) {
  background-color: rgb(240 171 252 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-300\/50) {
  background-color: rgb(240 171 252 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-300\/60) {
  background-color: rgb(240 171 252 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-300\/70) {
  background-color: rgb(240 171 252 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-300\/75) {
  background-color: rgb(240 171 252 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-300\/80) {
  background-color: rgb(240 171 252 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-300\/90) {
  background-color: rgb(240 171 252 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-300\/95) {
  background-color: rgb(240 171 252 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-400\/0) {
  background-color: rgb(232 121 249 / 0);
}
:is(.dark .dark\:bg-fuchsia-400\/10) {
  background-color: rgb(232 121 249 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-400\/100) {
  background-color: rgb(232 121 249 / 1);
}
:is(.dark .dark\:bg-fuchsia-400\/20) {
  background-color: rgb(232 121 249 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-400\/25) {
  background-color: rgb(232 121 249 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-400\/30) {
  background-color: rgb(232 121 249 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-400\/40) {
  background-color: rgb(232 121 249 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-400\/5) {
  background-color: rgb(232 121 249 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-400\/50) {
  background-color: rgb(232 121 249 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-400\/60) {
  background-color: rgb(232 121 249 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-400\/70) {
  background-color: rgb(232 121 249 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-400\/75) {
  background-color: rgb(232 121 249 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-400\/80) {
  background-color: rgb(232 121 249 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-400\/90) {
  background-color: rgb(232 121 249 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-400\/95) {
  background-color: rgb(232 121 249 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-50\/0) {
  background-color: rgb(253 244 255 / 0);
}
:is(.dark .dark\:bg-fuchsia-50\/10) {
  background-color: rgb(253 244 255 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-50\/100) {
  background-color: rgb(253 244 255 / 1);
}
:is(.dark .dark\:bg-fuchsia-50\/20) {
  background-color: rgb(253 244 255 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-50\/25) {
  background-color: rgb(253 244 255 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-50\/30) {
  background-color: rgb(253 244 255 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-50\/40) {
  background-color: rgb(253 244 255 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-50\/5) {
  background-color: rgb(253 244 255 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-50\/50) {
  background-color: rgb(253 244 255 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-50\/60) {
  background-color: rgb(253 244 255 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-50\/70) {
  background-color: rgb(253 244 255 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-50\/75) {
  background-color: rgb(253 244 255 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-50\/80) {
  background-color: rgb(253 244 255 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-50\/90) {
  background-color: rgb(253 244 255 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-50\/95) {
  background-color: rgb(253 244 255 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-500\/0) {
  background-color: rgb(217 70 239 / 0);
}
:is(.dark .dark\:bg-fuchsia-500\/10) {
  background-color: rgb(217 70 239 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-500\/100) {
  background-color: rgb(217 70 239 / 1);
}
:is(.dark .dark\:bg-fuchsia-500\/20) {
  background-color: rgb(217 70 239 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-500\/25) {
  background-color: rgb(217 70 239 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-500\/30) {
  background-color: rgb(217 70 239 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-500\/40) {
  background-color: rgb(217 70 239 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-500\/5) {
  background-color: rgb(217 70 239 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-500\/50) {
  background-color: rgb(217 70 239 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-500\/60) {
  background-color: rgb(217 70 239 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-500\/70) {
  background-color: rgb(217 70 239 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-500\/75) {
  background-color: rgb(217 70 239 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-500\/80) {
  background-color: rgb(217 70 239 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-500\/90) {
  background-color: rgb(217 70 239 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-500\/95) {
  background-color: rgb(217 70 239 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-600\/0) {
  background-color: rgb(192 38 211 / 0);
}
:is(.dark .dark\:bg-fuchsia-600\/10) {
  background-color: rgb(192 38 211 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-600\/100) {
  background-color: rgb(192 38 211 / 1);
}
:is(.dark .dark\:bg-fuchsia-600\/20) {
  background-color: rgb(192 38 211 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-600\/25) {
  background-color: rgb(192 38 211 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-600\/30) {
  background-color: rgb(192 38 211 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-600\/40) {
  background-color: rgb(192 38 211 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-600\/5) {
  background-color: rgb(192 38 211 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-600\/50) {
  background-color: rgb(192 38 211 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-600\/60) {
  background-color: rgb(192 38 211 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-600\/70) {
  background-color: rgb(192 38 211 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-600\/75) {
  background-color: rgb(192 38 211 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-600\/80) {
  background-color: rgb(192 38 211 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-600\/90) {
  background-color: rgb(192 38 211 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-600\/95) {
  background-color: rgb(192 38 211 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-700\/0) {
  background-color: rgb(162 28 175 / 0);
}
:is(.dark .dark\:bg-fuchsia-700\/10) {
  background-color: rgb(162 28 175 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-700\/100) {
  background-color: rgb(162 28 175 / 1);
}
:is(.dark .dark\:bg-fuchsia-700\/20) {
  background-color: rgb(162 28 175 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-700\/25) {
  background-color: rgb(162 28 175 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-700\/30) {
  background-color: rgb(162 28 175 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-700\/40) {
  background-color: rgb(162 28 175 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-700\/5) {
  background-color: rgb(162 28 175 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-700\/50) {
  background-color: rgb(162 28 175 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-700\/60) {
  background-color: rgb(162 28 175 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-700\/70) {
  background-color: rgb(162 28 175 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-700\/75) {
  background-color: rgb(162 28 175 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-700\/80) {
  background-color: rgb(162 28 175 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-700\/90) {
  background-color: rgb(162 28 175 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-700\/95) {
  background-color: rgb(162 28 175 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-800\/0) {
  background-color: rgb(134 25 143 / 0);
}
:is(.dark .dark\:bg-fuchsia-800\/10) {
  background-color: rgb(134 25 143 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-800\/100) {
  background-color: rgb(134 25 143 / 1);
}
:is(.dark .dark\:bg-fuchsia-800\/20) {
  background-color: rgb(134 25 143 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-800\/25) {
  background-color: rgb(134 25 143 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-800\/30) {
  background-color: rgb(134 25 143 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-800\/40) {
  background-color: rgb(134 25 143 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-800\/5) {
  background-color: rgb(134 25 143 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-800\/50) {
  background-color: rgb(134 25 143 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-800\/60) {
  background-color: rgb(134 25 143 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-800\/70) {
  background-color: rgb(134 25 143 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-800\/75) {
  background-color: rgb(134 25 143 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-800\/80) {
  background-color: rgb(134 25 143 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-800\/90) {
  background-color: rgb(134 25 143 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-800\/95) {
  background-color: rgb(134 25 143 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-900\/0) {
  background-color: rgb(112 26 117 / 0);
}
:is(.dark .dark\:bg-fuchsia-900\/10) {
  background-color: rgb(112 26 117 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-900\/100) {
  background-color: rgb(112 26 117 / 1);
}
:is(.dark .dark\:bg-fuchsia-900\/20) {
  background-color: rgb(112 26 117 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-900\/25) {
  background-color: rgb(112 26 117 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-900\/30) {
  background-color: rgb(112 26 117 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-900\/40) {
  background-color: rgb(112 26 117 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-900\/5) {
  background-color: rgb(112 26 117 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-900\/50) {
  background-color: rgb(112 26 117 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-900\/60) {
  background-color: rgb(112 26 117 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-900\/70) {
  background-color: rgb(112 26 117 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-900\/75) {
  background-color: rgb(112 26 117 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-900\/80) {
  background-color: rgb(112 26 117 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-900\/90) {
  background-color: rgb(112 26 117 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-900\/95) {
  background-color: rgb(112 26 117 / 0.95);
}
:is(.dark .dark\:bg-fuchsia-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-fuchsia-950\/0) {
  background-color: rgb(74 4 78 / 0);
}
:is(.dark .dark\:bg-fuchsia-950\/10) {
  background-color: rgb(74 4 78 / 0.1);
}
:is(.dark .dark\:bg-fuchsia-950\/100) {
  background-color: rgb(74 4 78 / 1);
}
:is(.dark .dark\:bg-fuchsia-950\/20) {
  background-color: rgb(74 4 78 / 0.2);
}
:is(.dark .dark\:bg-fuchsia-950\/25) {
  background-color: rgb(74 4 78 / 0.25);
}
:is(.dark .dark\:bg-fuchsia-950\/30) {
  background-color: rgb(74 4 78 / 0.3);
}
:is(.dark .dark\:bg-fuchsia-950\/40) {
  background-color: rgb(74 4 78 / 0.4);
}
:is(.dark .dark\:bg-fuchsia-950\/5) {
  background-color: rgb(74 4 78 / 0.05);
}
:is(.dark .dark\:bg-fuchsia-950\/50) {
  background-color: rgb(74 4 78 / 0.5);
}
:is(.dark .dark\:bg-fuchsia-950\/60) {
  background-color: rgb(74 4 78 / 0.6);
}
:is(.dark .dark\:bg-fuchsia-950\/70) {
  background-color: rgb(74 4 78 / 0.7);
}
:is(.dark .dark\:bg-fuchsia-950\/75) {
  background-color: rgb(74 4 78 / 0.75);
}
:is(.dark .dark\:bg-fuchsia-950\/80) {
  background-color: rgb(74 4 78 / 0.8);
}
:is(.dark .dark\:bg-fuchsia-950\/90) {
  background-color: rgb(74 4 78 / 0.9);
}
:is(.dark .dark\:bg-fuchsia-950\/95) {
  background-color: rgb(74 4 78 / 0.95);
}
:is(.dark .dark\:bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-100\/0) {
  background-color: rgb(243 244 246 / 0);
}
:is(.dark .dark\:bg-gray-100\/10) {
  background-color: rgb(243 244 246 / 0.1);
}
:is(.dark .dark\:bg-gray-100\/100) {
  background-color: rgb(243 244 246 / 1);
}
:is(.dark .dark\:bg-gray-100\/20) {
  background-color: rgb(243 244 246 / 0.2);
}
:is(.dark .dark\:bg-gray-100\/25) {
  background-color: rgb(243 244 246 / 0.25);
}
:is(.dark .dark\:bg-gray-100\/30) {
  background-color: rgb(243 244 246 / 0.3);
}
:is(.dark .dark\:bg-gray-100\/40) {
  background-color: rgb(243 244 246 / 0.4);
}
:is(.dark .dark\:bg-gray-100\/5) {
  background-color: rgb(243 244 246 / 0.05);
}
:is(.dark .dark\:bg-gray-100\/50) {
  background-color: rgb(243 244 246 / 0.5);
}
:is(.dark .dark\:bg-gray-100\/60) {
  background-color: rgb(243 244 246 / 0.6);
}
:is(.dark .dark\:bg-gray-100\/70) {
  background-color: rgb(243 244 246 / 0.7);
}
:is(.dark .dark\:bg-gray-100\/75) {
  background-color: rgb(243 244 246 / 0.75);
}
:is(.dark .dark\:bg-gray-100\/80) {
  background-color: rgb(243 244 246 / 0.8);
}
:is(.dark .dark\:bg-gray-100\/90) {
  background-color: rgb(243 244 246 / 0.9);
}
:is(.dark .dark\:bg-gray-100\/95) {
  background-color: rgb(243 244 246 / 0.95);
}
:is(.dark .dark\:bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-200\/0) {
  background-color: rgb(229 231 235 / 0);
}
:is(.dark .dark\:bg-gray-200\/10) {
  background-color: rgb(229 231 235 / 0.1);
}
:is(.dark .dark\:bg-gray-200\/100) {
  background-color: rgb(229 231 235 / 1);
}
:is(.dark .dark\:bg-gray-200\/20) {
  background-color: rgb(229 231 235 / 0.2);
}
:is(.dark .dark\:bg-gray-200\/25) {
  background-color: rgb(229 231 235 / 0.25);
}
:is(.dark .dark\:bg-gray-200\/30) {
  background-color: rgb(229 231 235 / 0.3);
}
:is(.dark .dark\:bg-gray-200\/40) {
  background-color: rgb(229 231 235 / 0.4);
}
:is(.dark .dark\:bg-gray-200\/5) {
  background-color: rgb(229 231 235 / 0.05);
}
:is(.dark .dark\:bg-gray-200\/50) {
  background-color: rgb(229 231 235 / 0.5);
}
:is(.dark .dark\:bg-gray-200\/60) {
  background-color: rgb(229 231 235 / 0.6);
}
:is(.dark .dark\:bg-gray-200\/70) {
  background-color: rgb(229 231 235 / 0.7);
}
:is(.dark .dark\:bg-gray-200\/75) {
  background-color: rgb(229 231 235 / 0.75);
}
:is(.dark .dark\:bg-gray-200\/80) {
  background-color: rgb(229 231 235 / 0.8);
}
:is(.dark .dark\:bg-gray-200\/90) {
  background-color: rgb(229 231 235 / 0.9);
}
:is(.dark .dark\:bg-gray-200\/95) {
  background-color: rgb(229 231 235 / 0.95);
}
:is(.dark .dark\:bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-300\/0) {
  background-color: rgb(209 213 219 / 0);
}
:is(.dark .dark\:bg-gray-300\/10) {
  background-color: rgb(209 213 219 / 0.1);
}
:is(.dark .dark\:bg-gray-300\/100) {
  background-color: rgb(209 213 219 / 1);
}
:is(.dark .dark\:bg-gray-300\/20) {
  background-color: rgb(209 213 219 / 0.2);
}
:is(.dark .dark\:bg-gray-300\/25) {
  background-color: rgb(209 213 219 / 0.25);
}
:is(.dark .dark\:bg-gray-300\/30) {
  background-color: rgb(209 213 219 / 0.3);
}
:is(.dark .dark\:bg-gray-300\/40) {
  background-color: rgb(209 213 219 / 0.4);
}
:is(.dark .dark\:bg-gray-300\/5) {
  background-color: rgb(209 213 219 / 0.05);
}
:is(.dark .dark\:bg-gray-300\/50) {
  background-color: rgb(209 213 219 / 0.5);
}
:is(.dark .dark\:bg-gray-300\/60) {
  background-color: rgb(209 213 219 / 0.6);
}
:is(.dark .dark\:bg-gray-300\/70) {
  background-color: rgb(209 213 219 / 0.7);
}
:is(.dark .dark\:bg-gray-300\/75) {
  background-color: rgb(209 213 219 / 0.75);
}
:is(.dark .dark\:bg-gray-300\/80) {
  background-color: rgb(209 213 219 / 0.8);
}
:is(.dark .dark\:bg-gray-300\/90) {
  background-color: rgb(209 213 219 / 0.9);
}
:is(.dark .dark\:bg-gray-300\/95) {
  background-color: rgb(209 213 219 / 0.95);
}
:is(.dark .dark\:bg-gray-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-400\/0) {
  background-color: rgb(156 163 175 / 0);
}
:is(.dark .dark\:bg-gray-400\/10) {
  background-color: rgb(156 163 175 / 0.1);
}
:is(.dark .dark\:bg-gray-400\/100) {
  background-color: rgb(156 163 175 / 1);
}
:is(.dark .dark\:bg-gray-400\/20) {
  background-color: rgb(156 163 175 / 0.2);
}
:is(.dark .dark\:bg-gray-400\/25) {
  background-color: rgb(156 163 175 / 0.25);
}
:is(.dark .dark\:bg-gray-400\/30) {
  background-color: rgb(156 163 175 / 0.3);
}
:is(.dark .dark\:bg-gray-400\/40) {
  background-color: rgb(156 163 175 / 0.4);
}
:is(.dark .dark\:bg-gray-400\/5) {
  background-color: rgb(156 163 175 / 0.05);
}
:is(.dark .dark\:bg-gray-400\/50) {
  background-color: rgb(156 163 175 / 0.5);
}
:is(.dark .dark\:bg-gray-400\/60) {
  background-color: rgb(156 163 175 / 0.6);
}
:is(.dark .dark\:bg-gray-400\/70) {
  background-color: rgb(156 163 175 / 0.7);
}
:is(.dark .dark\:bg-gray-400\/75) {
  background-color: rgb(156 163 175 / 0.75);
}
:is(.dark .dark\:bg-gray-400\/80) {
  background-color: rgb(156 163 175 / 0.8);
}
:is(.dark .dark\:bg-gray-400\/90) {
  background-color: rgb(156 163 175 / 0.9);
}
:is(.dark .dark\:bg-gray-400\/95) {
  background-color: rgb(156 163 175 / 0.95);
}
:is(.dark .dark\:bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-50\/0) {
  background-color: rgb(249 250 251 / 0);
}
:is(.dark .dark\:bg-gray-50\/10) {
  background-color: rgb(249 250 251 / 0.1);
}
:is(.dark .dark\:bg-gray-50\/100) {
  background-color: rgb(249 250 251 / 1);
}
:is(.dark .dark\:bg-gray-50\/20) {
  background-color: rgb(249 250 251 / 0.2);
}
:is(.dark .dark\:bg-gray-50\/25) {
  background-color: rgb(249 250 251 / 0.25);
}
:is(.dark .dark\:bg-gray-50\/30) {
  background-color: rgb(249 250 251 / 0.3);
}
:is(.dark .dark\:bg-gray-50\/40) {
  background-color: rgb(249 250 251 / 0.4);
}
:is(.dark .dark\:bg-gray-50\/5) {
  background-color: rgb(249 250 251 / 0.05);
}
:is(.dark .dark\:bg-gray-50\/50) {
  background-color: rgb(249 250 251 / 0.5);
}
:is(.dark .dark\:bg-gray-50\/60) {
  background-color: rgb(249 250 251 / 0.6);
}
:is(.dark .dark\:bg-gray-50\/70) {
  background-color: rgb(249 250 251 / 0.7);
}
:is(.dark .dark\:bg-gray-50\/75) {
  background-color: rgb(249 250 251 / 0.75);
}
:is(.dark .dark\:bg-gray-50\/80) {
  background-color: rgb(249 250 251 / 0.8);
}
:is(.dark .dark\:bg-gray-50\/90) {
  background-color: rgb(249 250 251 / 0.9);
}
:is(.dark .dark\:bg-gray-50\/95) {
  background-color: rgb(249 250 251 / 0.95);
}
:is(.dark .dark\:bg-gray-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-500\/0) {
  background-color: rgb(107 114 128 / 0);
}
:is(.dark .dark\:bg-gray-500\/10) {
  background-color: rgb(107 114 128 / 0.1);
}
:is(.dark .dark\:bg-gray-500\/100) {
  background-color: rgb(107 114 128 / 1);
}
:is(.dark .dark\:bg-gray-500\/20) {
  background-color: rgb(107 114 128 / 0.2);
}
:is(.dark .dark\:bg-gray-500\/25) {
  background-color: rgb(107 114 128 / 0.25);
}
:is(.dark .dark\:bg-gray-500\/30) {
  background-color: rgb(107 114 128 / 0.3);
}
:is(.dark .dark\:bg-gray-500\/40) {
  background-color: rgb(107 114 128 / 0.4);
}
:is(.dark .dark\:bg-gray-500\/5) {
  background-color: rgb(107 114 128 / 0.05);
}
:is(.dark .dark\:bg-gray-500\/50) {
  background-color: rgb(107 114 128 / 0.5);
}
:is(.dark .dark\:bg-gray-500\/60) {
  background-color: rgb(107 114 128 / 0.6);
}
:is(.dark .dark\:bg-gray-500\/70) {
  background-color: rgb(107 114 128 / 0.7);
}
:is(.dark .dark\:bg-gray-500\/75) {
  background-color: rgb(107 114 128 / 0.75);
}
:is(.dark .dark\:bg-gray-500\/80) {
  background-color: rgb(107 114 128 / 0.8);
}
:is(.dark .dark\:bg-gray-500\/90) {
  background-color: rgb(107 114 128 / 0.9);
}
:is(.dark .dark\:bg-gray-500\/95) {
  background-color: rgb(107 114 128 / 0.95);
}
:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-600\/0) {
  background-color: rgb(75 85 99 / 0);
}
:is(.dark .dark\:bg-gray-600\/10) {
  background-color: rgb(75 85 99 / 0.1);
}
:is(.dark .dark\:bg-gray-600\/100) {
  background-color: rgb(75 85 99 / 1);
}
:is(.dark .dark\:bg-gray-600\/20) {
  background-color: rgb(75 85 99 / 0.2);
}
:is(.dark .dark\:bg-gray-600\/25) {
  background-color: rgb(75 85 99 / 0.25);
}
:is(.dark .dark\:bg-gray-600\/30) {
  background-color: rgb(75 85 99 / 0.3);
}
:is(.dark .dark\:bg-gray-600\/40) {
  background-color: rgb(75 85 99 / 0.4);
}
:is(.dark .dark\:bg-gray-600\/5) {
  background-color: rgb(75 85 99 / 0.05);
}
:is(.dark .dark\:bg-gray-600\/50) {
  background-color: rgb(75 85 99 / 0.5);
}
:is(.dark .dark\:bg-gray-600\/60) {
  background-color: rgb(75 85 99 / 0.6);
}
:is(.dark .dark\:bg-gray-600\/70) {
  background-color: rgb(75 85 99 / 0.7);
}
:is(.dark .dark\:bg-gray-600\/75) {
  background-color: rgb(75 85 99 / 0.75);
}
:is(.dark .dark\:bg-gray-600\/80) {
  background-color: rgb(75 85 99 / 0.8);
}
:is(.dark .dark\:bg-gray-600\/90) {
  background-color: rgb(75 85 99 / 0.9);
}
:is(.dark .dark\:bg-gray-600\/95) {
  background-color: rgb(75 85 99 / 0.95);
}
:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-700\/0) {
  background-color: rgb(55 65 81 / 0);
}
:is(.dark .dark\:bg-gray-700\/10) {
  background-color: rgb(55 65 81 / 0.1);
}
:is(.dark .dark\:bg-gray-700\/100) {
  background-color: rgb(55 65 81 / 1);
}
:is(.dark .dark\:bg-gray-700\/20) {
  background-color: rgb(55 65 81 / 0.2);
}
:is(.dark .dark\:bg-gray-700\/25) {
  background-color: rgb(55 65 81 / 0.25);
}
:is(.dark .dark\:bg-gray-700\/30) {
  background-color: rgb(55 65 81 / 0.3);
}
:is(.dark .dark\:bg-gray-700\/40) {
  background-color: rgb(55 65 81 / 0.4);
}
:is(.dark .dark\:bg-gray-700\/5) {
  background-color: rgb(55 65 81 / 0.05);
}
:is(.dark .dark\:bg-gray-700\/50) {
  background-color: rgb(55 65 81 / 0.5);
}
:is(.dark .dark\:bg-gray-700\/60) {
  background-color: rgb(55 65 81 / 0.6);
}
:is(.dark .dark\:bg-gray-700\/70) {
  background-color: rgb(55 65 81 / 0.7);
}
:is(.dark .dark\:bg-gray-700\/75) {
  background-color: rgb(55 65 81 / 0.75);
}
:is(.dark .dark\:bg-gray-700\/80) {
  background-color: rgb(55 65 81 / 0.8);
}
:is(.dark .dark\:bg-gray-700\/90) {
  background-color: rgb(55 65 81 / 0.9);
}
:is(.dark .dark\:bg-gray-700\/95) {
  background-color: rgb(55 65 81 / 0.95);
}
:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800\/0) {
  background-color: rgb(31 41 55 / 0);
}
:is(.dark .dark\:bg-gray-800\/10) {
  background-color: rgb(31 41 55 / 0.1);
}
:is(.dark .dark\:bg-gray-800\/100) {
  background-color: rgb(31 41 55 / 1);
}
:is(.dark .dark\:bg-gray-800\/20) {
  background-color: rgb(31 41 55 / 0.2);
}
:is(.dark .dark\:bg-gray-800\/25) {
  background-color: rgb(31 41 55 / 0.25);
}
:is(.dark .dark\:bg-gray-800\/30) {
  background-color: rgb(31 41 55 / 0.3);
}
:is(.dark .dark\:bg-gray-800\/40) {
  background-color: rgb(31 41 55 / 0.4);
}
:is(.dark .dark\:bg-gray-800\/5) {
  background-color: rgb(31 41 55 / 0.05);
}
:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}
:is(.dark .dark\:bg-gray-800\/60) {
  background-color: rgb(31 41 55 / 0.6);
}
:is(.dark .dark\:bg-gray-800\/70) {
  background-color: rgb(31 41 55 / 0.7);
}
:is(.dark .dark\:bg-gray-800\/75) {
  background-color: rgb(31 41 55 / 0.75);
}
:is(.dark .dark\:bg-gray-800\/80) {
  background-color: rgb(31 41 55 / 0.8);
}
:is(.dark .dark\:bg-gray-800\/90) {
  background-color: rgb(31 41 55 / 0.9);
}
:is(.dark .dark\:bg-gray-800\/95) {
  background-color: rgb(31 41 55 / 0.95);
}
:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-900\/0) {
  background-color: rgb(17 24 39 / 0);
}
:is(.dark .dark\:bg-gray-900\/10) {
  background-color: rgb(17 24 39 / 0.1);
}
:is(.dark .dark\:bg-gray-900\/100) {
  background-color: rgb(17 24 39 / 1);
}
:is(.dark .dark\:bg-gray-900\/20) {
  background-color: rgb(17 24 39 / 0.2);
}
:is(.dark .dark\:bg-gray-900\/25) {
  background-color: rgb(17 24 39 / 0.25);
}
:is(.dark .dark\:bg-gray-900\/30) {
  background-color: rgb(17 24 39 / 0.3);
}
:is(.dark .dark\:bg-gray-900\/40) {
  background-color: rgb(17 24 39 / 0.4);
}
:is(.dark .dark\:bg-gray-900\/5) {
  background-color: rgb(17 24 39 / 0.05);
}
:is(.dark .dark\:bg-gray-900\/50) {
  background-color: rgb(17 24 39 / 0.5);
}
:is(.dark .dark\:bg-gray-900\/60) {
  background-color: rgb(17 24 39 / 0.6);
}
:is(.dark .dark\:bg-gray-900\/70) {
  background-color: rgb(17 24 39 / 0.7);
}
:is(.dark .dark\:bg-gray-900\/75) {
  background-color: rgb(17 24 39 / 0.75);
}
:is(.dark .dark\:bg-gray-900\/80) {
  background-color: rgb(17 24 39 / 0.8);
}
:is(.dark .dark\:bg-gray-900\/90) {
  background-color: rgb(17 24 39 / 0.9);
}
:is(.dark .dark\:bg-gray-900\/95) {
  background-color: rgb(17 24 39 / 0.95);
}
:is(.dark .dark\:bg-gray-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-950\/0) {
  background-color: rgb(3 7 18 / 0);
}
:is(.dark .dark\:bg-gray-950\/10) {
  background-color: rgb(3 7 18 / 0.1);
}
:is(.dark .dark\:bg-gray-950\/100) {
  background-color: rgb(3 7 18 / 1);
}
:is(.dark .dark\:bg-gray-950\/20) {
  background-color: rgb(3 7 18 / 0.2);
}
:is(.dark .dark\:bg-gray-950\/25) {
  background-color: rgb(3 7 18 / 0.25);
}
:is(.dark .dark\:bg-gray-950\/30) {
  background-color: rgb(3 7 18 / 0.3);
}
:is(.dark .dark\:bg-gray-950\/40) {
  background-color: rgb(3 7 18 / 0.4);
}
:is(.dark .dark\:bg-gray-950\/5) {
  background-color: rgb(3 7 18 / 0.05);
}
:is(.dark .dark\:bg-gray-950\/50) {
  background-color: rgb(3 7 18 / 0.5);
}
:is(.dark .dark\:bg-gray-950\/60) {
  background-color: rgb(3 7 18 / 0.6);
}
:is(.dark .dark\:bg-gray-950\/70) {
  background-color: rgb(3 7 18 / 0.7);
}
:is(.dark .dark\:bg-gray-950\/75) {
  background-color: rgb(3 7 18 / 0.75);
}
:is(.dark .dark\:bg-gray-950\/80) {
  background-color: rgb(3 7 18 / 0.8);
}
:is(.dark .dark\:bg-gray-950\/90) {
  background-color: rgb(3 7 18 / 0.9);
}
:is(.dark .dark\:bg-gray-950\/95) {
  background-color: rgb(3 7 18 / 0.95);
}
:is(.dark .dark\:bg-green-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-100\/0) {
  background-color: rgb(220 252 231 / 0);
}
:is(.dark .dark\:bg-green-100\/10) {
  background-color: rgb(220 252 231 / 0.1);
}
:is(.dark .dark\:bg-green-100\/100) {
  background-color: rgb(220 252 231 / 1);
}
:is(.dark .dark\:bg-green-100\/20) {
  background-color: rgb(220 252 231 / 0.2);
}
:is(.dark .dark\:bg-green-100\/25) {
  background-color: rgb(220 252 231 / 0.25);
}
:is(.dark .dark\:bg-green-100\/30) {
  background-color: rgb(220 252 231 / 0.3);
}
:is(.dark .dark\:bg-green-100\/40) {
  background-color: rgb(220 252 231 / 0.4);
}
:is(.dark .dark\:bg-green-100\/5) {
  background-color: rgb(220 252 231 / 0.05);
}
:is(.dark .dark\:bg-green-100\/50) {
  background-color: rgb(220 252 231 / 0.5);
}
:is(.dark .dark\:bg-green-100\/60) {
  background-color: rgb(220 252 231 / 0.6);
}
:is(.dark .dark\:bg-green-100\/70) {
  background-color: rgb(220 252 231 / 0.7);
}
:is(.dark .dark\:bg-green-100\/75) {
  background-color: rgb(220 252 231 / 0.75);
}
:is(.dark .dark\:bg-green-100\/80) {
  background-color: rgb(220 252 231 / 0.8);
}
:is(.dark .dark\:bg-green-100\/90) {
  background-color: rgb(220 252 231 / 0.9);
}
:is(.dark .dark\:bg-green-100\/95) {
  background-color: rgb(220 252 231 / 0.95);
}
:is(.dark .dark\:bg-green-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-200\/0) {
  background-color: rgb(187 247 208 / 0);
}
:is(.dark .dark\:bg-green-200\/10) {
  background-color: rgb(187 247 208 / 0.1);
}
:is(.dark .dark\:bg-green-200\/100) {
  background-color: rgb(187 247 208 / 1);
}
:is(.dark .dark\:bg-green-200\/20) {
  background-color: rgb(187 247 208 / 0.2);
}
:is(.dark .dark\:bg-green-200\/25) {
  background-color: rgb(187 247 208 / 0.25);
}
:is(.dark .dark\:bg-green-200\/30) {
  background-color: rgb(187 247 208 / 0.3);
}
:is(.dark .dark\:bg-green-200\/40) {
  background-color: rgb(187 247 208 / 0.4);
}
:is(.dark .dark\:bg-green-200\/5) {
  background-color: rgb(187 247 208 / 0.05);
}
:is(.dark .dark\:bg-green-200\/50) {
  background-color: rgb(187 247 208 / 0.5);
}
:is(.dark .dark\:bg-green-200\/60) {
  background-color: rgb(187 247 208 / 0.6);
}
:is(.dark .dark\:bg-green-200\/70) {
  background-color: rgb(187 247 208 / 0.7);
}
:is(.dark .dark\:bg-green-200\/75) {
  background-color: rgb(187 247 208 / 0.75);
}
:is(.dark .dark\:bg-green-200\/80) {
  background-color: rgb(187 247 208 / 0.8);
}
:is(.dark .dark\:bg-green-200\/90) {
  background-color: rgb(187 247 208 / 0.9);
}
:is(.dark .dark\:bg-green-200\/95) {
  background-color: rgb(187 247 208 / 0.95);
}
:is(.dark .dark\:bg-green-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-300\/0) {
  background-color: rgb(134 239 172 / 0);
}
:is(.dark .dark\:bg-green-300\/10) {
  background-color: rgb(134 239 172 / 0.1);
}
:is(.dark .dark\:bg-green-300\/100) {
  background-color: rgb(134 239 172 / 1);
}
:is(.dark .dark\:bg-green-300\/20) {
  background-color: rgb(134 239 172 / 0.2);
}
:is(.dark .dark\:bg-green-300\/25) {
  background-color: rgb(134 239 172 / 0.25);
}
:is(.dark .dark\:bg-green-300\/30) {
  background-color: rgb(134 239 172 / 0.3);
}
:is(.dark .dark\:bg-green-300\/40) {
  background-color: rgb(134 239 172 / 0.4);
}
:is(.dark .dark\:bg-green-300\/5) {
  background-color: rgb(134 239 172 / 0.05);
}
:is(.dark .dark\:bg-green-300\/50) {
  background-color: rgb(134 239 172 / 0.5);
}
:is(.dark .dark\:bg-green-300\/60) {
  background-color: rgb(134 239 172 / 0.6);
}
:is(.dark .dark\:bg-green-300\/70) {
  background-color: rgb(134 239 172 / 0.7);
}
:is(.dark .dark\:bg-green-300\/75) {
  background-color: rgb(134 239 172 / 0.75);
}
:is(.dark .dark\:bg-green-300\/80) {
  background-color: rgb(134 239 172 / 0.8);
}
:is(.dark .dark\:bg-green-300\/90) {
  background-color: rgb(134 239 172 / 0.9);
}
:is(.dark .dark\:bg-green-300\/95) {
  background-color: rgb(134 239 172 / 0.95);
}
:is(.dark .dark\:bg-green-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-400\/0) {
  background-color: rgb(74 222 128 / 0);
}
:is(.dark .dark\:bg-green-400\/10) {
  background-color: rgb(74 222 128 / 0.1);
}
:is(.dark .dark\:bg-green-400\/100) {
  background-color: rgb(74 222 128 / 1);
}
:is(.dark .dark\:bg-green-400\/20) {
  background-color: rgb(74 222 128 / 0.2);
}
:is(.dark .dark\:bg-green-400\/25) {
  background-color: rgb(74 222 128 / 0.25);
}
:is(.dark .dark\:bg-green-400\/30) {
  background-color: rgb(74 222 128 / 0.3);
}
:is(.dark .dark\:bg-green-400\/40) {
  background-color: rgb(74 222 128 / 0.4);
}
:is(.dark .dark\:bg-green-400\/5) {
  background-color: rgb(74 222 128 / 0.05);
}
:is(.dark .dark\:bg-green-400\/50) {
  background-color: rgb(74 222 128 / 0.5);
}
:is(.dark .dark\:bg-green-400\/60) {
  background-color: rgb(74 222 128 / 0.6);
}
:is(.dark .dark\:bg-green-400\/70) {
  background-color: rgb(74 222 128 / 0.7);
}
:is(.dark .dark\:bg-green-400\/75) {
  background-color: rgb(74 222 128 / 0.75);
}
:is(.dark .dark\:bg-green-400\/80) {
  background-color: rgb(74 222 128 / 0.8);
}
:is(.dark .dark\:bg-green-400\/90) {
  background-color: rgb(74 222 128 / 0.9);
}
:is(.dark .dark\:bg-green-400\/95) {
  background-color: rgb(74 222 128 / 0.95);
}
:is(.dark .dark\:bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-50\/0) {
  background-color: rgb(240 253 244 / 0);
}
:is(.dark .dark\:bg-green-50\/10) {
  background-color: rgb(240 253 244 / 0.1);
}
:is(.dark .dark\:bg-green-50\/100) {
  background-color: rgb(240 253 244 / 1);
}
:is(.dark .dark\:bg-green-50\/20) {
  background-color: rgb(240 253 244 / 0.2);
}
:is(.dark .dark\:bg-green-50\/25) {
  background-color: rgb(240 253 244 / 0.25);
}
:is(.dark .dark\:bg-green-50\/30) {
  background-color: rgb(240 253 244 / 0.3);
}
:is(.dark .dark\:bg-green-50\/40) {
  background-color: rgb(240 253 244 / 0.4);
}
:is(.dark .dark\:bg-green-50\/5) {
  background-color: rgb(240 253 244 / 0.05);
}
:is(.dark .dark\:bg-green-50\/50) {
  background-color: rgb(240 253 244 / 0.5);
}
:is(.dark .dark\:bg-green-50\/60) {
  background-color: rgb(240 253 244 / 0.6);
}
:is(.dark .dark\:bg-green-50\/70) {
  background-color: rgb(240 253 244 / 0.7);
}
:is(.dark .dark\:bg-green-50\/75) {
  background-color: rgb(240 253 244 / 0.75);
}
:is(.dark .dark\:bg-green-50\/80) {
  background-color: rgb(240 253 244 / 0.8);
}
:is(.dark .dark\:bg-green-50\/90) {
  background-color: rgb(240 253 244 / 0.9);
}
:is(.dark .dark\:bg-green-50\/95) {
  background-color: rgb(240 253 244 / 0.95);
}
:is(.dark .dark\:bg-green-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-500\/0) {
  background-color: rgb(34 197 94 / 0);
}
:is(.dark .dark\:bg-green-500\/10) {
  background-color: rgb(34 197 94 / 0.1);
}
:is(.dark .dark\:bg-green-500\/100) {
  background-color: rgb(34 197 94 / 1);
}
:is(.dark .dark\:bg-green-500\/20) {
  background-color: rgb(34 197 94 / 0.2);
}
:is(.dark .dark\:bg-green-500\/25) {
  background-color: rgb(34 197 94 / 0.25);
}
:is(.dark .dark\:bg-green-500\/30) {
  background-color: rgb(34 197 94 / 0.3);
}
:is(.dark .dark\:bg-green-500\/40) {
  background-color: rgb(34 197 94 / 0.4);
}
:is(.dark .dark\:bg-green-500\/5) {
  background-color: rgb(34 197 94 / 0.05);
}
:is(.dark .dark\:bg-green-500\/50) {
  background-color: rgb(34 197 94 / 0.5);
}
:is(.dark .dark\:bg-green-500\/60) {
  background-color: rgb(34 197 94 / 0.6);
}
:is(.dark .dark\:bg-green-500\/70) {
  background-color: rgb(34 197 94 / 0.7);
}
:is(.dark .dark\:bg-green-500\/75) {
  background-color: rgb(34 197 94 / 0.75);
}
:is(.dark .dark\:bg-green-500\/80) {
  background-color: rgb(34 197 94 / 0.8);
}
:is(.dark .dark\:bg-green-500\/90) {
  background-color: rgb(34 197 94 / 0.9);
}
:is(.dark .dark\:bg-green-500\/95) {
  background-color: rgb(34 197 94 / 0.95);
}
:is(.dark .dark\:bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-600\/0) {
  background-color: rgb(22 163 74 / 0);
}
:is(.dark .dark\:bg-green-600\/10) {
  background-color: rgb(22 163 74 / 0.1);
}
:is(.dark .dark\:bg-green-600\/100) {
  background-color: rgb(22 163 74 / 1);
}
:is(.dark .dark\:bg-green-600\/20) {
  background-color: rgb(22 163 74 / 0.2);
}
:is(.dark .dark\:bg-green-600\/25) {
  background-color: rgb(22 163 74 / 0.25);
}
:is(.dark .dark\:bg-green-600\/30) {
  background-color: rgb(22 163 74 / 0.3);
}
:is(.dark .dark\:bg-green-600\/40) {
  background-color: rgb(22 163 74 / 0.4);
}
:is(.dark .dark\:bg-green-600\/5) {
  background-color: rgb(22 163 74 / 0.05);
}
:is(.dark .dark\:bg-green-600\/50) {
  background-color: rgb(22 163 74 / 0.5);
}
:is(.dark .dark\:bg-green-600\/60) {
  background-color: rgb(22 163 74 / 0.6);
}
:is(.dark .dark\:bg-green-600\/70) {
  background-color: rgb(22 163 74 / 0.7);
}
:is(.dark .dark\:bg-green-600\/75) {
  background-color: rgb(22 163 74 / 0.75);
}
:is(.dark .dark\:bg-green-600\/80) {
  background-color: rgb(22 163 74 / 0.8);
}
:is(.dark .dark\:bg-green-600\/90) {
  background-color: rgb(22 163 74 / 0.9);
}
:is(.dark .dark\:bg-green-600\/95) {
  background-color: rgb(22 163 74 / 0.95);
}
:is(.dark .dark\:bg-green-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-700\/0) {
  background-color: rgb(21 128 61 / 0);
}
:is(.dark .dark\:bg-green-700\/10) {
  background-color: rgb(21 128 61 / 0.1);
}
:is(.dark .dark\:bg-green-700\/100) {
  background-color: rgb(21 128 61 / 1);
}
:is(.dark .dark\:bg-green-700\/20) {
  background-color: rgb(21 128 61 / 0.2);
}
:is(.dark .dark\:bg-green-700\/25) {
  background-color: rgb(21 128 61 / 0.25);
}
:is(.dark .dark\:bg-green-700\/30) {
  background-color: rgb(21 128 61 / 0.3);
}
:is(.dark .dark\:bg-green-700\/40) {
  background-color: rgb(21 128 61 / 0.4);
}
:is(.dark .dark\:bg-green-700\/5) {
  background-color: rgb(21 128 61 / 0.05);
}
:is(.dark .dark\:bg-green-700\/50) {
  background-color: rgb(21 128 61 / 0.5);
}
:is(.dark .dark\:bg-green-700\/60) {
  background-color: rgb(21 128 61 / 0.6);
}
:is(.dark .dark\:bg-green-700\/70) {
  background-color: rgb(21 128 61 / 0.7);
}
:is(.dark .dark\:bg-green-700\/75) {
  background-color: rgb(21 128 61 / 0.75);
}
:is(.dark .dark\:bg-green-700\/80) {
  background-color: rgb(21 128 61 / 0.8);
}
:is(.dark .dark\:bg-green-700\/90) {
  background-color: rgb(21 128 61 / 0.9);
}
:is(.dark .dark\:bg-green-700\/95) {
  background-color: rgb(21 128 61 / 0.95);
}
:is(.dark .dark\:bg-green-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-800\/0) {
  background-color: rgb(22 101 52 / 0);
}
:is(.dark .dark\:bg-green-800\/10) {
  background-color: rgb(22 101 52 / 0.1);
}
:is(.dark .dark\:bg-green-800\/100) {
  background-color: rgb(22 101 52 / 1);
}
:is(.dark .dark\:bg-green-800\/20) {
  background-color: rgb(22 101 52 / 0.2);
}
:is(.dark .dark\:bg-green-800\/25) {
  background-color: rgb(22 101 52 / 0.25);
}
:is(.dark .dark\:bg-green-800\/30) {
  background-color: rgb(22 101 52 / 0.3);
}
:is(.dark .dark\:bg-green-800\/40) {
  background-color: rgb(22 101 52 / 0.4);
}
:is(.dark .dark\:bg-green-800\/5) {
  background-color: rgb(22 101 52 / 0.05);
}
:is(.dark .dark\:bg-green-800\/50) {
  background-color: rgb(22 101 52 / 0.5);
}
:is(.dark .dark\:bg-green-800\/60) {
  background-color: rgb(22 101 52 / 0.6);
}
:is(.dark .dark\:bg-green-800\/70) {
  background-color: rgb(22 101 52 / 0.7);
}
:is(.dark .dark\:bg-green-800\/75) {
  background-color: rgb(22 101 52 / 0.75);
}
:is(.dark .dark\:bg-green-800\/80) {
  background-color: rgb(22 101 52 / 0.8);
}
:is(.dark .dark\:bg-green-800\/90) {
  background-color: rgb(22 101 52 / 0.9);
}
:is(.dark .dark\:bg-green-800\/95) {
  background-color: rgb(22 101 52 / 0.95);
}
:is(.dark .dark\:bg-green-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-900\/0) {
  background-color: rgb(20 83 45 / 0);
}
:is(.dark .dark\:bg-green-900\/10) {
  background-color: rgb(20 83 45 / 0.1);
}
:is(.dark .dark\:bg-green-900\/100) {
  background-color: rgb(20 83 45 / 1);
}
:is(.dark .dark\:bg-green-900\/20) {
  background-color: rgb(20 83 45 / 0.2);
}
:is(.dark .dark\:bg-green-900\/25) {
  background-color: rgb(20 83 45 / 0.25);
}
:is(.dark .dark\:bg-green-900\/30) {
  background-color: rgb(20 83 45 / 0.3);
}
:is(.dark .dark\:bg-green-900\/40) {
  background-color: rgb(20 83 45 / 0.4);
}
:is(.dark .dark\:bg-green-900\/5) {
  background-color: rgb(20 83 45 / 0.05);
}
:is(.dark .dark\:bg-green-900\/50) {
  background-color: rgb(20 83 45 / 0.5);
}
:is(.dark .dark\:bg-green-900\/60) {
  background-color: rgb(20 83 45 / 0.6);
}
:is(.dark .dark\:bg-green-900\/70) {
  background-color: rgb(20 83 45 / 0.7);
}
:is(.dark .dark\:bg-green-900\/75) {
  background-color: rgb(20 83 45 / 0.75);
}
:is(.dark .dark\:bg-green-900\/80) {
  background-color: rgb(20 83 45 / 0.8);
}
:is(.dark .dark\:bg-green-900\/90) {
  background-color: rgb(20 83 45 / 0.9);
}
:is(.dark .dark\:bg-green-900\/95) {
  background-color: rgb(20 83 45 / 0.95);
}
:is(.dark .dark\:bg-green-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-950\/0) {
  background-color: rgb(5 46 22 / 0);
}
:is(.dark .dark\:bg-green-950\/10) {
  background-color: rgb(5 46 22 / 0.1);
}
:is(.dark .dark\:bg-green-950\/100) {
  background-color: rgb(5 46 22 / 1);
}
:is(.dark .dark\:bg-green-950\/20) {
  background-color: rgb(5 46 22 / 0.2);
}
:is(.dark .dark\:bg-green-950\/25) {
  background-color: rgb(5 46 22 / 0.25);
}
:is(.dark .dark\:bg-green-950\/30) {
  background-color: rgb(5 46 22 / 0.3);
}
:is(.dark .dark\:bg-green-950\/40) {
  background-color: rgb(5 46 22 / 0.4);
}
:is(.dark .dark\:bg-green-950\/5) {
  background-color: rgb(5 46 22 / 0.05);
}
:is(.dark .dark\:bg-green-950\/50) {
  background-color: rgb(5 46 22 / 0.5);
}
:is(.dark .dark\:bg-green-950\/60) {
  background-color: rgb(5 46 22 / 0.6);
}
:is(.dark .dark\:bg-green-950\/70) {
  background-color: rgb(5 46 22 / 0.7);
}
:is(.dark .dark\:bg-green-950\/75) {
  background-color: rgb(5 46 22 / 0.75);
}
:is(.dark .dark\:bg-green-950\/80) {
  background-color: rgb(5 46 22 / 0.8);
}
:is(.dark .dark\:bg-green-950\/90) {
  background-color: rgb(5 46 22 / 0.9);
}
:is(.dark .dark\:bg-green-950\/95) {
  background-color: rgb(5 46 22 / 0.95);
}
:is(.dark .dark\:bg-indigo-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-100\/0) {
  background-color: rgb(224 231 255 / 0);
}
:is(.dark .dark\:bg-indigo-100\/10) {
  background-color: rgb(224 231 255 / 0.1);
}
:is(.dark .dark\:bg-indigo-100\/100) {
  background-color: rgb(224 231 255 / 1);
}
:is(.dark .dark\:bg-indigo-100\/20) {
  background-color: rgb(224 231 255 / 0.2);
}
:is(.dark .dark\:bg-indigo-100\/25) {
  background-color: rgb(224 231 255 / 0.25);
}
:is(.dark .dark\:bg-indigo-100\/30) {
  background-color: rgb(224 231 255 / 0.3);
}
:is(.dark .dark\:bg-indigo-100\/40) {
  background-color: rgb(224 231 255 / 0.4);
}
:is(.dark .dark\:bg-indigo-100\/5) {
  background-color: rgb(224 231 255 / 0.05);
}
:is(.dark .dark\:bg-indigo-100\/50) {
  background-color: rgb(224 231 255 / 0.5);
}
:is(.dark .dark\:bg-indigo-100\/60) {
  background-color: rgb(224 231 255 / 0.6);
}
:is(.dark .dark\:bg-indigo-100\/70) {
  background-color: rgb(224 231 255 / 0.7);
}
:is(.dark .dark\:bg-indigo-100\/75) {
  background-color: rgb(224 231 255 / 0.75);
}
:is(.dark .dark\:bg-indigo-100\/80) {
  background-color: rgb(224 231 255 / 0.8);
}
:is(.dark .dark\:bg-indigo-100\/90) {
  background-color: rgb(224 231 255 / 0.9);
}
:is(.dark .dark\:bg-indigo-100\/95) {
  background-color: rgb(224 231 255 / 0.95);
}
:is(.dark .dark\:bg-indigo-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-200\/0) {
  background-color: rgb(199 210 254 / 0);
}
:is(.dark .dark\:bg-indigo-200\/10) {
  background-color: rgb(199 210 254 / 0.1);
}
:is(.dark .dark\:bg-indigo-200\/100) {
  background-color: rgb(199 210 254 / 1);
}
:is(.dark .dark\:bg-indigo-200\/20) {
  background-color: rgb(199 210 254 / 0.2);
}
:is(.dark .dark\:bg-indigo-200\/25) {
  background-color: rgb(199 210 254 / 0.25);
}
:is(.dark .dark\:bg-indigo-200\/30) {
  background-color: rgb(199 210 254 / 0.3);
}
:is(.dark .dark\:bg-indigo-200\/40) {
  background-color: rgb(199 210 254 / 0.4);
}
:is(.dark .dark\:bg-indigo-200\/5) {
  background-color: rgb(199 210 254 / 0.05);
}
:is(.dark .dark\:bg-indigo-200\/50) {
  background-color: rgb(199 210 254 / 0.5);
}
:is(.dark .dark\:bg-indigo-200\/60) {
  background-color: rgb(199 210 254 / 0.6);
}
:is(.dark .dark\:bg-indigo-200\/70) {
  background-color: rgb(199 210 254 / 0.7);
}
:is(.dark .dark\:bg-indigo-200\/75) {
  background-color: rgb(199 210 254 / 0.75);
}
:is(.dark .dark\:bg-indigo-200\/80) {
  background-color: rgb(199 210 254 / 0.8);
}
:is(.dark .dark\:bg-indigo-200\/90) {
  background-color: rgb(199 210 254 / 0.9);
}
:is(.dark .dark\:bg-indigo-200\/95) {
  background-color: rgb(199 210 254 / 0.95);
}
:is(.dark .dark\:bg-indigo-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-300\/0) {
  background-color: rgb(165 180 252 / 0);
}
:is(.dark .dark\:bg-indigo-300\/10) {
  background-color: rgb(165 180 252 / 0.1);
}
:is(.dark .dark\:bg-indigo-300\/100) {
  background-color: rgb(165 180 252 / 1);
}
:is(.dark .dark\:bg-indigo-300\/20) {
  background-color: rgb(165 180 252 / 0.2);
}
:is(.dark .dark\:bg-indigo-300\/25) {
  background-color: rgb(165 180 252 / 0.25);
}
:is(.dark .dark\:bg-indigo-300\/30) {
  background-color: rgb(165 180 252 / 0.3);
}
:is(.dark .dark\:bg-indigo-300\/40) {
  background-color: rgb(165 180 252 / 0.4);
}
:is(.dark .dark\:bg-indigo-300\/5) {
  background-color: rgb(165 180 252 / 0.05);
}
:is(.dark .dark\:bg-indigo-300\/50) {
  background-color: rgb(165 180 252 / 0.5);
}
:is(.dark .dark\:bg-indigo-300\/60) {
  background-color: rgb(165 180 252 / 0.6);
}
:is(.dark .dark\:bg-indigo-300\/70) {
  background-color: rgb(165 180 252 / 0.7);
}
:is(.dark .dark\:bg-indigo-300\/75) {
  background-color: rgb(165 180 252 / 0.75);
}
:is(.dark .dark\:bg-indigo-300\/80) {
  background-color: rgb(165 180 252 / 0.8);
}
:is(.dark .dark\:bg-indigo-300\/90) {
  background-color: rgb(165 180 252 / 0.9);
}
:is(.dark .dark\:bg-indigo-300\/95) {
  background-color: rgb(165 180 252 / 0.95);
}
:is(.dark .dark\:bg-indigo-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-400\/0) {
  background-color: rgb(129 140 248 / 0);
}
:is(.dark .dark\:bg-indigo-400\/10) {
  background-color: rgb(129 140 248 / 0.1);
}
:is(.dark .dark\:bg-indigo-400\/100) {
  background-color: rgb(129 140 248 / 1);
}
:is(.dark .dark\:bg-indigo-400\/20) {
  background-color: rgb(129 140 248 / 0.2);
}
:is(.dark .dark\:bg-indigo-400\/25) {
  background-color: rgb(129 140 248 / 0.25);
}
:is(.dark .dark\:bg-indigo-400\/30) {
  background-color: rgb(129 140 248 / 0.3);
}
:is(.dark .dark\:bg-indigo-400\/40) {
  background-color: rgb(129 140 248 / 0.4);
}
:is(.dark .dark\:bg-indigo-400\/5) {
  background-color: rgb(129 140 248 / 0.05);
}
:is(.dark .dark\:bg-indigo-400\/50) {
  background-color: rgb(129 140 248 / 0.5);
}
:is(.dark .dark\:bg-indigo-400\/60) {
  background-color: rgb(129 140 248 / 0.6);
}
:is(.dark .dark\:bg-indigo-400\/70) {
  background-color: rgb(129 140 248 / 0.7);
}
:is(.dark .dark\:bg-indigo-400\/75) {
  background-color: rgb(129 140 248 / 0.75);
}
:is(.dark .dark\:bg-indigo-400\/80) {
  background-color: rgb(129 140 248 / 0.8);
}
:is(.dark .dark\:bg-indigo-400\/90) {
  background-color: rgb(129 140 248 / 0.9);
}
:is(.dark .dark\:bg-indigo-400\/95) {
  background-color: rgb(129 140 248 / 0.95);
}
:is(.dark .dark\:bg-indigo-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-50\/0) {
  background-color: rgb(238 242 255 / 0);
}
:is(.dark .dark\:bg-indigo-50\/10) {
  background-color: rgb(238 242 255 / 0.1);
}
:is(.dark .dark\:bg-indigo-50\/100) {
  background-color: rgb(238 242 255 / 1);
}
:is(.dark .dark\:bg-indigo-50\/20) {
  background-color: rgb(238 242 255 / 0.2);
}
:is(.dark .dark\:bg-indigo-50\/25) {
  background-color: rgb(238 242 255 / 0.25);
}
:is(.dark .dark\:bg-indigo-50\/30) {
  background-color: rgb(238 242 255 / 0.3);
}
:is(.dark .dark\:bg-indigo-50\/40) {
  background-color: rgb(238 242 255 / 0.4);
}
:is(.dark .dark\:bg-indigo-50\/5) {
  background-color: rgb(238 242 255 / 0.05);
}
:is(.dark .dark\:bg-indigo-50\/50) {
  background-color: rgb(238 242 255 / 0.5);
}
:is(.dark .dark\:bg-indigo-50\/60) {
  background-color: rgb(238 242 255 / 0.6);
}
:is(.dark .dark\:bg-indigo-50\/70) {
  background-color: rgb(238 242 255 / 0.7);
}
:is(.dark .dark\:bg-indigo-50\/75) {
  background-color: rgb(238 242 255 / 0.75);
}
:is(.dark .dark\:bg-indigo-50\/80) {
  background-color: rgb(238 242 255 / 0.8);
}
:is(.dark .dark\:bg-indigo-50\/90) {
  background-color: rgb(238 242 255 / 0.9);
}
:is(.dark .dark\:bg-indigo-50\/95) {
  background-color: rgb(238 242 255 / 0.95);
}
:is(.dark .dark\:bg-indigo-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-500\/0) {
  background-color: rgb(99 102 241 / 0);
}
:is(.dark .dark\:bg-indigo-500\/10) {
  background-color: rgb(99 102 241 / 0.1);
}
:is(.dark .dark\:bg-indigo-500\/100) {
  background-color: rgb(99 102 241 / 1);
}
:is(.dark .dark\:bg-indigo-500\/20) {
  background-color: rgb(99 102 241 / 0.2);
}
:is(.dark .dark\:bg-indigo-500\/25) {
  background-color: rgb(99 102 241 / 0.25);
}
:is(.dark .dark\:bg-indigo-500\/30) {
  background-color: rgb(99 102 241 / 0.3);
}
:is(.dark .dark\:bg-indigo-500\/40) {
  background-color: rgb(99 102 241 / 0.4);
}
:is(.dark .dark\:bg-indigo-500\/5) {
  background-color: rgb(99 102 241 / 0.05);
}
:is(.dark .dark\:bg-indigo-500\/50) {
  background-color: rgb(99 102 241 / 0.5);
}
:is(.dark .dark\:bg-indigo-500\/60) {
  background-color: rgb(99 102 241 / 0.6);
}
:is(.dark .dark\:bg-indigo-500\/70) {
  background-color: rgb(99 102 241 / 0.7);
}
:is(.dark .dark\:bg-indigo-500\/75) {
  background-color: rgb(99 102 241 / 0.75);
}
:is(.dark .dark\:bg-indigo-500\/80) {
  background-color: rgb(99 102 241 / 0.8);
}
:is(.dark .dark\:bg-indigo-500\/90) {
  background-color: rgb(99 102 241 / 0.9);
}
:is(.dark .dark\:bg-indigo-500\/95) {
  background-color: rgb(99 102 241 / 0.95);
}
:is(.dark .dark\:bg-indigo-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-600\/0) {
  background-color: rgb(79 70 229 / 0);
}
:is(.dark .dark\:bg-indigo-600\/10) {
  background-color: rgb(79 70 229 / 0.1);
}
:is(.dark .dark\:bg-indigo-600\/100) {
  background-color: rgb(79 70 229 / 1);
}
:is(.dark .dark\:bg-indigo-600\/20) {
  background-color: rgb(79 70 229 / 0.2);
}
:is(.dark .dark\:bg-indigo-600\/25) {
  background-color: rgb(79 70 229 / 0.25);
}
:is(.dark .dark\:bg-indigo-600\/30) {
  background-color: rgb(79 70 229 / 0.3);
}
:is(.dark .dark\:bg-indigo-600\/40) {
  background-color: rgb(79 70 229 / 0.4);
}
:is(.dark .dark\:bg-indigo-600\/5) {
  background-color: rgb(79 70 229 / 0.05);
}
:is(.dark .dark\:bg-indigo-600\/50) {
  background-color: rgb(79 70 229 / 0.5);
}
:is(.dark .dark\:bg-indigo-600\/60) {
  background-color: rgb(79 70 229 / 0.6);
}
:is(.dark .dark\:bg-indigo-600\/70) {
  background-color: rgb(79 70 229 / 0.7);
}
:is(.dark .dark\:bg-indigo-600\/75) {
  background-color: rgb(79 70 229 / 0.75);
}
:is(.dark .dark\:bg-indigo-600\/80) {
  background-color: rgb(79 70 229 / 0.8);
}
:is(.dark .dark\:bg-indigo-600\/90) {
  background-color: rgb(79 70 229 / 0.9);
}
:is(.dark .dark\:bg-indigo-600\/95) {
  background-color: rgb(79 70 229 / 0.95);
}
:is(.dark .dark\:bg-indigo-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-700\/0) {
  background-color: rgb(67 56 202 / 0);
}
:is(.dark .dark\:bg-indigo-700\/10) {
  background-color: rgb(67 56 202 / 0.1);
}
:is(.dark .dark\:bg-indigo-700\/100) {
  background-color: rgb(67 56 202 / 1);
}
:is(.dark .dark\:bg-indigo-700\/20) {
  background-color: rgb(67 56 202 / 0.2);
}
:is(.dark .dark\:bg-indigo-700\/25) {
  background-color: rgb(67 56 202 / 0.25);
}
:is(.dark .dark\:bg-indigo-700\/30) {
  background-color: rgb(67 56 202 / 0.3);
}
:is(.dark .dark\:bg-indigo-700\/40) {
  background-color: rgb(67 56 202 / 0.4);
}
:is(.dark .dark\:bg-indigo-700\/5) {
  background-color: rgb(67 56 202 / 0.05);
}
:is(.dark .dark\:bg-indigo-700\/50) {
  background-color: rgb(67 56 202 / 0.5);
}
:is(.dark .dark\:bg-indigo-700\/60) {
  background-color: rgb(67 56 202 / 0.6);
}
:is(.dark .dark\:bg-indigo-700\/70) {
  background-color: rgb(67 56 202 / 0.7);
}
:is(.dark .dark\:bg-indigo-700\/75) {
  background-color: rgb(67 56 202 / 0.75);
}
:is(.dark .dark\:bg-indigo-700\/80) {
  background-color: rgb(67 56 202 / 0.8);
}
:is(.dark .dark\:bg-indigo-700\/90) {
  background-color: rgb(67 56 202 / 0.9);
}
:is(.dark .dark\:bg-indigo-700\/95) {
  background-color: rgb(67 56 202 / 0.95);
}
:is(.dark .dark\:bg-indigo-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-800\/0) {
  background-color: rgb(55 48 163 / 0);
}
:is(.dark .dark\:bg-indigo-800\/10) {
  background-color: rgb(55 48 163 / 0.1);
}
:is(.dark .dark\:bg-indigo-800\/100) {
  background-color: rgb(55 48 163 / 1);
}
:is(.dark .dark\:bg-indigo-800\/20) {
  background-color: rgb(55 48 163 / 0.2);
}
:is(.dark .dark\:bg-indigo-800\/25) {
  background-color: rgb(55 48 163 / 0.25);
}
:is(.dark .dark\:bg-indigo-800\/30) {
  background-color: rgb(55 48 163 / 0.3);
}
:is(.dark .dark\:bg-indigo-800\/40) {
  background-color: rgb(55 48 163 / 0.4);
}
:is(.dark .dark\:bg-indigo-800\/5) {
  background-color: rgb(55 48 163 / 0.05);
}
:is(.dark .dark\:bg-indigo-800\/50) {
  background-color: rgb(55 48 163 / 0.5);
}
:is(.dark .dark\:bg-indigo-800\/60) {
  background-color: rgb(55 48 163 / 0.6);
}
:is(.dark .dark\:bg-indigo-800\/70) {
  background-color: rgb(55 48 163 / 0.7);
}
:is(.dark .dark\:bg-indigo-800\/75) {
  background-color: rgb(55 48 163 / 0.75);
}
:is(.dark .dark\:bg-indigo-800\/80) {
  background-color: rgb(55 48 163 / 0.8);
}
:is(.dark .dark\:bg-indigo-800\/90) {
  background-color: rgb(55 48 163 / 0.9);
}
:is(.dark .dark\:bg-indigo-800\/95) {
  background-color: rgb(55 48 163 / 0.95);
}
:is(.dark .dark\:bg-indigo-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-900\/0) {
  background-color: rgb(49 46 129 / 0);
}
:is(.dark .dark\:bg-indigo-900\/10) {
  background-color: rgb(49 46 129 / 0.1);
}
:is(.dark .dark\:bg-indigo-900\/100) {
  background-color: rgb(49 46 129 / 1);
}
:is(.dark .dark\:bg-indigo-900\/20) {
  background-color: rgb(49 46 129 / 0.2);
}
:is(.dark .dark\:bg-indigo-900\/25) {
  background-color: rgb(49 46 129 / 0.25);
}
:is(.dark .dark\:bg-indigo-900\/30) {
  background-color: rgb(49 46 129 / 0.3);
}
:is(.dark .dark\:bg-indigo-900\/40) {
  background-color: rgb(49 46 129 / 0.4);
}
:is(.dark .dark\:bg-indigo-900\/5) {
  background-color: rgb(49 46 129 / 0.05);
}
:is(.dark .dark\:bg-indigo-900\/50) {
  background-color: rgb(49 46 129 / 0.5);
}
:is(.dark .dark\:bg-indigo-900\/60) {
  background-color: rgb(49 46 129 / 0.6);
}
:is(.dark .dark\:bg-indigo-900\/70) {
  background-color: rgb(49 46 129 / 0.7);
}
:is(.dark .dark\:bg-indigo-900\/75) {
  background-color: rgb(49 46 129 / 0.75);
}
:is(.dark .dark\:bg-indigo-900\/80) {
  background-color: rgb(49 46 129 / 0.8);
}
:is(.dark .dark\:bg-indigo-900\/90) {
  background-color: rgb(49 46 129 / 0.9);
}
:is(.dark .dark\:bg-indigo-900\/95) {
  background-color: rgb(49 46 129 / 0.95);
}
:is(.dark .dark\:bg-indigo-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-indigo-950\/0) {
  background-color: rgb(30 27 75 / 0);
}
:is(.dark .dark\:bg-indigo-950\/10) {
  background-color: rgb(30 27 75 / 0.1);
}
:is(.dark .dark\:bg-indigo-950\/100) {
  background-color: rgb(30 27 75 / 1);
}
:is(.dark .dark\:bg-indigo-950\/20) {
  background-color: rgb(30 27 75 / 0.2);
}
:is(.dark .dark\:bg-indigo-950\/25) {
  background-color: rgb(30 27 75 / 0.25);
}
:is(.dark .dark\:bg-indigo-950\/30) {
  background-color: rgb(30 27 75 / 0.3);
}
:is(.dark .dark\:bg-indigo-950\/40) {
  background-color: rgb(30 27 75 / 0.4);
}
:is(.dark .dark\:bg-indigo-950\/5) {
  background-color: rgb(30 27 75 / 0.05);
}
:is(.dark .dark\:bg-indigo-950\/50) {
  background-color: rgb(30 27 75 / 0.5);
}
:is(.dark .dark\:bg-indigo-950\/60) {
  background-color: rgb(30 27 75 / 0.6);
}
:is(.dark .dark\:bg-indigo-950\/70) {
  background-color: rgb(30 27 75 / 0.7);
}
:is(.dark .dark\:bg-indigo-950\/75) {
  background-color: rgb(30 27 75 / 0.75);
}
:is(.dark .dark\:bg-indigo-950\/80) {
  background-color: rgb(30 27 75 / 0.8);
}
:is(.dark .dark\:bg-indigo-950\/90) {
  background-color: rgb(30 27 75 / 0.9);
}
:is(.dark .dark\:bg-indigo-950\/95) {
  background-color: rgb(30 27 75 / 0.95);
}
:is(.dark .dark\:bg-lime-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-100\/0) {
  background-color: rgb(236 252 203 / 0);
}
:is(.dark .dark\:bg-lime-100\/10) {
  background-color: rgb(236 252 203 / 0.1);
}
:is(.dark .dark\:bg-lime-100\/100) {
  background-color: rgb(236 252 203 / 1);
}
:is(.dark .dark\:bg-lime-100\/20) {
  background-color: rgb(236 252 203 / 0.2);
}
:is(.dark .dark\:bg-lime-100\/25) {
  background-color: rgb(236 252 203 / 0.25);
}
:is(.dark .dark\:bg-lime-100\/30) {
  background-color: rgb(236 252 203 / 0.3);
}
:is(.dark .dark\:bg-lime-100\/40) {
  background-color: rgb(236 252 203 / 0.4);
}
:is(.dark .dark\:bg-lime-100\/5) {
  background-color: rgb(236 252 203 / 0.05);
}
:is(.dark .dark\:bg-lime-100\/50) {
  background-color: rgb(236 252 203 / 0.5);
}
:is(.dark .dark\:bg-lime-100\/60) {
  background-color: rgb(236 252 203 / 0.6);
}
:is(.dark .dark\:bg-lime-100\/70) {
  background-color: rgb(236 252 203 / 0.7);
}
:is(.dark .dark\:bg-lime-100\/75) {
  background-color: rgb(236 252 203 / 0.75);
}
:is(.dark .dark\:bg-lime-100\/80) {
  background-color: rgb(236 252 203 / 0.8);
}
:is(.dark .dark\:bg-lime-100\/90) {
  background-color: rgb(236 252 203 / 0.9);
}
:is(.dark .dark\:bg-lime-100\/95) {
  background-color: rgb(236 252 203 / 0.95);
}
:is(.dark .dark\:bg-lime-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-200\/0) {
  background-color: rgb(217 249 157 / 0);
}
:is(.dark .dark\:bg-lime-200\/10) {
  background-color: rgb(217 249 157 / 0.1);
}
:is(.dark .dark\:bg-lime-200\/100) {
  background-color: rgb(217 249 157 / 1);
}
:is(.dark .dark\:bg-lime-200\/20) {
  background-color: rgb(217 249 157 / 0.2);
}
:is(.dark .dark\:bg-lime-200\/25) {
  background-color: rgb(217 249 157 / 0.25);
}
:is(.dark .dark\:bg-lime-200\/30) {
  background-color: rgb(217 249 157 / 0.3);
}
:is(.dark .dark\:bg-lime-200\/40) {
  background-color: rgb(217 249 157 / 0.4);
}
:is(.dark .dark\:bg-lime-200\/5) {
  background-color: rgb(217 249 157 / 0.05);
}
:is(.dark .dark\:bg-lime-200\/50) {
  background-color: rgb(217 249 157 / 0.5);
}
:is(.dark .dark\:bg-lime-200\/60) {
  background-color: rgb(217 249 157 / 0.6);
}
:is(.dark .dark\:bg-lime-200\/70) {
  background-color: rgb(217 249 157 / 0.7);
}
:is(.dark .dark\:bg-lime-200\/75) {
  background-color: rgb(217 249 157 / 0.75);
}
:is(.dark .dark\:bg-lime-200\/80) {
  background-color: rgb(217 249 157 / 0.8);
}
:is(.dark .dark\:bg-lime-200\/90) {
  background-color: rgb(217 249 157 / 0.9);
}
:is(.dark .dark\:bg-lime-200\/95) {
  background-color: rgb(217 249 157 / 0.95);
}
:is(.dark .dark\:bg-lime-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-300\/0) {
  background-color: rgb(190 242 100 / 0);
}
:is(.dark .dark\:bg-lime-300\/10) {
  background-color: rgb(190 242 100 / 0.1);
}
:is(.dark .dark\:bg-lime-300\/100) {
  background-color: rgb(190 242 100 / 1);
}
:is(.dark .dark\:bg-lime-300\/20) {
  background-color: rgb(190 242 100 / 0.2);
}
:is(.dark .dark\:bg-lime-300\/25) {
  background-color: rgb(190 242 100 / 0.25);
}
:is(.dark .dark\:bg-lime-300\/30) {
  background-color: rgb(190 242 100 / 0.3);
}
:is(.dark .dark\:bg-lime-300\/40) {
  background-color: rgb(190 242 100 / 0.4);
}
:is(.dark .dark\:bg-lime-300\/5) {
  background-color: rgb(190 242 100 / 0.05);
}
:is(.dark .dark\:bg-lime-300\/50) {
  background-color: rgb(190 242 100 / 0.5);
}
:is(.dark .dark\:bg-lime-300\/60) {
  background-color: rgb(190 242 100 / 0.6);
}
:is(.dark .dark\:bg-lime-300\/70) {
  background-color: rgb(190 242 100 / 0.7);
}
:is(.dark .dark\:bg-lime-300\/75) {
  background-color: rgb(190 242 100 / 0.75);
}
:is(.dark .dark\:bg-lime-300\/80) {
  background-color: rgb(190 242 100 / 0.8);
}
:is(.dark .dark\:bg-lime-300\/90) {
  background-color: rgb(190 242 100 / 0.9);
}
:is(.dark .dark\:bg-lime-300\/95) {
  background-color: rgb(190 242 100 / 0.95);
}
:is(.dark .dark\:bg-lime-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-400\/0) {
  background-color: rgb(163 230 53 / 0);
}
:is(.dark .dark\:bg-lime-400\/10) {
  background-color: rgb(163 230 53 / 0.1);
}
:is(.dark .dark\:bg-lime-400\/100) {
  background-color: rgb(163 230 53 / 1);
}
:is(.dark .dark\:bg-lime-400\/20) {
  background-color: rgb(163 230 53 / 0.2);
}
:is(.dark .dark\:bg-lime-400\/25) {
  background-color: rgb(163 230 53 / 0.25);
}
:is(.dark .dark\:bg-lime-400\/30) {
  background-color: rgb(163 230 53 / 0.3);
}
:is(.dark .dark\:bg-lime-400\/40) {
  background-color: rgb(163 230 53 / 0.4);
}
:is(.dark .dark\:bg-lime-400\/5) {
  background-color: rgb(163 230 53 / 0.05);
}
:is(.dark .dark\:bg-lime-400\/50) {
  background-color: rgb(163 230 53 / 0.5);
}
:is(.dark .dark\:bg-lime-400\/60) {
  background-color: rgb(163 230 53 / 0.6);
}
:is(.dark .dark\:bg-lime-400\/70) {
  background-color: rgb(163 230 53 / 0.7);
}
:is(.dark .dark\:bg-lime-400\/75) {
  background-color: rgb(163 230 53 / 0.75);
}
:is(.dark .dark\:bg-lime-400\/80) {
  background-color: rgb(163 230 53 / 0.8);
}
:is(.dark .dark\:bg-lime-400\/90) {
  background-color: rgb(163 230 53 / 0.9);
}
:is(.dark .dark\:bg-lime-400\/95) {
  background-color: rgb(163 230 53 / 0.95);
}
:is(.dark .dark\:bg-lime-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-50\/0) {
  background-color: rgb(247 254 231 / 0);
}
:is(.dark .dark\:bg-lime-50\/10) {
  background-color: rgb(247 254 231 / 0.1);
}
:is(.dark .dark\:bg-lime-50\/100) {
  background-color: rgb(247 254 231 / 1);
}
:is(.dark .dark\:bg-lime-50\/20) {
  background-color: rgb(247 254 231 / 0.2);
}
:is(.dark .dark\:bg-lime-50\/25) {
  background-color: rgb(247 254 231 / 0.25);
}
:is(.dark .dark\:bg-lime-50\/30) {
  background-color: rgb(247 254 231 / 0.3);
}
:is(.dark .dark\:bg-lime-50\/40) {
  background-color: rgb(247 254 231 / 0.4);
}
:is(.dark .dark\:bg-lime-50\/5) {
  background-color: rgb(247 254 231 / 0.05);
}
:is(.dark .dark\:bg-lime-50\/50) {
  background-color: rgb(247 254 231 / 0.5);
}
:is(.dark .dark\:bg-lime-50\/60) {
  background-color: rgb(247 254 231 / 0.6);
}
:is(.dark .dark\:bg-lime-50\/70) {
  background-color: rgb(247 254 231 / 0.7);
}
:is(.dark .dark\:bg-lime-50\/75) {
  background-color: rgb(247 254 231 / 0.75);
}
:is(.dark .dark\:bg-lime-50\/80) {
  background-color: rgb(247 254 231 / 0.8);
}
:is(.dark .dark\:bg-lime-50\/90) {
  background-color: rgb(247 254 231 / 0.9);
}
:is(.dark .dark\:bg-lime-50\/95) {
  background-color: rgb(247 254 231 / 0.95);
}
:is(.dark .dark\:bg-lime-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-500\/0) {
  background-color: rgb(132 204 22 / 0);
}
:is(.dark .dark\:bg-lime-500\/10) {
  background-color: rgb(132 204 22 / 0.1);
}
:is(.dark .dark\:bg-lime-500\/100) {
  background-color: rgb(132 204 22 / 1);
}
:is(.dark .dark\:bg-lime-500\/20) {
  background-color: rgb(132 204 22 / 0.2);
}
:is(.dark .dark\:bg-lime-500\/25) {
  background-color: rgb(132 204 22 / 0.25);
}
:is(.dark .dark\:bg-lime-500\/30) {
  background-color: rgb(132 204 22 / 0.3);
}
:is(.dark .dark\:bg-lime-500\/40) {
  background-color: rgb(132 204 22 / 0.4);
}
:is(.dark .dark\:bg-lime-500\/5) {
  background-color: rgb(132 204 22 / 0.05);
}
:is(.dark .dark\:bg-lime-500\/50) {
  background-color: rgb(132 204 22 / 0.5);
}
:is(.dark .dark\:bg-lime-500\/60) {
  background-color: rgb(132 204 22 / 0.6);
}
:is(.dark .dark\:bg-lime-500\/70) {
  background-color: rgb(132 204 22 / 0.7);
}
:is(.dark .dark\:bg-lime-500\/75) {
  background-color: rgb(132 204 22 / 0.75);
}
:is(.dark .dark\:bg-lime-500\/80) {
  background-color: rgb(132 204 22 / 0.8);
}
:is(.dark .dark\:bg-lime-500\/90) {
  background-color: rgb(132 204 22 / 0.9);
}
:is(.dark .dark\:bg-lime-500\/95) {
  background-color: rgb(132 204 22 / 0.95);
}
:is(.dark .dark\:bg-lime-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-600\/0) {
  background-color: rgb(101 163 13 / 0);
}
:is(.dark .dark\:bg-lime-600\/10) {
  background-color: rgb(101 163 13 / 0.1);
}
:is(.dark .dark\:bg-lime-600\/100) {
  background-color: rgb(101 163 13 / 1);
}
:is(.dark .dark\:bg-lime-600\/20) {
  background-color: rgb(101 163 13 / 0.2);
}
:is(.dark .dark\:bg-lime-600\/25) {
  background-color: rgb(101 163 13 / 0.25);
}
:is(.dark .dark\:bg-lime-600\/30) {
  background-color: rgb(101 163 13 / 0.3);
}
:is(.dark .dark\:bg-lime-600\/40) {
  background-color: rgb(101 163 13 / 0.4);
}
:is(.dark .dark\:bg-lime-600\/5) {
  background-color: rgb(101 163 13 / 0.05);
}
:is(.dark .dark\:bg-lime-600\/50) {
  background-color: rgb(101 163 13 / 0.5);
}
:is(.dark .dark\:bg-lime-600\/60) {
  background-color: rgb(101 163 13 / 0.6);
}
:is(.dark .dark\:bg-lime-600\/70) {
  background-color: rgb(101 163 13 / 0.7);
}
:is(.dark .dark\:bg-lime-600\/75) {
  background-color: rgb(101 163 13 / 0.75);
}
:is(.dark .dark\:bg-lime-600\/80) {
  background-color: rgb(101 163 13 / 0.8);
}
:is(.dark .dark\:bg-lime-600\/90) {
  background-color: rgb(101 163 13 / 0.9);
}
:is(.dark .dark\:bg-lime-600\/95) {
  background-color: rgb(101 163 13 / 0.95);
}
:is(.dark .dark\:bg-lime-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-700\/0) {
  background-color: rgb(77 124 15 / 0);
}
:is(.dark .dark\:bg-lime-700\/10) {
  background-color: rgb(77 124 15 / 0.1);
}
:is(.dark .dark\:bg-lime-700\/100) {
  background-color: rgb(77 124 15 / 1);
}
:is(.dark .dark\:bg-lime-700\/20) {
  background-color: rgb(77 124 15 / 0.2);
}
:is(.dark .dark\:bg-lime-700\/25) {
  background-color: rgb(77 124 15 / 0.25);
}
:is(.dark .dark\:bg-lime-700\/30) {
  background-color: rgb(77 124 15 / 0.3);
}
:is(.dark .dark\:bg-lime-700\/40) {
  background-color: rgb(77 124 15 / 0.4);
}
:is(.dark .dark\:bg-lime-700\/5) {
  background-color: rgb(77 124 15 / 0.05);
}
:is(.dark .dark\:bg-lime-700\/50) {
  background-color: rgb(77 124 15 / 0.5);
}
:is(.dark .dark\:bg-lime-700\/60) {
  background-color: rgb(77 124 15 / 0.6);
}
:is(.dark .dark\:bg-lime-700\/70) {
  background-color: rgb(77 124 15 / 0.7);
}
:is(.dark .dark\:bg-lime-700\/75) {
  background-color: rgb(77 124 15 / 0.75);
}
:is(.dark .dark\:bg-lime-700\/80) {
  background-color: rgb(77 124 15 / 0.8);
}
:is(.dark .dark\:bg-lime-700\/90) {
  background-color: rgb(77 124 15 / 0.9);
}
:is(.dark .dark\:bg-lime-700\/95) {
  background-color: rgb(77 124 15 / 0.95);
}
:is(.dark .dark\:bg-lime-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-800\/0) {
  background-color: rgb(63 98 18 / 0);
}
:is(.dark .dark\:bg-lime-800\/10) {
  background-color: rgb(63 98 18 / 0.1);
}
:is(.dark .dark\:bg-lime-800\/100) {
  background-color: rgb(63 98 18 / 1);
}
:is(.dark .dark\:bg-lime-800\/20) {
  background-color: rgb(63 98 18 / 0.2);
}
:is(.dark .dark\:bg-lime-800\/25) {
  background-color: rgb(63 98 18 / 0.25);
}
:is(.dark .dark\:bg-lime-800\/30) {
  background-color: rgb(63 98 18 / 0.3);
}
:is(.dark .dark\:bg-lime-800\/40) {
  background-color: rgb(63 98 18 / 0.4);
}
:is(.dark .dark\:bg-lime-800\/5) {
  background-color: rgb(63 98 18 / 0.05);
}
:is(.dark .dark\:bg-lime-800\/50) {
  background-color: rgb(63 98 18 / 0.5);
}
:is(.dark .dark\:bg-lime-800\/60) {
  background-color: rgb(63 98 18 / 0.6);
}
:is(.dark .dark\:bg-lime-800\/70) {
  background-color: rgb(63 98 18 / 0.7);
}
:is(.dark .dark\:bg-lime-800\/75) {
  background-color: rgb(63 98 18 / 0.75);
}
:is(.dark .dark\:bg-lime-800\/80) {
  background-color: rgb(63 98 18 / 0.8);
}
:is(.dark .dark\:bg-lime-800\/90) {
  background-color: rgb(63 98 18 / 0.9);
}
:is(.dark .dark\:bg-lime-800\/95) {
  background-color: rgb(63 98 18 / 0.95);
}
:is(.dark .dark\:bg-lime-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-900\/0) {
  background-color: rgb(54 83 20 / 0);
}
:is(.dark .dark\:bg-lime-900\/10) {
  background-color: rgb(54 83 20 / 0.1);
}
:is(.dark .dark\:bg-lime-900\/100) {
  background-color: rgb(54 83 20 / 1);
}
:is(.dark .dark\:bg-lime-900\/20) {
  background-color: rgb(54 83 20 / 0.2);
}
:is(.dark .dark\:bg-lime-900\/25) {
  background-color: rgb(54 83 20 / 0.25);
}
:is(.dark .dark\:bg-lime-900\/30) {
  background-color: rgb(54 83 20 / 0.3);
}
:is(.dark .dark\:bg-lime-900\/40) {
  background-color: rgb(54 83 20 / 0.4);
}
:is(.dark .dark\:bg-lime-900\/5) {
  background-color: rgb(54 83 20 / 0.05);
}
:is(.dark .dark\:bg-lime-900\/50) {
  background-color: rgb(54 83 20 / 0.5);
}
:is(.dark .dark\:bg-lime-900\/60) {
  background-color: rgb(54 83 20 / 0.6);
}
:is(.dark .dark\:bg-lime-900\/70) {
  background-color: rgb(54 83 20 / 0.7);
}
:is(.dark .dark\:bg-lime-900\/75) {
  background-color: rgb(54 83 20 / 0.75);
}
:is(.dark .dark\:bg-lime-900\/80) {
  background-color: rgb(54 83 20 / 0.8);
}
:is(.dark .dark\:bg-lime-900\/90) {
  background-color: rgb(54 83 20 / 0.9);
}
:is(.dark .dark\:bg-lime-900\/95) {
  background-color: rgb(54 83 20 / 0.95);
}
:is(.dark .dark\:bg-lime-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-lime-950\/0) {
  background-color: rgb(26 46 5 / 0);
}
:is(.dark .dark\:bg-lime-950\/10) {
  background-color: rgb(26 46 5 / 0.1);
}
:is(.dark .dark\:bg-lime-950\/100) {
  background-color: rgb(26 46 5 / 1);
}
:is(.dark .dark\:bg-lime-950\/20) {
  background-color: rgb(26 46 5 / 0.2);
}
:is(.dark .dark\:bg-lime-950\/25) {
  background-color: rgb(26 46 5 / 0.25);
}
:is(.dark .dark\:bg-lime-950\/30) {
  background-color: rgb(26 46 5 / 0.3);
}
:is(.dark .dark\:bg-lime-950\/40) {
  background-color: rgb(26 46 5 / 0.4);
}
:is(.dark .dark\:bg-lime-950\/5) {
  background-color: rgb(26 46 5 / 0.05);
}
:is(.dark .dark\:bg-lime-950\/50) {
  background-color: rgb(26 46 5 / 0.5);
}
:is(.dark .dark\:bg-lime-950\/60) {
  background-color: rgb(26 46 5 / 0.6);
}
:is(.dark .dark\:bg-lime-950\/70) {
  background-color: rgb(26 46 5 / 0.7);
}
:is(.dark .dark\:bg-lime-950\/75) {
  background-color: rgb(26 46 5 / 0.75);
}
:is(.dark .dark\:bg-lime-950\/80) {
  background-color: rgb(26 46 5 / 0.8);
}
:is(.dark .dark\:bg-lime-950\/90) {
  background-color: rgb(26 46 5 / 0.9);
}
:is(.dark .dark\:bg-lime-950\/95) {
  background-color: rgb(26 46 5 / 0.95);
}
:is(.dark .dark\:bg-neutral-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-100\/0) {
  background-color: rgb(245 245 245 / 0);
}
:is(.dark .dark\:bg-neutral-100\/10) {
  background-color: rgb(245 245 245 / 0.1);
}
:is(.dark .dark\:bg-neutral-100\/100) {
  background-color: rgb(245 245 245 / 1);
}
:is(.dark .dark\:bg-neutral-100\/20) {
  background-color: rgb(245 245 245 / 0.2);
}
:is(.dark .dark\:bg-neutral-100\/25) {
  background-color: rgb(245 245 245 / 0.25);
}
:is(.dark .dark\:bg-neutral-100\/30) {
  background-color: rgb(245 245 245 / 0.3);
}
:is(.dark .dark\:bg-neutral-100\/40) {
  background-color: rgb(245 245 245 / 0.4);
}
:is(.dark .dark\:bg-neutral-100\/5) {
  background-color: rgb(245 245 245 / 0.05);
}
:is(.dark .dark\:bg-neutral-100\/50) {
  background-color: rgb(245 245 245 / 0.5);
}
:is(.dark .dark\:bg-neutral-100\/60) {
  background-color: rgb(245 245 245 / 0.6);
}
:is(.dark .dark\:bg-neutral-100\/70) {
  background-color: rgb(245 245 245 / 0.7);
}
:is(.dark .dark\:bg-neutral-100\/75) {
  background-color: rgb(245 245 245 / 0.75);
}
:is(.dark .dark\:bg-neutral-100\/80) {
  background-color: rgb(245 245 245 / 0.8);
}
:is(.dark .dark\:bg-neutral-100\/90) {
  background-color: rgb(245 245 245 / 0.9);
}
:is(.dark .dark\:bg-neutral-100\/95) {
  background-color: rgb(245 245 245 / 0.95);
}
:is(.dark .dark\:bg-neutral-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-200\/0) {
  background-color: rgb(229 229 229 / 0);
}
:is(.dark .dark\:bg-neutral-200\/10) {
  background-color: rgb(229 229 229 / 0.1);
}
:is(.dark .dark\:bg-neutral-200\/100) {
  background-color: rgb(229 229 229 / 1);
}
:is(.dark .dark\:bg-neutral-200\/20) {
  background-color: rgb(229 229 229 / 0.2);
}
:is(.dark .dark\:bg-neutral-200\/25) {
  background-color: rgb(229 229 229 / 0.25);
}
:is(.dark .dark\:bg-neutral-200\/30) {
  background-color: rgb(229 229 229 / 0.3);
}
:is(.dark .dark\:bg-neutral-200\/40) {
  background-color: rgb(229 229 229 / 0.4);
}
:is(.dark .dark\:bg-neutral-200\/5) {
  background-color: rgb(229 229 229 / 0.05);
}
:is(.dark .dark\:bg-neutral-200\/50) {
  background-color: rgb(229 229 229 / 0.5);
}
:is(.dark .dark\:bg-neutral-200\/60) {
  background-color: rgb(229 229 229 / 0.6);
}
:is(.dark .dark\:bg-neutral-200\/70) {
  background-color: rgb(229 229 229 / 0.7);
}
:is(.dark .dark\:bg-neutral-200\/75) {
  background-color: rgb(229 229 229 / 0.75);
}
:is(.dark .dark\:bg-neutral-200\/80) {
  background-color: rgb(229 229 229 / 0.8);
}
:is(.dark .dark\:bg-neutral-200\/90) {
  background-color: rgb(229 229 229 / 0.9);
}
:is(.dark .dark\:bg-neutral-200\/95) {
  background-color: rgb(229 229 229 / 0.95);
}
:is(.dark .dark\:bg-neutral-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-300\/0) {
  background-color: rgb(212 212 212 / 0);
}
:is(.dark .dark\:bg-neutral-300\/10) {
  background-color: rgb(212 212 212 / 0.1);
}
:is(.dark .dark\:bg-neutral-300\/100) {
  background-color: rgb(212 212 212 / 1);
}
:is(.dark .dark\:bg-neutral-300\/20) {
  background-color: rgb(212 212 212 / 0.2);
}
:is(.dark .dark\:bg-neutral-300\/25) {
  background-color: rgb(212 212 212 / 0.25);
}
:is(.dark .dark\:bg-neutral-300\/30) {
  background-color: rgb(212 212 212 / 0.3);
}
:is(.dark .dark\:bg-neutral-300\/40) {
  background-color: rgb(212 212 212 / 0.4);
}
:is(.dark .dark\:bg-neutral-300\/5) {
  background-color: rgb(212 212 212 / 0.05);
}
:is(.dark .dark\:bg-neutral-300\/50) {
  background-color: rgb(212 212 212 / 0.5);
}
:is(.dark .dark\:bg-neutral-300\/60) {
  background-color: rgb(212 212 212 / 0.6);
}
:is(.dark .dark\:bg-neutral-300\/70) {
  background-color: rgb(212 212 212 / 0.7);
}
:is(.dark .dark\:bg-neutral-300\/75) {
  background-color: rgb(212 212 212 / 0.75);
}
:is(.dark .dark\:bg-neutral-300\/80) {
  background-color: rgb(212 212 212 / 0.8);
}
:is(.dark .dark\:bg-neutral-300\/90) {
  background-color: rgb(212 212 212 / 0.9);
}
:is(.dark .dark\:bg-neutral-300\/95) {
  background-color: rgb(212 212 212 / 0.95);
}
:is(.dark .dark\:bg-neutral-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-400\/0) {
  background-color: rgb(163 163 163 / 0);
}
:is(.dark .dark\:bg-neutral-400\/10) {
  background-color: rgb(163 163 163 / 0.1);
}
:is(.dark .dark\:bg-neutral-400\/100) {
  background-color: rgb(163 163 163 / 1);
}
:is(.dark .dark\:bg-neutral-400\/20) {
  background-color: rgb(163 163 163 / 0.2);
}
:is(.dark .dark\:bg-neutral-400\/25) {
  background-color: rgb(163 163 163 / 0.25);
}
:is(.dark .dark\:bg-neutral-400\/30) {
  background-color: rgb(163 163 163 / 0.3);
}
:is(.dark .dark\:bg-neutral-400\/40) {
  background-color: rgb(163 163 163 / 0.4);
}
:is(.dark .dark\:bg-neutral-400\/5) {
  background-color: rgb(163 163 163 / 0.05);
}
:is(.dark .dark\:bg-neutral-400\/50) {
  background-color: rgb(163 163 163 / 0.5);
}
:is(.dark .dark\:bg-neutral-400\/60) {
  background-color: rgb(163 163 163 / 0.6);
}
:is(.dark .dark\:bg-neutral-400\/70) {
  background-color: rgb(163 163 163 / 0.7);
}
:is(.dark .dark\:bg-neutral-400\/75) {
  background-color: rgb(163 163 163 / 0.75);
}
:is(.dark .dark\:bg-neutral-400\/80) {
  background-color: rgb(163 163 163 / 0.8);
}
:is(.dark .dark\:bg-neutral-400\/90) {
  background-color: rgb(163 163 163 / 0.9);
}
:is(.dark .dark\:bg-neutral-400\/95) {
  background-color: rgb(163 163 163 / 0.95);
}
:is(.dark .dark\:bg-neutral-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-50\/0) {
  background-color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:bg-neutral-50\/10) {
  background-color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:bg-neutral-50\/100) {
  background-color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:bg-neutral-50\/20) {
  background-color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:bg-neutral-50\/25) {
  background-color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:bg-neutral-50\/30) {
  background-color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:bg-neutral-50\/40) {
  background-color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:bg-neutral-50\/5) {
  background-color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:bg-neutral-50\/50) {
  background-color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:bg-neutral-50\/60) {
  background-color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:bg-neutral-50\/70) {
  background-color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:bg-neutral-50\/75) {
  background-color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:bg-neutral-50\/80) {
  background-color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:bg-neutral-50\/90) {
  background-color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:bg-neutral-50\/95) {
  background-color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:bg-neutral-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-500\/0) {
  background-color: rgb(115 115 115 / 0);
}
:is(.dark .dark\:bg-neutral-500\/10) {
  background-color: rgb(115 115 115 / 0.1);
}
:is(.dark .dark\:bg-neutral-500\/100) {
  background-color: rgb(115 115 115 / 1);
}
:is(.dark .dark\:bg-neutral-500\/20) {
  background-color: rgb(115 115 115 / 0.2);
}
:is(.dark .dark\:bg-neutral-500\/25) {
  background-color: rgb(115 115 115 / 0.25);
}
:is(.dark .dark\:bg-neutral-500\/30) {
  background-color: rgb(115 115 115 / 0.3);
}
:is(.dark .dark\:bg-neutral-500\/40) {
  background-color: rgb(115 115 115 / 0.4);
}
:is(.dark .dark\:bg-neutral-500\/5) {
  background-color: rgb(115 115 115 / 0.05);
}
:is(.dark .dark\:bg-neutral-500\/50) {
  background-color: rgb(115 115 115 / 0.5);
}
:is(.dark .dark\:bg-neutral-500\/60) {
  background-color: rgb(115 115 115 / 0.6);
}
:is(.dark .dark\:bg-neutral-500\/70) {
  background-color: rgb(115 115 115 / 0.7);
}
:is(.dark .dark\:bg-neutral-500\/75) {
  background-color: rgb(115 115 115 / 0.75);
}
:is(.dark .dark\:bg-neutral-500\/80) {
  background-color: rgb(115 115 115 / 0.8);
}
:is(.dark .dark\:bg-neutral-500\/90) {
  background-color: rgb(115 115 115 / 0.9);
}
:is(.dark .dark\:bg-neutral-500\/95) {
  background-color: rgb(115 115 115 / 0.95);
}
:is(.dark .dark\:bg-neutral-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-600\/0) {
  background-color: rgb(82 82 82 / 0);
}
:is(.dark .dark\:bg-neutral-600\/10) {
  background-color: rgb(82 82 82 / 0.1);
}
:is(.dark .dark\:bg-neutral-600\/100) {
  background-color: rgb(82 82 82 / 1);
}
:is(.dark .dark\:bg-neutral-600\/20) {
  background-color: rgb(82 82 82 / 0.2);
}
:is(.dark .dark\:bg-neutral-600\/25) {
  background-color: rgb(82 82 82 / 0.25);
}
:is(.dark .dark\:bg-neutral-600\/30) {
  background-color: rgb(82 82 82 / 0.3);
}
:is(.dark .dark\:bg-neutral-600\/40) {
  background-color: rgb(82 82 82 / 0.4);
}
:is(.dark .dark\:bg-neutral-600\/5) {
  background-color: rgb(82 82 82 / 0.05);
}
:is(.dark .dark\:bg-neutral-600\/50) {
  background-color: rgb(82 82 82 / 0.5);
}
:is(.dark .dark\:bg-neutral-600\/60) {
  background-color: rgb(82 82 82 / 0.6);
}
:is(.dark .dark\:bg-neutral-600\/70) {
  background-color: rgb(82 82 82 / 0.7);
}
:is(.dark .dark\:bg-neutral-600\/75) {
  background-color: rgb(82 82 82 / 0.75);
}
:is(.dark .dark\:bg-neutral-600\/80) {
  background-color: rgb(82 82 82 / 0.8);
}
:is(.dark .dark\:bg-neutral-600\/90) {
  background-color: rgb(82 82 82 / 0.9);
}
:is(.dark .dark\:bg-neutral-600\/95) {
  background-color: rgb(82 82 82 / 0.95);
}
:is(.dark .dark\:bg-neutral-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-700\/0) {
  background-color: rgb(64 64 64 / 0);
}
:is(.dark .dark\:bg-neutral-700\/10) {
  background-color: rgb(64 64 64 / 0.1);
}
:is(.dark .dark\:bg-neutral-700\/100) {
  background-color: rgb(64 64 64 / 1);
}
:is(.dark .dark\:bg-neutral-700\/20) {
  background-color: rgb(64 64 64 / 0.2);
}
:is(.dark .dark\:bg-neutral-700\/25) {
  background-color: rgb(64 64 64 / 0.25);
}
:is(.dark .dark\:bg-neutral-700\/30) {
  background-color: rgb(64 64 64 / 0.3);
}
:is(.dark .dark\:bg-neutral-700\/40) {
  background-color: rgb(64 64 64 / 0.4);
}
:is(.dark .dark\:bg-neutral-700\/5) {
  background-color: rgb(64 64 64 / 0.05);
}
:is(.dark .dark\:bg-neutral-700\/50) {
  background-color: rgb(64 64 64 / 0.5);
}
:is(.dark .dark\:bg-neutral-700\/60) {
  background-color: rgb(64 64 64 / 0.6);
}
:is(.dark .dark\:bg-neutral-700\/70) {
  background-color: rgb(64 64 64 / 0.7);
}
:is(.dark .dark\:bg-neutral-700\/75) {
  background-color: rgb(64 64 64 / 0.75);
}
:is(.dark .dark\:bg-neutral-700\/80) {
  background-color: rgb(64 64 64 / 0.8);
}
:is(.dark .dark\:bg-neutral-700\/90) {
  background-color: rgb(64 64 64 / 0.9);
}
:is(.dark .dark\:bg-neutral-700\/95) {
  background-color: rgb(64 64 64 / 0.95);
}
:is(.dark .dark\:bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-800\/0) {
  background-color: rgb(38 38 38 / 0);
}
:is(.dark .dark\:bg-neutral-800\/10) {
  background-color: rgb(38 38 38 / 0.1);
}
:is(.dark .dark\:bg-neutral-800\/100) {
  background-color: rgb(38 38 38 / 1);
}
:is(.dark .dark\:bg-neutral-800\/20) {
  background-color: rgb(38 38 38 / 0.2);
}
:is(.dark .dark\:bg-neutral-800\/25) {
  background-color: rgb(38 38 38 / 0.25);
}
:is(.dark .dark\:bg-neutral-800\/30) {
  background-color: rgb(38 38 38 / 0.3);
}
:is(.dark .dark\:bg-neutral-800\/40) {
  background-color: rgb(38 38 38 / 0.4);
}
:is(.dark .dark\:bg-neutral-800\/5) {
  background-color: rgb(38 38 38 / 0.05);
}
:is(.dark .dark\:bg-neutral-800\/50) {
  background-color: rgb(38 38 38 / 0.5);
}
:is(.dark .dark\:bg-neutral-800\/60) {
  background-color: rgb(38 38 38 / 0.6);
}
:is(.dark .dark\:bg-neutral-800\/70) {
  background-color: rgb(38 38 38 / 0.7);
}
:is(.dark .dark\:bg-neutral-800\/75) {
  background-color: rgb(38 38 38 / 0.75);
}
:is(.dark .dark\:bg-neutral-800\/80) {
  background-color: rgb(38 38 38 / 0.8);
}
:is(.dark .dark\:bg-neutral-800\/90) {
  background-color: rgb(38 38 38 / 0.9);
}
:is(.dark .dark\:bg-neutral-800\/95) {
  background-color: rgb(38 38 38 / 0.95);
}
:is(.dark .dark\:bg-neutral-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-900\/0) {
  background-color: rgb(23 23 23 / 0);
}
:is(.dark .dark\:bg-neutral-900\/10) {
  background-color: rgb(23 23 23 / 0.1);
}
:is(.dark .dark\:bg-neutral-900\/100) {
  background-color: rgb(23 23 23 / 1);
}
:is(.dark .dark\:bg-neutral-900\/20) {
  background-color: rgb(23 23 23 / 0.2);
}
:is(.dark .dark\:bg-neutral-900\/25) {
  background-color: rgb(23 23 23 / 0.25);
}
:is(.dark .dark\:bg-neutral-900\/30) {
  background-color: rgb(23 23 23 / 0.3);
}
:is(.dark .dark\:bg-neutral-900\/40) {
  background-color: rgb(23 23 23 / 0.4);
}
:is(.dark .dark\:bg-neutral-900\/5) {
  background-color: rgb(23 23 23 / 0.05);
}
:is(.dark .dark\:bg-neutral-900\/50) {
  background-color: rgb(23 23 23 / 0.5);
}
:is(.dark .dark\:bg-neutral-900\/60) {
  background-color: rgb(23 23 23 / 0.6);
}
:is(.dark .dark\:bg-neutral-900\/70) {
  background-color: rgb(23 23 23 / 0.7);
}
:is(.dark .dark\:bg-neutral-900\/75) {
  background-color: rgb(23 23 23 / 0.75);
}
:is(.dark .dark\:bg-neutral-900\/80) {
  background-color: rgb(23 23 23 / 0.8);
}
:is(.dark .dark\:bg-neutral-900\/90) {
  background-color: rgb(23 23 23 / 0.9);
}
:is(.dark .dark\:bg-neutral-900\/95) {
  background-color: rgb(23 23 23 / 0.95);
}
:is(.dark .dark\:bg-neutral-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-950\/0) {
  background-color: rgb(10 10 10 / 0);
}
:is(.dark .dark\:bg-neutral-950\/10) {
  background-color: rgb(10 10 10 / 0.1);
}
:is(.dark .dark\:bg-neutral-950\/100) {
  background-color: rgb(10 10 10 / 1);
}
:is(.dark .dark\:bg-neutral-950\/20) {
  background-color: rgb(10 10 10 / 0.2);
}
:is(.dark .dark\:bg-neutral-950\/25) {
  background-color: rgb(10 10 10 / 0.25);
}
:is(.dark .dark\:bg-neutral-950\/30) {
  background-color: rgb(10 10 10 / 0.3);
}
:is(.dark .dark\:bg-neutral-950\/40) {
  background-color: rgb(10 10 10 / 0.4);
}
:is(.dark .dark\:bg-neutral-950\/5) {
  background-color: rgb(10 10 10 / 0.05);
}
:is(.dark .dark\:bg-neutral-950\/50) {
  background-color: rgb(10 10 10 / 0.5);
}
:is(.dark .dark\:bg-neutral-950\/60) {
  background-color: rgb(10 10 10 / 0.6);
}
:is(.dark .dark\:bg-neutral-950\/70) {
  background-color: rgb(10 10 10 / 0.7);
}
:is(.dark .dark\:bg-neutral-950\/75) {
  background-color: rgb(10 10 10 / 0.75);
}
:is(.dark .dark\:bg-neutral-950\/80) {
  background-color: rgb(10 10 10 / 0.8);
}
:is(.dark .dark\:bg-neutral-950\/90) {
  background-color: rgb(10 10 10 / 0.9);
}
:is(.dark .dark\:bg-neutral-950\/95) {
  background-color: rgb(10 10 10 / 0.95);
}
:is(.dark .dark\:bg-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-100\/0) {
  background-color: rgb(255 237 213 / 0);
}
:is(.dark .dark\:bg-orange-100\/10) {
  background-color: rgb(255 237 213 / 0.1);
}
:is(.dark .dark\:bg-orange-100\/100) {
  background-color: rgb(255 237 213 / 1);
}
:is(.dark .dark\:bg-orange-100\/20) {
  background-color: rgb(255 237 213 / 0.2);
}
:is(.dark .dark\:bg-orange-100\/25) {
  background-color: rgb(255 237 213 / 0.25);
}
:is(.dark .dark\:bg-orange-100\/30) {
  background-color: rgb(255 237 213 / 0.3);
}
:is(.dark .dark\:bg-orange-100\/40) {
  background-color: rgb(255 237 213 / 0.4);
}
:is(.dark .dark\:bg-orange-100\/5) {
  background-color: rgb(255 237 213 / 0.05);
}
:is(.dark .dark\:bg-orange-100\/50) {
  background-color: rgb(255 237 213 / 0.5);
}
:is(.dark .dark\:bg-orange-100\/60) {
  background-color: rgb(255 237 213 / 0.6);
}
:is(.dark .dark\:bg-orange-100\/70) {
  background-color: rgb(255 237 213 / 0.7);
}
:is(.dark .dark\:bg-orange-100\/75) {
  background-color: rgb(255 237 213 / 0.75);
}
:is(.dark .dark\:bg-orange-100\/80) {
  background-color: rgb(255 237 213 / 0.8);
}
:is(.dark .dark\:bg-orange-100\/90) {
  background-color: rgb(255 237 213 / 0.9);
}
:is(.dark .dark\:bg-orange-100\/95) {
  background-color: rgb(255 237 213 / 0.95);
}
:is(.dark .dark\:bg-orange-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-200\/0) {
  background-color: rgb(254 215 170 / 0);
}
:is(.dark .dark\:bg-orange-200\/10) {
  background-color: rgb(254 215 170 / 0.1);
}
:is(.dark .dark\:bg-orange-200\/100) {
  background-color: rgb(254 215 170 / 1);
}
:is(.dark .dark\:bg-orange-200\/20) {
  background-color: rgb(254 215 170 / 0.2);
}
:is(.dark .dark\:bg-orange-200\/25) {
  background-color: rgb(254 215 170 / 0.25);
}
:is(.dark .dark\:bg-orange-200\/30) {
  background-color: rgb(254 215 170 / 0.3);
}
:is(.dark .dark\:bg-orange-200\/40) {
  background-color: rgb(254 215 170 / 0.4);
}
:is(.dark .dark\:bg-orange-200\/5) {
  background-color: rgb(254 215 170 / 0.05);
}
:is(.dark .dark\:bg-orange-200\/50) {
  background-color: rgb(254 215 170 / 0.5);
}
:is(.dark .dark\:bg-orange-200\/60) {
  background-color: rgb(254 215 170 / 0.6);
}
:is(.dark .dark\:bg-orange-200\/70) {
  background-color: rgb(254 215 170 / 0.7);
}
:is(.dark .dark\:bg-orange-200\/75) {
  background-color: rgb(254 215 170 / 0.75);
}
:is(.dark .dark\:bg-orange-200\/80) {
  background-color: rgb(254 215 170 / 0.8);
}
:is(.dark .dark\:bg-orange-200\/90) {
  background-color: rgb(254 215 170 / 0.9);
}
:is(.dark .dark\:bg-orange-200\/95) {
  background-color: rgb(254 215 170 / 0.95);
}
:is(.dark .dark\:bg-orange-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-300\/0) {
  background-color: rgb(253 186 116 / 0);
}
:is(.dark .dark\:bg-orange-300\/10) {
  background-color: rgb(253 186 116 / 0.1);
}
:is(.dark .dark\:bg-orange-300\/100) {
  background-color: rgb(253 186 116 / 1);
}
:is(.dark .dark\:bg-orange-300\/20) {
  background-color: rgb(253 186 116 / 0.2);
}
:is(.dark .dark\:bg-orange-300\/25) {
  background-color: rgb(253 186 116 / 0.25);
}
:is(.dark .dark\:bg-orange-300\/30) {
  background-color: rgb(253 186 116 / 0.3);
}
:is(.dark .dark\:bg-orange-300\/40) {
  background-color: rgb(253 186 116 / 0.4);
}
:is(.dark .dark\:bg-orange-300\/5) {
  background-color: rgb(253 186 116 / 0.05);
}
:is(.dark .dark\:bg-orange-300\/50) {
  background-color: rgb(253 186 116 / 0.5);
}
:is(.dark .dark\:bg-orange-300\/60) {
  background-color: rgb(253 186 116 / 0.6);
}
:is(.dark .dark\:bg-orange-300\/70) {
  background-color: rgb(253 186 116 / 0.7);
}
:is(.dark .dark\:bg-orange-300\/75) {
  background-color: rgb(253 186 116 / 0.75);
}
:is(.dark .dark\:bg-orange-300\/80) {
  background-color: rgb(253 186 116 / 0.8);
}
:is(.dark .dark\:bg-orange-300\/90) {
  background-color: rgb(253 186 116 / 0.9);
}
:is(.dark .dark\:bg-orange-300\/95) {
  background-color: rgb(253 186 116 / 0.95);
}
:is(.dark .dark\:bg-orange-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-400\/0) {
  background-color: rgb(251 146 60 / 0);
}
:is(.dark .dark\:bg-orange-400\/10) {
  background-color: rgb(251 146 60 / 0.1);
}
:is(.dark .dark\:bg-orange-400\/100) {
  background-color: rgb(251 146 60 / 1);
}
:is(.dark .dark\:bg-orange-400\/20) {
  background-color: rgb(251 146 60 / 0.2);
}
:is(.dark .dark\:bg-orange-400\/25) {
  background-color: rgb(251 146 60 / 0.25);
}
:is(.dark .dark\:bg-orange-400\/30) {
  background-color: rgb(251 146 60 / 0.3);
}
:is(.dark .dark\:bg-orange-400\/40) {
  background-color: rgb(251 146 60 / 0.4);
}
:is(.dark .dark\:bg-orange-400\/5) {
  background-color: rgb(251 146 60 / 0.05);
}
:is(.dark .dark\:bg-orange-400\/50) {
  background-color: rgb(251 146 60 / 0.5);
}
:is(.dark .dark\:bg-orange-400\/60) {
  background-color: rgb(251 146 60 / 0.6);
}
:is(.dark .dark\:bg-orange-400\/70) {
  background-color: rgb(251 146 60 / 0.7);
}
:is(.dark .dark\:bg-orange-400\/75) {
  background-color: rgb(251 146 60 / 0.75);
}
:is(.dark .dark\:bg-orange-400\/80) {
  background-color: rgb(251 146 60 / 0.8);
}
:is(.dark .dark\:bg-orange-400\/90) {
  background-color: rgb(251 146 60 / 0.9);
}
:is(.dark .dark\:bg-orange-400\/95) {
  background-color: rgb(251 146 60 / 0.95);
}
:is(.dark .dark\:bg-orange-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-50\/0) {
  background-color: rgb(255 247 237 / 0);
}
:is(.dark .dark\:bg-orange-50\/10) {
  background-color: rgb(255 247 237 / 0.1);
}
:is(.dark .dark\:bg-orange-50\/100) {
  background-color: rgb(255 247 237 / 1);
}
:is(.dark .dark\:bg-orange-50\/20) {
  background-color: rgb(255 247 237 / 0.2);
}
:is(.dark .dark\:bg-orange-50\/25) {
  background-color: rgb(255 247 237 / 0.25);
}
:is(.dark .dark\:bg-orange-50\/30) {
  background-color: rgb(255 247 237 / 0.3);
}
:is(.dark .dark\:bg-orange-50\/40) {
  background-color: rgb(255 247 237 / 0.4);
}
:is(.dark .dark\:bg-orange-50\/5) {
  background-color: rgb(255 247 237 / 0.05);
}
:is(.dark .dark\:bg-orange-50\/50) {
  background-color: rgb(255 247 237 / 0.5);
}
:is(.dark .dark\:bg-orange-50\/60) {
  background-color: rgb(255 247 237 / 0.6);
}
:is(.dark .dark\:bg-orange-50\/70) {
  background-color: rgb(255 247 237 / 0.7);
}
:is(.dark .dark\:bg-orange-50\/75) {
  background-color: rgb(255 247 237 / 0.75);
}
:is(.dark .dark\:bg-orange-50\/80) {
  background-color: rgb(255 247 237 / 0.8);
}
:is(.dark .dark\:bg-orange-50\/90) {
  background-color: rgb(255 247 237 / 0.9);
}
:is(.dark .dark\:bg-orange-50\/95) {
  background-color: rgb(255 247 237 / 0.95);
}
:is(.dark .dark\:bg-orange-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-500\/0) {
  background-color: rgb(249 115 22 / 0);
}
:is(.dark .dark\:bg-orange-500\/10) {
  background-color: rgb(249 115 22 / 0.1);
}
:is(.dark .dark\:bg-orange-500\/100) {
  background-color: rgb(249 115 22 / 1);
}
:is(.dark .dark\:bg-orange-500\/20) {
  background-color: rgb(249 115 22 / 0.2);
}
:is(.dark .dark\:bg-orange-500\/25) {
  background-color: rgb(249 115 22 / 0.25);
}
:is(.dark .dark\:bg-orange-500\/30) {
  background-color: rgb(249 115 22 / 0.3);
}
:is(.dark .dark\:bg-orange-500\/40) {
  background-color: rgb(249 115 22 / 0.4);
}
:is(.dark .dark\:bg-orange-500\/5) {
  background-color: rgb(249 115 22 / 0.05);
}
:is(.dark .dark\:bg-orange-500\/50) {
  background-color: rgb(249 115 22 / 0.5);
}
:is(.dark .dark\:bg-orange-500\/60) {
  background-color: rgb(249 115 22 / 0.6);
}
:is(.dark .dark\:bg-orange-500\/70) {
  background-color: rgb(249 115 22 / 0.7);
}
:is(.dark .dark\:bg-orange-500\/75) {
  background-color: rgb(249 115 22 / 0.75);
}
:is(.dark .dark\:bg-orange-500\/80) {
  background-color: rgb(249 115 22 / 0.8);
}
:is(.dark .dark\:bg-orange-500\/90) {
  background-color: rgb(249 115 22 / 0.9);
}
:is(.dark .dark\:bg-orange-500\/95) {
  background-color: rgb(249 115 22 / 0.95);
}
:is(.dark .dark\:bg-orange-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-600\/0) {
  background-color: rgb(234 88 12 / 0);
}
:is(.dark .dark\:bg-orange-600\/10) {
  background-color: rgb(234 88 12 / 0.1);
}
:is(.dark .dark\:bg-orange-600\/100) {
  background-color: rgb(234 88 12 / 1);
}
:is(.dark .dark\:bg-orange-600\/20) {
  background-color: rgb(234 88 12 / 0.2);
}
:is(.dark .dark\:bg-orange-600\/25) {
  background-color: rgb(234 88 12 / 0.25);
}
:is(.dark .dark\:bg-orange-600\/30) {
  background-color: rgb(234 88 12 / 0.3);
}
:is(.dark .dark\:bg-orange-600\/40) {
  background-color: rgb(234 88 12 / 0.4);
}
:is(.dark .dark\:bg-orange-600\/5) {
  background-color: rgb(234 88 12 / 0.05);
}
:is(.dark .dark\:bg-orange-600\/50) {
  background-color: rgb(234 88 12 / 0.5);
}
:is(.dark .dark\:bg-orange-600\/60) {
  background-color: rgb(234 88 12 / 0.6);
}
:is(.dark .dark\:bg-orange-600\/70) {
  background-color: rgb(234 88 12 / 0.7);
}
:is(.dark .dark\:bg-orange-600\/75) {
  background-color: rgb(234 88 12 / 0.75);
}
:is(.dark .dark\:bg-orange-600\/80) {
  background-color: rgb(234 88 12 / 0.8);
}
:is(.dark .dark\:bg-orange-600\/90) {
  background-color: rgb(234 88 12 / 0.9);
}
:is(.dark .dark\:bg-orange-600\/95) {
  background-color: rgb(234 88 12 / 0.95);
}
:is(.dark .dark\:bg-orange-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-700\/0) {
  background-color: rgb(194 65 12 / 0);
}
:is(.dark .dark\:bg-orange-700\/10) {
  background-color: rgb(194 65 12 / 0.1);
}
:is(.dark .dark\:bg-orange-700\/100) {
  background-color: rgb(194 65 12 / 1);
}
:is(.dark .dark\:bg-orange-700\/20) {
  background-color: rgb(194 65 12 / 0.2);
}
:is(.dark .dark\:bg-orange-700\/25) {
  background-color: rgb(194 65 12 / 0.25);
}
:is(.dark .dark\:bg-orange-700\/30) {
  background-color: rgb(194 65 12 / 0.3);
}
:is(.dark .dark\:bg-orange-700\/40) {
  background-color: rgb(194 65 12 / 0.4);
}
:is(.dark .dark\:bg-orange-700\/5) {
  background-color: rgb(194 65 12 / 0.05);
}
:is(.dark .dark\:bg-orange-700\/50) {
  background-color: rgb(194 65 12 / 0.5);
}
:is(.dark .dark\:bg-orange-700\/60) {
  background-color: rgb(194 65 12 / 0.6);
}
:is(.dark .dark\:bg-orange-700\/70) {
  background-color: rgb(194 65 12 / 0.7);
}
:is(.dark .dark\:bg-orange-700\/75) {
  background-color: rgb(194 65 12 / 0.75);
}
:is(.dark .dark\:bg-orange-700\/80) {
  background-color: rgb(194 65 12 / 0.8);
}
:is(.dark .dark\:bg-orange-700\/90) {
  background-color: rgb(194 65 12 / 0.9);
}
:is(.dark .dark\:bg-orange-700\/95) {
  background-color: rgb(194 65 12 / 0.95);
}
:is(.dark .dark\:bg-orange-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-800\/0) {
  background-color: rgb(154 52 18 / 0);
}
:is(.dark .dark\:bg-orange-800\/10) {
  background-color: rgb(154 52 18 / 0.1);
}
:is(.dark .dark\:bg-orange-800\/100) {
  background-color: rgb(154 52 18 / 1);
}
:is(.dark .dark\:bg-orange-800\/20) {
  background-color: rgb(154 52 18 / 0.2);
}
:is(.dark .dark\:bg-orange-800\/25) {
  background-color: rgb(154 52 18 / 0.25);
}
:is(.dark .dark\:bg-orange-800\/30) {
  background-color: rgb(154 52 18 / 0.3);
}
:is(.dark .dark\:bg-orange-800\/40) {
  background-color: rgb(154 52 18 / 0.4);
}
:is(.dark .dark\:bg-orange-800\/5) {
  background-color: rgb(154 52 18 / 0.05);
}
:is(.dark .dark\:bg-orange-800\/50) {
  background-color: rgb(154 52 18 / 0.5);
}
:is(.dark .dark\:bg-orange-800\/60) {
  background-color: rgb(154 52 18 / 0.6);
}
:is(.dark .dark\:bg-orange-800\/70) {
  background-color: rgb(154 52 18 / 0.7);
}
:is(.dark .dark\:bg-orange-800\/75) {
  background-color: rgb(154 52 18 / 0.75);
}
:is(.dark .dark\:bg-orange-800\/80) {
  background-color: rgb(154 52 18 / 0.8);
}
:is(.dark .dark\:bg-orange-800\/90) {
  background-color: rgb(154 52 18 / 0.9);
}
:is(.dark .dark\:bg-orange-800\/95) {
  background-color: rgb(154 52 18 / 0.95);
}
:is(.dark .dark\:bg-orange-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-900\/0) {
  background-color: rgb(124 45 18 / 0);
}
:is(.dark .dark\:bg-orange-900\/10) {
  background-color: rgb(124 45 18 / 0.1);
}
:is(.dark .dark\:bg-orange-900\/100) {
  background-color: rgb(124 45 18 / 1);
}
:is(.dark .dark\:bg-orange-900\/20) {
  background-color: rgb(124 45 18 / 0.2);
}
:is(.dark .dark\:bg-orange-900\/25) {
  background-color: rgb(124 45 18 / 0.25);
}
:is(.dark .dark\:bg-orange-900\/30) {
  background-color: rgb(124 45 18 / 0.3);
}
:is(.dark .dark\:bg-orange-900\/40) {
  background-color: rgb(124 45 18 / 0.4);
}
:is(.dark .dark\:bg-orange-900\/5) {
  background-color: rgb(124 45 18 / 0.05);
}
:is(.dark .dark\:bg-orange-900\/50) {
  background-color: rgb(124 45 18 / 0.5);
}
:is(.dark .dark\:bg-orange-900\/60) {
  background-color: rgb(124 45 18 / 0.6);
}
:is(.dark .dark\:bg-orange-900\/70) {
  background-color: rgb(124 45 18 / 0.7);
}
:is(.dark .dark\:bg-orange-900\/75) {
  background-color: rgb(124 45 18 / 0.75);
}
:is(.dark .dark\:bg-orange-900\/80) {
  background-color: rgb(124 45 18 / 0.8);
}
:is(.dark .dark\:bg-orange-900\/90) {
  background-color: rgb(124 45 18 / 0.9);
}
:is(.dark .dark\:bg-orange-900\/95) {
  background-color: rgb(124 45 18 / 0.95);
}
:is(.dark .dark\:bg-orange-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-orange-950\/0) {
  background-color: rgb(67 20 7 / 0);
}
:is(.dark .dark\:bg-orange-950\/10) {
  background-color: rgb(67 20 7 / 0.1);
}
:is(.dark .dark\:bg-orange-950\/100) {
  background-color: rgb(67 20 7 / 1);
}
:is(.dark .dark\:bg-orange-950\/20) {
  background-color: rgb(67 20 7 / 0.2);
}
:is(.dark .dark\:bg-orange-950\/25) {
  background-color: rgb(67 20 7 / 0.25);
}
:is(.dark .dark\:bg-orange-950\/30) {
  background-color: rgb(67 20 7 / 0.3);
}
:is(.dark .dark\:bg-orange-950\/40) {
  background-color: rgb(67 20 7 / 0.4);
}
:is(.dark .dark\:bg-orange-950\/5) {
  background-color: rgb(67 20 7 / 0.05);
}
:is(.dark .dark\:bg-orange-950\/50) {
  background-color: rgb(67 20 7 / 0.5);
}
:is(.dark .dark\:bg-orange-950\/60) {
  background-color: rgb(67 20 7 / 0.6);
}
:is(.dark .dark\:bg-orange-950\/70) {
  background-color: rgb(67 20 7 / 0.7);
}
:is(.dark .dark\:bg-orange-950\/75) {
  background-color: rgb(67 20 7 / 0.75);
}
:is(.dark .dark\:bg-orange-950\/80) {
  background-color: rgb(67 20 7 / 0.8);
}
:is(.dark .dark\:bg-orange-950\/90) {
  background-color: rgb(67 20 7 / 0.9);
}
:is(.dark .dark\:bg-orange-950\/95) {
  background-color: rgb(67 20 7 / 0.95);
}
:is(.dark .dark\:bg-pink-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-100\/0) {
  background-color: rgb(252 231 243 / 0);
}
:is(.dark .dark\:bg-pink-100\/10) {
  background-color: rgb(252 231 243 / 0.1);
}
:is(.dark .dark\:bg-pink-100\/100) {
  background-color: rgb(252 231 243 / 1);
}
:is(.dark .dark\:bg-pink-100\/20) {
  background-color: rgb(252 231 243 / 0.2);
}
:is(.dark .dark\:bg-pink-100\/25) {
  background-color: rgb(252 231 243 / 0.25);
}
:is(.dark .dark\:bg-pink-100\/30) {
  background-color: rgb(252 231 243 / 0.3);
}
:is(.dark .dark\:bg-pink-100\/40) {
  background-color: rgb(252 231 243 / 0.4);
}
:is(.dark .dark\:bg-pink-100\/5) {
  background-color: rgb(252 231 243 / 0.05);
}
:is(.dark .dark\:bg-pink-100\/50) {
  background-color: rgb(252 231 243 / 0.5);
}
:is(.dark .dark\:bg-pink-100\/60) {
  background-color: rgb(252 231 243 / 0.6);
}
:is(.dark .dark\:bg-pink-100\/70) {
  background-color: rgb(252 231 243 / 0.7);
}
:is(.dark .dark\:bg-pink-100\/75) {
  background-color: rgb(252 231 243 / 0.75);
}
:is(.dark .dark\:bg-pink-100\/80) {
  background-color: rgb(252 231 243 / 0.8);
}
:is(.dark .dark\:bg-pink-100\/90) {
  background-color: rgb(252 231 243 / 0.9);
}
:is(.dark .dark\:bg-pink-100\/95) {
  background-color: rgb(252 231 243 / 0.95);
}
:is(.dark .dark\:bg-pink-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-200\/0) {
  background-color: rgb(251 207 232 / 0);
}
:is(.dark .dark\:bg-pink-200\/10) {
  background-color: rgb(251 207 232 / 0.1);
}
:is(.dark .dark\:bg-pink-200\/100) {
  background-color: rgb(251 207 232 / 1);
}
:is(.dark .dark\:bg-pink-200\/20) {
  background-color: rgb(251 207 232 / 0.2);
}
:is(.dark .dark\:bg-pink-200\/25) {
  background-color: rgb(251 207 232 / 0.25);
}
:is(.dark .dark\:bg-pink-200\/30) {
  background-color: rgb(251 207 232 / 0.3);
}
:is(.dark .dark\:bg-pink-200\/40) {
  background-color: rgb(251 207 232 / 0.4);
}
:is(.dark .dark\:bg-pink-200\/5) {
  background-color: rgb(251 207 232 / 0.05);
}
:is(.dark .dark\:bg-pink-200\/50) {
  background-color: rgb(251 207 232 / 0.5);
}
:is(.dark .dark\:bg-pink-200\/60) {
  background-color: rgb(251 207 232 / 0.6);
}
:is(.dark .dark\:bg-pink-200\/70) {
  background-color: rgb(251 207 232 / 0.7);
}
:is(.dark .dark\:bg-pink-200\/75) {
  background-color: rgb(251 207 232 / 0.75);
}
:is(.dark .dark\:bg-pink-200\/80) {
  background-color: rgb(251 207 232 / 0.8);
}
:is(.dark .dark\:bg-pink-200\/90) {
  background-color: rgb(251 207 232 / 0.9);
}
:is(.dark .dark\:bg-pink-200\/95) {
  background-color: rgb(251 207 232 / 0.95);
}
:is(.dark .dark\:bg-pink-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-300\/0) {
  background-color: rgb(249 168 212 / 0);
}
:is(.dark .dark\:bg-pink-300\/10) {
  background-color: rgb(249 168 212 / 0.1);
}
:is(.dark .dark\:bg-pink-300\/100) {
  background-color: rgb(249 168 212 / 1);
}
:is(.dark .dark\:bg-pink-300\/20) {
  background-color: rgb(249 168 212 / 0.2);
}
:is(.dark .dark\:bg-pink-300\/25) {
  background-color: rgb(249 168 212 / 0.25);
}
:is(.dark .dark\:bg-pink-300\/30) {
  background-color: rgb(249 168 212 / 0.3);
}
:is(.dark .dark\:bg-pink-300\/40) {
  background-color: rgb(249 168 212 / 0.4);
}
:is(.dark .dark\:bg-pink-300\/5) {
  background-color: rgb(249 168 212 / 0.05);
}
:is(.dark .dark\:bg-pink-300\/50) {
  background-color: rgb(249 168 212 / 0.5);
}
:is(.dark .dark\:bg-pink-300\/60) {
  background-color: rgb(249 168 212 / 0.6);
}
:is(.dark .dark\:bg-pink-300\/70) {
  background-color: rgb(249 168 212 / 0.7);
}
:is(.dark .dark\:bg-pink-300\/75) {
  background-color: rgb(249 168 212 / 0.75);
}
:is(.dark .dark\:bg-pink-300\/80) {
  background-color: rgb(249 168 212 / 0.8);
}
:is(.dark .dark\:bg-pink-300\/90) {
  background-color: rgb(249 168 212 / 0.9);
}
:is(.dark .dark\:bg-pink-300\/95) {
  background-color: rgb(249 168 212 / 0.95);
}
:is(.dark .dark\:bg-pink-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-400\/0) {
  background-color: rgb(244 114 182 / 0);
}
:is(.dark .dark\:bg-pink-400\/10) {
  background-color: rgb(244 114 182 / 0.1);
}
:is(.dark .dark\:bg-pink-400\/100) {
  background-color: rgb(244 114 182 / 1);
}
:is(.dark .dark\:bg-pink-400\/20) {
  background-color: rgb(244 114 182 / 0.2);
}
:is(.dark .dark\:bg-pink-400\/25) {
  background-color: rgb(244 114 182 / 0.25);
}
:is(.dark .dark\:bg-pink-400\/30) {
  background-color: rgb(244 114 182 / 0.3);
}
:is(.dark .dark\:bg-pink-400\/40) {
  background-color: rgb(244 114 182 / 0.4);
}
:is(.dark .dark\:bg-pink-400\/5) {
  background-color: rgb(244 114 182 / 0.05);
}
:is(.dark .dark\:bg-pink-400\/50) {
  background-color: rgb(244 114 182 / 0.5);
}
:is(.dark .dark\:bg-pink-400\/60) {
  background-color: rgb(244 114 182 / 0.6);
}
:is(.dark .dark\:bg-pink-400\/70) {
  background-color: rgb(244 114 182 / 0.7);
}
:is(.dark .dark\:bg-pink-400\/75) {
  background-color: rgb(244 114 182 / 0.75);
}
:is(.dark .dark\:bg-pink-400\/80) {
  background-color: rgb(244 114 182 / 0.8);
}
:is(.dark .dark\:bg-pink-400\/90) {
  background-color: rgb(244 114 182 / 0.9);
}
:is(.dark .dark\:bg-pink-400\/95) {
  background-color: rgb(244 114 182 / 0.95);
}
:is(.dark .dark\:bg-pink-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-50\/0) {
  background-color: rgb(253 242 248 / 0);
}
:is(.dark .dark\:bg-pink-50\/10) {
  background-color: rgb(253 242 248 / 0.1);
}
:is(.dark .dark\:bg-pink-50\/100) {
  background-color: rgb(253 242 248 / 1);
}
:is(.dark .dark\:bg-pink-50\/20) {
  background-color: rgb(253 242 248 / 0.2);
}
:is(.dark .dark\:bg-pink-50\/25) {
  background-color: rgb(253 242 248 / 0.25);
}
:is(.dark .dark\:bg-pink-50\/30) {
  background-color: rgb(253 242 248 / 0.3);
}
:is(.dark .dark\:bg-pink-50\/40) {
  background-color: rgb(253 242 248 / 0.4);
}
:is(.dark .dark\:bg-pink-50\/5) {
  background-color: rgb(253 242 248 / 0.05);
}
:is(.dark .dark\:bg-pink-50\/50) {
  background-color: rgb(253 242 248 / 0.5);
}
:is(.dark .dark\:bg-pink-50\/60) {
  background-color: rgb(253 242 248 / 0.6);
}
:is(.dark .dark\:bg-pink-50\/70) {
  background-color: rgb(253 242 248 / 0.7);
}
:is(.dark .dark\:bg-pink-50\/75) {
  background-color: rgb(253 242 248 / 0.75);
}
:is(.dark .dark\:bg-pink-50\/80) {
  background-color: rgb(253 242 248 / 0.8);
}
:is(.dark .dark\:bg-pink-50\/90) {
  background-color: rgb(253 242 248 / 0.9);
}
:is(.dark .dark\:bg-pink-50\/95) {
  background-color: rgb(253 242 248 / 0.95);
}
:is(.dark .dark\:bg-pink-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-500\/0) {
  background-color: rgb(236 72 153 / 0);
}
:is(.dark .dark\:bg-pink-500\/10) {
  background-color: rgb(236 72 153 / 0.1);
}
:is(.dark .dark\:bg-pink-500\/100) {
  background-color: rgb(236 72 153 / 1);
}
:is(.dark .dark\:bg-pink-500\/20) {
  background-color: rgb(236 72 153 / 0.2);
}
:is(.dark .dark\:bg-pink-500\/25) {
  background-color: rgb(236 72 153 / 0.25);
}
:is(.dark .dark\:bg-pink-500\/30) {
  background-color: rgb(236 72 153 / 0.3);
}
:is(.dark .dark\:bg-pink-500\/40) {
  background-color: rgb(236 72 153 / 0.4);
}
:is(.dark .dark\:bg-pink-500\/5) {
  background-color: rgb(236 72 153 / 0.05);
}
:is(.dark .dark\:bg-pink-500\/50) {
  background-color: rgb(236 72 153 / 0.5);
}
:is(.dark .dark\:bg-pink-500\/60) {
  background-color: rgb(236 72 153 / 0.6);
}
:is(.dark .dark\:bg-pink-500\/70) {
  background-color: rgb(236 72 153 / 0.7);
}
:is(.dark .dark\:bg-pink-500\/75) {
  background-color: rgb(236 72 153 / 0.75);
}
:is(.dark .dark\:bg-pink-500\/80) {
  background-color: rgb(236 72 153 / 0.8);
}
:is(.dark .dark\:bg-pink-500\/90) {
  background-color: rgb(236 72 153 / 0.9);
}
:is(.dark .dark\:bg-pink-500\/95) {
  background-color: rgb(236 72 153 / 0.95);
}
:is(.dark .dark\:bg-pink-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-600\/0) {
  background-color: rgb(219 39 119 / 0);
}
:is(.dark .dark\:bg-pink-600\/10) {
  background-color: rgb(219 39 119 / 0.1);
}
:is(.dark .dark\:bg-pink-600\/100) {
  background-color: rgb(219 39 119 / 1);
}
:is(.dark .dark\:bg-pink-600\/20) {
  background-color: rgb(219 39 119 / 0.2);
}
:is(.dark .dark\:bg-pink-600\/25) {
  background-color: rgb(219 39 119 / 0.25);
}
:is(.dark .dark\:bg-pink-600\/30) {
  background-color: rgb(219 39 119 / 0.3);
}
:is(.dark .dark\:bg-pink-600\/40) {
  background-color: rgb(219 39 119 / 0.4);
}
:is(.dark .dark\:bg-pink-600\/5) {
  background-color: rgb(219 39 119 / 0.05);
}
:is(.dark .dark\:bg-pink-600\/50) {
  background-color: rgb(219 39 119 / 0.5);
}
:is(.dark .dark\:bg-pink-600\/60) {
  background-color: rgb(219 39 119 / 0.6);
}
:is(.dark .dark\:bg-pink-600\/70) {
  background-color: rgb(219 39 119 / 0.7);
}
:is(.dark .dark\:bg-pink-600\/75) {
  background-color: rgb(219 39 119 / 0.75);
}
:is(.dark .dark\:bg-pink-600\/80) {
  background-color: rgb(219 39 119 / 0.8);
}
:is(.dark .dark\:bg-pink-600\/90) {
  background-color: rgb(219 39 119 / 0.9);
}
:is(.dark .dark\:bg-pink-600\/95) {
  background-color: rgb(219 39 119 / 0.95);
}
:is(.dark .dark\:bg-pink-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-700\/0) {
  background-color: rgb(190 24 93 / 0);
}
:is(.dark .dark\:bg-pink-700\/10) {
  background-color: rgb(190 24 93 / 0.1);
}
:is(.dark .dark\:bg-pink-700\/100) {
  background-color: rgb(190 24 93 / 1);
}
:is(.dark .dark\:bg-pink-700\/20) {
  background-color: rgb(190 24 93 / 0.2);
}
:is(.dark .dark\:bg-pink-700\/25) {
  background-color: rgb(190 24 93 / 0.25);
}
:is(.dark .dark\:bg-pink-700\/30) {
  background-color: rgb(190 24 93 / 0.3);
}
:is(.dark .dark\:bg-pink-700\/40) {
  background-color: rgb(190 24 93 / 0.4);
}
:is(.dark .dark\:bg-pink-700\/5) {
  background-color: rgb(190 24 93 / 0.05);
}
:is(.dark .dark\:bg-pink-700\/50) {
  background-color: rgb(190 24 93 / 0.5);
}
:is(.dark .dark\:bg-pink-700\/60) {
  background-color: rgb(190 24 93 / 0.6);
}
:is(.dark .dark\:bg-pink-700\/70) {
  background-color: rgb(190 24 93 / 0.7);
}
:is(.dark .dark\:bg-pink-700\/75) {
  background-color: rgb(190 24 93 / 0.75);
}
:is(.dark .dark\:bg-pink-700\/80) {
  background-color: rgb(190 24 93 / 0.8);
}
:is(.dark .dark\:bg-pink-700\/90) {
  background-color: rgb(190 24 93 / 0.9);
}
:is(.dark .dark\:bg-pink-700\/95) {
  background-color: rgb(190 24 93 / 0.95);
}
:is(.dark .dark\:bg-pink-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-800\/0) {
  background-color: rgb(157 23 77 / 0);
}
:is(.dark .dark\:bg-pink-800\/10) {
  background-color: rgb(157 23 77 / 0.1);
}
:is(.dark .dark\:bg-pink-800\/100) {
  background-color: rgb(157 23 77 / 1);
}
:is(.dark .dark\:bg-pink-800\/20) {
  background-color: rgb(157 23 77 / 0.2);
}
:is(.dark .dark\:bg-pink-800\/25) {
  background-color: rgb(157 23 77 / 0.25);
}
:is(.dark .dark\:bg-pink-800\/30) {
  background-color: rgb(157 23 77 / 0.3);
}
:is(.dark .dark\:bg-pink-800\/40) {
  background-color: rgb(157 23 77 / 0.4);
}
:is(.dark .dark\:bg-pink-800\/5) {
  background-color: rgb(157 23 77 / 0.05);
}
:is(.dark .dark\:bg-pink-800\/50) {
  background-color: rgb(157 23 77 / 0.5);
}
:is(.dark .dark\:bg-pink-800\/60) {
  background-color: rgb(157 23 77 / 0.6);
}
:is(.dark .dark\:bg-pink-800\/70) {
  background-color: rgb(157 23 77 / 0.7);
}
:is(.dark .dark\:bg-pink-800\/75) {
  background-color: rgb(157 23 77 / 0.75);
}
:is(.dark .dark\:bg-pink-800\/80) {
  background-color: rgb(157 23 77 / 0.8);
}
:is(.dark .dark\:bg-pink-800\/90) {
  background-color: rgb(157 23 77 / 0.9);
}
:is(.dark .dark\:bg-pink-800\/95) {
  background-color: rgb(157 23 77 / 0.95);
}
:is(.dark .dark\:bg-pink-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-900\/0) {
  background-color: rgb(131 24 67 / 0);
}
:is(.dark .dark\:bg-pink-900\/10) {
  background-color: rgb(131 24 67 / 0.1);
}
:is(.dark .dark\:bg-pink-900\/100) {
  background-color: rgb(131 24 67 / 1);
}
:is(.dark .dark\:bg-pink-900\/20) {
  background-color: rgb(131 24 67 / 0.2);
}
:is(.dark .dark\:bg-pink-900\/25) {
  background-color: rgb(131 24 67 / 0.25);
}
:is(.dark .dark\:bg-pink-900\/30) {
  background-color: rgb(131 24 67 / 0.3);
}
:is(.dark .dark\:bg-pink-900\/40) {
  background-color: rgb(131 24 67 / 0.4);
}
:is(.dark .dark\:bg-pink-900\/5) {
  background-color: rgb(131 24 67 / 0.05);
}
:is(.dark .dark\:bg-pink-900\/50) {
  background-color: rgb(131 24 67 / 0.5);
}
:is(.dark .dark\:bg-pink-900\/60) {
  background-color: rgb(131 24 67 / 0.6);
}
:is(.dark .dark\:bg-pink-900\/70) {
  background-color: rgb(131 24 67 / 0.7);
}
:is(.dark .dark\:bg-pink-900\/75) {
  background-color: rgb(131 24 67 / 0.75);
}
:is(.dark .dark\:bg-pink-900\/80) {
  background-color: rgb(131 24 67 / 0.8);
}
:is(.dark .dark\:bg-pink-900\/90) {
  background-color: rgb(131 24 67 / 0.9);
}
:is(.dark .dark\:bg-pink-900\/95) {
  background-color: rgb(131 24 67 / 0.95);
}
:is(.dark .dark\:bg-pink-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-pink-950\/0) {
  background-color: rgb(80 7 36 / 0);
}
:is(.dark .dark\:bg-pink-950\/10) {
  background-color: rgb(80 7 36 / 0.1);
}
:is(.dark .dark\:bg-pink-950\/100) {
  background-color: rgb(80 7 36 / 1);
}
:is(.dark .dark\:bg-pink-950\/20) {
  background-color: rgb(80 7 36 / 0.2);
}
:is(.dark .dark\:bg-pink-950\/25) {
  background-color: rgb(80 7 36 / 0.25);
}
:is(.dark .dark\:bg-pink-950\/30) {
  background-color: rgb(80 7 36 / 0.3);
}
:is(.dark .dark\:bg-pink-950\/40) {
  background-color: rgb(80 7 36 / 0.4);
}
:is(.dark .dark\:bg-pink-950\/5) {
  background-color: rgb(80 7 36 / 0.05);
}
:is(.dark .dark\:bg-pink-950\/50) {
  background-color: rgb(80 7 36 / 0.5);
}
:is(.dark .dark\:bg-pink-950\/60) {
  background-color: rgb(80 7 36 / 0.6);
}
:is(.dark .dark\:bg-pink-950\/70) {
  background-color: rgb(80 7 36 / 0.7);
}
:is(.dark .dark\:bg-pink-950\/75) {
  background-color: rgb(80 7 36 / 0.75);
}
:is(.dark .dark\:bg-pink-950\/80) {
  background-color: rgb(80 7 36 / 0.8);
}
:is(.dark .dark\:bg-pink-950\/90) {
  background-color: rgb(80 7 36 / 0.9);
}
:is(.dark .dark\:bg-pink-950\/95) {
  background-color: rgb(80 7 36 / 0.95);
}
:is(.dark .dark\:bg-primary-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-100\/0) {
  background-color: rgb(243 232 255 / 0);
}
:is(.dark .dark\:bg-purple-100\/10) {
  background-color: rgb(243 232 255 / 0.1);
}
:is(.dark .dark\:bg-purple-100\/100) {
  background-color: rgb(243 232 255 / 1);
}
:is(.dark .dark\:bg-purple-100\/20) {
  background-color: rgb(243 232 255 / 0.2);
}
:is(.dark .dark\:bg-purple-100\/25) {
  background-color: rgb(243 232 255 / 0.25);
}
:is(.dark .dark\:bg-purple-100\/30) {
  background-color: rgb(243 232 255 / 0.3);
}
:is(.dark .dark\:bg-purple-100\/40) {
  background-color: rgb(243 232 255 / 0.4);
}
:is(.dark .dark\:bg-purple-100\/5) {
  background-color: rgb(243 232 255 / 0.05);
}
:is(.dark .dark\:bg-purple-100\/50) {
  background-color: rgb(243 232 255 / 0.5);
}
:is(.dark .dark\:bg-purple-100\/60) {
  background-color: rgb(243 232 255 / 0.6);
}
:is(.dark .dark\:bg-purple-100\/70) {
  background-color: rgb(243 232 255 / 0.7);
}
:is(.dark .dark\:bg-purple-100\/75) {
  background-color: rgb(243 232 255 / 0.75);
}
:is(.dark .dark\:bg-purple-100\/80) {
  background-color: rgb(243 232 255 / 0.8);
}
:is(.dark .dark\:bg-purple-100\/90) {
  background-color: rgb(243 232 255 / 0.9);
}
:is(.dark .dark\:bg-purple-100\/95) {
  background-color: rgb(243 232 255 / 0.95);
}
:is(.dark .dark\:bg-purple-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-200\/0) {
  background-color: rgb(233 213 255 / 0);
}
:is(.dark .dark\:bg-purple-200\/10) {
  background-color: rgb(233 213 255 / 0.1);
}
:is(.dark .dark\:bg-purple-200\/100) {
  background-color: rgb(233 213 255 / 1);
}
:is(.dark .dark\:bg-purple-200\/20) {
  background-color: rgb(233 213 255 / 0.2);
}
:is(.dark .dark\:bg-purple-200\/25) {
  background-color: rgb(233 213 255 / 0.25);
}
:is(.dark .dark\:bg-purple-200\/30) {
  background-color: rgb(233 213 255 / 0.3);
}
:is(.dark .dark\:bg-purple-200\/40) {
  background-color: rgb(233 213 255 / 0.4);
}
:is(.dark .dark\:bg-purple-200\/5) {
  background-color: rgb(233 213 255 / 0.05);
}
:is(.dark .dark\:bg-purple-200\/50) {
  background-color: rgb(233 213 255 / 0.5);
}
:is(.dark .dark\:bg-purple-200\/60) {
  background-color: rgb(233 213 255 / 0.6);
}
:is(.dark .dark\:bg-purple-200\/70) {
  background-color: rgb(233 213 255 / 0.7);
}
:is(.dark .dark\:bg-purple-200\/75) {
  background-color: rgb(233 213 255 / 0.75);
}
:is(.dark .dark\:bg-purple-200\/80) {
  background-color: rgb(233 213 255 / 0.8);
}
:is(.dark .dark\:bg-purple-200\/90) {
  background-color: rgb(233 213 255 / 0.9);
}
:is(.dark .dark\:bg-purple-200\/95) {
  background-color: rgb(233 213 255 / 0.95);
}
:is(.dark .dark\:bg-purple-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-300\/0) {
  background-color: rgb(216 180 254 / 0);
}
:is(.dark .dark\:bg-purple-300\/10) {
  background-color: rgb(216 180 254 / 0.1);
}
:is(.dark .dark\:bg-purple-300\/100) {
  background-color: rgb(216 180 254 / 1);
}
:is(.dark .dark\:bg-purple-300\/20) {
  background-color: rgb(216 180 254 / 0.2);
}
:is(.dark .dark\:bg-purple-300\/25) {
  background-color: rgb(216 180 254 / 0.25);
}
:is(.dark .dark\:bg-purple-300\/30) {
  background-color: rgb(216 180 254 / 0.3);
}
:is(.dark .dark\:bg-purple-300\/40) {
  background-color: rgb(216 180 254 / 0.4);
}
:is(.dark .dark\:bg-purple-300\/5) {
  background-color: rgb(216 180 254 / 0.05);
}
:is(.dark .dark\:bg-purple-300\/50) {
  background-color: rgb(216 180 254 / 0.5);
}
:is(.dark .dark\:bg-purple-300\/60) {
  background-color: rgb(216 180 254 / 0.6);
}
:is(.dark .dark\:bg-purple-300\/70) {
  background-color: rgb(216 180 254 / 0.7);
}
:is(.dark .dark\:bg-purple-300\/75) {
  background-color: rgb(216 180 254 / 0.75);
}
:is(.dark .dark\:bg-purple-300\/80) {
  background-color: rgb(216 180 254 / 0.8);
}
:is(.dark .dark\:bg-purple-300\/90) {
  background-color: rgb(216 180 254 / 0.9);
}
:is(.dark .dark\:bg-purple-300\/95) {
  background-color: rgb(216 180 254 / 0.95);
}
:is(.dark .dark\:bg-purple-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-400\/0) {
  background-color: rgb(192 132 252 / 0);
}
:is(.dark .dark\:bg-purple-400\/10) {
  background-color: rgb(192 132 252 / 0.1);
}
:is(.dark .dark\:bg-purple-400\/100) {
  background-color: rgb(192 132 252 / 1);
}
:is(.dark .dark\:bg-purple-400\/20) {
  background-color: rgb(192 132 252 / 0.2);
}
:is(.dark .dark\:bg-purple-400\/25) {
  background-color: rgb(192 132 252 / 0.25);
}
:is(.dark .dark\:bg-purple-400\/30) {
  background-color: rgb(192 132 252 / 0.3);
}
:is(.dark .dark\:bg-purple-400\/40) {
  background-color: rgb(192 132 252 / 0.4);
}
:is(.dark .dark\:bg-purple-400\/5) {
  background-color: rgb(192 132 252 / 0.05);
}
:is(.dark .dark\:bg-purple-400\/50) {
  background-color: rgb(192 132 252 / 0.5);
}
:is(.dark .dark\:bg-purple-400\/60) {
  background-color: rgb(192 132 252 / 0.6);
}
:is(.dark .dark\:bg-purple-400\/70) {
  background-color: rgb(192 132 252 / 0.7);
}
:is(.dark .dark\:bg-purple-400\/75) {
  background-color: rgb(192 132 252 / 0.75);
}
:is(.dark .dark\:bg-purple-400\/80) {
  background-color: rgb(192 132 252 / 0.8);
}
:is(.dark .dark\:bg-purple-400\/90) {
  background-color: rgb(192 132 252 / 0.9);
}
:is(.dark .dark\:bg-purple-400\/95) {
  background-color: rgb(192 132 252 / 0.95);
}
:is(.dark .dark\:bg-purple-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-50\/0) {
  background-color: rgb(250 245 255 / 0);
}
:is(.dark .dark\:bg-purple-50\/10) {
  background-color: rgb(250 245 255 / 0.1);
}
:is(.dark .dark\:bg-purple-50\/100) {
  background-color: rgb(250 245 255 / 1);
}
:is(.dark .dark\:bg-purple-50\/20) {
  background-color: rgb(250 245 255 / 0.2);
}
:is(.dark .dark\:bg-purple-50\/25) {
  background-color: rgb(250 245 255 / 0.25);
}
:is(.dark .dark\:bg-purple-50\/30) {
  background-color: rgb(250 245 255 / 0.3);
}
:is(.dark .dark\:bg-purple-50\/40) {
  background-color: rgb(250 245 255 / 0.4);
}
:is(.dark .dark\:bg-purple-50\/5) {
  background-color: rgb(250 245 255 / 0.05);
}
:is(.dark .dark\:bg-purple-50\/50) {
  background-color: rgb(250 245 255 / 0.5);
}
:is(.dark .dark\:bg-purple-50\/60) {
  background-color: rgb(250 245 255 / 0.6);
}
:is(.dark .dark\:bg-purple-50\/70) {
  background-color: rgb(250 245 255 / 0.7);
}
:is(.dark .dark\:bg-purple-50\/75) {
  background-color: rgb(250 245 255 / 0.75);
}
:is(.dark .dark\:bg-purple-50\/80) {
  background-color: rgb(250 245 255 / 0.8);
}
:is(.dark .dark\:bg-purple-50\/90) {
  background-color: rgb(250 245 255 / 0.9);
}
:is(.dark .dark\:bg-purple-50\/95) {
  background-color: rgb(250 245 255 / 0.95);
}
:is(.dark .dark\:bg-purple-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-500\/0) {
  background-color: rgb(168 85 247 / 0);
}
:is(.dark .dark\:bg-purple-500\/10) {
  background-color: rgb(168 85 247 / 0.1);
}
:is(.dark .dark\:bg-purple-500\/100) {
  background-color: rgb(168 85 247 / 1);
}
:is(.dark .dark\:bg-purple-500\/20) {
  background-color: rgb(168 85 247 / 0.2);
}
:is(.dark .dark\:bg-purple-500\/25) {
  background-color: rgb(168 85 247 / 0.25);
}
:is(.dark .dark\:bg-purple-500\/30) {
  background-color: rgb(168 85 247 / 0.3);
}
:is(.dark .dark\:bg-purple-500\/40) {
  background-color: rgb(168 85 247 / 0.4);
}
:is(.dark .dark\:bg-purple-500\/5) {
  background-color: rgb(168 85 247 / 0.05);
}
:is(.dark .dark\:bg-purple-500\/50) {
  background-color: rgb(168 85 247 / 0.5);
}
:is(.dark .dark\:bg-purple-500\/60) {
  background-color: rgb(168 85 247 / 0.6);
}
:is(.dark .dark\:bg-purple-500\/70) {
  background-color: rgb(168 85 247 / 0.7);
}
:is(.dark .dark\:bg-purple-500\/75) {
  background-color: rgb(168 85 247 / 0.75);
}
:is(.dark .dark\:bg-purple-500\/80) {
  background-color: rgb(168 85 247 / 0.8);
}
:is(.dark .dark\:bg-purple-500\/90) {
  background-color: rgb(168 85 247 / 0.9);
}
:is(.dark .dark\:bg-purple-500\/95) {
  background-color: rgb(168 85 247 / 0.95);
}
:is(.dark .dark\:bg-purple-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-600\/0) {
  background-color: rgb(147 51 234 / 0);
}
:is(.dark .dark\:bg-purple-600\/10) {
  background-color: rgb(147 51 234 / 0.1);
}
:is(.dark .dark\:bg-purple-600\/100) {
  background-color: rgb(147 51 234 / 1);
}
:is(.dark .dark\:bg-purple-600\/20) {
  background-color: rgb(147 51 234 / 0.2);
}
:is(.dark .dark\:bg-purple-600\/25) {
  background-color: rgb(147 51 234 / 0.25);
}
:is(.dark .dark\:bg-purple-600\/30) {
  background-color: rgb(147 51 234 / 0.3);
}
:is(.dark .dark\:bg-purple-600\/40) {
  background-color: rgb(147 51 234 / 0.4);
}
:is(.dark .dark\:bg-purple-600\/5) {
  background-color: rgb(147 51 234 / 0.05);
}
:is(.dark .dark\:bg-purple-600\/50) {
  background-color: rgb(147 51 234 / 0.5);
}
:is(.dark .dark\:bg-purple-600\/60) {
  background-color: rgb(147 51 234 / 0.6);
}
:is(.dark .dark\:bg-purple-600\/70) {
  background-color: rgb(147 51 234 / 0.7);
}
:is(.dark .dark\:bg-purple-600\/75) {
  background-color: rgb(147 51 234 / 0.75);
}
:is(.dark .dark\:bg-purple-600\/80) {
  background-color: rgb(147 51 234 / 0.8);
}
:is(.dark .dark\:bg-purple-600\/90) {
  background-color: rgb(147 51 234 / 0.9);
}
:is(.dark .dark\:bg-purple-600\/95) {
  background-color: rgb(147 51 234 / 0.95);
}
:is(.dark .dark\:bg-purple-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-700\/0) {
  background-color: rgb(126 34 206 / 0);
}
:is(.dark .dark\:bg-purple-700\/10) {
  background-color: rgb(126 34 206 / 0.1);
}
:is(.dark .dark\:bg-purple-700\/100) {
  background-color: rgb(126 34 206 / 1);
}
:is(.dark .dark\:bg-purple-700\/20) {
  background-color: rgb(126 34 206 / 0.2);
}
:is(.dark .dark\:bg-purple-700\/25) {
  background-color: rgb(126 34 206 / 0.25);
}
:is(.dark .dark\:bg-purple-700\/30) {
  background-color: rgb(126 34 206 / 0.3);
}
:is(.dark .dark\:bg-purple-700\/40) {
  background-color: rgb(126 34 206 / 0.4);
}
:is(.dark .dark\:bg-purple-700\/5) {
  background-color: rgb(126 34 206 / 0.05);
}
:is(.dark .dark\:bg-purple-700\/50) {
  background-color: rgb(126 34 206 / 0.5);
}
:is(.dark .dark\:bg-purple-700\/60) {
  background-color: rgb(126 34 206 / 0.6);
}
:is(.dark .dark\:bg-purple-700\/70) {
  background-color: rgb(126 34 206 / 0.7);
}
:is(.dark .dark\:bg-purple-700\/75) {
  background-color: rgb(126 34 206 / 0.75);
}
:is(.dark .dark\:bg-purple-700\/80) {
  background-color: rgb(126 34 206 / 0.8);
}
:is(.dark .dark\:bg-purple-700\/90) {
  background-color: rgb(126 34 206 / 0.9);
}
:is(.dark .dark\:bg-purple-700\/95) {
  background-color: rgb(126 34 206 / 0.95);
}
:is(.dark .dark\:bg-purple-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-800\/0) {
  background-color: rgb(107 33 168 / 0);
}
:is(.dark .dark\:bg-purple-800\/10) {
  background-color: rgb(107 33 168 / 0.1);
}
:is(.dark .dark\:bg-purple-800\/100) {
  background-color: rgb(107 33 168 / 1);
}
:is(.dark .dark\:bg-purple-800\/20) {
  background-color: rgb(107 33 168 / 0.2);
}
:is(.dark .dark\:bg-purple-800\/25) {
  background-color: rgb(107 33 168 / 0.25);
}
:is(.dark .dark\:bg-purple-800\/30) {
  background-color: rgb(107 33 168 / 0.3);
}
:is(.dark .dark\:bg-purple-800\/40) {
  background-color: rgb(107 33 168 / 0.4);
}
:is(.dark .dark\:bg-purple-800\/5) {
  background-color: rgb(107 33 168 / 0.05);
}
:is(.dark .dark\:bg-purple-800\/50) {
  background-color: rgb(107 33 168 / 0.5);
}
:is(.dark .dark\:bg-purple-800\/60) {
  background-color: rgb(107 33 168 / 0.6);
}
:is(.dark .dark\:bg-purple-800\/70) {
  background-color: rgb(107 33 168 / 0.7);
}
:is(.dark .dark\:bg-purple-800\/75) {
  background-color: rgb(107 33 168 / 0.75);
}
:is(.dark .dark\:bg-purple-800\/80) {
  background-color: rgb(107 33 168 / 0.8);
}
:is(.dark .dark\:bg-purple-800\/90) {
  background-color: rgb(107 33 168 / 0.9);
}
:is(.dark .dark\:bg-purple-800\/95) {
  background-color: rgb(107 33 168 / 0.95);
}
:is(.dark .dark\:bg-purple-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-900\/0) {
  background-color: rgb(88 28 135 / 0);
}
:is(.dark .dark\:bg-purple-900\/10) {
  background-color: rgb(88 28 135 / 0.1);
}
:is(.dark .dark\:bg-purple-900\/100) {
  background-color: rgb(88 28 135 / 1);
}
:is(.dark .dark\:bg-purple-900\/20) {
  background-color: rgb(88 28 135 / 0.2);
}
:is(.dark .dark\:bg-purple-900\/25) {
  background-color: rgb(88 28 135 / 0.25);
}
:is(.dark .dark\:bg-purple-900\/30) {
  background-color: rgb(88 28 135 / 0.3);
}
:is(.dark .dark\:bg-purple-900\/40) {
  background-color: rgb(88 28 135 / 0.4);
}
:is(.dark .dark\:bg-purple-900\/5) {
  background-color: rgb(88 28 135 / 0.05);
}
:is(.dark .dark\:bg-purple-900\/50) {
  background-color: rgb(88 28 135 / 0.5);
}
:is(.dark .dark\:bg-purple-900\/60) {
  background-color: rgb(88 28 135 / 0.6);
}
:is(.dark .dark\:bg-purple-900\/70) {
  background-color: rgb(88 28 135 / 0.7);
}
:is(.dark .dark\:bg-purple-900\/75) {
  background-color: rgb(88 28 135 / 0.75);
}
:is(.dark .dark\:bg-purple-900\/80) {
  background-color: rgb(88 28 135 / 0.8);
}
:is(.dark .dark\:bg-purple-900\/90) {
  background-color: rgb(88 28 135 / 0.9);
}
:is(.dark .dark\:bg-purple-900\/95) {
  background-color: rgb(88 28 135 / 0.95);
}
:is(.dark .dark\:bg-purple-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-purple-950\/0) {
  background-color: rgb(59 7 100 / 0);
}
:is(.dark .dark\:bg-purple-950\/10) {
  background-color: rgb(59 7 100 / 0.1);
}
:is(.dark .dark\:bg-purple-950\/100) {
  background-color: rgb(59 7 100 / 1);
}
:is(.dark .dark\:bg-purple-950\/20) {
  background-color: rgb(59 7 100 / 0.2);
}
:is(.dark .dark\:bg-purple-950\/25) {
  background-color: rgb(59 7 100 / 0.25);
}
:is(.dark .dark\:bg-purple-950\/30) {
  background-color: rgb(59 7 100 / 0.3);
}
:is(.dark .dark\:bg-purple-950\/40) {
  background-color: rgb(59 7 100 / 0.4);
}
:is(.dark .dark\:bg-purple-950\/5) {
  background-color: rgb(59 7 100 / 0.05);
}
:is(.dark .dark\:bg-purple-950\/50) {
  background-color: rgb(59 7 100 / 0.5);
}
:is(.dark .dark\:bg-purple-950\/60) {
  background-color: rgb(59 7 100 / 0.6);
}
:is(.dark .dark\:bg-purple-950\/70) {
  background-color: rgb(59 7 100 / 0.7);
}
:is(.dark .dark\:bg-purple-950\/75) {
  background-color: rgb(59 7 100 / 0.75);
}
:is(.dark .dark\:bg-purple-950\/80) {
  background-color: rgb(59 7 100 / 0.8);
}
:is(.dark .dark\:bg-purple-950\/90) {
  background-color: rgb(59 7 100 / 0.9);
}
:is(.dark .dark\:bg-purple-950\/95) {
  background-color: rgb(59 7 100 / 0.95);
}
:is(.dark .dark\:bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-100\/0) {
  background-color: rgb(254 226 226 / 0);
}
:is(.dark .dark\:bg-red-100\/10) {
  background-color: rgb(254 226 226 / 0.1);
}
:is(.dark .dark\:bg-red-100\/100) {
  background-color: rgb(254 226 226 / 1);
}
:is(.dark .dark\:bg-red-100\/20) {
  background-color: rgb(254 226 226 / 0.2);
}
:is(.dark .dark\:bg-red-100\/25) {
  background-color: rgb(254 226 226 / 0.25);
}
:is(.dark .dark\:bg-red-100\/30) {
  background-color: rgb(254 226 226 / 0.3);
}
:is(.dark .dark\:bg-red-100\/40) {
  background-color: rgb(254 226 226 / 0.4);
}
:is(.dark .dark\:bg-red-100\/5) {
  background-color: rgb(254 226 226 / 0.05);
}
:is(.dark .dark\:bg-red-100\/50) {
  background-color: rgb(254 226 226 / 0.5);
}
:is(.dark .dark\:bg-red-100\/60) {
  background-color: rgb(254 226 226 / 0.6);
}
:is(.dark .dark\:bg-red-100\/70) {
  background-color: rgb(254 226 226 / 0.7);
}
:is(.dark .dark\:bg-red-100\/75) {
  background-color: rgb(254 226 226 / 0.75);
}
:is(.dark .dark\:bg-red-100\/80) {
  background-color: rgb(254 226 226 / 0.8);
}
:is(.dark .dark\:bg-red-100\/90) {
  background-color: rgb(254 226 226 / 0.9);
}
:is(.dark .dark\:bg-red-100\/95) {
  background-color: rgb(254 226 226 / 0.95);
}
:is(.dark .dark\:bg-red-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-200\/0) {
  background-color: rgb(254 202 202 / 0);
}
:is(.dark .dark\:bg-red-200\/10) {
  background-color: rgb(254 202 202 / 0.1);
}
:is(.dark .dark\:bg-red-200\/100) {
  background-color: rgb(254 202 202 / 1);
}
:is(.dark .dark\:bg-red-200\/20) {
  background-color: rgb(254 202 202 / 0.2);
}
:is(.dark .dark\:bg-red-200\/25) {
  background-color: rgb(254 202 202 / 0.25);
}
:is(.dark .dark\:bg-red-200\/30) {
  background-color: rgb(254 202 202 / 0.3);
}
:is(.dark .dark\:bg-red-200\/40) {
  background-color: rgb(254 202 202 / 0.4);
}
:is(.dark .dark\:bg-red-200\/5) {
  background-color: rgb(254 202 202 / 0.05);
}
:is(.dark .dark\:bg-red-200\/50) {
  background-color: rgb(254 202 202 / 0.5);
}
:is(.dark .dark\:bg-red-200\/60) {
  background-color: rgb(254 202 202 / 0.6);
}
:is(.dark .dark\:bg-red-200\/70) {
  background-color: rgb(254 202 202 / 0.7);
}
:is(.dark .dark\:bg-red-200\/75) {
  background-color: rgb(254 202 202 / 0.75);
}
:is(.dark .dark\:bg-red-200\/80) {
  background-color: rgb(254 202 202 / 0.8);
}
:is(.dark .dark\:bg-red-200\/90) {
  background-color: rgb(254 202 202 / 0.9);
}
:is(.dark .dark\:bg-red-200\/95) {
  background-color: rgb(254 202 202 / 0.95);
}
:is(.dark .dark\:bg-red-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-300\/0) {
  background-color: rgb(252 165 165 / 0);
}
:is(.dark .dark\:bg-red-300\/10) {
  background-color: rgb(252 165 165 / 0.1);
}
:is(.dark .dark\:bg-red-300\/100) {
  background-color: rgb(252 165 165 / 1);
}
:is(.dark .dark\:bg-red-300\/20) {
  background-color: rgb(252 165 165 / 0.2);
}
:is(.dark .dark\:bg-red-300\/25) {
  background-color: rgb(252 165 165 / 0.25);
}
:is(.dark .dark\:bg-red-300\/30) {
  background-color: rgb(252 165 165 / 0.3);
}
:is(.dark .dark\:bg-red-300\/40) {
  background-color: rgb(252 165 165 / 0.4);
}
:is(.dark .dark\:bg-red-300\/5) {
  background-color: rgb(252 165 165 / 0.05);
}
:is(.dark .dark\:bg-red-300\/50) {
  background-color: rgb(252 165 165 / 0.5);
}
:is(.dark .dark\:bg-red-300\/60) {
  background-color: rgb(252 165 165 / 0.6);
}
:is(.dark .dark\:bg-red-300\/70) {
  background-color: rgb(252 165 165 / 0.7);
}
:is(.dark .dark\:bg-red-300\/75) {
  background-color: rgb(252 165 165 / 0.75);
}
:is(.dark .dark\:bg-red-300\/80) {
  background-color: rgb(252 165 165 / 0.8);
}
:is(.dark .dark\:bg-red-300\/90) {
  background-color: rgb(252 165 165 / 0.9);
}
:is(.dark .dark\:bg-red-300\/95) {
  background-color: rgb(252 165 165 / 0.95);
}
:is(.dark .dark\:bg-red-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-400\/0) {
  background-color: rgb(248 113 113 / 0);
}
:is(.dark .dark\:bg-red-400\/10) {
  background-color: rgb(248 113 113 / 0.1);
}
:is(.dark .dark\:bg-red-400\/100) {
  background-color: rgb(248 113 113 / 1);
}
:is(.dark .dark\:bg-red-400\/20) {
  background-color: rgb(248 113 113 / 0.2);
}
:is(.dark .dark\:bg-red-400\/25) {
  background-color: rgb(248 113 113 / 0.25);
}
:is(.dark .dark\:bg-red-400\/30) {
  background-color: rgb(248 113 113 / 0.3);
}
:is(.dark .dark\:bg-red-400\/40) {
  background-color: rgb(248 113 113 / 0.4);
}
:is(.dark .dark\:bg-red-400\/5) {
  background-color: rgb(248 113 113 / 0.05);
}
:is(.dark .dark\:bg-red-400\/50) {
  background-color: rgb(248 113 113 / 0.5);
}
:is(.dark .dark\:bg-red-400\/60) {
  background-color: rgb(248 113 113 / 0.6);
}
:is(.dark .dark\:bg-red-400\/70) {
  background-color: rgb(248 113 113 / 0.7);
}
:is(.dark .dark\:bg-red-400\/75) {
  background-color: rgb(248 113 113 / 0.75);
}
:is(.dark .dark\:bg-red-400\/80) {
  background-color: rgb(248 113 113 / 0.8);
}
:is(.dark .dark\:bg-red-400\/90) {
  background-color: rgb(248 113 113 / 0.9);
}
:is(.dark .dark\:bg-red-400\/95) {
  background-color: rgb(248 113 113 / 0.95);
}
:is(.dark .dark\:bg-red-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-50\/0) {
  background-color: rgb(254 242 242 / 0);
}
:is(.dark .dark\:bg-red-50\/10) {
  background-color: rgb(254 242 242 / 0.1);
}
:is(.dark .dark\:bg-red-50\/100) {
  background-color: rgb(254 242 242 / 1);
}
:is(.dark .dark\:bg-red-50\/20) {
  background-color: rgb(254 242 242 / 0.2);
}
:is(.dark .dark\:bg-red-50\/25) {
  background-color: rgb(254 242 242 / 0.25);
}
:is(.dark .dark\:bg-red-50\/30) {
  background-color: rgb(254 242 242 / 0.3);
}
:is(.dark .dark\:bg-red-50\/40) {
  background-color: rgb(254 242 242 / 0.4);
}
:is(.dark .dark\:bg-red-50\/5) {
  background-color: rgb(254 242 242 / 0.05);
}
:is(.dark .dark\:bg-red-50\/50) {
  background-color: rgb(254 242 242 / 0.5);
}
:is(.dark .dark\:bg-red-50\/60) {
  background-color: rgb(254 242 242 / 0.6);
}
:is(.dark .dark\:bg-red-50\/70) {
  background-color: rgb(254 242 242 / 0.7);
}
:is(.dark .dark\:bg-red-50\/75) {
  background-color: rgb(254 242 242 / 0.75);
}
:is(.dark .dark\:bg-red-50\/80) {
  background-color: rgb(254 242 242 / 0.8);
}
:is(.dark .dark\:bg-red-50\/90) {
  background-color: rgb(254 242 242 / 0.9);
}
:is(.dark .dark\:bg-red-50\/95) {
  background-color: rgb(254 242 242 / 0.95);
}
:is(.dark .dark\:bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-500\/0) {
  background-color: rgb(239 68 68 / 0);
}
:is(.dark .dark\:bg-red-500\/10) {
  background-color: rgb(239 68 68 / 0.1);
}
:is(.dark .dark\:bg-red-500\/100) {
  background-color: rgb(239 68 68 / 1);
}
:is(.dark .dark\:bg-red-500\/20) {
  background-color: rgb(239 68 68 / 0.2);
}
:is(.dark .dark\:bg-red-500\/25) {
  background-color: rgb(239 68 68 / 0.25);
}
:is(.dark .dark\:bg-red-500\/30) {
  background-color: rgb(239 68 68 / 0.3);
}
:is(.dark .dark\:bg-red-500\/40) {
  background-color: rgb(239 68 68 / 0.4);
}
:is(.dark .dark\:bg-red-500\/5) {
  background-color: rgb(239 68 68 / 0.05);
}
:is(.dark .dark\:bg-red-500\/50) {
  background-color: rgb(239 68 68 / 0.5);
}
:is(.dark .dark\:bg-red-500\/60) {
  background-color: rgb(239 68 68 / 0.6);
}
:is(.dark .dark\:bg-red-500\/70) {
  background-color: rgb(239 68 68 / 0.7);
}
:is(.dark .dark\:bg-red-500\/75) {
  background-color: rgb(239 68 68 / 0.75);
}
:is(.dark .dark\:bg-red-500\/80) {
  background-color: rgb(239 68 68 / 0.8);
}
:is(.dark .dark\:bg-red-500\/90) {
  background-color: rgb(239 68 68 / 0.9);
}
:is(.dark .dark\:bg-red-500\/95) {
  background-color: rgb(239 68 68 / 0.95);
}
:is(.dark .dark\:bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-600\/0) {
  background-color: rgb(220 38 38 / 0);
}
:is(.dark .dark\:bg-red-600\/10) {
  background-color: rgb(220 38 38 / 0.1);
}
:is(.dark .dark\:bg-red-600\/100) {
  background-color: rgb(220 38 38 / 1);
}
:is(.dark .dark\:bg-red-600\/20) {
  background-color: rgb(220 38 38 / 0.2);
}
:is(.dark .dark\:bg-red-600\/25) {
  background-color: rgb(220 38 38 / 0.25);
}
:is(.dark .dark\:bg-red-600\/30) {
  background-color: rgb(220 38 38 / 0.3);
}
:is(.dark .dark\:bg-red-600\/40) {
  background-color: rgb(220 38 38 / 0.4);
}
:is(.dark .dark\:bg-red-600\/5) {
  background-color: rgb(220 38 38 / 0.05);
}
:is(.dark .dark\:bg-red-600\/50) {
  background-color: rgb(220 38 38 / 0.5);
}
:is(.dark .dark\:bg-red-600\/60) {
  background-color: rgb(220 38 38 / 0.6);
}
:is(.dark .dark\:bg-red-600\/70) {
  background-color: rgb(220 38 38 / 0.7);
}
:is(.dark .dark\:bg-red-600\/75) {
  background-color: rgb(220 38 38 / 0.75);
}
:is(.dark .dark\:bg-red-600\/80) {
  background-color: rgb(220 38 38 / 0.8);
}
:is(.dark .dark\:bg-red-600\/90) {
  background-color: rgb(220 38 38 / 0.9);
}
:is(.dark .dark\:bg-red-600\/95) {
  background-color: rgb(220 38 38 / 0.95);
}
:is(.dark .dark\:bg-red-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-700\/0) {
  background-color: rgb(185 28 28 / 0);
}
:is(.dark .dark\:bg-red-700\/10) {
  background-color: rgb(185 28 28 / 0.1);
}
:is(.dark .dark\:bg-red-700\/100) {
  background-color: rgb(185 28 28 / 1);
}
:is(.dark .dark\:bg-red-700\/20) {
  background-color: rgb(185 28 28 / 0.2);
}
:is(.dark .dark\:bg-red-700\/25) {
  background-color: rgb(185 28 28 / 0.25);
}
:is(.dark .dark\:bg-red-700\/30) {
  background-color: rgb(185 28 28 / 0.3);
}
:is(.dark .dark\:bg-red-700\/40) {
  background-color: rgb(185 28 28 / 0.4);
}
:is(.dark .dark\:bg-red-700\/5) {
  background-color: rgb(185 28 28 / 0.05);
}
:is(.dark .dark\:bg-red-700\/50) {
  background-color: rgb(185 28 28 / 0.5);
}
:is(.dark .dark\:bg-red-700\/60) {
  background-color: rgb(185 28 28 / 0.6);
}
:is(.dark .dark\:bg-red-700\/70) {
  background-color: rgb(185 28 28 / 0.7);
}
:is(.dark .dark\:bg-red-700\/75) {
  background-color: rgb(185 28 28 / 0.75);
}
:is(.dark .dark\:bg-red-700\/80) {
  background-color: rgb(185 28 28 / 0.8);
}
:is(.dark .dark\:bg-red-700\/90) {
  background-color: rgb(185 28 28 / 0.9);
}
:is(.dark .dark\:bg-red-700\/95) {
  background-color: rgb(185 28 28 / 0.95);
}
:is(.dark .dark\:bg-red-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-800\/0) {
  background-color: rgb(153 27 27 / 0);
}
:is(.dark .dark\:bg-red-800\/10) {
  background-color: rgb(153 27 27 / 0.1);
}
:is(.dark .dark\:bg-red-800\/100) {
  background-color: rgb(153 27 27 / 1);
}
:is(.dark .dark\:bg-red-800\/20) {
  background-color: rgb(153 27 27 / 0.2);
}
:is(.dark .dark\:bg-red-800\/25) {
  background-color: rgb(153 27 27 / 0.25);
}
:is(.dark .dark\:bg-red-800\/30) {
  background-color: rgb(153 27 27 / 0.3);
}
:is(.dark .dark\:bg-red-800\/40) {
  background-color: rgb(153 27 27 / 0.4);
}
:is(.dark .dark\:bg-red-800\/5) {
  background-color: rgb(153 27 27 / 0.05);
}
:is(.dark .dark\:bg-red-800\/50) {
  background-color: rgb(153 27 27 / 0.5);
}
:is(.dark .dark\:bg-red-800\/60) {
  background-color: rgb(153 27 27 / 0.6);
}
:is(.dark .dark\:bg-red-800\/70) {
  background-color: rgb(153 27 27 / 0.7);
}
:is(.dark .dark\:bg-red-800\/75) {
  background-color: rgb(153 27 27 / 0.75);
}
:is(.dark .dark\:bg-red-800\/80) {
  background-color: rgb(153 27 27 / 0.8);
}
:is(.dark .dark\:bg-red-800\/90) {
  background-color: rgb(153 27 27 / 0.9);
}
:is(.dark .dark\:bg-red-800\/95) {
  background-color: rgb(153 27 27 / 0.95);
}
:is(.dark .dark\:bg-red-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-900\/0) {
  background-color: rgb(127 29 29 / 0);
}
:is(.dark .dark\:bg-red-900\/10) {
  background-color: rgb(127 29 29 / 0.1);
}
:is(.dark .dark\:bg-red-900\/100) {
  background-color: rgb(127 29 29 / 1);
}
:is(.dark .dark\:bg-red-900\/20) {
  background-color: rgb(127 29 29 / 0.2);
}
:is(.dark .dark\:bg-red-900\/25) {
  background-color: rgb(127 29 29 / 0.25);
}
:is(.dark .dark\:bg-red-900\/30) {
  background-color: rgb(127 29 29 / 0.3);
}
:is(.dark .dark\:bg-red-900\/40) {
  background-color: rgb(127 29 29 / 0.4);
}
:is(.dark .dark\:bg-red-900\/5) {
  background-color: rgb(127 29 29 / 0.05);
}
:is(.dark .dark\:bg-red-900\/50) {
  background-color: rgb(127 29 29 / 0.5);
}
:is(.dark .dark\:bg-red-900\/60) {
  background-color: rgb(127 29 29 / 0.6);
}
:is(.dark .dark\:bg-red-900\/70) {
  background-color: rgb(127 29 29 / 0.7);
}
:is(.dark .dark\:bg-red-900\/75) {
  background-color: rgb(127 29 29 / 0.75);
}
:is(.dark .dark\:bg-red-900\/80) {
  background-color: rgb(127 29 29 / 0.8);
}
:is(.dark .dark\:bg-red-900\/90) {
  background-color: rgb(127 29 29 / 0.9);
}
:is(.dark .dark\:bg-red-900\/95) {
  background-color: rgb(127 29 29 / 0.95);
}
:is(.dark .dark\:bg-red-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-950\/0) {
  background-color: rgb(69 10 10 / 0);
}
:is(.dark .dark\:bg-red-950\/10) {
  background-color: rgb(69 10 10 / 0.1);
}
:is(.dark .dark\:bg-red-950\/100) {
  background-color: rgb(69 10 10 / 1);
}
:is(.dark .dark\:bg-red-950\/20) {
  background-color: rgb(69 10 10 / 0.2);
}
:is(.dark .dark\:bg-red-950\/25) {
  background-color: rgb(69 10 10 / 0.25);
}
:is(.dark .dark\:bg-red-950\/30) {
  background-color: rgb(69 10 10 / 0.3);
}
:is(.dark .dark\:bg-red-950\/40) {
  background-color: rgb(69 10 10 / 0.4);
}
:is(.dark .dark\:bg-red-950\/5) {
  background-color: rgb(69 10 10 / 0.05);
}
:is(.dark .dark\:bg-red-950\/50) {
  background-color: rgb(69 10 10 / 0.5);
}
:is(.dark .dark\:bg-red-950\/60) {
  background-color: rgb(69 10 10 / 0.6);
}
:is(.dark .dark\:bg-red-950\/70) {
  background-color: rgb(69 10 10 / 0.7);
}
:is(.dark .dark\:bg-red-950\/75) {
  background-color: rgb(69 10 10 / 0.75);
}
:is(.dark .dark\:bg-red-950\/80) {
  background-color: rgb(69 10 10 / 0.8);
}
:is(.dark .dark\:bg-red-950\/90) {
  background-color: rgb(69 10 10 / 0.9);
}
:is(.dark .dark\:bg-red-950\/95) {
  background-color: rgb(69 10 10 / 0.95);
}
:is(.dark .dark\:bg-rose-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-100\/0) {
  background-color: rgb(255 228 230 / 0);
}
:is(.dark .dark\:bg-rose-100\/10) {
  background-color: rgb(255 228 230 / 0.1);
}
:is(.dark .dark\:bg-rose-100\/100) {
  background-color: rgb(255 228 230 / 1);
}
:is(.dark .dark\:bg-rose-100\/20) {
  background-color: rgb(255 228 230 / 0.2);
}
:is(.dark .dark\:bg-rose-100\/25) {
  background-color: rgb(255 228 230 / 0.25);
}
:is(.dark .dark\:bg-rose-100\/30) {
  background-color: rgb(255 228 230 / 0.3);
}
:is(.dark .dark\:bg-rose-100\/40) {
  background-color: rgb(255 228 230 / 0.4);
}
:is(.dark .dark\:bg-rose-100\/5) {
  background-color: rgb(255 228 230 / 0.05);
}
:is(.dark .dark\:bg-rose-100\/50) {
  background-color: rgb(255 228 230 / 0.5);
}
:is(.dark .dark\:bg-rose-100\/60) {
  background-color: rgb(255 228 230 / 0.6);
}
:is(.dark .dark\:bg-rose-100\/70) {
  background-color: rgb(255 228 230 / 0.7);
}
:is(.dark .dark\:bg-rose-100\/75) {
  background-color: rgb(255 228 230 / 0.75);
}
:is(.dark .dark\:bg-rose-100\/80) {
  background-color: rgb(255 228 230 / 0.8);
}
:is(.dark .dark\:bg-rose-100\/90) {
  background-color: rgb(255 228 230 / 0.9);
}
:is(.dark .dark\:bg-rose-100\/95) {
  background-color: rgb(255 228 230 / 0.95);
}
:is(.dark .dark\:bg-rose-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-200\/0) {
  background-color: rgb(254 205 211 / 0);
}
:is(.dark .dark\:bg-rose-200\/10) {
  background-color: rgb(254 205 211 / 0.1);
}
:is(.dark .dark\:bg-rose-200\/100) {
  background-color: rgb(254 205 211 / 1);
}
:is(.dark .dark\:bg-rose-200\/20) {
  background-color: rgb(254 205 211 / 0.2);
}
:is(.dark .dark\:bg-rose-200\/25) {
  background-color: rgb(254 205 211 / 0.25);
}
:is(.dark .dark\:bg-rose-200\/30) {
  background-color: rgb(254 205 211 / 0.3);
}
:is(.dark .dark\:bg-rose-200\/40) {
  background-color: rgb(254 205 211 / 0.4);
}
:is(.dark .dark\:bg-rose-200\/5) {
  background-color: rgb(254 205 211 / 0.05);
}
:is(.dark .dark\:bg-rose-200\/50) {
  background-color: rgb(254 205 211 / 0.5);
}
:is(.dark .dark\:bg-rose-200\/60) {
  background-color: rgb(254 205 211 / 0.6);
}
:is(.dark .dark\:bg-rose-200\/70) {
  background-color: rgb(254 205 211 / 0.7);
}
:is(.dark .dark\:bg-rose-200\/75) {
  background-color: rgb(254 205 211 / 0.75);
}
:is(.dark .dark\:bg-rose-200\/80) {
  background-color: rgb(254 205 211 / 0.8);
}
:is(.dark .dark\:bg-rose-200\/90) {
  background-color: rgb(254 205 211 / 0.9);
}
:is(.dark .dark\:bg-rose-200\/95) {
  background-color: rgb(254 205 211 / 0.95);
}
:is(.dark .dark\:bg-rose-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-300\/0) {
  background-color: rgb(253 164 175 / 0);
}
:is(.dark .dark\:bg-rose-300\/10) {
  background-color: rgb(253 164 175 / 0.1);
}
:is(.dark .dark\:bg-rose-300\/100) {
  background-color: rgb(253 164 175 / 1);
}
:is(.dark .dark\:bg-rose-300\/20) {
  background-color: rgb(253 164 175 / 0.2);
}
:is(.dark .dark\:bg-rose-300\/25) {
  background-color: rgb(253 164 175 / 0.25);
}
:is(.dark .dark\:bg-rose-300\/30) {
  background-color: rgb(253 164 175 / 0.3);
}
:is(.dark .dark\:bg-rose-300\/40) {
  background-color: rgb(253 164 175 / 0.4);
}
:is(.dark .dark\:bg-rose-300\/5) {
  background-color: rgb(253 164 175 / 0.05);
}
:is(.dark .dark\:bg-rose-300\/50) {
  background-color: rgb(253 164 175 / 0.5);
}
:is(.dark .dark\:bg-rose-300\/60) {
  background-color: rgb(253 164 175 / 0.6);
}
:is(.dark .dark\:bg-rose-300\/70) {
  background-color: rgb(253 164 175 / 0.7);
}
:is(.dark .dark\:bg-rose-300\/75) {
  background-color: rgb(253 164 175 / 0.75);
}
:is(.dark .dark\:bg-rose-300\/80) {
  background-color: rgb(253 164 175 / 0.8);
}
:is(.dark .dark\:bg-rose-300\/90) {
  background-color: rgb(253 164 175 / 0.9);
}
:is(.dark .dark\:bg-rose-300\/95) {
  background-color: rgb(253 164 175 / 0.95);
}
:is(.dark .dark\:bg-rose-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-400\/0) {
  background-color: rgb(251 113 133 / 0);
}
:is(.dark .dark\:bg-rose-400\/10) {
  background-color: rgb(251 113 133 / 0.1);
}
:is(.dark .dark\:bg-rose-400\/100) {
  background-color: rgb(251 113 133 / 1);
}
:is(.dark .dark\:bg-rose-400\/20) {
  background-color: rgb(251 113 133 / 0.2);
}
:is(.dark .dark\:bg-rose-400\/25) {
  background-color: rgb(251 113 133 / 0.25);
}
:is(.dark .dark\:bg-rose-400\/30) {
  background-color: rgb(251 113 133 / 0.3);
}
:is(.dark .dark\:bg-rose-400\/40) {
  background-color: rgb(251 113 133 / 0.4);
}
:is(.dark .dark\:bg-rose-400\/5) {
  background-color: rgb(251 113 133 / 0.05);
}
:is(.dark .dark\:bg-rose-400\/50) {
  background-color: rgb(251 113 133 / 0.5);
}
:is(.dark .dark\:bg-rose-400\/60) {
  background-color: rgb(251 113 133 / 0.6);
}
:is(.dark .dark\:bg-rose-400\/70) {
  background-color: rgb(251 113 133 / 0.7);
}
:is(.dark .dark\:bg-rose-400\/75) {
  background-color: rgb(251 113 133 / 0.75);
}
:is(.dark .dark\:bg-rose-400\/80) {
  background-color: rgb(251 113 133 / 0.8);
}
:is(.dark .dark\:bg-rose-400\/90) {
  background-color: rgb(251 113 133 / 0.9);
}
:is(.dark .dark\:bg-rose-400\/95) {
  background-color: rgb(251 113 133 / 0.95);
}
:is(.dark .dark\:bg-rose-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-50\/0) {
  background-color: rgb(255 241 242 / 0);
}
:is(.dark .dark\:bg-rose-50\/10) {
  background-color: rgb(255 241 242 / 0.1);
}
:is(.dark .dark\:bg-rose-50\/100) {
  background-color: rgb(255 241 242 / 1);
}
:is(.dark .dark\:bg-rose-50\/20) {
  background-color: rgb(255 241 242 / 0.2);
}
:is(.dark .dark\:bg-rose-50\/25) {
  background-color: rgb(255 241 242 / 0.25);
}
:is(.dark .dark\:bg-rose-50\/30) {
  background-color: rgb(255 241 242 / 0.3);
}
:is(.dark .dark\:bg-rose-50\/40) {
  background-color: rgb(255 241 242 / 0.4);
}
:is(.dark .dark\:bg-rose-50\/5) {
  background-color: rgb(255 241 242 / 0.05);
}
:is(.dark .dark\:bg-rose-50\/50) {
  background-color: rgb(255 241 242 / 0.5);
}
:is(.dark .dark\:bg-rose-50\/60) {
  background-color: rgb(255 241 242 / 0.6);
}
:is(.dark .dark\:bg-rose-50\/70) {
  background-color: rgb(255 241 242 / 0.7);
}
:is(.dark .dark\:bg-rose-50\/75) {
  background-color: rgb(255 241 242 / 0.75);
}
:is(.dark .dark\:bg-rose-50\/80) {
  background-color: rgb(255 241 242 / 0.8);
}
:is(.dark .dark\:bg-rose-50\/90) {
  background-color: rgb(255 241 242 / 0.9);
}
:is(.dark .dark\:bg-rose-50\/95) {
  background-color: rgb(255 241 242 / 0.95);
}
:is(.dark .dark\:bg-rose-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-500\/0) {
  background-color: rgb(244 63 94 / 0);
}
:is(.dark .dark\:bg-rose-500\/10) {
  background-color: rgb(244 63 94 / 0.1);
}
:is(.dark .dark\:bg-rose-500\/100) {
  background-color: rgb(244 63 94 / 1);
}
:is(.dark .dark\:bg-rose-500\/20) {
  background-color: rgb(244 63 94 / 0.2);
}
:is(.dark .dark\:bg-rose-500\/25) {
  background-color: rgb(244 63 94 / 0.25);
}
:is(.dark .dark\:bg-rose-500\/30) {
  background-color: rgb(244 63 94 / 0.3);
}
:is(.dark .dark\:bg-rose-500\/40) {
  background-color: rgb(244 63 94 / 0.4);
}
:is(.dark .dark\:bg-rose-500\/5) {
  background-color: rgb(244 63 94 / 0.05);
}
:is(.dark .dark\:bg-rose-500\/50) {
  background-color: rgb(244 63 94 / 0.5);
}
:is(.dark .dark\:bg-rose-500\/60) {
  background-color: rgb(244 63 94 / 0.6);
}
:is(.dark .dark\:bg-rose-500\/70) {
  background-color: rgb(244 63 94 / 0.7);
}
:is(.dark .dark\:bg-rose-500\/75) {
  background-color: rgb(244 63 94 / 0.75);
}
:is(.dark .dark\:bg-rose-500\/80) {
  background-color: rgb(244 63 94 / 0.8);
}
:is(.dark .dark\:bg-rose-500\/90) {
  background-color: rgb(244 63 94 / 0.9);
}
:is(.dark .dark\:bg-rose-500\/95) {
  background-color: rgb(244 63 94 / 0.95);
}
:is(.dark .dark\:bg-rose-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-600\/0) {
  background-color: rgb(225 29 72 / 0);
}
:is(.dark .dark\:bg-rose-600\/10) {
  background-color: rgb(225 29 72 / 0.1);
}
:is(.dark .dark\:bg-rose-600\/100) {
  background-color: rgb(225 29 72 / 1);
}
:is(.dark .dark\:bg-rose-600\/20) {
  background-color: rgb(225 29 72 / 0.2);
}
:is(.dark .dark\:bg-rose-600\/25) {
  background-color: rgb(225 29 72 / 0.25);
}
:is(.dark .dark\:bg-rose-600\/30) {
  background-color: rgb(225 29 72 / 0.3);
}
:is(.dark .dark\:bg-rose-600\/40) {
  background-color: rgb(225 29 72 / 0.4);
}
:is(.dark .dark\:bg-rose-600\/5) {
  background-color: rgb(225 29 72 / 0.05);
}
:is(.dark .dark\:bg-rose-600\/50) {
  background-color: rgb(225 29 72 / 0.5);
}
:is(.dark .dark\:bg-rose-600\/60) {
  background-color: rgb(225 29 72 / 0.6);
}
:is(.dark .dark\:bg-rose-600\/70) {
  background-color: rgb(225 29 72 / 0.7);
}
:is(.dark .dark\:bg-rose-600\/75) {
  background-color: rgb(225 29 72 / 0.75);
}
:is(.dark .dark\:bg-rose-600\/80) {
  background-color: rgb(225 29 72 / 0.8);
}
:is(.dark .dark\:bg-rose-600\/90) {
  background-color: rgb(225 29 72 / 0.9);
}
:is(.dark .dark\:bg-rose-600\/95) {
  background-color: rgb(225 29 72 / 0.95);
}
:is(.dark .dark\:bg-rose-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-700\/0) {
  background-color: rgb(190 18 60 / 0);
}
:is(.dark .dark\:bg-rose-700\/10) {
  background-color: rgb(190 18 60 / 0.1);
}
:is(.dark .dark\:bg-rose-700\/100) {
  background-color: rgb(190 18 60 / 1);
}
:is(.dark .dark\:bg-rose-700\/20) {
  background-color: rgb(190 18 60 / 0.2);
}
:is(.dark .dark\:bg-rose-700\/25) {
  background-color: rgb(190 18 60 / 0.25);
}
:is(.dark .dark\:bg-rose-700\/30) {
  background-color: rgb(190 18 60 / 0.3);
}
:is(.dark .dark\:bg-rose-700\/40) {
  background-color: rgb(190 18 60 / 0.4);
}
:is(.dark .dark\:bg-rose-700\/5) {
  background-color: rgb(190 18 60 / 0.05);
}
:is(.dark .dark\:bg-rose-700\/50) {
  background-color: rgb(190 18 60 / 0.5);
}
:is(.dark .dark\:bg-rose-700\/60) {
  background-color: rgb(190 18 60 / 0.6);
}
:is(.dark .dark\:bg-rose-700\/70) {
  background-color: rgb(190 18 60 / 0.7);
}
:is(.dark .dark\:bg-rose-700\/75) {
  background-color: rgb(190 18 60 / 0.75);
}
:is(.dark .dark\:bg-rose-700\/80) {
  background-color: rgb(190 18 60 / 0.8);
}
:is(.dark .dark\:bg-rose-700\/90) {
  background-color: rgb(190 18 60 / 0.9);
}
:is(.dark .dark\:bg-rose-700\/95) {
  background-color: rgb(190 18 60 / 0.95);
}
:is(.dark .dark\:bg-rose-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-800\/0) {
  background-color: rgb(159 18 57 / 0);
}
:is(.dark .dark\:bg-rose-800\/10) {
  background-color: rgb(159 18 57 / 0.1);
}
:is(.dark .dark\:bg-rose-800\/100) {
  background-color: rgb(159 18 57 / 1);
}
:is(.dark .dark\:bg-rose-800\/20) {
  background-color: rgb(159 18 57 / 0.2);
}
:is(.dark .dark\:bg-rose-800\/25) {
  background-color: rgb(159 18 57 / 0.25);
}
:is(.dark .dark\:bg-rose-800\/30) {
  background-color: rgb(159 18 57 / 0.3);
}
:is(.dark .dark\:bg-rose-800\/40) {
  background-color: rgb(159 18 57 / 0.4);
}
:is(.dark .dark\:bg-rose-800\/5) {
  background-color: rgb(159 18 57 / 0.05);
}
:is(.dark .dark\:bg-rose-800\/50) {
  background-color: rgb(159 18 57 / 0.5);
}
:is(.dark .dark\:bg-rose-800\/60) {
  background-color: rgb(159 18 57 / 0.6);
}
:is(.dark .dark\:bg-rose-800\/70) {
  background-color: rgb(159 18 57 / 0.7);
}
:is(.dark .dark\:bg-rose-800\/75) {
  background-color: rgb(159 18 57 / 0.75);
}
:is(.dark .dark\:bg-rose-800\/80) {
  background-color: rgb(159 18 57 / 0.8);
}
:is(.dark .dark\:bg-rose-800\/90) {
  background-color: rgb(159 18 57 / 0.9);
}
:is(.dark .dark\:bg-rose-800\/95) {
  background-color: rgb(159 18 57 / 0.95);
}
:is(.dark .dark\:bg-rose-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-900\/0) {
  background-color: rgb(136 19 55 / 0);
}
:is(.dark .dark\:bg-rose-900\/10) {
  background-color: rgb(136 19 55 / 0.1);
}
:is(.dark .dark\:bg-rose-900\/100) {
  background-color: rgb(136 19 55 / 1);
}
:is(.dark .dark\:bg-rose-900\/20) {
  background-color: rgb(136 19 55 / 0.2);
}
:is(.dark .dark\:bg-rose-900\/25) {
  background-color: rgb(136 19 55 / 0.25);
}
:is(.dark .dark\:bg-rose-900\/30) {
  background-color: rgb(136 19 55 / 0.3);
}
:is(.dark .dark\:bg-rose-900\/40) {
  background-color: rgb(136 19 55 / 0.4);
}
:is(.dark .dark\:bg-rose-900\/5) {
  background-color: rgb(136 19 55 / 0.05);
}
:is(.dark .dark\:bg-rose-900\/50) {
  background-color: rgb(136 19 55 / 0.5);
}
:is(.dark .dark\:bg-rose-900\/60) {
  background-color: rgb(136 19 55 / 0.6);
}
:is(.dark .dark\:bg-rose-900\/70) {
  background-color: rgb(136 19 55 / 0.7);
}
:is(.dark .dark\:bg-rose-900\/75) {
  background-color: rgb(136 19 55 / 0.75);
}
:is(.dark .dark\:bg-rose-900\/80) {
  background-color: rgb(136 19 55 / 0.8);
}
:is(.dark .dark\:bg-rose-900\/90) {
  background-color: rgb(136 19 55 / 0.9);
}
:is(.dark .dark\:bg-rose-900\/95) {
  background-color: rgb(136 19 55 / 0.95);
}
:is(.dark .dark\:bg-rose-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-rose-950\/0) {
  background-color: rgb(76 5 25 / 0);
}
:is(.dark .dark\:bg-rose-950\/10) {
  background-color: rgb(76 5 25 / 0.1);
}
:is(.dark .dark\:bg-rose-950\/100) {
  background-color: rgb(76 5 25 / 1);
}
:is(.dark .dark\:bg-rose-950\/20) {
  background-color: rgb(76 5 25 / 0.2);
}
:is(.dark .dark\:bg-rose-950\/25) {
  background-color: rgb(76 5 25 / 0.25);
}
:is(.dark .dark\:bg-rose-950\/30) {
  background-color: rgb(76 5 25 / 0.3);
}
:is(.dark .dark\:bg-rose-950\/40) {
  background-color: rgb(76 5 25 / 0.4);
}
:is(.dark .dark\:bg-rose-950\/5) {
  background-color: rgb(76 5 25 / 0.05);
}
:is(.dark .dark\:bg-rose-950\/50) {
  background-color: rgb(76 5 25 / 0.5);
}
:is(.dark .dark\:bg-rose-950\/60) {
  background-color: rgb(76 5 25 / 0.6);
}
:is(.dark .dark\:bg-rose-950\/70) {
  background-color: rgb(76 5 25 / 0.7);
}
:is(.dark .dark\:bg-rose-950\/75) {
  background-color: rgb(76 5 25 / 0.75);
}
:is(.dark .dark\:bg-rose-950\/80) {
  background-color: rgb(76 5 25 / 0.8);
}
:is(.dark .dark\:bg-rose-950\/90) {
  background-color: rgb(76 5 25 / 0.9);
}
:is(.dark .dark\:bg-rose-950\/95) {
  background-color: rgb(76 5 25 / 0.95);
}
:is(.dark .dark\:bg-sky-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-100\/0) {
  background-color: rgb(224 242 254 / 0);
}
:is(.dark .dark\:bg-sky-100\/10) {
  background-color: rgb(224 242 254 / 0.1);
}
:is(.dark .dark\:bg-sky-100\/100) {
  background-color: rgb(224 242 254 / 1);
}
:is(.dark .dark\:bg-sky-100\/20) {
  background-color: rgb(224 242 254 / 0.2);
}
:is(.dark .dark\:bg-sky-100\/25) {
  background-color: rgb(224 242 254 / 0.25);
}
:is(.dark .dark\:bg-sky-100\/30) {
  background-color: rgb(224 242 254 / 0.3);
}
:is(.dark .dark\:bg-sky-100\/40) {
  background-color: rgb(224 242 254 / 0.4);
}
:is(.dark .dark\:bg-sky-100\/5) {
  background-color: rgb(224 242 254 / 0.05);
}
:is(.dark .dark\:bg-sky-100\/50) {
  background-color: rgb(224 242 254 / 0.5);
}
:is(.dark .dark\:bg-sky-100\/60) {
  background-color: rgb(224 242 254 / 0.6);
}
:is(.dark .dark\:bg-sky-100\/70) {
  background-color: rgb(224 242 254 / 0.7);
}
:is(.dark .dark\:bg-sky-100\/75) {
  background-color: rgb(224 242 254 / 0.75);
}
:is(.dark .dark\:bg-sky-100\/80) {
  background-color: rgb(224 242 254 / 0.8);
}
:is(.dark .dark\:bg-sky-100\/90) {
  background-color: rgb(224 242 254 / 0.9);
}
:is(.dark .dark\:bg-sky-100\/95) {
  background-color: rgb(224 242 254 / 0.95);
}
:is(.dark .dark\:bg-sky-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-200\/0) {
  background-color: rgb(186 230 253 / 0);
}
:is(.dark .dark\:bg-sky-200\/10) {
  background-color: rgb(186 230 253 / 0.1);
}
:is(.dark .dark\:bg-sky-200\/100) {
  background-color: rgb(186 230 253 / 1);
}
:is(.dark .dark\:bg-sky-200\/20) {
  background-color: rgb(186 230 253 / 0.2);
}
:is(.dark .dark\:bg-sky-200\/25) {
  background-color: rgb(186 230 253 / 0.25);
}
:is(.dark .dark\:bg-sky-200\/30) {
  background-color: rgb(186 230 253 / 0.3);
}
:is(.dark .dark\:bg-sky-200\/40) {
  background-color: rgb(186 230 253 / 0.4);
}
:is(.dark .dark\:bg-sky-200\/5) {
  background-color: rgb(186 230 253 / 0.05);
}
:is(.dark .dark\:bg-sky-200\/50) {
  background-color: rgb(186 230 253 / 0.5);
}
:is(.dark .dark\:bg-sky-200\/60) {
  background-color: rgb(186 230 253 / 0.6);
}
:is(.dark .dark\:bg-sky-200\/70) {
  background-color: rgb(186 230 253 / 0.7);
}
:is(.dark .dark\:bg-sky-200\/75) {
  background-color: rgb(186 230 253 / 0.75);
}
:is(.dark .dark\:bg-sky-200\/80) {
  background-color: rgb(186 230 253 / 0.8);
}
:is(.dark .dark\:bg-sky-200\/90) {
  background-color: rgb(186 230 253 / 0.9);
}
:is(.dark .dark\:bg-sky-200\/95) {
  background-color: rgb(186 230 253 / 0.95);
}
:is(.dark .dark\:bg-sky-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-300\/0) {
  background-color: rgb(125 211 252 / 0);
}
:is(.dark .dark\:bg-sky-300\/10) {
  background-color: rgb(125 211 252 / 0.1);
}
:is(.dark .dark\:bg-sky-300\/100) {
  background-color: rgb(125 211 252 / 1);
}
:is(.dark .dark\:bg-sky-300\/20) {
  background-color: rgb(125 211 252 / 0.2);
}
:is(.dark .dark\:bg-sky-300\/25) {
  background-color: rgb(125 211 252 / 0.25);
}
:is(.dark .dark\:bg-sky-300\/30) {
  background-color: rgb(125 211 252 / 0.3);
}
:is(.dark .dark\:bg-sky-300\/40) {
  background-color: rgb(125 211 252 / 0.4);
}
:is(.dark .dark\:bg-sky-300\/5) {
  background-color: rgb(125 211 252 / 0.05);
}
:is(.dark .dark\:bg-sky-300\/50) {
  background-color: rgb(125 211 252 / 0.5);
}
:is(.dark .dark\:bg-sky-300\/60) {
  background-color: rgb(125 211 252 / 0.6);
}
:is(.dark .dark\:bg-sky-300\/70) {
  background-color: rgb(125 211 252 / 0.7);
}
:is(.dark .dark\:bg-sky-300\/75) {
  background-color: rgb(125 211 252 / 0.75);
}
:is(.dark .dark\:bg-sky-300\/80) {
  background-color: rgb(125 211 252 / 0.8);
}
:is(.dark .dark\:bg-sky-300\/90) {
  background-color: rgb(125 211 252 / 0.9);
}
:is(.dark .dark\:bg-sky-300\/95) {
  background-color: rgb(125 211 252 / 0.95);
}
:is(.dark .dark\:bg-sky-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-400\/0) {
  background-color: rgb(56 189 248 / 0);
}
:is(.dark .dark\:bg-sky-400\/10) {
  background-color: rgb(56 189 248 / 0.1);
}
:is(.dark .dark\:bg-sky-400\/100) {
  background-color: rgb(56 189 248 / 1);
}
:is(.dark .dark\:bg-sky-400\/20) {
  background-color: rgb(56 189 248 / 0.2);
}
:is(.dark .dark\:bg-sky-400\/25) {
  background-color: rgb(56 189 248 / 0.25);
}
:is(.dark .dark\:bg-sky-400\/30) {
  background-color: rgb(56 189 248 / 0.3);
}
:is(.dark .dark\:bg-sky-400\/40) {
  background-color: rgb(56 189 248 / 0.4);
}
:is(.dark .dark\:bg-sky-400\/5) {
  background-color: rgb(56 189 248 / 0.05);
}
:is(.dark .dark\:bg-sky-400\/50) {
  background-color: rgb(56 189 248 / 0.5);
}
:is(.dark .dark\:bg-sky-400\/60) {
  background-color: rgb(56 189 248 / 0.6);
}
:is(.dark .dark\:bg-sky-400\/70) {
  background-color: rgb(56 189 248 / 0.7);
}
:is(.dark .dark\:bg-sky-400\/75) {
  background-color: rgb(56 189 248 / 0.75);
}
:is(.dark .dark\:bg-sky-400\/80) {
  background-color: rgb(56 189 248 / 0.8);
}
:is(.dark .dark\:bg-sky-400\/90) {
  background-color: rgb(56 189 248 / 0.9);
}
:is(.dark .dark\:bg-sky-400\/95) {
  background-color: rgb(56 189 248 / 0.95);
}
:is(.dark .dark\:bg-sky-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-50\/0) {
  background-color: rgb(240 249 255 / 0);
}
:is(.dark .dark\:bg-sky-50\/10) {
  background-color: rgb(240 249 255 / 0.1);
}
:is(.dark .dark\:bg-sky-50\/100) {
  background-color: rgb(240 249 255 / 1);
}
:is(.dark .dark\:bg-sky-50\/20) {
  background-color: rgb(240 249 255 / 0.2);
}
:is(.dark .dark\:bg-sky-50\/25) {
  background-color: rgb(240 249 255 / 0.25);
}
:is(.dark .dark\:bg-sky-50\/30) {
  background-color: rgb(240 249 255 / 0.3);
}
:is(.dark .dark\:bg-sky-50\/40) {
  background-color: rgb(240 249 255 / 0.4);
}
:is(.dark .dark\:bg-sky-50\/5) {
  background-color: rgb(240 249 255 / 0.05);
}
:is(.dark .dark\:bg-sky-50\/50) {
  background-color: rgb(240 249 255 / 0.5);
}
:is(.dark .dark\:bg-sky-50\/60) {
  background-color: rgb(240 249 255 / 0.6);
}
:is(.dark .dark\:bg-sky-50\/70) {
  background-color: rgb(240 249 255 / 0.7);
}
:is(.dark .dark\:bg-sky-50\/75) {
  background-color: rgb(240 249 255 / 0.75);
}
:is(.dark .dark\:bg-sky-50\/80) {
  background-color: rgb(240 249 255 / 0.8);
}
:is(.dark .dark\:bg-sky-50\/90) {
  background-color: rgb(240 249 255 / 0.9);
}
:is(.dark .dark\:bg-sky-50\/95) {
  background-color: rgb(240 249 255 / 0.95);
}
:is(.dark .dark\:bg-sky-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-500\/0) {
  background-color: rgb(14 165 233 / 0);
}
:is(.dark .dark\:bg-sky-500\/10) {
  background-color: rgb(14 165 233 / 0.1);
}
:is(.dark .dark\:bg-sky-500\/100) {
  background-color: rgb(14 165 233 / 1);
}
:is(.dark .dark\:bg-sky-500\/20) {
  background-color: rgb(14 165 233 / 0.2);
}
:is(.dark .dark\:bg-sky-500\/25) {
  background-color: rgb(14 165 233 / 0.25);
}
:is(.dark .dark\:bg-sky-500\/30) {
  background-color: rgb(14 165 233 / 0.3);
}
:is(.dark .dark\:bg-sky-500\/40) {
  background-color: rgb(14 165 233 / 0.4);
}
:is(.dark .dark\:bg-sky-500\/5) {
  background-color: rgb(14 165 233 / 0.05);
}
:is(.dark .dark\:bg-sky-500\/50) {
  background-color: rgb(14 165 233 / 0.5);
}
:is(.dark .dark\:bg-sky-500\/60) {
  background-color: rgb(14 165 233 / 0.6);
}
:is(.dark .dark\:bg-sky-500\/70) {
  background-color: rgb(14 165 233 / 0.7);
}
:is(.dark .dark\:bg-sky-500\/75) {
  background-color: rgb(14 165 233 / 0.75);
}
:is(.dark .dark\:bg-sky-500\/80) {
  background-color: rgb(14 165 233 / 0.8);
}
:is(.dark .dark\:bg-sky-500\/90) {
  background-color: rgb(14 165 233 / 0.9);
}
:is(.dark .dark\:bg-sky-500\/95) {
  background-color: rgb(14 165 233 / 0.95);
}
:is(.dark .dark\:bg-sky-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-600\/0) {
  background-color: rgb(2 132 199 / 0);
}
:is(.dark .dark\:bg-sky-600\/10) {
  background-color: rgb(2 132 199 / 0.1);
}
:is(.dark .dark\:bg-sky-600\/100) {
  background-color: rgb(2 132 199 / 1);
}
:is(.dark .dark\:bg-sky-600\/20) {
  background-color: rgb(2 132 199 / 0.2);
}
:is(.dark .dark\:bg-sky-600\/25) {
  background-color: rgb(2 132 199 / 0.25);
}
:is(.dark .dark\:bg-sky-600\/30) {
  background-color: rgb(2 132 199 / 0.3);
}
:is(.dark .dark\:bg-sky-600\/40) {
  background-color: rgb(2 132 199 / 0.4);
}
:is(.dark .dark\:bg-sky-600\/5) {
  background-color: rgb(2 132 199 / 0.05);
}
:is(.dark .dark\:bg-sky-600\/50) {
  background-color: rgb(2 132 199 / 0.5);
}
:is(.dark .dark\:bg-sky-600\/60) {
  background-color: rgb(2 132 199 / 0.6);
}
:is(.dark .dark\:bg-sky-600\/70) {
  background-color: rgb(2 132 199 / 0.7);
}
:is(.dark .dark\:bg-sky-600\/75) {
  background-color: rgb(2 132 199 / 0.75);
}
:is(.dark .dark\:bg-sky-600\/80) {
  background-color: rgb(2 132 199 / 0.8);
}
:is(.dark .dark\:bg-sky-600\/90) {
  background-color: rgb(2 132 199 / 0.9);
}
:is(.dark .dark\:bg-sky-600\/95) {
  background-color: rgb(2 132 199 / 0.95);
}
:is(.dark .dark\:bg-sky-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-700\/0) {
  background-color: rgb(3 105 161 / 0);
}
:is(.dark .dark\:bg-sky-700\/10) {
  background-color: rgb(3 105 161 / 0.1);
}
:is(.dark .dark\:bg-sky-700\/100) {
  background-color: rgb(3 105 161 / 1);
}
:is(.dark .dark\:bg-sky-700\/20) {
  background-color: rgb(3 105 161 / 0.2);
}
:is(.dark .dark\:bg-sky-700\/25) {
  background-color: rgb(3 105 161 / 0.25);
}
:is(.dark .dark\:bg-sky-700\/30) {
  background-color: rgb(3 105 161 / 0.3);
}
:is(.dark .dark\:bg-sky-700\/40) {
  background-color: rgb(3 105 161 / 0.4);
}
:is(.dark .dark\:bg-sky-700\/5) {
  background-color: rgb(3 105 161 / 0.05);
}
:is(.dark .dark\:bg-sky-700\/50) {
  background-color: rgb(3 105 161 / 0.5);
}
:is(.dark .dark\:bg-sky-700\/60) {
  background-color: rgb(3 105 161 / 0.6);
}
:is(.dark .dark\:bg-sky-700\/70) {
  background-color: rgb(3 105 161 / 0.7);
}
:is(.dark .dark\:bg-sky-700\/75) {
  background-color: rgb(3 105 161 / 0.75);
}
:is(.dark .dark\:bg-sky-700\/80) {
  background-color: rgb(3 105 161 / 0.8);
}
:is(.dark .dark\:bg-sky-700\/90) {
  background-color: rgb(3 105 161 / 0.9);
}
:is(.dark .dark\:bg-sky-700\/95) {
  background-color: rgb(3 105 161 / 0.95);
}
:is(.dark .dark\:bg-sky-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-800\/0) {
  background-color: rgb(7 89 133 / 0);
}
:is(.dark .dark\:bg-sky-800\/10) {
  background-color: rgb(7 89 133 / 0.1);
}
:is(.dark .dark\:bg-sky-800\/100) {
  background-color: rgb(7 89 133 / 1);
}
:is(.dark .dark\:bg-sky-800\/20) {
  background-color: rgb(7 89 133 / 0.2);
}
:is(.dark .dark\:bg-sky-800\/25) {
  background-color: rgb(7 89 133 / 0.25);
}
:is(.dark .dark\:bg-sky-800\/30) {
  background-color: rgb(7 89 133 / 0.3);
}
:is(.dark .dark\:bg-sky-800\/40) {
  background-color: rgb(7 89 133 / 0.4);
}
:is(.dark .dark\:bg-sky-800\/5) {
  background-color: rgb(7 89 133 / 0.05);
}
:is(.dark .dark\:bg-sky-800\/50) {
  background-color: rgb(7 89 133 / 0.5);
}
:is(.dark .dark\:bg-sky-800\/60) {
  background-color: rgb(7 89 133 / 0.6);
}
:is(.dark .dark\:bg-sky-800\/70) {
  background-color: rgb(7 89 133 / 0.7);
}
:is(.dark .dark\:bg-sky-800\/75) {
  background-color: rgb(7 89 133 / 0.75);
}
:is(.dark .dark\:bg-sky-800\/80) {
  background-color: rgb(7 89 133 / 0.8);
}
:is(.dark .dark\:bg-sky-800\/90) {
  background-color: rgb(7 89 133 / 0.9);
}
:is(.dark .dark\:bg-sky-800\/95) {
  background-color: rgb(7 89 133 / 0.95);
}
:is(.dark .dark\:bg-sky-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-900\/0) {
  background-color: rgb(12 74 110 / 0);
}
:is(.dark .dark\:bg-sky-900\/10) {
  background-color: rgb(12 74 110 / 0.1);
}
:is(.dark .dark\:bg-sky-900\/100) {
  background-color: rgb(12 74 110 / 1);
}
:is(.dark .dark\:bg-sky-900\/20) {
  background-color: rgb(12 74 110 / 0.2);
}
:is(.dark .dark\:bg-sky-900\/25) {
  background-color: rgb(12 74 110 / 0.25);
}
:is(.dark .dark\:bg-sky-900\/30) {
  background-color: rgb(12 74 110 / 0.3);
}
:is(.dark .dark\:bg-sky-900\/40) {
  background-color: rgb(12 74 110 / 0.4);
}
:is(.dark .dark\:bg-sky-900\/5) {
  background-color: rgb(12 74 110 / 0.05);
}
:is(.dark .dark\:bg-sky-900\/50) {
  background-color: rgb(12 74 110 / 0.5);
}
:is(.dark .dark\:bg-sky-900\/60) {
  background-color: rgb(12 74 110 / 0.6);
}
:is(.dark .dark\:bg-sky-900\/70) {
  background-color: rgb(12 74 110 / 0.7);
}
:is(.dark .dark\:bg-sky-900\/75) {
  background-color: rgb(12 74 110 / 0.75);
}
:is(.dark .dark\:bg-sky-900\/80) {
  background-color: rgb(12 74 110 / 0.8);
}
:is(.dark .dark\:bg-sky-900\/90) {
  background-color: rgb(12 74 110 / 0.9);
}
:is(.dark .dark\:bg-sky-900\/95) {
  background-color: rgb(12 74 110 / 0.95);
}
:is(.dark .dark\:bg-sky-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-sky-950\/0) {
  background-color: rgb(8 47 73 / 0);
}
:is(.dark .dark\:bg-sky-950\/10) {
  background-color: rgb(8 47 73 / 0.1);
}
:is(.dark .dark\:bg-sky-950\/100) {
  background-color: rgb(8 47 73 / 1);
}
:is(.dark .dark\:bg-sky-950\/20) {
  background-color: rgb(8 47 73 / 0.2);
}
:is(.dark .dark\:bg-sky-950\/25) {
  background-color: rgb(8 47 73 / 0.25);
}
:is(.dark .dark\:bg-sky-950\/30) {
  background-color: rgb(8 47 73 / 0.3);
}
:is(.dark .dark\:bg-sky-950\/40) {
  background-color: rgb(8 47 73 / 0.4);
}
:is(.dark .dark\:bg-sky-950\/5) {
  background-color: rgb(8 47 73 / 0.05);
}
:is(.dark .dark\:bg-sky-950\/50) {
  background-color: rgb(8 47 73 / 0.5);
}
:is(.dark .dark\:bg-sky-950\/60) {
  background-color: rgb(8 47 73 / 0.6);
}
:is(.dark .dark\:bg-sky-950\/70) {
  background-color: rgb(8 47 73 / 0.7);
}
:is(.dark .dark\:bg-sky-950\/75) {
  background-color: rgb(8 47 73 / 0.75);
}
:is(.dark .dark\:bg-sky-950\/80) {
  background-color: rgb(8 47 73 / 0.8);
}
:is(.dark .dark\:bg-sky-950\/90) {
  background-color: rgb(8 47 73 / 0.9);
}
:is(.dark .dark\:bg-sky-950\/95) {
  background-color: rgb(8 47 73 / 0.95);
}
:is(.dark .dark\:bg-slate-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-100\/0) {
  background-color: rgb(241 245 249 / 0);
}
:is(.dark .dark\:bg-slate-100\/10) {
  background-color: rgb(241 245 249 / 0.1);
}
:is(.dark .dark\:bg-slate-100\/100) {
  background-color: rgb(241 245 249 / 1);
}
:is(.dark .dark\:bg-slate-100\/20) {
  background-color: rgb(241 245 249 / 0.2);
}
:is(.dark .dark\:bg-slate-100\/25) {
  background-color: rgb(241 245 249 / 0.25);
}
:is(.dark .dark\:bg-slate-100\/30) {
  background-color: rgb(241 245 249 / 0.3);
}
:is(.dark .dark\:bg-slate-100\/40) {
  background-color: rgb(241 245 249 / 0.4);
}
:is(.dark .dark\:bg-slate-100\/5) {
  background-color: rgb(241 245 249 / 0.05);
}
:is(.dark .dark\:bg-slate-100\/50) {
  background-color: rgb(241 245 249 / 0.5);
}
:is(.dark .dark\:bg-slate-100\/60) {
  background-color: rgb(241 245 249 / 0.6);
}
:is(.dark .dark\:bg-slate-100\/70) {
  background-color: rgb(241 245 249 / 0.7);
}
:is(.dark .dark\:bg-slate-100\/75) {
  background-color: rgb(241 245 249 / 0.75);
}
:is(.dark .dark\:bg-slate-100\/80) {
  background-color: rgb(241 245 249 / 0.8);
}
:is(.dark .dark\:bg-slate-100\/90) {
  background-color: rgb(241 245 249 / 0.9);
}
:is(.dark .dark\:bg-slate-100\/95) {
  background-color: rgb(241 245 249 / 0.95);
}
:is(.dark .dark\:bg-slate-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-200\/0) {
  background-color: rgb(226 232 240 / 0);
}
:is(.dark .dark\:bg-slate-200\/10) {
  background-color: rgb(226 232 240 / 0.1);
}
:is(.dark .dark\:bg-slate-200\/100) {
  background-color: rgb(226 232 240 / 1);
}
:is(.dark .dark\:bg-slate-200\/20) {
  background-color: rgb(226 232 240 / 0.2);
}
:is(.dark .dark\:bg-slate-200\/25) {
  background-color: rgb(226 232 240 / 0.25);
}
:is(.dark .dark\:bg-slate-200\/30) {
  background-color: rgb(226 232 240 / 0.3);
}
:is(.dark .dark\:bg-slate-200\/40) {
  background-color: rgb(226 232 240 / 0.4);
}
:is(.dark .dark\:bg-slate-200\/5) {
  background-color: rgb(226 232 240 / 0.05);
}
:is(.dark .dark\:bg-slate-200\/50) {
  background-color: rgb(226 232 240 / 0.5);
}
:is(.dark .dark\:bg-slate-200\/60) {
  background-color: rgb(226 232 240 / 0.6);
}
:is(.dark .dark\:bg-slate-200\/70) {
  background-color: rgb(226 232 240 / 0.7);
}
:is(.dark .dark\:bg-slate-200\/75) {
  background-color: rgb(226 232 240 / 0.75);
}
:is(.dark .dark\:bg-slate-200\/80) {
  background-color: rgb(226 232 240 / 0.8);
}
:is(.dark .dark\:bg-slate-200\/90) {
  background-color: rgb(226 232 240 / 0.9);
}
:is(.dark .dark\:bg-slate-200\/95) {
  background-color: rgb(226 232 240 / 0.95);
}
:is(.dark .dark\:bg-slate-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-300\/0) {
  background-color: rgb(203 213 225 / 0);
}
:is(.dark .dark\:bg-slate-300\/10) {
  background-color: rgb(203 213 225 / 0.1);
}
:is(.dark .dark\:bg-slate-300\/100) {
  background-color: rgb(203 213 225 / 1);
}
:is(.dark .dark\:bg-slate-300\/20) {
  background-color: rgb(203 213 225 / 0.2);
}
:is(.dark .dark\:bg-slate-300\/25) {
  background-color: rgb(203 213 225 / 0.25);
}
:is(.dark .dark\:bg-slate-300\/30) {
  background-color: rgb(203 213 225 / 0.3);
}
:is(.dark .dark\:bg-slate-300\/40) {
  background-color: rgb(203 213 225 / 0.4);
}
:is(.dark .dark\:bg-slate-300\/5) {
  background-color: rgb(203 213 225 / 0.05);
}
:is(.dark .dark\:bg-slate-300\/50) {
  background-color: rgb(203 213 225 / 0.5);
}
:is(.dark .dark\:bg-slate-300\/60) {
  background-color: rgb(203 213 225 / 0.6);
}
:is(.dark .dark\:bg-slate-300\/70) {
  background-color: rgb(203 213 225 / 0.7);
}
:is(.dark .dark\:bg-slate-300\/75) {
  background-color: rgb(203 213 225 / 0.75);
}
:is(.dark .dark\:bg-slate-300\/80) {
  background-color: rgb(203 213 225 / 0.8);
}
:is(.dark .dark\:bg-slate-300\/90) {
  background-color: rgb(203 213 225 / 0.9);
}
:is(.dark .dark\:bg-slate-300\/95) {
  background-color: rgb(203 213 225 / 0.95);
}
:is(.dark .dark\:bg-slate-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-400\/0) {
  background-color: rgb(148 163 184 / 0);
}
:is(.dark .dark\:bg-slate-400\/10) {
  background-color: rgb(148 163 184 / 0.1);
}
:is(.dark .dark\:bg-slate-400\/100) {
  background-color: rgb(148 163 184 / 1);
}
:is(.dark .dark\:bg-slate-400\/20) {
  background-color: rgb(148 163 184 / 0.2);
}
:is(.dark .dark\:bg-slate-400\/25) {
  background-color: rgb(148 163 184 / 0.25);
}
:is(.dark .dark\:bg-slate-400\/30) {
  background-color: rgb(148 163 184 / 0.3);
}
:is(.dark .dark\:bg-slate-400\/40) {
  background-color: rgb(148 163 184 / 0.4);
}
:is(.dark .dark\:bg-slate-400\/5) {
  background-color: rgb(148 163 184 / 0.05);
}
:is(.dark .dark\:bg-slate-400\/50) {
  background-color: rgb(148 163 184 / 0.5);
}
:is(.dark .dark\:bg-slate-400\/60) {
  background-color: rgb(148 163 184 / 0.6);
}
:is(.dark .dark\:bg-slate-400\/70) {
  background-color: rgb(148 163 184 / 0.7);
}
:is(.dark .dark\:bg-slate-400\/75) {
  background-color: rgb(148 163 184 / 0.75);
}
:is(.dark .dark\:bg-slate-400\/80) {
  background-color: rgb(148 163 184 / 0.8);
}
:is(.dark .dark\:bg-slate-400\/90) {
  background-color: rgb(148 163 184 / 0.9);
}
:is(.dark .dark\:bg-slate-400\/95) {
  background-color: rgb(148 163 184 / 0.95);
}
:is(.dark .dark\:bg-slate-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-50\/0) {
  background-color: rgb(248 250 252 / 0);
}
:is(.dark .dark\:bg-slate-50\/10) {
  background-color: rgb(248 250 252 / 0.1);
}
:is(.dark .dark\:bg-slate-50\/100) {
  background-color: rgb(248 250 252 / 1);
}
:is(.dark .dark\:bg-slate-50\/20) {
  background-color: rgb(248 250 252 / 0.2);
}
:is(.dark .dark\:bg-slate-50\/25) {
  background-color: rgb(248 250 252 / 0.25);
}
:is(.dark .dark\:bg-slate-50\/30) {
  background-color: rgb(248 250 252 / 0.3);
}
:is(.dark .dark\:bg-slate-50\/40) {
  background-color: rgb(248 250 252 / 0.4);
}
:is(.dark .dark\:bg-slate-50\/5) {
  background-color: rgb(248 250 252 / 0.05);
}
:is(.dark .dark\:bg-slate-50\/50) {
  background-color: rgb(248 250 252 / 0.5);
}
:is(.dark .dark\:bg-slate-50\/60) {
  background-color: rgb(248 250 252 / 0.6);
}
:is(.dark .dark\:bg-slate-50\/70) {
  background-color: rgb(248 250 252 / 0.7);
}
:is(.dark .dark\:bg-slate-50\/75) {
  background-color: rgb(248 250 252 / 0.75);
}
:is(.dark .dark\:bg-slate-50\/80) {
  background-color: rgb(248 250 252 / 0.8);
}
:is(.dark .dark\:bg-slate-50\/90) {
  background-color: rgb(248 250 252 / 0.9);
}
:is(.dark .dark\:bg-slate-50\/95) {
  background-color: rgb(248 250 252 / 0.95);
}
:is(.dark .dark\:bg-slate-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-500\/0) {
  background-color: rgb(100 116 139 / 0);
}
:is(.dark .dark\:bg-slate-500\/10) {
  background-color: rgb(100 116 139 / 0.1);
}
:is(.dark .dark\:bg-slate-500\/100) {
  background-color: rgb(100 116 139 / 1);
}
:is(.dark .dark\:bg-slate-500\/20) {
  background-color: rgb(100 116 139 / 0.2);
}
:is(.dark .dark\:bg-slate-500\/25) {
  background-color: rgb(100 116 139 / 0.25);
}
:is(.dark .dark\:bg-slate-500\/30) {
  background-color: rgb(100 116 139 / 0.3);
}
:is(.dark .dark\:bg-slate-500\/40) {
  background-color: rgb(100 116 139 / 0.4);
}
:is(.dark .dark\:bg-slate-500\/5) {
  background-color: rgb(100 116 139 / 0.05);
}
:is(.dark .dark\:bg-slate-500\/50) {
  background-color: rgb(100 116 139 / 0.5);
}
:is(.dark .dark\:bg-slate-500\/60) {
  background-color: rgb(100 116 139 / 0.6);
}
:is(.dark .dark\:bg-slate-500\/70) {
  background-color: rgb(100 116 139 / 0.7);
}
:is(.dark .dark\:bg-slate-500\/75) {
  background-color: rgb(100 116 139 / 0.75);
}
:is(.dark .dark\:bg-slate-500\/80) {
  background-color: rgb(100 116 139 / 0.8);
}
:is(.dark .dark\:bg-slate-500\/90) {
  background-color: rgb(100 116 139 / 0.9);
}
:is(.dark .dark\:bg-slate-500\/95) {
  background-color: rgb(100 116 139 / 0.95);
}
:is(.dark .dark\:bg-slate-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-600\/0) {
  background-color: rgb(71 85 105 / 0);
}
:is(.dark .dark\:bg-slate-600\/10) {
  background-color: rgb(71 85 105 / 0.1);
}
:is(.dark .dark\:bg-slate-600\/100) {
  background-color: rgb(71 85 105 / 1);
}
:is(.dark .dark\:bg-slate-600\/20) {
  background-color: rgb(71 85 105 / 0.2);
}
:is(.dark .dark\:bg-slate-600\/25) {
  background-color: rgb(71 85 105 / 0.25);
}
:is(.dark .dark\:bg-slate-600\/30) {
  background-color: rgb(71 85 105 / 0.3);
}
:is(.dark .dark\:bg-slate-600\/40) {
  background-color: rgb(71 85 105 / 0.4);
}
:is(.dark .dark\:bg-slate-600\/5) {
  background-color: rgb(71 85 105 / 0.05);
}
:is(.dark .dark\:bg-slate-600\/50) {
  background-color: rgb(71 85 105 / 0.5);
}
:is(.dark .dark\:bg-slate-600\/60) {
  background-color: rgb(71 85 105 / 0.6);
}
:is(.dark .dark\:bg-slate-600\/70) {
  background-color: rgb(71 85 105 / 0.7);
}
:is(.dark .dark\:bg-slate-600\/75) {
  background-color: rgb(71 85 105 / 0.75);
}
:is(.dark .dark\:bg-slate-600\/80) {
  background-color: rgb(71 85 105 / 0.8);
}
:is(.dark .dark\:bg-slate-600\/90) {
  background-color: rgb(71 85 105 / 0.9);
}
:is(.dark .dark\:bg-slate-600\/95) {
  background-color: rgb(71 85 105 / 0.95);
}
:is(.dark .dark\:bg-slate-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-700\/0) {
  background-color: rgb(51 65 85 / 0);
}
:is(.dark .dark\:bg-slate-700\/10) {
  background-color: rgb(51 65 85 / 0.1);
}
:is(.dark .dark\:bg-slate-700\/100) {
  background-color: rgb(51 65 85 / 1);
}
:is(.dark .dark\:bg-slate-700\/20) {
  background-color: rgb(51 65 85 / 0.2);
}
:is(.dark .dark\:bg-slate-700\/25) {
  background-color: rgb(51 65 85 / 0.25);
}
:is(.dark .dark\:bg-slate-700\/30) {
  background-color: rgb(51 65 85 / 0.3);
}
:is(.dark .dark\:bg-slate-700\/40) {
  background-color: rgb(51 65 85 / 0.4);
}
:is(.dark .dark\:bg-slate-700\/5) {
  background-color: rgb(51 65 85 / 0.05);
}
:is(.dark .dark\:bg-slate-700\/50) {
  background-color: rgb(51 65 85 / 0.5);
}
:is(.dark .dark\:bg-slate-700\/60) {
  background-color: rgb(51 65 85 / 0.6);
}
:is(.dark .dark\:bg-slate-700\/70) {
  background-color: rgb(51 65 85 / 0.7);
}
:is(.dark .dark\:bg-slate-700\/75) {
  background-color: rgb(51 65 85 / 0.75);
}
:is(.dark .dark\:bg-slate-700\/80) {
  background-color: rgb(51 65 85 / 0.8);
}
:is(.dark .dark\:bg-slate-700\/90) {
  background-color: rgb(51 65 85 / 0.9);
}
:is(.dark .dark\:bg-slate-700\/95) {
  background-color: rgb(51 65 85 / 0.95);
}
:is(.dark .dark\:bg-slate-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-800\/0) {
  background-color: rgb(30 41 59 / 0);
}
:is(.dark .dark\:bg-slate-800\/10) {
  background-color: rgb(30 41 59 / 0.1);
}
:is(.dark .dark\:bg-slate-800\/100) {
  background-color: rgb(30 41 59 / 1);
}
:is(.dark .dark\:bg-slate-800\/20) {
  background-color: rgb(30 41 59 / 0.2);
}
:is(.dark .dark\:bg-slate-800\/25) {
  background-color: rgb(30 41 59 / 0.25);
}
:is(.dark .dark\:bg-slate-800\/30) {
  background-color: rgb(30 41 59 / 0.3);
}
:is(.dark .dark\:bg-slate-800\/40) {
  background-color: rgb(30 41 59 / 0.4);
}
:is(.dark .dark\:bg-slate-800\/5) {
  background-color: rgb(30 41 59 / 0.05);
}
:is(.dark .dark\:bg-slate-800\/50) {
  background-color: rgb(30 41 59 / 0.5);
}
:is(.dark .dark\:bg-slate-800\/60) {
  background-color: rgb(30 41 59 / 0.6);
}
:is(.dark .dark\:bg-slate-800\/70) {
  background-color: rgb(30 41 59 / 0.7);
}
:is(.dark .dark\:bg-slate-800\/75) {
  background-color: rgb(30 41 59 / 0.75);
}
:is(.dark .dark\:bg-slate-800\/80) {
  background-color: rgb(30 41 59 / 0.8);
}
:is(.dark .dark\:bg-slate-800\/90) {
  background-color: rgb(30 41 59 / 0.9);
}
:is(.dark .dark\:bg-slate-800\/95) {
  background-color: rgb(30 41 59 / 0.95);
}
:is(.dark .dark\:bg-slate-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-900\/0) {
  background-color: rgb(15 23 42 / 0);
}
:is(.dark .dark\:bg-slate-900\/10) {
  background-color: rgb(15 23 42 / 0.1);
}
:is(.dark .dark\:bg-slate-900\/100) {
  background-color: rgb(15 23 42 / 1);
}
:is(.dark .dark\:bg-slate-900\/20) {
  background-color: rgb(15 23 42 / 0.2);
}
:is(.dark .dark\:bg-slate-900\/25) {
  background-color: rgb(15 23 42 / 0.25);
}
:is(.dark .dark\:bg-slate-900\/30) {
  background-color: rgb(15 23 42 / 0.3);
}
:is(.dark .dark\:bg-slate-900\/40) {
  background-color: rgb(15 23 42 / 0.4);
}
:is(.dark .dark\:bg-slate-900\/5) {
  background-color: rgb(15 23 42 / 0.05);
}
:is(.dark .dark\:bg-slate-900\/50) {
  background-color: rgb(15 23 42 / 0.5);
}
:is(.dark .dark\:bg-slate-900\/60) {
  background-color: rgb(15 23 42 / 0.6);
}
:is(.dark .dark\:bg-slate-900\/70) {
  background-color: rgb(15 23 42 / 0.7);
}
:is(.dark .dark\:bg-slate-900\/75) {
  background-color: rgb(15 23 42 / 0.75);
}
:is(.dark .dark\:bg-slate-900\/80) {
  background-color: rgb(15 23 42 / 0.8);
}
:is(.dark .dark\:bg-slate-900\/90) {
  background-color: rgb(15 23 42 / 0.9);
}
:is(.dark .dark\:bg-slate-900\/95) {
  background-color: rgb(15 23 42 / 0.95);
}
:is(.dark .dark\:bg-slate-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-slate-950\/0) {
  background-color: rgb(2 6 23 / 0);
}
:is(.dark .dark\:bg-slate-950\/10) {
  background-color: rgb(2 6 23 / 0.1);
}
:is(.dark .dark\:bg-slate-950\/100) {
  background-color: rgb(2 6 23 / 1);
}
:is(.dark .dark\:bg-slate-950\/20) {
  background-color: rgb(2 6 23 / 0.2);
}
:is(.dark .dark\:bg-slate-950\/25) {
  background-color: rgb(2 6 23 / 0.25);
}
:is(.dark .dark\:bg-slate-950\/30) {
  background-color: rgb(2 6 23 / 0.3);
}
:is(.dark .dark\:bg-slate-950\/40) {
  background-color: rgb(2 6 23 / 0.4);
}
:is(.dark .dark\:bg-slate-950\/5) {
  background-color: rgb(2 6 23 / 0.05);
}
:is(.dark .dark\:bg-slate-950\/50) {
  background-color: rgb(2 6 23 / 0.5);
}
:is(.dark .dark\:bg-slate-950\/60) {
  background-color: rgb(2 6 23 / 0.6);
}
:is(.dark .dark\:bg-slate-950\/70) {
  background-color: rgb(2 6 23 / 0.7);
}
:is(.dark .dark\:bg-slate-950\/75) {
  background-color: rgb(2 6 23 / 0.75);
}
:is(.dark .dark\:bg-slate-950\/80) {
  background-color: rgb(2 6 23 / 0.8);
}
:is(.dark .dark\:bg-slate-950\/90) {
  background-color: rgb(2 6 23 / 0.9);
}
:is(.dark .dark\:bg-slate-950\/95) {
  background-color: rgb(2 6 23 / 0.95);
}
:is(.dark .dark\:bg-stone-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-100\/0) {
  background-color: rgb(245 245 244 / 0);
}
:is(.dark .dark\:bg-stone-100\/10) {
  background-color: rgb(245 245 244 / 0.1);
}
:is(.dark .dark\:bg-stone-100\/100) {
  background-color: rgb(245 245 244 / 1);
}
:is(.dark .dark\:bg-stone-100\/20) {
  background-color: rgb(245 245 244 / 0.2);
}
:is(.dark .dark\:bg-stone-100\/25) {
  background-color: rgb(245 245 244 / 0.25);
}
:is(.dark .dark\:bg-stone-100\/30) {
  background-color: rgb(245 245 244 / 0.3);
}
:is(.dark .dark\:bg-stone-100\/40) {
  background-color: rgb(245 245 244 / 0.4);
}
:is(.dark .dark\:bg-stone-100\/5) {
  background-color: rgb(245 245 244 / 0.05);
}
:is(.dark .dark\:bg-stone-100\/50) {
  background-color: rgb(245 245 244 / 0.5);
}
:is(.dark .dark\:bg-stone-100\/60) {
  background-color: rgb(245 245 244 / 0.6);
}
:is(.dark .dark\:bg-stone-100\/70) {
  background-color: rgb(245 245 244 / 0.7);
}
:is(.dark .dark\:bg-stone-100\/75) {
  background-color: rgb(245 245 244 / 0.75);
}
:is(.dark .dark\:bg-stone-100\/80) {
  background-color: rgb(245 245 244 / 0.8);
}
:is(.dark .dark\:bg-stone-100\/90) {
  background-color: rgb(245 245 244 / 0.9);
}
:is(.dark .dark\:bg-stone-100\/95) {
  background-color: rgb(245 245 244 / 0.95);
}
:is(.dark .dark\:bg-stone-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-200\/0) {
  background-color: rgb(231 229 228 / 0);
}
:is(.dark .dark\:bg-stone-200\/10) {
  background-color: rgb(231 229 228 / 0.1);
}
:is(.dark .dark\:bg-stone-200\/100) {
  background-color: rgb(231 229 228 / 1);
}
:is(.dark .dark\:bg-stone-200\/20) {
  background-color: rgb(231 229 228 / 0.2);
}
:is(.dark .dark\:bg-stone-200\/25) {
  background-color: rgb(231 229 228 / 0.25);
}
:is(.dark .dark\:bg-stone-200\/30) {
  background-color: rgb(231 229 228 / 0.3);
}
:is(.dark .dark\:bg-stone-200\/40) {
  background-color: rgb(231 229 228 / 0.4);
}
:is(.dark .dark\:bg-stone-200\/5) {
  background-color: rgb(231 229 228 / 0.05);
}
:is(.dark .dark\:bg-stone-200\/50) {
  background-color: rgb(231 229 228 / 0.5);
}
:is(.dark .dark\:bg-stone-200\/60) {
  background-color: rgb(231 229 228 / 0.6);
}
:is(.dark .dark\:bg-stone-200\/70) {
  background-color: rgb(231 229 228 / 0.7);
}
:is(.dark .dark\:bg-stone-200\/75) {
  background-color: rgb(231 229 228 / 0.75);
}
:is(.dark .dark\:bg-stone-200\/80) {
  background-color: rgb(231 229 228 / 0.8);
}
:is(.dark .dark\:bg-stone-200\/90) {
  background-color: rgb(231 229 228 / 0.9);
}
:is(.dark .dark\:bg-stone-200\/95) {
  background-color: rgb(231 229 228 / 0.95);
}
:is(.dark .dark\:bg-stone-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-300\/0) {
  background-color: rgb(214 211 209 / 0);
}
:is(.dark .dark\:bg-stone-300\/10) {
  background-color: rgb(214 211 209 / 0.1);
}
:is(.dark .dark\:bg-stone-300\/100) {
  background-color: rgb(214 211 209 / 1);
}
:is(.dark .dark\:bg-stone-300\/20) {
  background-color: rgb(214 211 209 / 0.2);
}
:is(.dark .dark\:bg-stone-300\/25) {
  background-color: rgb(214 211 209 / 0.25);
}
:is(.dark .dark\:bg-stone-300\/30) {
  background-color: rgb(214 211 209 / 0.3);
}
:is(.dark .dark\:bg-stone-300\/40) {
  background-color: rgb(214 211 209 / 0.4);
}
:is(.dark .dark\:bg-stone-300\/5) {
  background-color: rgb(214 211 209 / 0.05);
}
:is(.dark .dark\:bg-stone-300\/50) {
  background-color: rgb(214 211 209 / 0.5);
}
:is(.dark .dark\:bg-stone-300\/60) {
  background-color: rgb(214 211 209 / 0.6);
}
:is(.dark .dark\:bg-stone-300\/70) {
  background-color: rgb(214 211 209 / 0.7);
}
:is(.dark .dark\:bg-stone-300\/75) {
  background-color: rgb(214 211 209 / 0.75);
}
:is(.dark .dark\:bg-stone-300\/80) {
  background-color: rgb(214 211 209 / 0.8);
}
:is(.dark .dark\:bg-stone-300\/90) {
  background-color: rgb(214 211 209 / 0.9);
}
:is(.dark .dark\:bg-stone-300\/95) {
  background-color: rgb(214 211 209 / 0.95);
}
:is(.dark .dark\:bg-stone-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-400\/0) {
  background-color: rgb(168 162 158 / 0);
}
:is(.dark .dark\:bg-stone-400\/10) {
  background-color: rgb(168 162 158 / 0.1);
}
:is(.dark .dark\:bg-stone-400\/100) {
  background-color: rgb(168 162 158 / 1);
}
:is(.dark .dark\:bg-stone-400\/20) {
  background-color: rgb(168 162 158 / 0.2);
}
:is(.dark .dark\:bg-stone-400\/25) {
  background-color: rgb(168 162 158 / 0.25);
}
:is(.dark .dark\:bg-stone-400\/30) {
  background-color: rgb(168 162 158 / 0.3);
}
:is(.dark .dark\:bg-stone-400\/40) {
  background-color: rgb(168 162 158 / 0.4);
}
:is(.dark .dark\:bg-stone-400\/5) {
  background-color: rgb(168 162 158 / 0.05);
}
:is(.dark .dark\:bg-stone-400\/50) {
  background-color: rgb(168 162 158 / 0.5);
}
:is(.dark .dark\:bg-stone-400\/60) {
  background-color: rgb(168 162 158 / 0.6);
}
:is(.dark .dark\:bg-stone-400\/70) {
  background-color: rgb(168 162 158 / 0.7);
}
:is(.dark .dark\:bg-stone-400\/75) {
  background-color: rgb(168 162 158 / 0.75);
}
:is(.dark .dark\:bg-stone-400\/80) {
  background-color: rgb(168 162 158 / 0.8);
}
:is(.dark .dark\:bg-stone-400\/90) {
  background-color: rgb(168 162 158 / 0.9);
}
:is(.dark .dark\:bg-stone-400\/95) {
  background-color: rgb(168 162 158 / 0.95);
}
:is(.dark .dark\:bg-stone-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-50\/0) {
  background-color: rgb(250 250 249 / 0);
}
:is(.dark .dark\:bg-stone-50\/10) {
  background-color: rgb(250 250 249 / 0.1);
}
:is(.dark .dark\:bg-stone-50\/100) {
  background-color: rgb(250 250 249 / 1);
}
:is(.dark .dark\:bg-stone-50\/20) {
  background-color: rgb(250 250 249 / 0.2);
}
:is(.dark .dark\:bg-stone-50\/25) {
  background-color: rgb(250 250 249 / 0.25);
}
:is(.dark .dark\:bg-stone-50\/30) {
  background-color: rgb(250 250 249 / 0.3);
}
:is(.dark .dark\:bg-stone-50\/40) {
  background-color: rgb(250 250 249 / 0.4);
}
:is(.dark .dark\:bg-stone-50\/5) {
  background-color: rgb(250 250 249 / 0.05);
}
:is(.dark .dark\:bg-stone-50\/50) {
  background-color: rgb(250 250 249 / 0.5);
}
:is(.dark .dark\:bg-stone-50\/60) {
  background-color: rgb(250 250 249 / 0.6);
}
:is(.dark .dark\:bg-stone-50\/70) {
  background-color: rgb(250 250 249 / 0.7);
}
:is(.dark .dark\:bg-stone-50\/75) {
  background-color: rgb(250 250 249 / 0.75);
}
:is(.dark .dark\:bg-stone-50\/80) {
  background-color: rgb(250 250 249 / 0.8);
}
:is(.dark .dark\:bg-stone-50\/90) {
  background-color: rgb(250 250 249 / 0.9);
}
:is(.dark .dark\:bg-stone-50\/95) {
  background-color: rgb(250 250 249 / 0.95);
}
:is(.dark .dark\:bg-stone-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-500\/0) {
  background-color: rgb(120 113 108 / 0);
}
:is(.dark .dark\:bg-stone-500\/10) {
  background-color: rgb(120 113 108 / 0.1);
}
:is(.dark .dark\:bg-stone-500\/100) {
  background-color: rgb(120 113 108 / 1);
}
:is(.dark .dark\:bg-stone-500\/20) {
  background-color: rgb(120 113 108 / 0.2);
}
:is(.dark .dark\:bg-stone-500\/25) {
  background-color: rgb(120 113 108 / 0.25);
}
:is(.dark .dark\:bg-stone-500\/30) {
  background-color: rgb(120 113 108 / 0.3);
}
:is(.dark .dark\:bg-stone-500\/40) {
  background-color: rgb(120 113 108 / 0.4);
}
:is(.dark .dark\:bg-stone-500\/5) {
  background-color: rgb(120 113 108 / 0.05);
}
:is(.dark .dark\:bg-stone-500\/50) {
  background-color: rgb(120 113 108 / 0.5);
}
:is(.dark .dark\:bg-stone-500\/60) {
  background-color: rgb(120 113 108 / 0.6);
}
:is(.dark .dark\:bg-stone-500\/70) {
  background-color: rgb(120 113 108 / 0.7);
}
:is(.dark .dark\:bg-stone-500\/75) {
  background-color: rgb(120 113 108 / 0.75);
}
:is(.dark .dark\:bg-stone-500\/80) {
  background-color: rgb(120 113 108 / 0.8);
}
:is(.dark .dark\:bg-stone-500\/90) {
  background-color: rgb(120 113 108 / 0.9);
}
:is(.dark .dark\:bg-stone-500\/95) {
  background-color: rgb(120 113 108 / 0.95);
}
:is(.dark .dark\:bg-stone-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-600\/0) {
  background-color: rgb(87 83 78 / 0);
}
:is(.dark .dark\:bg-stone-600\/10) {
  background-color: rgb(87 83 78 / 0.1);
}
:is(.dark .dark\:bg-stone-600\/100) {
  background-color: rgb(87 83 78 / 1);
}
:is(.dark .dark\:bg-stone-600\/20) {
  background-color: rgb(87 83 78 / 0.2);
}
:is(.dark .dark\:bg-stone-600\/25) {
  background-color: rgb(87 83 78 / 0.25);
}
:is(.dark .dark\:bg-stone-600\/30) {
  background-color: rgb(87 83 78 / 0.3);
}
:is(.dark .dark\:bg-stone-600\/40) {
  background-color: rgb(87 83 78 / 0.4);
}
:is(.dark .dark\:bg-stone-600\/5) {
  background-color: rgb(87 83 78 / 0.05);
}
:is(.dark .dark\:bg-stone-600\/50) {
  background-color: rgb(87 83 78 / 0.5);
}
:is(.dark .dark\:bg-stone-600\/60) {
  background-color: rgb(87 83 78 / 0.6);
}
:is(.dark .dark\:bg-stone-600\/70) {
  background-color: rgb(87 83 78 / 0.7);
}
:is(.dark .dark\:bg-stone-600\/75) {
  background-color: rgb(87 83 78 / 0.75);
}
:is(.dark .dark\:bg-stone-600\/80) {
  background-color: rgb(87 83 78 / 0.8);
}
:is(.dark .dark\:bg-stone-600\/90) {
  background-color: rgb(87 83 78 / 0.9);
}
:is(.dark .dark\:bg-stone-600\/95) {
  background-color: rgb(87 83 78 / 0.95);
}
:is(.dark .dark\:bg-stone-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-700\/0) {
  background-color: rgb(68 64 60 / 0);
}
:is(.dark .dark\:bg-stone-700\/10) {
  background-color: rgb(68 64 60 / 0.1);
}
:is(.dark .dark\:bg-stone-700\/100) {
  background-color: rgb(68 64 60 / 1);
}
:is(.dark .dark\:bg-stone-700\/20) {
  background-color: rgb(68 64 60 / 0.2);
}
:is(.dark .dark\:bg-stone-700\/25) {
  background-color: rgb(68 64 60 / 0.25);
}
:is(.dark .dark\:bg-stone-700\/30) {
  background-color: rgb(68 64 60 / 0.3);
}
:is(.dark .dark\:bg-stone-700\/40) {
  background-color: rgb(68 64 60 / 0.4);
}
:is(.dark .dark\:bg-stone-700\/5) {
  background-color: rgb(68 64 60 / 0.05);
}
:is(.dark .dark\:bg-stone-700\/50) {
  background-color: rgb(68 64 60 / 0.5);
}
:is(.dark .dark\:bg-stone-700\/60) {
  background-color: rgb(68 64 60 / 0.6);
}
:is(.dark .dark\:bg-stone-700\/70) {
  background-color: rgb(68 64 60 / 0.7);
}
:is(.dark .dark\:bg-stone-700\/75) {
  background-color: rgb(68 64 60 / 0.75);
}
:is(.dark .dark\:bg-stone-700\/80) {
  background-color: rgb(68 64 60 / 0.8);
}
:is(.dark .dark\:bg-stone-700\/90) {
  background-color: rgb(68 64 60 / 0.9);
}
:is(.dark .dark\:bg-stone-700\/95) {
  background-color: rgb(68 64 60 / 0.95);
}
:is(.dark .dark\:bg-stone-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-800\/0) {
  background-color: rgb(41 37 36 / 0);
}
:is(.dark .dark\:bg-stone-800\/10) {
  background-color: rgb(41 37 36 / 0.1);
}
:is(.dark .dark\:bg-stone-800\/100) {
  background-color: rgb(41 37 36 / 1);
}
:is(.dark .dark\:bg-stone-800\/20) {
  background-color: rgb(41 37 36 / 0.2);
}
:is(.dark .dark\:bg-stone-800\/25) {
  background-color: rgb(41 37 36 / 0.25);
}
:is(.dark .dark\:bg-stone-800\/30) {
  background-color: rgb(41 37 36 / 0.3);
}
:is(.dark .dark\:bg-stone-800\/40) {
  background-color: rgb(41 37 36 / 0.4);
}
:is(.dark .dark\:bg-stone-800\/5) {
  background-color: rgb(41 37 36 / 0.05);
}
:is(.dark .dark\:bg-stone-800\/50) {
  background-color: rgb(41 37 36 / 0.5);
}
:is(.dark .dark\:bg-stone-800\/60) {
  background-color: rgb(41 37 36 / 0.6);
}
:is(.dark .dark\:bg-stone-800\/70) {
  background-color: rgb(41 37 36 / 0.7);
}
:is(.dark .dark\:bg-stone-800\/75) {
  background-color: rgb(41 37 36 / 0.75);
}
:is(.dark .dark\:bg-stone-800\/80) {
  background-color: rgb(41 37 36 / 0.8);
}
:is(.dark .dark\:bg-stone-800\/90) {
  background-color: rgb(41 37 36 / 0.9);
}
:is(.dark .dark\:bg-stone-800\/95) {
  background-color: rgb(41 37 36 / 0.95);
}
:is(.dark .dark\:bg-stone-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-900\/0) {
  background-color: rgb(28 25 23 / 0);
}
:is(.dark .dark\:bg-stone-900\/10) {
  background-color: rgb(28 25 23 / 0.1);
}
:is(.dark .dark\:bg-stone-900\/100) {
  background-color: rgb(28 25 23 / 1);
}
:is(.dark .dark\:bg-stone-900\/20) {
  background-color: rgb(28 25 23 / 0.2);
}
:is(.dark .dark\:bg-stone-900\/25) {
  background-color: rgb(28 25 23 / 0.25);
}
:is(.dark .dark\:bg-stone-900\/30) {
  background-color: rgb(28 25 23 / 0.3);
}
:is(.dark .dark\:bg-stone-900\/40) {
  background-color: rgb(28 25 23 / 0.4);
}
:is(.dark .dark\:bg-stone-900\/5) {
  background-color: rgb(28 25 23 / 0.05);
}
:is(.dark .dark\:bg-stone-900\/50) {
  background-color: rgb(28 25 23 / 0.5);
}
:is(.dark .dark\:bg-stone-900\/60) {
  background-color: rgb(28 25 23 / 0.6);
}
:is(.dark .dark\:bg-stone-900\/70) {
  background-color: rgb(28 25 23 / 0.7);
}
:is(.dark .dark\:bg-stone-900\/75) {
  background-color: rgb(28 25 23 / 0.75);
}
:is(.dark .dark\:bg-stone-900\/80) {
  background-color: rgb(28 25 23 / 0.8);
}
:is(.dark .dark\:bg-stone-900\/90) {
  background-color: rgb(28 25 23 / 0.9);
}
:is(.dark .dark\:bg-stone-900\/95) {
  background-color: rgb(28 25 23 / 0.95);
}
:is(.dark .dark\:bg-stone-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-stone-950\/0) {
  background-color: rgb(12 10 9 / 0);
}
:is(.dark .dark\:bg-stone-950\/10) {
  background-color: rgb(12 10 9 / 0.1);
}
:is(.dark .dark\:bg-stone-950\/100) {
  background-color: rgb(12 10 9 / 1);
}
:is(.dark .dark\:bg-stone-950\/20) {
  background-color: rgb(12 10 9 / 0.2);
}
:is(.dark .dark\:bg-stone-950\/25) {
  background-color: rgb(12 10 9 / 0.25);
}
:is(.dark .dark\:bg-stone-950\/30) {
  background-color: rgb(12 10 9 / 0.3);
}
:is(.dark .dark\:bg-stone-950\/40) {
  background-color: rgb(12 10 9 / 0.4);
}
:is(.dark .dark\:bg-stone-950\/5) {
  background-color: rgb(12 10 9 / 0.05);
}
:is(.dark .dark\:bg-stone-950\/50) {
  background-color: rgb(12 10 9 / 0.5);
}
:is(.dark .dark\:bg-stone-950\/60) {
  background-color: rgb(12 10 9 / 0.6);
}
:is(.dark .dark\:bg-stone-950\/70) {
  background-color: rgb(12 10 9 / 0.7);
}
:is(.dark .dark\:bg-stone-950\/75) {
  background-color: rgb(12 10 9 / 0.75);
}
:is(.dark .dark\:bg-stone-950\/80) {
  background-color: rgb(12 10 9 / 0.8);
}
:is(.dark .dark\:bg-stone-950\/90) {
  background-color: rgb(12 10 9 / 0.9);
}
:is(.dark .dark\:bg-stone-950\/95) {
  background-color: rgb(12 10 9 / 0.95);
}
:is(.dark .dark\:bg-teal-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-100\/0) {
  background-color: rgb(204 251 241 / 0);
}
:is(.dark .dark\:bg-teal-100\/10) {
  background-color: rgb(204 251 241 / 0.1);
}
:is(.dark .dark\:bg-teal-100\/100) {
  background-color: rgb(204 251 241 / 1);
}
:is(.dark .dark\:bg-teal-100\/20) {
  background-color: rgb(204 251 241 / 0.2);
}
:is(.dark .dark\:bg-teal-100\/25) {
  background-color: rgb(204 251 241 / 0.25);
}
:is(.dark .dark\:bg-teal-100\/30) {
  background-color: rgb(204 251 241 / 0.3);
}
:is(.dark .dark\:bg-teal-100\/40) {
  background-color: rgb(204 251 241 / 0.4);
}
:is(.dark .dark\:bg-teal-100\/5) {
  background-color: rgb(204 251 241 / 0.05);
}
:is(.dark .dark\:bg-teal-100\/50) {
  background-color: rgb(204 251 241 / 0.5);
}
:is(.dark .dark\:bg-teal-100\/60) {
  background-color: rgb(204 251 241 / 0.6);
}
:is(.dark .dark\:bg-teal-100\/70) {
  background-color: rgb(204 251 241 / 0.7);
}
:is(.dark .dark\:bg-teal-100\/75) {
  background-color: rgb(204 251 241 / 0.75);
}
:is(.dark .dark\:bg-teal-100\/80) {
  background-color: rgb(204 251 241 / 0.8);
}
:is(.dark .dark\:bg-teal-100\/90) {
  background-color: rgb(204 251 241 / 0.9);
}
:is(.dark .dark\:bg-teal-100\/95) {
  background-color: rgb(204 251 241 / 0.95);
}
:is(.dark .dark\:bg-teal-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-200\/0) {
  background-color: rgb(153 246 228 / 0);
}
:is(.dark .dark\:bg-teal-200\/10) {
  background-color: rgb(153 246 228 / 0.1);
}
:is(.dark .dark\:bg-teal-200\/100) {
  background-color: rgb(153 246 228 / 1);
}
:is(.dark .dark\:bg-teal-200\/20) {
  background-color: rgb(153 246 228 / 0.2);
}
:is(.dark .dark\:bg-teal-200\/25) {
  background-color: rgb(153 246 228 / 0.25);
}
:is(.dark .dark\:bg-teal-200\/30) {
  background-color: rgb(153 246 228 / 0.3);
}
:is(.dark .dark\:bg-teal-200\/40) {
  background-color: rgb(153 246 228 / 0.4);
}
:is(.dark .dark\:bg-teal-200\/5) {
  background-color: rgb(153 246 228 / 0.05);
}
:is(.dark .dark\:bg-teal-200\/50) {
  background-color: rgb(153 246 228 / 0.5);
}
:is(.dark .dark\:bg-teal-200\/60) {
  background-color: rgb(153 246 228 / 0.6);
}
:is(.dark .dark\:bg-teal-200\/70) {
  background-color: rgb(153 246 228 / 0.7);
}
:is(.dark .dark\:bg-teal-200\/75) {
  background-color: rgb(153 246 228 / 0.75);
}
:is(.dark .dark\:bg-teal-200\/80) {
  background-color: rgb(153 246 228 / 0.8);
}
:is(.dark .dark\:bg-teal-200\/90) {
  background-color: rgb(153 246 228 / 0.9);
}
:is(.dark .dark\:bg-teal-200\/95) {
  background-color: rgb(153 246 228 / 0.95);
}
:is(.dark .dark\:bg-teal-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-300\/0) {
  background-color: rgb(94 234 212 / 0);
}
:is(.dark .dark\:bg-teal-300\/10) {
  background-color: rgb(94 234 212 / 0.1);
}
:is(.dark .dark\:bg-teal-300\/100) {
  background-color: rgb(94 234 212 / 1);
}
:is(.dark .dark\:bg-teal-300\/20) {
  background-color: rgb(94 234 212 / 0.2);
}
:is(.dark .dark\:bg-teal-300\/25) {
  background-color: rgb(94 234 212 / 0.25);
}
:is(.dark .dark\:bg-teal-300\/30) {
  background-color: rgb(94 234 212 / 0.3);
}
:is(.dark .dark\:bg-teal-300\/40) {
  background-color: rgb(94 234 212 / 0.4);
}
:is(.dark .dark\:bg-teal-300\/5) {
  background-color: rgb(94 234 212 / 0.05);
}
:is(.dark .dark\:bg-teal-300\/50) {
  background-color: rgb(94 234 212 / 0.5);
}
:is(.dark .dark\:bg-teal-300\/60) {
  background-color: rgb(94 234 212 / 0.6);
}
:is(.dark .dark\:bg-teal-300\/70) {
  background-color: rgb(94 234 212 / 0.7);
}
:is(.dark .dark\:bg-teal-300\/75) {
  background-color: rgb(94 234 212 / 0.75);
}
:is(.dark .dark\:bg-teal-300\/80) {
  background-color: rgb(94 234 212 / 0.8);
}
:is(.dark .dark\:bg-teal-300\/90) {
  background-color: rgb(94 234 212 / 0.9);
}
:is(.dark .dark\:bg-teal-300\/95) {
  background-color: rgb(94 234 212 / 0.95);
}
:is(.dark .dark\:bg-teal-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-400\/0) {
  background-color: rgb(45 212 191 / 0);
}
:is(.dark .dark\:bg-teal-400\/10) {
  background-color: rgb(45 212 191 / 0.1);
}
:is(.dark .dark\:bg-teal-400\/100) {
  background-color: rgb(45 212 191 / 1);
}
:is(.dark .dark\:bg-teal-400\/20) {
  background-color: rgb(45 212 191 / 0.2);
}
:is(.dark .dark\:bg-teal-400\/25) {
  background-color: rgb(45 212 191 / 0.25);
}
:is(.dark .dark\:bg-teal-400\/30) {
  background-color: rgb(45 212 191 / 0.3);
}
:is(.dark .dark\:bg-teal-400\/40) {
  background-color: rgb(45 212 191 / 0.4);
}
:is(.dark .dark\:bg-teal-400\/5) {
  background-color: rgb(45 212 191 / 0.05);
}
:is(.dark .dark\:bg-teal-400\/50) {
  background-color: rgb(45 212 191 / 0.5);
}
:is(.dark .dark\:bg-teal-400\/60) {
  background-color: rgb(45 212 191 / 0.6);
}
:is(.dark .dark\:bg-teal-400\/70) {
  background-color: rgb(45 212 191 / 0.7);
}
:is(.dark .dark\:bg-teal-400\/75) {
  background-color: rgb(45 212 191 / 0.75);
}
:is(.dark .dark\:bg-teal-400\/80) {
  background-color: rgb(45 212 191 / 0.8);
}
:is(.dark .dark\:bg-teal-400\/90) {
  background-color: rgb(45 212 191 / 0.9);
}
:is(.dark .dark\:bg-teal-400\/95) {
  background-color: rgb(45 212 191 / 0.95);
}
:is(.dark .dark\:bg-teal-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-50\/0) {
  background-color: rgb(240 253 250 / 0);
}
:is(.dark .dark\:bg-teal-50\/10) {
  background-color: rgb(240 253 250 / 0.1);
}
:is(.dark .dark\:bg-teal-50\/100) {
  background-color: rgb(240 253 250 / 1);
}
:is(.dark .dark\:bg-teal-50\/20) {
  background-color: rgb(240 253 250 / 0.2);
}
:is(.dark .dark\:bg-teal-50\/25) {
  background-color: rgb(240 253 250 / 0.25);
}
:is(.dark .dark\:bg-teal-50\/30) {
  background-color: rgb(240 253 250 / 0.3);
}
:is(.dark .dark\:bg-teal-50\/40) {
  background-color: rgb(240 253 250 / 0.4);
}
:is(.dark .dark\:bg-teal-50\/5) {
  background-color: rgb(240 253 250 / 0.05);
}
:is(.dark .dark\:bg-teal-50\/50) {
  background-color: rgb(240 253 250 / 0.5);
}
:is(.dark .dark\:bg-teal-50\/60) {
  background-color: rgb(240 253 250 / 0.6);
}
:is(.dark .dark\:bg-teal-50\/70) {
  background-color: rgb(240 253 250 / 0.7);
}
:is(.dark .dark\:bg-teal-50\/75) {
  background-color: rgb(240 253 250 / 0.75);
}
:is(.dark .dark\:bg-teal-50\/80) {
  background-color: rgb(240 253 250 / 0.8);
}
:is(.dark .dark\:bg-teal-50\/90) {
  background-color: rgb(240 253 250 / 0.9);
}
:is(.dark .dark\:bg-teal-50\/95) {
  background-color: rgb(240 253 250 / 0.95);
}
:is(.dark .dark\:bg-teal-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-500\/0) {
  background-color: rgb(20 184 166 / 0);
}
:is(.dark .dark\:bg-teal-500\/10) {
  background-color: rgb(20 184 166 / 0.1);
}
:is(.dark .dark\:bg-teal-500\/100) {
  background-color: rgb(20 184 166 / 1);
}
:is(.dark .dark\:bg-teal-500\/20) {
  background-color: rgb(20 184 166 / 0.2);
}
:is(.dark .dark\:bg-teal-500\/25) {
  background-color: rgb(20 184 166 / 0.25);
}
:is(.dark .dark\:bg-teal-500\/30) {
  background-color: rgb(20 184 166 / 0.3);
}
:is(.dark .dark\:bg-teal-500\/40) {
  background-color: rgb(20 184 166 / 0.4);
}
:is(.dark .dark\:bg-teal-500\/5) {
  background-color: rgb(20 184 166 / 0.05);
}
:is(.dark .dark\:bg-teal-500\/50) {
  background-color: rgb(20 184 166 / 0.5);
}
:is(.dark .dark\:bg-teal-500\/60) {
  background-color: rgb(20 184 166 / 0.6);
}
:is(.dark .dark\:bg-teal-500\/70) {
  background-color: rgb(20 184 166 / 0.7);
}
:is(.dark .dark\:bg-teal-500\/75) {
  background-color: rgb(20 184 166 / 0.75);
}
:is(.dark .dark\:bg-teal-500\/80) {
  background-color: rgb(20 184 166 / 0.8);
}
:is(.dark .dark\:bg-teal-500\/90) {
  background-color: rgb(20 184 166 / 0.9);
}
:is(.dark .dark\:bg-teal-500\/95) {
  background-color: rgb(20 184 166 / 0.95);
}
:is(.dark .dark\:bg-teal-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-600\/0) {
  background-color: rgb(13 148 136 / 0);
}
:is(.dark .dark\:bg-teal-600\/10) {
  background-color: rgb(13 148 136 / 0.1);
}
:is(.dark .dark\:bg-teal-600\/100) {
  background-color: rgb(13 148 136 / 1);
}
:is(.dark .dark\:bg-teal-600\/20) {
  background-color: rgb(13 148 136 / 0.2);
}
:is(.dark .dark\:bg-teal-600\/25) {
  background-color: rgb(13 148 136 / 0.25);
}
:is(.dark .dark\:bg-teal-600\/30) {
  background-color: rgb(13 148 136 / 0.3);
}
:is(.dark .dark\:bg-teal-600\/40) {
  background-color: rgb(13 148 136 / 0.4);
}
:is(.dark .dark\:bg-teal-600\/5) {
  background-color: rgb(13 148 136 / 0.05);
}
:is(.dark .dark\:bg-teal-600\/50) {
  background-color: rgb(13 148 136 / 0.5);
}
:is(.dark .dark\:bg-teal-600\/60) {
  background-color: rgb(13 148 136 / 0.6);
}
:is(.dark .dark\:bg-teal-600\/70) {
  background-color: rgb(13 148 136 / 0.7);
}
:is(.dark .dark\:bg-teal-600\/75) {
  background-color: rgb(13 148 136 / 0.75);
}
:is(.dark .dark\:bg-teal-600\/80) {
  background-color: rgb(13 148 136 / 0.8);
}
:is(.dark .dark\:bg-teal-600\/90) {
  background-color: rgb(13 148 136 / 0.9);
}
:is(.dark .dark\:bg-teal-600\/95) {
  background-color: rgb(13 148 136 / 0.95);
}
:is(.dark .dark\:bg-teal-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-700\/0) {
  background-color: rgb(15 118 110 / 0);
}
:is(.dark .dark\:bg-teal-700\/10) {
  background-color: rgb(15 118 110 / 0.1);
}
:is(.dark .dark\:bg-teal-700\/100) {
  background-color: rgb(15 118 110 / 1);
}
:is(.dark .dark\:bg-teal-700\/20) {
  background-color: rgb(15 118 110 / 0.2);
}
:is(.dark .dark\:bg-teal-700\/25) {
  background-color: rgb(15 118 110 / 0.25);
}
:is(.dark .dark\:bg-teal-700\/30) {
  background-color: rgb(15 118 110 / 0.3);
}
:is(.dark .dark\:bg-teal-700\/40) {
  background-color: rgb(15 118 110 / 0.4);
}
:is(.dark .dark\:bg-teal-700\/5) {
  background-color: rgb(15 118 110 / 0.05);
}
:is(.dark .dark\:bg-teal-700\/50) {
  background-color: rgb(15 118 110 / 0.5);
}
:is(.dark .dark\:bg-teal-700\/60) {
  background-color: rgb(15 118 110 / 0.6);
}
:is(.dark .dark\:bg-teal-700\/70) {
  background-color: rgb(15 118 110 / 0.7);
}
:is(.dark .dark\:bg-teal-700\/75) {
  background-color: rgb(15 118 110 / 0.75);
}
:is(.dark .dark\:bg-teal-700\/80) {
  background-color: rgb(15 118 110 / 0.8);
}
:is(.dark .dark\:bg-teal-700\/90) {
  background-color: rgb(15 118 110 / 0.9);
}
:is(.dark .dark\:bg-teal-700\/95) {
  background-color: rgb(15 118 110 / 0.95);
}
:is(.dark .dark\:bg-teal-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-800\/0) {
  background-color: rgb(17 94 89 / 0);
}
:is(.dark .dark\:bg-teal-800\/10) {
  background-color: rgb(17 94 89 / 0.1);
}
:is(.dark .dark\:bg-teal-800\/100) {
  background-color: rgb(17 94 89 / 1);
}
:is(.dark .dark\:bg-teal-800\/20) {
  background-color: rgb(17 94 89 / 0.2);
}
:is(.dark .dark\:bg-teal-800\/25) {
  background-color: rgb(17 94 89 / 0.25);
}
:is(.dark .dark\:bg-teal-800\/30) {
  background-color: rgb(17 94 89 / 0.3);
}
:is(.dark .dark\:bg-teal-800\/40) {
  background-color: rgb(17 94 89 / 0.4);
}
:is(.dark .dark\:bg-teal-800\/5) {
  background-color: rgb(17 94 89 / 0.05);
}
:is(.dark .dark\:bg-teal-800\/50) {
  background-color: rgb(17 94 89 / 0.5);
}
:is(.dark .dark\:bg-teal-800\/60) {
  background-color: rgb(17 94 89 / 0.6);
}
:is(.dark .dark\:bg-teal-800\/70) {
  background-color: rgb(17 94 89 / 0.7);
}
:is(.dark .dark\:bg-teal-800\/75) {
  background-color: rgb(17 94 89 / 0.75);
}
:is(.dark .dark\:bg-teal-800\/80) {
  background-color: rgb(17 94 89 / 0.8);
}
:is(.dark .dark\:bg-teal-800\/90) {
  background-color: rgb(17 94 89 / 0.9);
}
:is(.dark .dark\:bg-teal-800\/95) {
  background-color: rgb(17 94 89 / 0.95);
}
:is(.dark .dark\:bg-teal-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-900\/0) {
  background-color: rgb(19 78 74 / 0);
}
:is(.dark .dark\:bg-teal-900\/10) {
  background-color: rgb(19 78 74 / 0.1);
}
:is(.dark .dark\:bg-teal-900\/100) {
  background-color: rgb(19 78 74 / 1);
}
:is(.dark .dark\:bg-teal-900\/20) {
  background-color: rgb(19 78 74 / 0.2);
}
:is(.dark .dark\:bg-teal-900\/25) {
  background-color: rgb(19 78 74 / 0.25);
}
:is(.dark .dark\:bg-teal-900\/30) {
  background-color: rgb(19 78 74 / 0.3);
}
:is(.dark .dark\:bg-teal-900\/40) {
  background-color: rgb(19 78 74 / 0.4);
}
:is(.dark .dark\:bg-teal-900\/5) {
  background-color: rgb(19 78 74 / 0.05);
}
:is(.dark .dark\:bg-teal-900\/50) {
  background-color: rgb(19 78 74 / 0.5);
}
:is(.dark .dark\:bg-teal-900\/60) {
  background-color: rgb(19 78 74 / 0.6);
}
:is(.dark .dark\:bg-teal-900\/70) {
  background-color: rgb(19 78 74 / 0.7);
}
:is(.dark .dark\:bg-teal-900\/75) {
  background-color: rgb(19 78 74 / 0.75);
}
:is(.dark .dark\:bg-teal-900\/80) {
  background-color: rgb(19 78 74 / 0.8);
}
:is(.dark .dark\:bg-teal-900\/90) {
  background-color: rgb(19 78 74 / 0.9);
}
:is(.dark .dark\:bg-teal-900\/95) {
  background-color: rgb(19 78 74 / 0.95);
}
:is(.dark .dark\:bg-teal-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-teal-950\/0) {
  background-color: rgb(4 47 46 / 0);
}
:is(.dark .dark\:bg-teal-950\/10) {
  background-color: rgb(4 47 46 / 0.1);
}
:is(.dark .dark\:bg-teal-950\/100) {
  background-color: rgb(4 47 46 / 1);
}
:is(.dark .dark\:bg-teal-950\/20) {
  background-color: rgb(4 47 46 / 0.2);
}
:is(.dark .dark\:bg-teal-950\/25) {
  background-color: rgb(4 47 46 / 0.25);
}
:is(.dark .dark\:bg-teal-950\/30) {
  background-color: rgb(4 47 46 / 0.3);
}
:is(.dark .dark\:bg-teal-950\/40) {
  background-color: rgb(4 47 46 / 0.4);
}
:is(.dark .dark\:bg-teal-950\/5) {
  background-color: rgb(4 47 46 / 0.05);
}
:is(.dark .dark\:bg-teal-950\/50) {
  background-color: rgb(4 47 46 / 0.5);
}
:is(.dark .dark\:bg-teal-950\/60) {
  background-color: rgb(4 47 46 / 0.6);
}
:is(.dark .dark\:bg-teal-950\/70) {
  background-color: rgb(4 47 46 / 0.7);
}
:is(.dark .dark\:bg-teal-950\/75) {
  background-color: rgb(4 47 46 / 0.75);
}
:is(.dark .dark\:bg-teal-950\/80) {
  background-color: rgb(4 47 46 / 0.8);
}
:is(.dark .dark\:bg-teal-950\/90) {
  background-color: rgb(4 47 46 / 0.9);
}
:is(.dark .dark\:bg-teal-950\/95) {
  background-color: rgb(4 47 46 / 0.95);
}
:is(.dark .dark\:bg-violet-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-100\/0) {
  background-color: rgb(237 233 254 / 0);
}
:is(.dark .dark\:bg-violet-100\/10) {
  background-color: rgb(237 233 254 / 0.1);
}
:is(.dark .dark\:bg-violet-100\/100) {
  background-color: rgb(237 233 254 / 1);
}
:is(.dark .dark\:bg-violet-100\/20) {
  background-color: rgb(237 233 254 / 0.2);
}
:is(.dark .dark\:bg-violet-100\/25) {
  background-color: rgb(237 233 254 / 0.25);
}
:is(.dark .dark\:bg-violet-100\/30) {
  background-color: rgb(237 233 254 / 0.3);
}
:is(.dark .dark\:bg-violet-100\/40) {
  background-color: rgb(237 233 254 / 0.4);
}
:is(.dark .dark\:bg-violet-100\/5) {
  background-color: rgb(237 233 254 / 0.05);
}
:is(.dark .dark\:bg-violet-100\/50) {
  background-color: rgb(237 233 254 / 0.5);
}
:is(.dark .dark\:bg-violet-100\/60) {
  background-color: rgb(237 233 254 / 0.6);
}
:is(.dark .dark\:bg-violet-100\/70) {
  background-color: rgb(237 233 254 / 0.7);
}
:is(.dark .dark\:bg-violet-100\/75) {
  background-color: rgb(237 233 254 / 0.75);
}
:is(.dark .dark\:bg-violet-100\/80) {
  background-color: rgb(237 233 254 / 0.8);
}
:is(.dark .dark\:bg-violet-100\/90) {
  background-color: rgb(237 233 254 / 0.9);
}
:is(.dark .dark\:bg-violet-100\/95) {
  background-color: rgb(237 233 254 / 0.95);
}
:is(.dark .dark\:bg-violet-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-200\/0) {
  background-color: rgb(221 214 254 / 0);
}
:is(.dark .dark\:bg-violet-200\/10) {
  background-color: rgb(221 214 254 / 0.1);
}
:is(.dark .dark\:bg-violet-200\/100) {
  background-color: rgb(221 214 254 / 1);
}
:is(.dark .dark\:bg-violet-200\/20) {
  background-color: rgb(221 214 254 / 0.2);
}
:is(.dark .dark\:bg-violet-200\/25) {
  background-color: rgb(221 214 254 / 0.25);
}
:is(.dark .dark\:bg-violet-200\/30) {
  background-color: rgb(221 214 254 / 0.3);
}
:is(.dark .dark\:bg-violet-200\/40) {
  background-color: rgb(221 214 254 / 0.4);
}
:is(.dark .dark\:bg-violet-200\/5) {
  background-color: rgb(221 214 254 / 0.05);
}
:is(.dark .dark\:bg-violet-200\/50) {
  background-color: rgb(221 214 254 / 0.5);
}
:is(.dark .dark\:bg-violet-200\/60) {
  background-color: rgb(221 214 254 / 0.6);
}
:is(.dark .dark\:bg-violet-200\/70) {
  background-color: rgb(221 214 254 / 0.7);
}
:is(.dark .dark\:bg-violet-200\/75) {
  background-color: rgb(221 214 254 / 0.75);
}
:is(.dark .dark\:bg-violet-200\/80) {
  background-color: rgb(221 214 254 / 0.8);
}
:is(.dark .dark\:bg-violet-200\/90) {
  background-color: rgb(221 214 254 / 0.9);
}
:is(.dark .dark\:bg-violet-200\/95) {
  background-color: rgb(221 214 254 / 0.95);
}
:is(.dark .dark\:bg-violet-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-300\/0) {
  background-color: rgb(196 181 253 / 0);
}
:is(.dark .dark\:bg-violet-300\/10) {
  background-color: rgb(196 181 253 / 0.1);
}
:is(.dark .dark\:bg-violet-300\/100) {
  background-color: rgb(196 181 253 / 1);
}
:is(.dark .dark\:bg-violet-300\/20) {
  background-color: rgb(196 181 253 / 0.2);
}
:is(.dark .dark\:bg-violet-300\/25) {
  background-color: rgb(196 181 253 / 0.25);
}
:is(.dark .dark\:bg-violet-300\/30) {
  background-color: rgb(196 181 253 / 0.3);
}
:is(.dark .dark\:bg-violet-300\/40) {
  background-color: rgb(196 181 253 / 0.4);
}
:is(.dark .dark\:bg-violet-300\/5) {
  background-color: rgb(196 181 253 / 0.05);
}
:is(.dark .dark\:bg-violet-300\/50) {
  background-color: rgb(196 181 253 / 0.5);
}
:is(.dark .dark\:bg-violet-300\/60) {
  background-color: rgb(196 181 253 / 0.6);
}
:is(.dark .dark\:bg-violet-300\/70) {
  background-color: rgb(196 181 253 / 0.7);
}
:is(.dark .dark\:bg-violet-300\/75) {
  background-color: rgb(196 181 253 / 0.75);
}
:is(.dark .dark\:bg-violet-300\/80) {
  background-color: rgb(196 181 253 / 0.8);
}
:is(.dark .dark\:bg-violet-300\/90) {
  background-color: rgb(196 181 253 / 0.9);
}
:is(.dark .dark\:bg-violet-300\/95) {
  background-color: rgb(196 181 253 / 0.95);
}
:is(.dark .dark\:bg-violet-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-400\/0) {
  background-color: rgb(167 139 250 / 0);
}
:is(.dark .dark\:bg-violet-400\/10) {
  background-color: rgb(167 139 250 / 0.1);
}
:is(.dark .dark\:bg-violet-400\/100) {
  background-color: rgb(167 139 250 / 1);
}
:is(.dark .dark\:bg-violet-400\/20) {
  background-color: rgb(167 139 250 / 0.2);
}
:is(.dark .dark\:bg-violet-400\/25) {
  background-color: rgb(167 139 250 / 0.25);
}
:is(.dark .dark\:bg-violet-400\/30) {
  background-color: rgb(167 139 250 / 0.3);
}
:is(.dark .dark\:bg-violet-400\/40) {
  background-color: rgb(167 139 250 / 0.4);
}
:is(.dark .dark\:bg-violet-400\/5) {
  background-color: rgb(167 139 250 / 0.05);
}
:is(.dark .dark\:bg-violet-400\/50) {
  background-color: rgb(167 139 250 / 0.5);
}
:is(.dark .dark\:bg-violet-400\/60) {
  background-color: rgb(167 139 250 / 0.6);
}
:is(.dark .dark\:bg-violet-400\/70) {
  background-color: rgb(167 139 250 / 0.7);
}
:is(.dark .dark\:bg-violet-400\/75) {
  background-color: rgb(167 139 250 / 0.75);
}
:is(.dark .dark\:bg-violet-400\/80) {
  background-color: rgb(167 139 250 / 0.8);
}
:is(.dark .dark\:bg-violet-400\/90) {
  background-color: rgb(167 139 250 / 0.9);
}
:is(.dark .dark\:bg-violet-400\/95) {
  background-color: rgb(167 139 250 / 0.95);
}
:is(.dark .dark\:bg-violet-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-50\/0) {
  background-color: rgb(245 243 255 / 0);
}
:is(.dark .dark\:bg-violet-50\/10) {
  background-color: rgb(245 243 255 / 0.1);
}
:is(.dark .dark\:bg-violet-50\/100) {
  background-color: rgb(245 243 255 / 1);
}
:is(.dark .dark\:bg-violet-50\/20) {
  background-color: rgb(245 243 255 / 0.2);
}
:is(.dark .dark\:bg-violet-50\/25) {
  background-color: rgb(245 243 255 / 0.25);
}
:is(.dark .dark\:bg-violet-50\/30) {
  background-color: rgb(245 243 255 / 0.3);
}
:is(.dark .dark\:bg-violet-50\/40) {
  background-color: rgb(245 243 255 / 0.4);
}
:is(.dark .dark\:bg-violet-50\/5) {
  background-color: rgb(245 243 255 / 0.05);
}
:is(.dark .dark\:bg-violet-50\/50) {
  background-color: rgb(245 243 255 / 0.5);
}
:is(.dark .dark\:bg-violet-50\/60) {
  background-color: rgb(245 243 255 / 0.6);
}
:is(.dark .dark\:bg-violet-50\/70) {
  background-color: rgb(245 243 255 / 0.7);
}
:is(.dark .dark\:bg-violet-50\/75) {
  background-color: rgb(245 243 255 / 0.75);
}
:is(.dark .dark\:bg-violet-50\/80) {
  background-color: rgb(245 243 255 / 0.8);
}
:is(.dark .dark\:bg-violet-50\/90) {
  background-color: rgb(245 243 255 / 0.9);
}
:is(.dark .dark\:bg-violet-50\/95) {
  background-color: rgb(245 243 255 / 0.95);
}
:is(.dark .dark\:bg-violet-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-500\/0) {
  background-color: rgb(139 92 246 / 0);
}
:is(.dark .dark\:bg-violet-500\/10) {
  background-color: rgb(139 92 246 / 0.1);
}
:is(.dark .dark\:bg-violet-500\/100) {
  background-color: rgb(139 92 246 / 1);
}
:is(.dark .dark\:bg-violet-500\/20) {
  background-color: rgb(139 92 246 / 0.2);
}
:is(.dark .dark\:bg-violet-500\/25) {
  background-color: rgb(139 92 246 / 0.25);
}
:is(.dark .dark\:bg-violet-500\/30) {
  background-color: rgb(139 92 246 / 0.3);
}
:is(.dark .dark\:bg-violet-500\/40) {
  background-color: rgb(139 92 246 / 0.4);
}
:is(.dark .dark\:bg-violet-500\/5) {
  background-color: rgb(139 92 246 / 0.05);
}
:is(.dark .dark\:bg-violet-500\/50) {
  background-color: rgb(139 92 246 / 0.5);
}
:is(.dark .dark\:bg-violet-500\/60) {
  background-color: rgb(139 92 246 / 0.6);
}
:is(.dark .dark\:bg-violet-500\/70) {
  background-color: rgb(139 92 246 / 0.7);
}
:is(.dark .dark\:bg-violet-500\/75) {
  background-color: rgb(139 92 246 / 0.75);
}
:is(.dark .dark\:bg-violet-500\/80) {
  background-color: rgb(139 92 246 / 0.8);
}
:is(.dark .dark\:bg-violet-500\/90) {
  background-color: rgb(139 92 246 / 0.9);
}
:is(.dark .dark\:bg-violet-500\/95) {
  background-color: rgb(139 92 246 / 0.95);
}
:is(.dark .dark\:bg-violet-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-600\/0) {
  background-color: rgb(124 58 237 / 0);
}
:is(.dark .dark\:bg-violet-600\/10) {
  background-color: rgb(124 58 237 / 0.1);
}
:is(.dark .dark\:bg-violet-600\/100) {
  background-color: rgb(124 58 237 / 1);
}
:is(.dark .dark\:bg-violet-600\/20) {
  background-color: rgb(124 58 237 / 0.2);
}
:is(.dark .dark\:bg-violet-600\/25) {
  background-color: rgb(124 58 237 / 0.25);
}
:is(.dark .dark\:bg-violet-600\/30) {
  background-color: rgb(124 58 237 / 0.3);
}
:is(.dark .dark\:bg-violet-600\/40) {
  background-color: rgb(124 58 237 / 0.4);
}
:is(.dark .dark\:bg-violet-600\/5) {
  background-color: rgb(124 58 237 / 0.05);
}
:is(.dark .dark\:bg-violet-600\/50) {
  background-color: rgb(124 58 237 / 0.5);
}
:is(.dark .dark\:bg-violet-600\/60) {
  background-color: rgb(124 58 237 / 0.6);
}
:is(.dark .dark\:bg-violet-600\/70) {
  background-color: rgb(124 58 237 / 0.7);
}
:is(.dark .dark\:bg-violet-600\/75) {
  background-color: rgb(124 58 237 / 0.75);
}
:is(.dark .dark\:bg-violet-600\/80) {
  background-color: rgb(124 58 237 / 0.8);
}
:is(.dark .dark\:bg-violet-600\/90) {
  background-color: rgb(124 58 237 / 0.9);
}
:is(.dark .dark\:bg-violet-600\/95) {
  background-color: rgb(124 58 237 / 0.95);
}
:is(.dark .dark\:bg-violet-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-700\/0) {
  background-color: rgb(109 40 217 / 0);
}
:is(.dark .dark\:bg-violet-700\/10) {
  background-color: rgb(109 40 217 / 0.1);
}
:is(.dark .dark\:bg-violet-700\/100) {
  background-color: rgb(109 40 217 / 1);
}
:is(.dark .dark\:bg-violet-700\/20) {
  background-color: rgb(109 40 217 / 0.2);
}
:is(.dark .dark\:bg-violet-700\/25) {
  background-color: rgb(109 40 217 / 0.25);
}
:is(.dark .dark\:bg-violet-700\/30) {
  background-color: rgb(109 40 217 / 0.3);
}
:is(.dark .dark\:bg-violet-700\/40) {
  background-color: rgb(109 40 217 / 0.4);
}
:is(.dark .dark\:bg-violet-700\/5) {
  background-color: rgb(109 40 217 / 0.05);
}
:is(.dark .dark\:bg-violet-700\/50) {
  background-color: rgb(109 40 217 / 0.5);
}
:is(.dark .dark\:bg-violet-700\/60) {
  background-color: rgb(109 40 217 / 0.6);
}
:is(.dark .dark\:bg-violet-700\/70) {
  background-color: rgb(109 40 217 / 0.7);
}
:is(.dark .dark\:bg-violet-700\/75) {
  background-color: rgb(109 40 217 / 0.75);
}
:is(.dark .dark\:bg-violet-700\/80) {
  background-color: rgb(109 40 217 / 0.8);
}
:is(.dark .dark\:bg-violet-700\/90) {
  background-color: rgb(109 40 217 / 0.9);
}
:is(.dark .dark\:bg-violet-700\/95) {
  background-color: rgb(109 40 217 / 0.95);
}
:is(.dark .dark\:bg-violet-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-800\/0) {
  background-color: rgb(91 33 182 / 0);
}
:is(.dark .dark\:bg-violet-800\/10) {
  background-color: rgb(91 33 182 / 0.1);
}
:is(.dark .dark\:bg-violet-800\/100) {
  background-color: rgb(91 33 182 / 1);
}
:is(.dark .dark\:bg-violet-800\/20) {
  background-color: rgb(91 33 182 / 0.2);
}
:is(.dark .dark\:bg-violet-800\/25) {
  background-color: rgb(91 33 182 / 0.25);
}
:is(.dark .dark\:bg-violet-800\/30) {
  background-color: rgb(91 33 182 / 0.3);
}
:is(.dark .dark\:bg-violet-800\/40) {
  background-color: rgb(91 33 182 / 0.4);
}
:is(.dark .dark\:bg-violet-800\/5) {
  background-color: rgb(91 33 182 / 0.05);
}
:is(.dark .dark\:bg-violet-800\/50) {
  background-color: rgb(91 33 182 / 0.5);
}
:is(.dark .dark\:bg-violet-800\/60) {
  background-color: rgb(91 33 182 / 0.6);
}
:is(.dark .dark\:bg-violet-800\/70) {
  background-color: rgb(91 33 182 / 0.7);
}
:is(.dark .dark\:bg-violet-800\/75) {
  background-color: rgb(91 33 182 / 0.75);
}
:is(.dark .dark\:bg-violet-800\/80) {
  background-color: rgb(91 33 182 / 0.8);
}
:is(.dark .dark\:bg-violet-800\/90) {
  background-color: rgb(91 33 182 / 0.9);
}
:is(.dark .dark\:bg-violet-800\/95) {
  background-color: rgb(91 33 182 / 0.95);
}
:is(.dark .dark\:bg-violet-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-900\/0) {
  background-color: rgb(76 29 149 / 0);
}
:is(.dark .dark\:bg-violet-900\/10) {
  background-color: rgb(76 29 149 / 0.1);
}
:is(.dark .dark\:bg-violet-900\/100) {
  background-color: rgb(76 29 149 / 1);
}
:is(.dark .dark\:bg-violet-900\/20) {
  background-color: rgb(76 29 149 / 0.2);
}
:is(.dark .dark\:bg-violet-900\/25) {
  background-color: rgb(76 29 149 / 0.25);
}
:is(.dark .dark\:bg-violet-900\/30) {
  background-color: rgb(76 29 149 / 0.3);
}
:is(.dark .dark\:bg-violet-900\/40) {
  background-color: rgb(76 29 149 / 0.4);
}
:is(.dark .dark\:bg-violet-900\/5) {
  background-color: rgb(76 29 149 / 0.05);
}
:is(.dark .dark\:bg-violet-900\/50) {
  background-color: rgb(76 29 149 / 0.5);
}
:is(.dark .dark\:bg-violet-900\/60) {
  background-color: rgb(76 29 149 / 0.6);
}
:is(.dark .dark\:bg-violet-900\/70) {
  background-color: rgb(76 29 149 / 0.7);
}
:is(.dark .dark\:bg-violet-900\/75) {
  background-color: rgb(76 29 149 / 0.75);
}
:is(.dark .dark\:bg-violet-900\/80) {
  background-color: rgb(76 29 149 / 0.8);
}
:is(.dark .dark\:bg-violet-900\/90) {
  background-color: rgb(76 29 149 / 0.9);
}
:is(.dark .dark\:bg-violet-900\/95) {
  background-color: rgb(76 29 149 / 0.95);
}
:is(.dark .dark\:bg-violet-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-violet-950\/0) {
  background-color: rgb(46 16 101 / 0);
}
:is(.dark .dark\:bg-violet-950\/10) {
  background-color: rgb(46 16 101 / 0.1);
}
:is(.dark .dark\:bg-violet-950\/100) {
  background-color: rgb(46 16 101 / 1);
}
:is(.dark .dark\:bg-violet-950\/20) {
  background-color: rgb(46 16 101 / 0.2);
}
:is(.dark .dark\:bg-violet-950\/25) {
  background-color: rgb(46 16 101 / 0.25);
}
:is(.dark .dark\:bg-violet-950\/30) {
  background-color: rgb(46 16 101 / 0.3);
}
:is(.dark .dark\:bg-violet-950\/40) {
  background-color: rgb(46 16 101 / 0.4);
}
:is(.dark .dark\:bg-violet-950\/5) {
  background-color: rgb(46 16 101 / 0.05);
}
:is(.dark .dark\:bg-violet-950\/50) {
  background-color: rgb(46 16 101 / 0.5);
}
:is(.dark .dark\:bg-violet-950\/60) {
  background-color: rgb(46 16 101 / 0.6);
}
:is(.dark .dark\:bg-violet-950\/70) {
  background-color: rgb(46 16 101 / 0.7);
}
:is(.dark .dark\:bg-violet-950\/75) {
  background-color: rgb(46 16 101 / 0.75);
}
:is(.dark .dark\:bg-violet-950\/80) {
  background-color: rgb(46 16 101 / 0.8);
}
:is(.dark .dark\:bg-violet-950\/90) {
  background-color: rgb(46 16 101 / 0.9);
}
:is(.dark .dark\:bg-violet-950\/95) {
  background-color: rgb(46 16 101 / 0.95);
}
:is(.dark .dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-100\/0) {
  background-color: rgb(254 249 195 / 0);
}
:is(.dark .dark\:bg-yellow-100\/10) {
  background-color: rgb(254 249 195 / 0.1);
}
:is(.dark .dark\:bg-yellow-100\/100) {
  background-color: rgb(254 249 195 / 1);
}
:is(.dark .dark\:bg-yellow-100\/20) {
  background-color: rgb(254 249 195 / 0.2);
}
:is(.dark .dark\:bg-yellow-100\/25) {
  background-color: rgb(254 249 195 / 0.25);
}
:is(.dark .dark\:bg-yellow-100\/30) {
  background-color: rgb(254 249 195 / 0.3);
}
:is(.dark .dark\:bg-yellow-100\/40) {
  background-color: rgb(254 249 195 / 0.4);
}
:is(.dark .dark\:bg-yellow-100\/5) {
  background-color: rgb(254 249 195 / 0.05);
}
:is(.dark .dark\:bg-yellow-100\/50) {
  background-color: rgb(254 249 195 / 0.5);
}
:is(.dark .dark\:bg-yellow-100\/60) {
  background-color: rgb(254 249 195 / 0.6);
}
:is(.dark .dark\:bg-yellow-100\/70) {
  background-color: rgb(254 249 195 / 0.7);
}
:is(.dark .dark\:bg-yellow-100\/75) {
  background-color: rgb(254 249 195 / 0.75);
}
:is(.dark .dark\:bg-yellow-100\/80) {
  background-color: rgb(254 249 195 / 0.8);
}
:is(.dark .dark\:bg-yellow-100\/90) {
  background-color: rgb(254 249 195 / 0.9);
}
:is(.dark .dark\:bg-yellow-100\/95) {
  background-color: rgb(254 249 195 / 0.95);
}
:is(.dark .dark\:bg-yellow-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-200\/0) {
  background-color: rgb(254 240 138 / 0);
}
:is(.dark .dark\:bg-yellow-200\/10) {
  background-color: rgb(254 240 138 / 0.1);
}
:is(.dark .dark\:bg-yellow-200\/100) {
  background-color: rgb(254 240 138 / 1);
}
:is(.dark .dark\:bg-yellow-200\/20) {
  background-color: rgb(254 240 138 / 0.2);
}
:is(.dark .dark\:bg-yellow-200\/25) {
  background-color: rgb(254 240 138 / 0.25);
}
:is(.dark .dark\:bg-yellow-200\/30) {
  background-color: rgb(254 240 138 / 0.3);
}
:is(.dark .dark\:bg-yellow-200\/40) {
  background-color: rgb(254 240 138 / 0.4);
}
:is(.dark .dark\:bg-yellow-200\/5) {
  background-color: rgb(254 240 138 / 0.05);
}
:is(.dark .dark\:bg-yellow-200\/50) {
  background-color: rgb(254 240 138 / 0.5);
}
:is(.dark .dark\:bg-yellow-200\/60) {
  background-color: rgb(254 240 138 / 0.6);
}
:is(.dark .dark\:bg-yellow-200\/70) {
  background-color: rgb(254 240 138 / 0.7);
}
:is(.dark .dark\:bg-yellow-200\/75) {
  background-color: rgb(254 240 138 / 0.75);
}
:is(.dark .dark\:bg-yellow-200\/80) {
  background-color: rgb(254 240 138 / 0.8);
}
:is(.dark .dark\:bg-yellow-200\/90) {
  background-color: rgb(254 240 138 / 0.9);
}
:is(.dark .dark\:bg-yellow-200\/95) {
  background-color: rgb(254 240 138 / 0.95);
}
:is(.dark .dark\:bg-yellow-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-300\/0) {
  background-color: rgb(253 224 71 / 0);
}
:is(.dark .dark\:bg-yellow-300\/10) {
  background-color: rgb(253 224 71 / 0.1);
}
:is(.dark .dark\:bg-yellow-300\/100) {
  background-color: rgb(253 224 71 / 1);
}
:is(.dark .dark\:bg-yellow-300\/20) {
  background-color: rgb(253 224 71 / 0.2);
}
:is(.dark .dark\:bg-yellow-300\/25) {
  background-color: rgb(253 224 71 / 0.25);
}
:is(.dark .dark\:bg-yellow-300\/30) {
  background-color: rgb(253 224 71 / 0.3);
}
:is(.dark .dark\:bg-yellow-300\/40) {
  background-color: rgb(253 224 71 / 0.4);
}
:is(.dark .dark\:bg-yellow-300\/5) {
  background-color: rgb(253 224 71 / 0.05);
}
:is(.dark .dark\:bg-yellow-300\/50) {
  background-color: rgb(253 224 71 / 0.5);
}
:is(.dark .dark\:bg-yellow-300\/60) {
  background-color: rgb(253 224 71 / 0.6);
}
:is(.dark .dark\:bg-yellow-300\/70) {
  background-color: rgb(253 224 71 / 0.7);
}
:is(.dark .dark\:bg-yellow-300\/75) {
  background-color: rgb(253 224 71 / 0.75);
}
:is(.dark .dark\:bg-yellow-300\/80) {
  background-color: rgb(253 224 71 / 0.8);
}
:is(.dark .dark\:bg-yellow-300\/90) {
  background-color: rgb(253 224 71 / 0.9);
}
:is(.dark .dark\:bg-yellow-300\/95) {
  background-color: rgb(253 224 71 / 0.95);
}
:is(.dark .dark\:bg-yellow-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-400\/0) {
  background-color: rgb(250 204 21 / 0);
}
:is(.dark .dark\:bg-yellow-400\/10) {
  background-color: rgb(250 204 21 / 0.1);
}
:is(.dark .dark\:bg-yellow-400\/100) {
  background-color: rgb(250 204 21 / 1);
}
:is(.dark .dark\:bg-yellow-400\/20) {
  background-color: rgb(250 204 21 / 0.2);
}
:is(.dark .dark\:bg-yellow-400\/25) {
  background-color: rgb(250 204 21 / 0.25);
}
:is(.dark .dark\:bg-yellow-400\/30) {
  background-color: rgb(250 204 21 / 0.3);
}
:is(.dark .dark\:bg-yellow-400\/40) {
  background-color: rgb(250 204 21 / 0.4);
}
:is(.dark .dark\:bg-yellow-400\/5) {
  background-color: rgb(250 204 21 / 0.05);
}
:is(.dark .dark\:bg-yellow-400\/50) {
  background-color: rgb(250 204 21 / 0.5);
}
:is(.dark .dark\:bg-yellow-400\/60) {
  background-color: rgb(250 204 21 / 0.6);
}
:is(.dark .dark\:bg-yellow-400\/70) {
  background-color: rgb(250 204 21 / 0.7);
}
:is(.dark .dark\:bg-yellow-400\/75) {
  background-color: rgb(250 204 21 / 0.75);
}
:is(.dark .dark\:bg-yellow-400\/80) {
  background-color: rgb(250 204 21 / 0.8);
}
:is(.dark .dark\:bg-yellow-400\/90) {
  background-color: rgb(250 204 21 / 0.9);
}
:is(.dark .dark\:bg-yellow-400\/95) {
  background-color: rgb(250 204 21 / 0.95);
}
:is(.dark .dark\:bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-50\/0) {
  background-color: rgb(254 252 232 / 0);
}
:is(.dark .dark\:bg-yellow-50\/10) {
  background-color: rgb(254 252 232 / 0.1);
}
:is(.dark .dark\:bg-yellow-50\/100) {
  background-color: rgb(254 252 232 / 1);
}
:is(.dark .dark\:bg-yellow-50\/20) {
  background-color: rgb(254 252 232 / 0.2);
}
:is(.dark .dark\:bg-yellow-50\/25) {
  background-color: rgb(254 252 232 / 0.25);
}
:is(.dark .dark\:bg-yellow-50\/30) {
  background-color: rgb(254 252 232 / 0.3);
}
:is(.dark .dark\:bg-yellow-50\/40) {
  background-color: rgb(254 252 232 / 0.4);
}
:is(.dark .dark\:bg-yellow-50\/5) {
  background-color: rgb(254 252 232 / 0.05);
}
:is(.dark .dark\:bg-yellow-50\/50) {
  background-color: rgb(254 252 232 / 0.5);
}
:is(.dark .dark\:bg-yellow-50\/60) {
  background-color: rgb(254 252 232 / 0.6);
}
:is(.dark .dark\:bg-yellow-50\/70) {
  background-color: rgb(254 252 232 / 0.7);
}
:is(.dark .dark\:bg-yellow-50\/75) {
  background-color: rgb(254 252 232 / 0.75);
}
:is(.dark .dark\:bg-yellow-50\/80) {
  background-color: rgb(254 252 232 / 0.8);
}
:is(.dark .dark\:bg-yellow-50\/90) {
  background-color: rgb(254 252 232 / 0.9);
}
:is(.dark .dark\:bg-yellow-50\/95) {
  background-color: rgb(254 252 232 / 0.95);
}
:is(.dark .dark\:bg-yellow-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-500\/0) {
  background-color: rgb(234 179 8 / 0);
}
:is(.dark .dark\:bg-yellow-500\/10) {
  background-color: rgb(234 179 8 / 0.1);
}
:is(.dark .dark\:bg-yellow-500\/100) {
  background-color: rgb(234 179 8 / 1);
}
:is(.dark .dark\:bg-yellow-500\/20) {
  background-color: rgb(234 179 8 / 0.2);
}
:is(.dark .dark\:bg-yellow-500\/25) {
  background-color: rgb(234 179 8 / 0.25);
}
:is(.dark .dark\:bg-yellow-500\/30) {
  background-color: rgb(234 179 8 / 0.3);
}
:is(.dark .dark\:bg-yellow-500\/40) {
  background-color: rgb(234 179 8 / 0.4);
}
:is(.dark .dark\:bg-yellow-500\/5) {
  background-color: rgb(234 179 8 / 0.05);
}
:is(.dark .dark\:bg-yellow-500\/50) {
  background-color: rgb(234 179 8 / 0.5);
}
:is(.dark .dark\:bg-yellow-500\/60) {
  background-color: rgb(234 179 8 / 0.6);
}
:is(.dark .dark\:bg-yellow-500\/70) {
  background-color: rgb(234 179 8 / 0.7);
}
:is(.dark .dark\:bg-yellow-500\/75) {
  background-color: rgb(234 179 8 / 0.75);
}
:is(.dark .dark\:bg-yellow-500\/80) {
  background-color: rgb(234 179 8 / 0.8);
}
:is(.dark .dark\:bg-yellow-500\/90) {
  background-color: rgb(234 179 8 / 0.9);
}
:is(.dark .dark\:bg-yellow-500\/95) {
  background-color: rgb(234 179 8 / 0.95);
}
:is(.dark .dark\:bg-yellow-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-600\/0) {
  background-color: rgb(202 138 4 / 0);
}
:is(.dark .dark\:bg-yellow-600\/10) {
  background-color: rgb(202 138 4 / 0.1);
}
:is(.dark .dark\:bg-yellow-600\/100) {
  background-color: rgb(202 138 4 / 1);
}
:is(.dark .dark\:bg-yellow-600\/20) {
  background-color: rgb(202 138 4 / 0.2);
}
:is(.dark .dark\:bg-yellow-600\/25) {
  background-color: rgb(202 138 4 / 0.25);
}
:is(.dark .dark\:bg-yellow-600\/30) {
  background-color: rgb(202 138 4 / 0.3);
}
:is(.dark .dark\:bg-yellow-600\/40) {
  background-color: rgb(202 138 4 / 0.4);
}
:is(.dark .dark\:bg-yellow-600\/5) {
  background-color: rgb(202 138 4 / 0.05);
}
:is(.dark .dark\:bg-yellow-600\/50) {
  background-color: rgb(202 138 4 / 0.5);
}
:is(.dark .dark\:bg-yellow-600\/60) {
  background-color: rgb(202 138 4 / 0.6);
}
:is(.dark .dark\:bg-yellow-600\/70) {
  background-color: rgb(202 138 4 / 0.7);
}
:is(.dark .dark\:bg-yellow-600\/75) {
  background-color: rgb(202 138 4 / 0.75);
}
:is(.dark .dark\:bg-yellow-600\/80) {
  background-color: rgb(202 138 4 / 0.8);
}
:is(.dark .dark\:bg-yellow-600\/90) {
  background-color: rgb(202 138 4 / 0.9);
}
:is(.dark .dark\:bg-yellow-600\/95) {
  background-color: rgb(202 138 4 / 0.95);
}
:is(.dark .dark\:bg-yellow-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-700\/0) {
  background-color: rgb(161 98 7 / 0);
}
:is(.dark .dark\:bg-yellow-700\/10) {
  background-color: rgb(161 98 7 / 0.1);
}
:is(.dark .dark\:bg-yellow-700\/100) {
  background-color: rgb(161 98 7 / 1);
}
:is(.dark .dark\:bg-yellow-700\/20) {
  background-color: rgb(161 98 7 / 0.2);
}
:is(.dark .dark\:bg-yellow-700\/25) {
  background-color: rgb(161 98 7 / 0.25);
}
:is(.dark .dark\:bg-yellow-700\/30) {
  background-color: rgb(161 98 7 / 0.3);
}
:is(.dark .dark\:bg-yellow-700\/40) {
  background-color: rgb(161 98 7 / 0.4);
}
:is(.dark .dark\:bg-yellow-700\/5) {
  background-color: rgb(161 98 7 / 0.05);
}
:is(.dark .dark\:bg-yellow-700\/50) {
  background-color: rgb(161 98 7 / 0.5);
}
:is(.dark .dark\:bg-yellow-700\/60) {
  background-color: rgb(161 98 7 / 0.6);
}
:is(.dark .dark\:bg-yellow-700\/70) {
  background-color: rgb(161 98 7 / 0.7);
}
:is(.dark .dark\:bg-yellow-700\/75) {
  background-color: rgb(161 98 7 / 0.75);
}
:is(.dark .dark\:bg-yellow-700\/80) {
  background-color: rgb(161 98 7 / 0.8);
}
:is(.dark .dark\:bg-yellow-700\/90) {
  background-color: rgb(161 98 7 / 0.9);
}
:is(.dark .dark\:bg-yellow-700\/95) {
  background-color: rgb(161 98 7 / 0.95);
}
:is(.dark .dark\:bg-yellow-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-800\/0) {
  background-color: rgb(133 77 14 / 0);
}
:is(.dark .dark\:bg-yellow-800\/10) {
  background-color: rgb(133 77 14 / 0.1);
}
:is(.dark .dark\:bg-yellow-800\/100) {
  background-color: rgb(133 77 14 / 1);
}
:is(.dark .dark\:bg-yellow-800\/20) {
  background-color: rgb(133 77 14 / 0.2);
}
:is(.dark .dark\:bg-yellow-800\/25) {
  background-color: rgb(133 77 14 / 0.25);
}
:is(.dark .dark\:bg-yellow-800\/30) {
  background-color: rgb(133 77 14 / 0.3);
}
:is(.dark .dark\:bg-yellow-800\/40) {
  background-color: rgb(133 77 14 / 0.4);
}
:is(.dark .dark\:bg-yellow-800\/5) {
  background-color: rgb(133 77 14 / 0.05);
}
:is(.dark .dark\:bg-yellow-800\/50) {
  background-color: rgb(133 77 14 / 0.5);
}
:is(.dark .dark\:bg-yellow-800\/60) {
  background-color: rgb(133 77 14 / 0.6);
}
:is(.dark .dark\:bg-yellow-800\/70) {
  background-color: rgb(133 77 14 / 0.7);
}
:is(.dark .dark\:bg-yellow-800\/75) {
  background-color: rgb(133 77 14 / 0.75);
}
:is(.dark .dark\:bg-yellow-800\/80) {
  background-color: rgb(133 77 14 / 0.8);
}
:is(.dark .dark\:bg-yellow-800\/90) {
  background-color: rgb(133 77 14 / 0.9);
}
:is(.dark .dark\:bg-yellow-800\/95) {
  background-color: rgb(133 77 14 / 0.95);
}
:is(.dark .dark\:bg-yellow-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-900\/0) {
  background-color: rgb(113 63 18 / 0);
}
:is(.dark .dark\:bg-yellow-900\/10) {
  background-color: rgb(113 63 18 / 0.1);
}
:is(.dark .dark\:bg-yellow-900\/100) {
  background-color: rgb(113 63 18 / 1);
}
:is(.dark .dark\:bg-yellow-900\/20) {
  background-color: rgb(113 63 18 / 0.2);
}
:is(.dark .dark\:bg-yellow-900\/25) {
  background-color: rgb(113 63 18 / 0.25);
}
:is(.dark .dark\:bg-yellow-900\/30) {
  background-color: rgb(113 63 18 / 0.3);
}
:is(.dark .dark\:bg-yellow-900\/40) {
  background-color: rgb(113 63 18 / 0.4);
}
:is(.dark .dark\:bg-yellow-900\/5) {
  background-color: rgb(113 63 18 / 0.05);
}
:is(.dark .dark\:bg-yellow-900\/50) {
  background-color: rgb(113 63 18 / 0.5);
}
:is(.dark .dark\:bg-yellow-900\/60) {
  background-color: rgb(113 63 18 / 0.6);
}
:is(.dark .dark\:bg-yellow-900\/70) {
  background-color: rgb(113 63 18 / 0.7);
}
:is(.dark .dark\:bg-yellow-900\/75) {
  background-color: rgb(113 63 18 / 0.75);
}
:is(.dark .dark\:bg-yellow-900\/80) {
  background-color: rgb(113 63 18 / 0.8);
}
:is(.dark .dark\:bg-yellow-900\/90) {
  background-color: rgb(113 63 18 / 0.9);
}
:is(.dark .dark\:bg-yellow-900\/95) {
  background-color: rgb(113 63 18 / 0.95);
}
:is(.dark .dark\:bg-yellow-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-950\/0) {
  background-color: rgb(66 32 6 / 0);
}
:is(.dark .dark\:bg-yellow-950\/10) {
  background-color: rgb(66 32 6 / 0.1);
}
:is(.dark .dark\:bg-yellow-950\/100) {
  background-color: rgb(66 32 6 / 1);
}
:is(.dark .dark\:bg-yellow-950\/20) {
  background-color: rgb(66 32 6 / 0.2);
}
:is(.dark .dark\:bg-yellow-950\/25) {
  background-color: rgb(66 32 6 / 0.25);
}
:is(.dark .dark\:bg-yellow-950\/30) {
  background-color: rgb(66 32 6 / 0.3);
}
:is(.dark .dark\:bg-yellow-950\/40) {
  background-color: rgb(66 32 6 / 0.4);
}
:is(.dark .dark\:bg-yellow-950\/5) {
  background-color: rgb(66 32 6 / 0.05);
}
:is(.dark .dark\:bg-yellow-950\/50) {
  background-color: rgb(66 32 6 / 0.5);
}
:is(.dark .dark\:bg-yellow-950\/60) {
  background-color: rgb(66 32 6 / 0.6);
}
:is(.dark .dark\:bg-yellow-950\/70) {
  background-color: rgb(66 32 6 / 0.7);
}
:is(.dark .dark\:bg-yellow-950\/75) {
  background-color: rgb(66 32 6 / 0.75);
}
:is(.dark .dark\:bg-yellow-950\/80) {
  background-color: rgb(66 32 6 / 0.8);
}
:is(.dark .dark\:bg-yellow-950\/90) {
  background-color: rgb(66 32 6 / 0.9);
}
:is(.dark .dark\:bg-yellow-950\/95) {
  background-color: rgb(66 32 6 / 0.95);
}
:is(.dark .dark\:bg-zinc-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-100\/0) {
  background-color: rgb(244 244 245 / 0);
}
:is(.dark .dark\:bg-zinc-100\/10) {
  background-color: rgb(244 244 245 / 0.1);
}
:is(.dark .dark\:bg-zinc-100\/100) {
  background-color: rgb(244 244 245 / 1);
}
:is(.dark .dark\:bg-zinc-100\/20) {
  background-color: rgb(244 244 245 / 0.2);
}
:is(.dark .dark\:bg-zinc-100\/25) {
  background-color: rgb(244 244 245 / 0.25);
}
:is(.dark .dark\:bg-zinc-100\/30) {
  background-color: rgb(244 244 245 / 0.3);
}
:is(.dark .dark\:bg-zinc-100\/40) {
  background-color: rgb(244 244 245 / 0.4);
}
:is(.dark .dark\:bg-zinc-100\/5) {
  background-color: rgb(244 244 245 / 0.05);
}
:is(.dark .dark\:bg-zinc-100\/50) {
  background-color: rgb(244 244 245 / 0.5);
}
:is(.dark .dark\:bg-zinc-100\/60) {
  background-color: rgb(244 244 245 / 0.6);
}
:is(.dark .dark\:bg-zinc-100\/70) {
  background-color: rgb(244 244 245 / 0.7);
}
:is(.dark .dark\:bg-zinc-100\/75) {
  background-color: rgb(244 244 245 / 0.75);
}
:is(.dark .dark\:bg-zinc-100\/80) {
  background-color: rgb(244 244 245 / 0.8);
}
:is(.dark .dark\:bg-zinc-100\/90) {
  background-color: rgb(244 244 245 / 0.9);
}
:is(.dark .dark\:bg-zinc-100\/95) {
  background-color: rgb(244 244 245 / 0.95);
}
:is(.dark .dark\:bg-zinc-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-200\/0) {
  background-color: rgb(228 228 231 / 0);
}
:is(.dark .dark\:bg-zinc-200\/10) {
  background-color: rgb(228 228 231 / 0.1);
}
:is(.dark .dark\:bg-zinc-200\/100) {
  background-color: rgb(228 228 231 / 1);
}
:is(.dark .dark\:bg-zinc-200\/20) {
  background-color: rgb(228 228 231 / 0.2);
}
:is(.dark .dark\:bg-zinc-200\/25) {
  background-color: rgb(228 228 231 / 0.25);
}
:is(.dark .dark\:bg-zinc-200\/30) {
  background-color: rgb(228 228 231 / 0.3);
}
:is(.dark .dark\:bg-zinc-200\/40) {
  background-color: rgb(228 228 231 / 0.4);
}
:is(.dark .dark\:bg-zinc-200\/5) {
  background-color: rgb(228 228 231 / 0.05);
}
:is(.dark .dark\:bg-zinc-200\/50) {
  background-color: rgb(228 228 231 / 0.5);
}
:is(.dark .dark\:bg-zinc-200\/60) {
  background-color: rgb(228 228 231 / 0.6);
}
:is(.dark .dark\:bg-zinc-200\/70) {
  background-color: rgb(228 228 231 / 0.7);
}
:is(.dark .dark\:bg-zinc-200\/75) {
  background-color: rgb(228 228 231 / 0.75);
}
:is(.dark .dark\:bg-zinc-200\/80) {
  background-color: rgb(228 228 231 / 0.8);
}
:is(.dark .dark\:bg-zinc-200\/90) {
  background-color: rgb(228 228 231 / 0.9);
}
:is(.dark .dark\:bg-zinc-200\/95) {
  background-color: rgb(228 228 231 / 0.95);
}
:is(.dark .dark\:bg-zinc-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-300\/0) {
  background-color: rgb(212 212 216 / 0);
}
:is(.dark .dark\:bg-zinc-300\/10) {
  background-color: rgb(212 212 216 / 0.1);
}
:is(.dark .dark\:bg-zinc-300\/100) {
  background-color: rgb(212 212 216 / 1);
}
:is(.dark .dark\:bg-zinc-300\/20) {
  background-color: rgb(212 212 216 / 0.2);
}
:is(.dark .dark\:bg-zinc-300\/25) {
  background-color: rgb(212 212 216 / 0.25);
}
:is(.dark .dark\:bg-zinc-300\/30) {
  background-color: rgb(212 212 216 / 0.3);
}
:is(.dark .dark\:bg-zinc-300\/40) {
  background-color: rgb(212 212 216 / 0.4);
}
:is(.dark .dark\:bg-zinc-300\/5) {
  background-color: rgb(212 212 216 / 0.05);
}
:is(.dark .dark\:bg-zinc-300\/50) {
  background-color: rgb(212 212 216 / 0.5);
}
:is(.dark .dark\:bg-zinc-300\/60) {
  background-color: rgb(212 212 216 / 0.6);
}
:is(.dark .dark\:bg-zinc-300\/70) {
  background-color: rgb(212 212 216 / 0.7);
}
:is(.dark .dark\:bg-zinc-300\/75) {
  background-color: rgb(212 212 216 / 0.75);
}
:is(.dark .dark\:bg-zinc-300\/80) {
  background-color: rgb(212 212 216 / 0.8);
}
:is(.dark .dark\:bg-zinc-300\/90) {
  background-color: rgb(212 212 216 / 0.9);
}
:is(.dark .dark\:bg-zinc-300\/95) {
  background-color: rgb(212 212 216 / 0.95);
}
:is(.dark .dark\:bg-zinc-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-400\/0) {
  background-color: rgb(161 161 170 / 0);
}
:is(.dark .dark\:bg-zinc-400\/10) {
  background-color: rgb(161 161 170 / 0.1);
}
:is(.dark .dark\:bg-zinc-400\/100) {
  background-color: rgb(161 161 170 / 1);
}
:is(.dark .dark\:bg-zinc-400\/20) {
  background-color: rgb(161 161 170 / 0.2);
}
:is(.dark .dark\:bg-zinc-400\/25) {
  background-color: rgb(161 161 170 / 0.25);
}
:is(.dark .dark\:bg-zinc-400\/30) {
  background-color: rgb(161 161 170 / 0.3);
}
:is(.dark .dark\:bg-zinc-400\/40) {
  background-color: rgb(161 161 170 / 0.4);
}
:is(.dark .dark\:bg-zinc-400\/5) {
  background-color: rgb(161 161 170 / 0.05);
}
:is(.dark .dark\:bg-zinc-400\/50) {
  background-color: rgb(161 161 170 / 0.5);
}
:is(.dark .dark\:bg-zinc-400\/60) {
  background-color: rgb(161 161 170 / 0.6);
}
:is(.dark .dark\:bg-zinc-400\/70) {
  background-color: rgb(161 161 170 / 0.7);
}
:is(.dark .dark\:bg-zinc-400\/75) {
  background-color: rgb(161 161 170 / 0.75);
}
:is(.dark .dark\:bg-zinc-400\/80) {
  background-color: rgb(161 161 170 / 0.8);
}
:is(.dark .dark\:bg-zinc-400\/90) {
  background-color: rgb(161 161 170 / 0.9);
}
:is(.dark .dark\:bg-zinc-400\/95) {
  background-color: rgb(161 161 170 / 0.95);
}
:is(.dark .dark\:bg-zinc-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-50\/0) {
  background-color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:bg-zinc-50\/10) {
  background-color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:bg-zinc-50\/100) {
  background-color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:bg-zinc-50\/20) {
  background-color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:bg-zinc-50\/25) {
  background-color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:bg-zinc-50\/30) {
  background-color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:bg-zinc-50\/40) {
  background-color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:bg-zinc-50\/5) {
  background-color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:bg-zinc-50\/50) {
  background-color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:bg-zinc-50\/60) {
  background-color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:bg-zinc-50\/70) {
  background-color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:bg-zinc-50\/75) {
  background-color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:bg-zinc-50\/80) {
  background-color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:bg-zinc-50\/90) {
  background-color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:bg-zinc-50\/95) {
  background-color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:bg-zinc-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-500\/0) {
  background-color: rgb(113 113 122 / 0);
}
:is(.dark .dark\:bg-zinc-500\/10) {
  background-color: rgb(113 113 122 / 0.1);
}
:is(.dark .dark\:bg-zinc-500\/100) {
  background-color: rgb(113 113 122 / 1);
}
:is(.dark .dark\:bg-zinc-500\/20) {
  background-color: rgb(113 113 122 / 0.2);
}
:is(.dark .dark\:bg-zinc-500\/25) {
  background-color: rgb(113 113 122 / 0.25);
}
:is(.dark .dark\:bg-zinc-500\/30) {
  background-color: rgb(113 113 122 / 0.3);
}
:is(.dark .dark\:bg-zinc-500\/40) {
  background-color: rgb(113 113 122 / 0.4);
}
:is(.dark .dark\:bg-zinc-500\/5) {
  background-color: rgb(113 113 122 / 0.05);
}
:is(.dark .dark\:bg-zinc-500\/50) {
  background-color: rgb(113 113 122 / 0.5);
}
:is(.dark .dark\:bg-zinc-500\/60) {
  background-color: rgb(113 113 122 / 0.6);
}
:is(.dark .dark\:bg-zinc-500\/70) {
  background-color: rgb(113 113 122 / 0.7);
}
:is(.dark .dark\:bg-zinc-500\/75) {
  background-color: rgb(113 113 122 / 0.75);
}
:is(.dark .dark\:bg-zinc-500\/80) {
  background-color: rgb(113 113 122 / 0.8);
}
:is(.dark .dark\:bg-zinc-500\/90) {
  background-color: rgb(113 113 122 / 0.9);
}
:is(.dark .dark\:bg-zinc-500\/95) {
  background-color: rgb(113 113 122 / 0.95);
}
:is(.dark .dark\:bg-zinc-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-600\/0) {
  background-color: rgb(82 82 91 / 0);
}
:is(.dark .dark\:bg-zinc-600\/10) {
  background-color: rgb(82 82 91 / 0.1);
}
:is(.dark .dark\:bg-zinc-600\/100) {
  background-color: rgb(82 82 91 / 1);
}
:is(.dark .dark\:bg-zinc-600\/20) {
  background-color: rgb(82 82 91 / 0.2);
}
:is(.dark .dark\:bg-zinc-600\/25) {
  background-color: rgb(82 82 91 / 0.25);
}
:is(.dark .dark\:bg-zinc-600\/30) {
  background-color: rgb(82 82 91 / 0.3);
}
:is(.dark .dark\:bg-zinc-600\/40) {
  background-color: rgb(82 82 91 / 0.4);
}
:is(.dark .dark\:bg-zinc-600\/5) {
  background-color: rgb(82 82 91 / 0.05);
}
:is(.dark .dark\:bg-zinc-600\/50) {
  background-color: rgb(82 82 91 / 0.5);
}
:is(.dark .dark\:bg-zinc-600\/60) {
  background-color: rgb(82 82 91 / 0.6);
}
:is(.dark .dark\:bg-zinc-600\/70) {
  background-color: rgb(82 82 91 / 0.7);
}
:is(.dark .dark\:bg-zinc-600\/75) {
  background-color: rgb(82 82 91 / 0.75);
}
:is(.dark .dark\:bg-zinc-600\/80) {
  background-color: rgb(82 82 91 / 0.8);
}
:is(.dark .dark\:bg-zinc-600\/90) {
  background-color: rgb(82 82 91 / 0.9);
}
:is(.dark .dark\:bg-zinc-600\/95) {
  background-color: rgb(82 82 91 / 0.95);
}
:is(.dark .dark\:bg-zinc-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-700\/0) {
  background-color: rgb(63 63 70 / 0);
}
:is(.dark .dark\:bg-zinc-700\/10) {
  background-color: rgb(63 63 70 / 0.1);
}
:is(.dark .dark\:bg-zinc-700\/100) {
  background-color: rgb(63 63 70 / 1);
}
:is(.dark .dark\:bg-zinc-700\/20) {
  background-color: rgb(63 63 70 / 0.2);
}
:is(.dark .dark\:bg-zinc-700\/25) {
  background-color: rgb(63 63 70 / 0.25);
}
:is(.dark .dark\:bg-zinc-700\/30) {
  background-color: rgb(63 63 70 / 0.3);
}
:is(.dark .dark\:bg-zinc-700\/40) {
  background-color: rgb(63 63 70 / 0.4);
}
:is(.dark .dark\:bg-zinc-700\/5) {
  background-color: rgb(63 63 70 / 0.05);
}
:is(.dark .dark\:bg-zinc-700\/50) {
  background-color: rgb(63 63 70 / 0.5);
}
:is(.dark .dark\:bg-zinc-700\/60) {
  background-color: rgb(63 63 70 / 0.6);
}
:is(.dark .dark\:bg-zinc-700\/70) {
  background-color: rgb(63 63 70 / 0.7);
}
:is(.dark .dark\:bg-zinc-700\/75) {
  background-color: rgb(63 63 70 / 0.75);
}
:is(.dark .dark\:bg-zinc-700\/80) {
  background-color: rgb(63 63 70 / 0.8);
}
:is(.dark .dark\:bg-zinc-700\/90) {
  background-color: rgb(63 63 70 / 0.9);
}
:is(.dark .dark\:bg-zinc-700\/95) {
  background-color: rgb(63 63 70 / 0.95);
}
:is(.dark .dark\:bg-zinc-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-800\/0) {
  background-color: rgb(39 39 42 / 0);
}
:is(.dark .dark\:bg-zinc-800\/10) {
  background-color: rgb(39 39 42 / 0.1);
}
:is(.dark .dark\:bg-zinc-800\/100) {
  background-color: rgb(39 39 42 / 1);
}
:is(.dark .dark\:bg-zinc-800\/20) {
  background-color: rgb(39 39 42 / 0.2);
}
:is(.dark .dark\:bg-zinc-800\/25) {
  background-color: rgb(39 39 42 / 0.25);
}
:is(.dark .dark\:bg-zinc-800\/30) {
  background-color: rgb(39 39 42 / 0.3);
}
:is(.dark .dark\:bg-zinc-800\/40) {
  background-color: rgb(39 39 42 / 0.4);
}
:is(.dark .dark\:bg-zinc-800\/5) {
  background-color: rgb(39 39 42 / 0.05);
}
:is(.dark .dark\:bg-zinc-800\/50) {
  background-color: rgb(39 39 42 / 0.5);
}
:is(.dark .dark\:bg-zinc-800\/60) {
  background-color: rgb(39 39 42 / 0.6);
}
:is(.dark .dark\:bg-zinc-800\/70) {
  background-color: rgb(39 39 42 / 0.7);
}
:is(.dark .dark\:bg-zinc-800\/75) {
  background-color: rgb(39 39 42 / 0.75);
}
:is(.dark .dark\:bg-zinc-800\/80) {
  background-color: rgb(39 39 42 / 0.8);
}
:is(.dark .dark\:bg-zinc-800\/90) {
  background-color: rgb(39 39 42 / 0.9);
}
:is(.dark .dark\:bg-zinc-800\/95) {
  background-color: rgb(39 39 42 / 0.95);
}
:is(.dark .dark\:bg-zinc-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-900\/0) {
  background-color: rgb(24 24 27 / 0);
}
:is(.dark .dark\:bg-zinc-900\/10) {
  background-color: rgb(24 24 27 / 0.1);
}
:is(.dark .dark\:bg-zinc-900\/100) {
  background-color: rgb(24 24 27 / 1);
}
:is(.dark .dark\:bg-zinc-900\/20) {
  background-color: rgb(24 24 27 / 0.2);
}
:is(.dark .dark\:bg-zinc-900\/25) {
  background-color: rgb(24 24 27 / 0.25);
}
:is(.dark .dark\:bg-zinc-900\/30) {
  background-color: rgb(24 24 27 / 0.3);
}
:is(.dark .dark\:bg-zinc-900\/40) {
  background-color: rgb(24 24 27 / 0.4);
}
:is(.dark .dark\:bg-zinc-900\/5) {
  background-color: rgb(24 24 27 / 0.05);
}
:is(.dark .dark\:bg-zinc-900\/50) {
  background-color: rgb(24 24 27 / 0.5);
}
:is(.dark .dark\:bg-zinc-900\/60) {
  background-color: rgb(24 24 27 / 0.6);
}
:is(.dark .dark\:bg-zinc-900\/70) {
  background-color: rgb(24 24 27 / 0.7);
}
:is(.dark .dark\:bg-zinc-900\/75) {
  background-color: rgb(24 24 27 / 0.75);
}
:is(.dark .dark\:bg-zinc-900\/80) {
  background-color: rgb(24 24 27 / 0.8);
}
:is(.dark .dark\:bg-zinc-900\/90) {
  background-color: rgb(24 24 27 / 0.9);
}
:is(.dark .dark\:bg-zinc-900\/95) {
  background-color: rgb(24 24 27 / 0.95);
}
:is(.dark .dark\:bg-zinc-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-zinc-950\/0) {
  background-color: rgb(9 9 11 / 0);
}
:is(.dark .dark\:bg-zinc-950\/10) {
  background-color: rgb(9 9 11 / 0.1);
}
:is(.dark .dark\:bg-zinc-950\/100) {
  background-color: rgb(9 9 11 / 1);
}
:is(.dark .dark\:bg-zinc-950\/20) {
  background-color: rgb(9 9 11 / 0.2);
}
:is(.dark .dark\:bg-zinc-950\/25) {
  background-color: rgb(9 9 11 / 0.25);
}
:is(.dark .dark\:bg-zinc-950\/30) {
  background-color: rgb(9 9 11 / 0.3);
}
:is(.dark .dark\:bg-zinc-950\/40) {
  background-color: rgb(9 9 11 / 0.4);
}
:is(.dark .dark\:bg-zinc-950\/5) {
  background-color: rgb(9 9 11 / 0.05);
}
:is(.dark .dark\:bg-zinc-950\/50) {
  background-color: rgb(9 9 11 / 0.5);
}
:is(.dark .dark\:bg-zinc-950\/60) {
  background-color: rgb(9 9 11 / 0.6);
}
:is(.dark .dark\:bg-zinc-950\/70) {
  background-color: rgb(9 9 11 / 0.7);
}
:is(.dark .dark\:bg-zinc-950\/75) {
  background-color: rgb(9 9 11 / 0.75);
}
:is(.dark .dark\:bg-zinc-950\/80) {
  background-color: rgb(9 9 11 / 0.8);
}
:is(.dark .dark\:bg-zinc-950\/90) {
  background-color: rgb(9 9 11 / 0.9);
}
:is(.dark .dark\:bg-zinc-950\/95) {
  background-color: rgb(9 9 11 / 0.95);
}
:is(.dark .dark\:bg-opacity-70) {
  --tw-bg-opacity: 0.7;
}
:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}
:is(.dark .dark\:text-amber-100) {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-100\/0) {
  color: rgb(254 243 199 / 0);
}
:is(.dark .dark\:text-amber-100\/10) {
  color: rgb(254 243 199 / 0.1);
}
:is(.dark .dark\:text-amber-100\/100) {
  color: rgb(254 243 199 / 1);
}
:is(.dark .dark\:text-amber-100\/20) {
  color: rgb(254 243 199 / 0.2);
}
:is(.dark .dark\:text-amber-100\/25) {
  color: rgb(254 243 199 / 0.25);
}
:is(.dark .dark\:text-amber-100\/30) {
  color: rgb(254 243 199 / 0.3);
}
:is(.dark .dark\:text-amber-100\/40) {
  color: rgb(254 243 199 / 0.4);
}
:is(.dark .dark\:text-amber-100\/5) {
  color: rgb(254 243 199 / 0.05);
}
:is(.dark .dark\:text-amber-100\/50) {
  color: rgb(254 243 199 / 0.5);
}
:is(.dark .dark\:text-amber-100\/60) {
  color: rgb(254 243 199 / 0.6);
}
:is(.dark .dark\:text-amber-100\/70) {
  color: rgb(254 243 199 / 0.7);
}
:is(.dark .dark\:text-amber-100\/75) {
  color: rgb(254 243 199 / 0.75);
}
:is(.dark .dark\:text-amber-100\/80) {
  color: rgb(254 243 199 / 0.8);
}
:is(.dark .dark\:text-amber-100\/90) {
  color: rgb(254 243 199 / 0.9);
}
:is(.dark .dark\:text-amber-100\/95) {
  color: rgb(254 243 199 / 0.95);
}
:is(.dark .dark\:text-amber-200) {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-200\/0) {
  color: rgb(253 230 138 / 0);
}
:is(.dark .dark\:text-amber-200\/10) {
  color: rgb(253 230 138 / 0.1);
}
:is(.dark .dark\:text-amber-200\/100) {
  color: rgb(253 230 138 / 1);
}
:is(.dark .dark\:text-amber-200\/20) {
  color: rgb(253 230 138 / 0.2);
}
:is(.dark .dark\:text-amber-200\/25) {
  color: rgb(253 230 138 / 0.25);
}
:is(.dark .dark\:text-amber-200\/30) {
  color: rgb(253 230 138 / 0.3);
}
:is(.dark .dark\:text-amber-200\/40) {
  color: rgb(253 230 138 / 0.4);
}
:is(.dark .dark\:text-amber-200\/5) {
  color: rgb(253 230 138 / 0.05);
}
:is(.dark .dark\:text-amber-200\/50) {
  color: rgb(253 230 138 / 0.5);
}
:is(.dark .dark\:text-amber-200\/60) {
  color: rgb(253 230 138 / 0.6);
}
:is(.dark .dark\:text-amber-200\/70) {
  color: rgb(253 230 138 / 0.7);
}
:is(.dark .dark\:text-amber-200\/75) {
  color: rgb(253 230 138 / 0.75);
}
:is(.dark .dark\:text-amber-200\/80) {
  color: rgb(253 230 138 / 0.8);
}
:is(.dark .dark\:text-amber-200\/90) {
  color: rgb(253 230 138 / 0.9);
}
:is(.dark .dark\:text-amber-200\/95) {
  color: rgb(253 230 138 / 0.95);
}
:is(.dark .dark\:text-amber-300) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-300\/0) {
  color: rgb(252 211 77 / 0);
}
:is(.dark .dark\:text-amber-300\/10) {
  color: rgb(252 211 77 / 0.1);
}
:is(.dark .dark\:text-amber-300\/100) {
  color: rgb(252 211 77 / 1);
}
:is(.dark .dark\:text-amber-300\/20) {
  color: rgb(252 211 77 / 0.2);
}
:is(.dark .dark\:text-amber-300\/25) {
  color: rgb(252 211 77 / 0.25);
}
:is(.dark .dark\:text-amber-300\/30) {
  color: rgb(252 211 77 / 0.3);
}
:is(.dark .dark\:text-amber-300\/40) {
  color: rgb(252 211 77 / 0.4);
}
:is(.dark .dark\:text-amber-300\/5) {
  color: rgb(252 211 77 / 0.05);
}
:is(.dark .dark\:text-amber-300\/50) {
  color: rgb(252 211 77 / 0.5);
}
:is(.dark .dark\:text-amber-300\/60) {
  color: rgb(252 211 77 / 0.6);
}
:is(.dark .dark\:text-amber-300\/70) {
  color: rgb(252 211 77 / 0.7);
}
:is(.dark .dark\:text-amber-300\/75) {
  color: rgb(252 211 77 / 0.75);
}
:is(.dark .dark\:text-amber-300\/80) {
  color: rgb(252 211 77 / 0.8);
}
:is(.dark .dark\:text-amber-300\/90) {
  color: rgb(252 211 77 / 0.9);
}
:is(.dark .dark\:text-amber-300\/95) {
  color: rgb(252 211 77 / 0.95);
}
:is(.dark .dark\:text-amber-400) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-400\/0) {
  color: rgb(251 191 36 / 0);
}
:is(.dark .dark\:text-amber-400\/10) {
  color: rgb(251 191 36 / 0.1);
}
:is(.dark .dark\:text-amber-400\/100) {
  color: rgb(251 191 36 / 1);
}
:is(.dark .dark\:text-amber-400\/20) {
  color: rgb(251 191 36 / 0.2);
}
:is(.dark .dark\:text-amber-400\/25) {
  color: rgb(251 191 36 / 0.25);
}
:is(.dark .dark\:text-amber-400\/30) {
  color: rgb(251 191 36 / 0.3);
}
:is(.dark .dark\:text-amber-400\/40) {
  color: rgb(251 191 36 / 0.4);
}
:is(.dark .dark\:text-amber-400\/5) {
  color: rgb(251 191 36 / 0.05);
}
:is(.dark .dark\:text-amber-400\/50) {
  color: rgb(251 191 36 / 0.5);
}
:is(.dark .dark\:text-amber-400\/60) {
  color: rgb(251 191 36 / 0.6);
}
:is(.dark .dark\:text-amber-400\/70) {
  color: rgb(251 191 36 / 0.7);
}
:is(.dark .dark\:text-amber-400\/75) {
  color: rgb(251 191 36 / 0.75);
}
:is(.dark .dark\:text-amber-400\/80) {
  color: rgb(251 191 36 / 0.8);
}
:is(.dark .dark\:text-amber-400\/90) {
  color: rgb(251 191 36 / 0.9);
}
:is(.dark .dark\:text-amber-400\/95) {
  color: rgb(251 191 36 / 0.95);
}
:is(.dark .dark\:text-amber-50) {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-50\/0) {
  color: rgb(255 251 235 / 0);
}
:is(.dark .dark\:text-amber-50\/10) {
  color: rgb(255 251 235 / 0.1);
}
:is(.dark .dark\:text-amber-50\/100) {
  color: rgb(255 251 235 / 1);
}
:is(.dark .dark\:text-amber-50\/20) {
  color: rgb(255 251 235 / 0.2);
}
:is(.dark .dark\:text-amber-50\/25) {
  color: rgb(255 251 235 / 0.25);
}
:is(.dark .dark\:text-amber-50\/30) {
  color: rgb(255 251 235 / 0.3);
}
:is(.dark .dark\:text-amber-50\/40) {
  color: rgb(255 251 235 / 0.4);
}
:is(.dark .dark\:text-amber-50\/5) {
  color: rgb(255 251 235 / 0.05);
}
:is(.dark .dark\:text-amber-50\/50) {
  color: rgb(255 251 235 / 0.5);
}
:is(.dark .dark\:text-amber-50\/60) {
  color: rgb(255 251 235 / 0.6);
}
:is(.dark .dark\:text-amber-50\/70) {
  color: rgb(255 251 235 / 0.7);
}
:is(.dark .dark\:text-amber-50\/75) {
  color: rgb(255 251 235 / 0.75);
}
:is(.dark .dark\:text-amber-50\/80) {
  color: rgb(255 251 235 / 0.8);
}
:is(.dark .dark\:text-amber-50\/90) {
  color: rgb(255 251 235 / 0.9);
}
:is(.dark .dark\:text-amber-50\/95) {
  color: rgb(255 251 235 / 0.95);
}
:is(.dark .dark\:text-amber-500) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-500\/0) {
  color: rgb(245 158 11 / 0);
}
:is(.dark .dark\:text-amber-500\/10) {
  color: rgb(245 158 11 / 0.1);
}
:is(.dark .dark\:text-amber-500\/100) {
  color: rgb(245 158 11 / 1);
}
:is(.dark .dark\:text-amber-500\/20) {
  color: rgb(245 158 11 / 0.2);
}
:is(.dark .dark\:text-amber-500\/25) {
  color: rgb(245 158 11 / 0.25);
}
:is(.dark .dark\:text-amber-500\/30) {
  color: rgb(245 158 11 / 0.3);
}
:is(.dark .dark\:text-amber-500\/40) {
  color: rgb(245 158 11 / 0.4);
}
:is(.dark .dark\:text-amber-500\/5) {
  color: rgb(245 158 11 / 0.05);
}
:is(.dark .dark\:text-amber-500\/50) {
  color: rgb(245 158 11 / 0.5);
}
:is(.dark .dark\:text-amber-500\/60) {
  color: rgb(245 158 11 / 0.6);
}
:is(.dark .dark\:text-amber-500\/70) {
  color: rgb(245 158 11 / 0.7);
}
:is(.dark .dark\:text-amber-500\/75) {
  color: rgb(245 158 11 / 0.75);
}
:is(.dark .dark\:text-amber-500\/80) {
  color: rgb(245 158 11 / 0.8);
}
:is(.dark .dark\:text-amber-500\/90) {
  color: rgb(245 158 11 / 0.9);
}
:is(.dark .dark\:text-amber-500\/95) {
  color: rgb(245 158 11 / 0.95);
}
:is(.dark .dark\:text-amber-600) {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-600\/0) {
  color: rgb(217 119 6 / 0);
}
:is(.dark .dark\:text-amber-600\/10) {
  color: rgb(217 119 6 / 0.1);
}
:is(.dark .dark\:text-amber-600\/100) {
  color: rgb(217 119 6 / 1);
}
:is(.dark .dark\:text-amber-600\/20) {
  color: rgb(217 119 6 / 0.2);
}
:is(.dark .dark\:text-amber-600\/25) {
  color: rgb(217 119 6 / 0.25);
}
:is(.dark .dark\:text-amber-600\/30) {
  color: rgb(217 119 6 / 0.3);
}
:is(.dark .dark\:text-amber-600\/40) {
  color: rgb(217 119 6 / 0.4);
}
:is(.dark .dark\:text-amber-600\/5) {
  color: rgb(217 119 6 / 0.05);
}
:is(.dark .dark\:text-amber-600\/50) {
  color: rgb(217 119 6 / 0.5);
}
:is(.dark .dark\:text-amber-600\/60) {
  color: rgb(217 119 6 / 0.6);
}
:is(.dark .dark\:text-amber-600\/70) {
  color: rgb(217 119 6 / 0.7);
}
:is(.dark .dark\:text-amber-600\/75) {
  color: rgb(217 119 6 / 0.75);
}
:is(.dark .dark\:text-amber-600\/80) {
  color: rgb(217 119 6 / 0.8);
}
:is(.dark .dark\:text-amber-600\/90) {
  color: rgb(217 119 6 / 0.9);
}
:is(.dark .dark\:text-amber-600\/95) {
  color: rgb(217 119 6 / 0.95);
}
:is(.dark .dark\:text-amber-700) {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-700\/0) {
  color: rgb(180 83 9 / 0);
}
:is(.dark .dark\:text-amber-700\/10) {
  color: rgb(180 83 9 / 0.1);
}
:is(.dark .dark\:text-amber-700\/100) {
  color: rgb(180 83 9 / 1);
}
:is(.dark .dark\:text-amber-700\/20) {
  color: rgb(180 83 9 / 0.2);
}
:is(.dark .dark\:text-amber-700\/25) {
  color: rgb(180 83 9 / 0.25);
}
:is(.dark .dark\:text-amber-700\/30) {
  color: rgb(180 83 9 / 0.3);
}
:is(.dark .dark\:text-amber-700\/40) {
  color: rgb(180 83 9 / 0.4);
}
:is(.dark .dark\:text-amber-700\/5) {
  color: rgb(180 83 9 / 0.05);
}
:is(.dark .dark\:text-amber-700\/50) {
  color: rgb(180 83 9 / 0.5);
}
:is(.dark .dark\:text-amber-700\/60) {
  color: rgb(180 83 9 / 0.6);
}
:is(.dark .dark\:text-amber-700\/70) {
  color: rgb(180 83 9 / 0.7);
}
:is(.dark .dark\:text-amber-700\/75) {
  color: rgb(180 83 9 / 0.75);
}
:is(.dark .dark\:text-amber-700\/80) {
  color: rgb(180 83 9 / 0.8);
}
:is(.dark .dark\:text-amber-700\/90) {
  color: rgb(180 83 9 / 0.9);
}
:is(.dark .dark\:text-amber-700\/95) {
  color: rgb(180 83 9 / 0.95);
}
:is(.dark .dark\:text-amber-800) {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-800\/0) {
  color: rgb(146 64 14 / 0);
}
:is(.dark .dark\:text-amber-800\/10) {
  color: rgb(146 64 14 / 0.1);
}
:is(.dark .dark\:text-amber-800\/100) {
  color: rgb(146 64 14 / 1);
}
:is(.dark .dark\:text-amber-800\/20) {
  color: rgb(146 64 14 / 0.2);
}
:is(.dark .dark\:text-amber-800\/25) {
  color: rgb(146 64 14 / 0.25);
}
:is(.dark .dark\:text-amber-800\/30) {
  color: rgb(146 64 14 / 0.3);
}
:is(.dark .dark\:text-amber-800\/40) {
  color: rgb(146 64 14 / 0.4);
}
:is(.dark .dark\:text-amber-800\/5) {
  color: rgb(146 64 14 / 0.05);
}
:is(.dark .dark\:text-amber-800\/50) {
  color: rgb(146 64 14 / 0.5);
}
:is(.dark .dark\:text-amber-800\/60) {
  color: rgb(146 64 14 / 0.6);
}
:is(.dark .dark\:text-amber-800\/70) {
  color: rgb(146 64 14 / 0.7);
}
:is(.dark .dark\:text-amber-800\/75) {
  color: rgb(146 64 14 / 0.75);
}
:is(.dark .dark\:text-amber-800\/80) {
  color: rgb(146 64 14 / 0.8);
}
:is(.dark .dark\:text-amber-800\/90) {
  color: rgb(146 64 14 / 0.9);
}
:is(.dark .dark\:text-amber-800\/95) {
  color: rgb(146 64 14 / 0.95);
}
:is(.dark .dark\:text-amber-900) {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-900\/0) {
  color: rgb(120 53 15 / 0);
}
:is(.dark .dark\:text-amber-900\/10) {
  color: rgb(120 53 15 / 0.1);
}
:is(.dark .dark\:text-amber-900\/100) {
  color: rgb(120 53 15 / 1);
}
:is(.dark .dark\:text-amber-900\/20) {
  color: rgb(120 53 15 / 0.2);
}
:is(.dark .dark\:text-amber-900\/25) {
  color: rgb(120 53 15 / 0.25);
}
:is(.dark .dark\:text-amber-900\/30) {
  color: rgb(120 53 15 / 0.3);
}
:is(.dark .dark\:text-amber-900\/40) {
  color: rgb(120 53 15 / 0.4);
}
:is(.dark .dark\:text-amber-900\/5) {
  color: rgb(120 53 15 / 0.05);
}
:is(.dark .dark\:text-amber-900\/50) {
  color: rgb(120 53 15 / 0.5);
}
:is(.dark .dark\:text-amber-900\/60) {
  color: rgb(120 53 15 / 0.6);
}
:is(.dark .dark\:text-amber-900\/70) {
  color: rgb(120 53 15 / 0.7);
}
:is(.dark .dark\:text-amber-900\/75) {
  color: rgb(120 53 15 / 0.75);
}
:is(.dark .dark\:text-amber-900\/80) {
  color: rgb(120 53 15 / 0.8);
}
:is(.dark .dark\:text-amber-900\/90) {
  color: rgb(120 53 15 / 0.9);
}
:is(.dark .dark\:text-amber-900\/95) {
  color: rgb(120 53 15 / 0.95);
}
:is(.dark .dark\:text-amber-950) {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-amber-950\/0) {
  color: rgb(69 26 3 / 0);
}
:is(.dark .dark\:text-amber-950\/10) {
  color: rgb(69 26 3 / 0.1);
}
:is(.dark .dark\:text-amber-950\/100) {
  color: rgb(69 26 3 / 1);
}
:is(.dark .dark\:text-amber-950\/20) {
  color: rgb(69 26 3 / 0.2);
}
:is(.dark .dark\:text-amber-950\/25) {
  color: rgb(69 26 3 / 0.25);
}
:is(.dark .dark\:text-amber-950\/30) {
  color: rgb(69 26 3 / 0.3);
}
:is(.dark .dark\:text-amber-950\/40) {
  color: rgb(69 26 3 / 0.4);
}
:is(.dark .dark\:text-amber-950\/5) {
  color: rgb(69 26 3 / 0.05);
}
:is(.dark .dark\:text-amber-950\/50) {
  color: rgb(69 26 3 / 0.5);
}
:is(.dark .dark\:text-amber-950\/60) {
  color: rgb(69 26 3 / 0.6);
}
:is(.dark .dark\:text-amber-950\/70) {
  color: rgb(69 26 3 / 0.7);
}
:is(.dark .dark\:text-amber-950\/75) {
  color: rgb(69 26 3 / 0.75);
}
:is(.dark .dark\:text-amber-950\/80) {
  color: rgb(69 26 3 / 0.8);
}
:is(.dark .dark\:text-amber-950\/90) {
  color: rgb(69 26 3 / 0.9);
}
:is(.dark .dark\:text-amber-950\/95) {
  color: rgb(69 26 3 / 0.95);
}
:is(.dark .dark\:text-blue-100) {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-100\/0) {
  color: rgb(219 234 254 / 0);
}
:is(.dark .dark\:text-blue-100\/10) {
  color: rgb(219 234 254 / 0.1);
}
:is(.dark .dark\:text-blue-100\/100) {
  color: rgb(219 234 254 / 1);
}
:is(.dark .dark\:text-blue-100\/20) {
  color: rgb(219 234 254 / 0.2);
}
:is(.dark .dark\:text-blue-100\/25) {
  color: rgb(219 234 254 / 0.25);
}
:is(.dark .dark\:text-blue-100\/30) {
  color: rgb(219 234 254 / 0.3);
}
:is(.dark .dark\:text-blue-100\/40) {
  color: rgb(219 234 254 / 0.4);
}
:is(.dark .dark\:text-blue-100\/5) {
  color: rgb(219 234 254 / 0.05);
}
:is(.dark .dark\:text-blue-100\/50) {
  color: rgb(219 234 254 / 0.5);
}
:is(.dark .dark\:text-blue-100\/60) {
  color: rgb(219 234 254 / 0.6);
}
:is(.dark .dark\:text-blue-100\/70) {
  color: rgb(219 234 254 / 0.7);
}
:is(.dark .dark\:text-blue-100\/75) {
  color: rgb(219 234 254 / 0.75);
}
:is(.dark .dark\:text-blue-100\/80) {
  color: rgb(219 234 254 / 0.8);
}
:is(.dark .dark\:text-blue-100\/90) {
  color: rgb(219 234 254 / 0.9);
}
:is(.dark .dark\:text-blue-100\/95) {
  color: rgb(219 234 254 / 0.95);
}
:is(.dark .dark\:text-blue-200) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-200\/0) {
  color: rgb(191 219 254 / 0);
}
:is(.dark .dark\:text-blue-200\/10) {
  color: rgb(191 219 254 / 0.1);
}
:is(.dark .dark\:text-blue-200\/100) {
  color: rgb(191 219 254 / 1);
}
:is(.dark .dark\:text-blue-200\/20) {
  color: rgb(191 219 254 / 0.2);
}
:is(.dark .dark\:text-blue-200\/25) {
  color: rgb(191 219 254 / 0.25);
}
:is(.dark .dark\:text-blue-200\/30) {
  color: rgb(191 219 254 / 0.3);
}
:is(.dark .dark\:text-blue-200\/40) {
  color: rgb(191 219 254 / 0.4);
}
:is(.dark .dark\:text-blue-200\/5) {
  color: rgb(191 219 254 / 0.05);
}
:is(.dark .dark\:text-blue-200\/50) {
  color: rgb(191 219 254 / 0.5);
}
:is(.dark .dark\:text-blue-200\/60) {
  color: rgb(191 219 254 / 0.6);
}
:is(.dark .dark\:text-blue-200\/70) {
  color: rgb(191 219 254 / 0.7);
}
:is(.dark .dark\:text-blue-200\/75) {
  color: rgb(191 219 254 / 0.75);
}
:is(.dark .dark\:text-blue-200\/80) {
  color: rgb(191 219 254 / 0.8);
}
:is(.dark .dark\:text-blue-200\/90) {
  color: rgb(191 219 254 / 0.9);
}
:is(.dark .dark\:text-blue-200\/95) {
  color: rgb(191 219 254 / 0.95);
}
:is(.dark .dark\:text-blue-300) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-300\/0) {
  color: rgb(147 197 253 / 0);
}
:is(.dark .dark\:text-blue-300\/10) {
  color: rgb(147 197 253 / 0.1);
}
:is(.dark .dark\:text-blue-300\/100) {
  color: rgb(147 197 253 / 1);
}
:is(.dark .dark\:text-blue-300\/20) {
  color: rgb(147 197 253 / 0.2);
}
:is(.dark .dark\:text-blue-300\/25) {
  color: rgb(147 197 253 / 0.25);
}
:is(.dark .dark\:text-blue-300\/30) {
  color: rgb(147 197 253 / 0.3);
}
:is(.dark .dark\:text-blue-300\/40) {
  color: rgb(147 197 253 / 0.4);
}
:is(.dark .dark\:text-blue-300\/5) {
  color: rgb(147 197 253 / 0.05);
}
:is(.dark .dark\:text-blue-300\/50) {
  color: rgb(147 197 253 / 0.5);
}
:is(.dark .dark\:text-blue-300\/60) {
  color: rgb(147 197 253 / 0.6);
}
:is(.dark .dark\:text-blue-300\/70) {
  color: rgb(147 197 253 / 0.7);
}
:is(.dark .dark\:text-blue-300\/75) {
  color: rgb(147 197 253 / 0.75);
}
:is(.dark .dark\:text-blue-300\/80) {
  color: rgb(147 197 253 / 0.8);
}
:is(.dark .dark\:text-blue-300\/90) {
  color: rgb(147 197 253 / 0.9);
}
:is(.dark .dark\:text-blue-300\/95) {
  color: rgb(147 197 253 / 0.95);
}
:is(.dark .dark\:text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-400\/0) {
  color: rgb(96 165 250 / 0);
}
:is(.dark .dark\:text-blue-400\/10) {
  color: rgb(96 165 250 / 0.1);
}
:is(.dark .dark\:text-blue-400\/100) {
  color: rgb(96 165 250 / 1);
}
:is(.dark .dark\:text-blue-400\/20) {
  color: rgb(96 165 250 / 0.2);
}
:is(.dark .dark\:text-blue-400\/25) {
  color: rgb(96 165 250 / 0.25);
}
:is(.dark .dark\:text-blue-400\/30) {
  color: rgb(96 165 250 / 0.3);
}
:is(.dark .dark\:text-blue-400\/40) {
  color: rgb(96 165 250 / 0.4);
}
:is(.dark .dark\:text-blue-400\/5) {
  color: rgb(96 165 250 / 0.05);
}
:is(.dark .dark\:text-blue-400\/50) {
  color: rgb(96 165 250 / 0.5);
}
:is(.dark .dark\:text-blue-400\/60) {
  color: rgb(96 165 250 / 0.6);
}
:is(.dark .dark\:text-blue-400\/70) {
  color: rgb(96 165 250 / 0.7);
}
:is(.dark .dark\:text-blue-400\/75) {
  color: rgb(96 165 250 / 0.75);
}
:is(.dark .dark\:text-blue-400\/80) {
  color: rgb(96 165 250 / 0.8);
}
:is(.dark .dark\:text-blue-400\/90) {
  color: rgb(96 165 250 / 0.9);
}
:is(.dark .dark\:text-blue-400\/95) {
  color: rgb(96 165 250 / 0.95);
}
:is(.dark .dark\:text-blue-50) {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-50\/0) {
  color: rgb(239 246 255 / 0);
}
:is(.dark .dark\:text-blue-50\/10) {
  color: rgb(239 246 255 / 0.1);
}
:is(.dark .dark\:text-blue-50\/100) {
  color: rgb(239 246 255 / 1);
}
:is(.dark .dark\:text-blue-50\/20) {
  color: rgb(239 246 255 / 0.2);
}
:is(.dark .dark\:text-blue-50\/25) {
  color: rgb(239 246 255 / 0.25);
}
:is(.dark .dark\:text-blue-50\/30) {
  color: rgb(239 246 255 / 0.3);
}
:is(.dark .dark\:text-blue-50\/40) {
  color: rgb(239 246 255 / 0.4);
}
:is(.dark .dark\:text-blue-50\/5) {
  color: rgb(239 246 255 / 0.05);
}
:is(.dark .dark\:text-blue-50\/50) {
  color: rgb(239 246 255 / 0.5);
}
:is(.dark .dark\:text-blue-50\/60) {
  color: rgb(239 246 255 / 0.6);
}
:is(.dark .dark\:text-blue-50\/70) {
  color: rgb(239 246 255 / 0.7);
}
:is(.dark .dark\:text-blue-50\/75) {
  color: rgb(239 246 255 / 0.75);
}
:is(.dark .dark\:text-blue-50\/80) {
  color: rgb(239 246 255 / 0.8);
}
:is(.dark .dark\:text-blue-50\/90) {
  color: rgb(239 246 255 / 0.9);
}
:is(.dark .dark\:text-blue-50\/95) {
  color: rgb(239 246 255 / 0.95);
}
:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-500\/0) {
  color: rgb(59 130 246 / 0);
}
:is(.dark .dark\:text-blue-500\/10) {
  color: rgb(59 130 246 / 0.1);
}
:is(.dark .dark\:text-blue-500\/100) {
  color: rgb(59 130 246 / 1);
}
:is(.dark .dark\:text-blue-500\/20) {
  color: rgb(59 130 246 / 0.2);
}
:is(.dark .dark\:text-blue-500\/25) {
  color: rgb(59 130 246 / 0.25);
}
:is(.dark .dark\:text-blue-500\/30) {
  color: rgb(59 130 246 / 0.3);
}
:is(.dark .dark\:text-blue-500\/40) {
  color: rgb(59 130 246 / 0.4);
}
:is(.dark .dark\:text-blue-500\/5) {
  color: rgb(59 130 246 / 0.05);
}
:is(.dark .dark\:text-blue-500\/50) {
  color: rgb(59 130 246 / 0.5);
}
:is(.dark .dark\:text-blue-500\/60) {
  color: rgb(59 130 246 / 0.6);
}
:is(.dark .dark\:text-blue-500\/70) {
  color: rgb(59 130 246 / 0.7);
}
:is(.dark .dark\:text-blue-500\/75) {
  color: rgb(59 130 246 / 0.75);
}
:is(.dark .dark\:text-blue-500\/80) {
  color: rgb(59 130 246 / 0.8);
}
:is(.dark .dark\:text-blue-500\/90) {
  color: rgb(59 130 246 / 0.9);
}
:is(.dark .dark\:text-blue-500\/95) {
  color: rgb(59 130 246 / 0.95);
}
:is(.dark .dark\:text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-600\/0) {
  color: rgb(37 99 235 / 0);
}
:is(.dark .dark\:text-blue-600\/10) {
  color: rgb(37 99 235 / 0.1);
}
:is(.dark .dark\:text-blue-600\/100) {
  color: rgb(37 99 235 / 1);
}
:is(.dark .dark\:text-blue-600\/20) {
  color: rgb(37 99 235 / 0.2);
}
:is(.dark .dark\:text-blue-600\/25) {
  color: rgb(37 99 235 / 0.25);
}
:is(.dark .dark\:text-blue-600\/30) {
  color: rgb(37 99 235 / 0.3);
}
:is(.dark .dark\:text-blue-600\/40) {
  color: rgb(37 99 235 / 0.4);
}
:is(.dark .dark\:text-blue-600\/5) {
  color: rgb(37 99 235 / 0.05);
}
:is(.dark .dark\:text-blue-600\/50) {
  color: rgb(37 99 235 / 0.5);
}
:is(.dark .dark\:text-blue-600\/60) {
  color: rgb(37 99 235 / 0.6);
}
:is(.dark .dark\:text-blue-600\/70) {
  color: rgb(37 99 235 / 0.7);
}
:is(.dark .dark\:text-blue-600\/75) {
  color: rgb(37 99 235 / 0.75);
}
:is(.dark .dark\:text-blue-600\/80) {
  color: rgb(37 99 235 / 0.8);
}
:is(.dark .dark\:text-blue-600\/90) {
  color: rgb(37 99 235 / 0.9);
}
:is(.dark .dark\:text-blue-600\/95) {
  color: rgb(37 99 235 / 0.95);
}
:is(.dark .dark\:text-blue-700) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-700\/0) {
  color: rgb(29 78 216 / 0);
}
:is(.dark .dark\:text-blue-700\/10) {
  color: rgb(29 78 216 / 0.1);
}
:is(.dark .dark\:text-blue-700\/100) {
  color: rgb(29 78 216 / 1);
}
:is(.dark .dark\:text-blue-700\/20) {
  color: rgb(29 78 216 / 0.2);
}
:is(.dark .dark\:text-blue-700\/25) {
  color: rgb(29 78 216 / 0.25);
}
:is(.dark .dark\:text-blue-700\/30) {
  color: rgb(29 78 216 / 0.3);
}
:is(.dark .dark\:text-blue-700\/40) {
  color: rgb(29 78 216 / 0.4);
}
:is(.dark .dark\:text-blue-700\/5) {
  color: rgb(29 78 216 / 0.05);
}
:is(.dark .dark\:text-blue-700\/50) {
  color: rgb(29 78 216 / 0.5);
}
:is(.dark .dark\:text-blue-700\/60) {
  color: rgb(29 78 216 / 0.6);
}
:is(.dark .dark\:text-blue-700\/70) {
  color: rgb(29 78 216 / 0.7);
}
:is(.dark .dark\:text-blue-700\/75) {
  color: rgb(29 78 216 / 0.75);
}
:is(.dark .dark\:text-blue-700\/80) {
  color: rgb(29 78 216 / 0.8);
}
:is(.dark .dark\:text-blue-700\/90) {
  color: rgb(29 78 216 / 0.9);
}
:is(.dark .dark\:text-blue-700\/95) {
  color: rgb(29 78 216 / 0.95);
}
:is(.dark .dark\:text-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-800\/0) {
  color: rgb(30 64 175 / 0);
}
:is(.dark .dark\:text-blue-800\/10) {
  color: rgb(30 64 175 / 0.1);
}
:is(.dark .dark\:text-blue-800\/100) {
  color: rgb(30 64 175 / 1);
}
:is(.dark .dark\:text-blue-800\/20) {
  color: rgb(30 64 175 / 0.2);
}
:is(.dark .dark\:text-blue-800\/25) {
  color: rgb(30 64 175 / 0.25);
}
:is(.dark .dark\:text-blue-800\/30) {
  color: rgb(30 64 175 / 0.3);
}
:is(.dark .dark\:text-blue-800\/40) {
  color: rgb(30 64 175 / 0.4);
}
:is(.dark .dark\:text-blue-800\/5) {
  color: rgb(30 64 175 / 0.05);
}
:is(.dark .dark\:text-blue-800\/50) {
  color: rgb(30 64 175 / 0.5);
}
:is(.dark .dark\:text-blue-800\/60) {
  color: rgb(30 64 175 / 0.6);
}
:is(.dark .dark\:text-blue-800\/70) {
  color: rgb(30 64 175 / 0.7);
}
:is(.dark .dark\:text-blue-800\/75) {
  color: rgb(30 64 175 / 0.75);
}
:is(.dark .dark\:text-blue-800\/80) {
  color: rgb(30 64 175 / 0.8);
}
:is(.dark .dark\:text-blue-800\/90) {
  color: rgb(30 64 175 / 0.9);
}
:is(.dark .dark\:text-blue-800\/95) {
  color: rgb(30 64 175 / 0.95);
}
:is(.dark .dark\:text-blue-900) {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-900\/0) {
  color: rgb(30 58 138 / 0);
}
:is(.dark .dark\:text-blue-900\/10) {
  color: rgb(30 58 138 / 0.1);
}
:is(.dark .dark\:text-blue-900\/100) {
  color: rgb(30 58 138 / 1);
}
:is(.dark .dark\:text-blue-900\/20) {
  color: rgb(30 58 138 / 0.2);
}
:is(.dark .dark\:text-blue-900\/25) {
  color: rgb(30 58 138 / 0.25);
}
:is(.dark .dark\:text-blue-900\/30) {
  color: rgb(30 58 138 / 0.3);
}
:is(.dark .dark\:text-blue-900\/40) {
  color: rgb(30 58 138 / 0.4);
}
:is(.dark .dark\:text-blue-900\/5) {
  color: rgb(30 58 138 / 0.05);
}
:is(.dark .dark\:text-blue-900\/50) {
  color: rgb(30 58 138 / 0.5);
}
:is(.dark .dark\:text-blue-900\/60) {
  color: rgb(30 58 138 / 0.6);
}
:is(.dark .dark\:text-blue-900\/70) {
  color: rgb(30 58 138 / 0.7);
}
:is(.dark .dark\:text-blue-900\/75) {
  color: rgb(30 58 138 / 0.75);
}
:is(.dark .dark\:text-blue-900\/80) {
  color: rgb(30 58 138 / 0.8);
}
:is(.dark .dark\:text-blue-900\/90) {
  color: rgb(30 58 138 / 0.9);
}
:is(.dark .dark\:text-blue-900\/95) {
  color: rgb(30 58 138 / 0.95);
}
:is(.dark .dark\:text-blue-950) {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-blue-950\/0) {
  color: rgb(23 37 84 / 0);
}
:is(.dark .dark\:text-blue-950\/10) {
  color: rgb(23 37 84 / 0.1);
}
:is(.dark .dark\:text-blue-950\/100) {
  color: rgb(23 37 84 / 1);
}
:is(.dark .dark\:text-blue-950\/20) {
  color: rgb(23 37 84 / 0.2);
}
:is(.dark .dark\:text-blue-950\/25) {
  color: rgb(23 37 84 / 0.25);
}
:is(.dark .dark\:text-blue-950\/30) {
  color: rgb(23 37 84 / 0.3);
}
:is(.dark .dark\:text-blue-950\/40) {
  color: rgb(23 37 84 / 0.4);
}
:is(.dark .dark\:text-blue-950\/5) {
  color: rgb(23 37 84 / 0.05);
}
:is(.dark .dark\:text-blue-950\/50) {
  color: rgb(23 37 84 / 0.5);
}
:is(.dark .dark\:text-blue-950\/60) {
  color: rgb(23 37 84 / 0.6);
}
:is(.dark .dark\:text-blue-950\/70) {
  color: rgb(23 37 84 / 0.7);
}
:is(.dark .dark\:text-blue-950\/75) {
  color: rgb(23 37 84 / 0.75);
}
:is(.dark .dark\:text-blue-950\/80) {
  color: rgb(23 37 84 / 0.8);
}
:is(.dark .dark\:text-blue-950\/90) {
  color: rgb(23 37 84 / 0.9);
}
:is(.dark .dark\:text-blue-950\/95) {
  color: rgb(23 37 84 / 0.95);
}
:is(.dark .dark\:text-cyan-100) {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-100\/0) {
  color: rgb(207 250 254 / 0);
}
:is(.dark .dark\:text-cyan-100\/10) {
  color: rgb(207 250 254 / 0.1);
}
:is(.dark .dark\:text-cyan-100\/100) {
  color: rgb(207 250 254 / 1);
}
:is(.dark .dark\:text-cyan-100\/20) {
  color: rgb(207 250 254 / 0.2);
}
:is(.dark .dark\:text-cyan-100\/25) {
  color: rgb(207 250 254 / 0.25);
}
:is(.dark .dark\:text-cyan-100\/30) {
  color: rgb(207 250 254 / 0.3);
}
:is(.dark .dark\:text-cyan-100\/40) {
  color: rgb(207 250 254 / 0.4);
}
:is(.dark .dark\:text-cyan-100\/5) {
  color: rgb(207 250 254 / 0.05);
}
:is(.dark .dark\:text-cyan-100\/50) {
  color: rgb(207 250 254 / 0.5);
}
:is(.dark .dark\:text-cyan-100\/60) {
  color: rgb(207 250 254 / 0.6);
}
:is(.dark .dark\:text-cyan-100\/70) {
  color: rgb(207 250 254 / 0.7);
}
:is(.dark .dark\:text-cyan-100\/75) {
  color: rgb(207 250 254 / 0.75);
}
:is(.dark .dark\:text-cyan-100\/80) {
  color: rgb(207 250 254 / 0.8);
}
:is(.dark .dark\:text-cyan-100\/90) {
  color: rgb(207 250 254 / 0.9);
}
:is(.dark .dark\:text-cyan-100\/95) {
  color: rgb(207 250 254 / 0.95);
}
:is(.dark .dark\:text-cyan-200) {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-200\/0) {
  color: rgb(165 243 252 / 0);
}
:is(.dark .dark\:text-cyan-200\/10) {
  color: rgb(165 243 252 / 0.1);
}
:is(.dark .dark\:text-cyan-200\/100) {
  color: rgb(165 243 252 / 1);
}
:is(.dark .dark\:text-cyan-200\/20) {
  color: rgb(165 243 252 / 0.2);
}
:is(.dark .dark\:text-cyan-200\/25) {
  color: rgb(165 243 252 / 0.25);
}
:is(.dark .dark\:text-cyan-200\/30) {
  color: rgb(165 243 252 / 0.3);
}
:is(.dark .dark\:text-cyan-200\/40) {
  color: rgb(165 243 252 / 0.4);
}
:is(.dark .dark\:text-cyan-200\/5) {
  color: rgb(165 243 252 / 0.05);
}
:is(.dark .dark\:text-cyan-200\/50) {
  color: rgb(165 243 252 / 0.5);
}
:is(.dark .dark\:text-cyan-200\/60) {
  color: rgb(165 243 252 / 0.6);
}
:is(.dark .dark\:text-cyan-200\/70) {
  color: rgb(165 243 252 / 0.7);
}
:is(.dark .dark\:text-cyan-200\/75) {
  color: rgb(165 243 252 / 0.75);
}
:is(.dark .dark\:text-cyan-200\/80) {
  color: rgb(165 243 252 / 0.8);
}
:is(.dark .dark\:text-cyan-200\/90) {
  color: rgb(165 243 252 / 0.9);
}
:is(.dark .dark\:text-cyan-200\/95) {
  color: rgb(165 243 252 / 0.95);
}
:is(.dark .dark\:text-cyan-300) {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-300\/0) {
  color: rgb(103 232 249 / 0);
}
:is(.dark .dark\:text-cyan-300\/10) {
  color: rgb(103 232 249 / 0.1);
}
:is(.dark .dark\:text-cyan-300\/100) {
  color: rgb(103 232 249 / 1);
}
:is(.dark .dark\:text-cyan-300\/20) {
  color: rgb(103 232 249 / 0.2);
}
:is(.dark .dark\:text-cyan-300\/25) {
  color: rgb(103 232 249 / 0.25);
}
:is(.dark .dark\:text-cyan-300\/30) {
  color: rgb(103 232 249 / 0.3);
}
:is(.dark .dark\:text-cyan-300\/40) {
  color: rgb(103 232 249 / 0.4);
}
:is(.dark .dark\:text-cyan-300\/5) {
  color: rgb(103 232 249 / 0.05);
}
:is(.dark .dark\:text-cyan-300\/50) {
  color: rgb(103 232 249 / 0.5);
}
:is(.dark .dark\:text-cyan-300\/60) {
  color: rgb(103 232 249 / 0.6);
}
:is(.dark .dark\:text-cyan-300\/70) {
  color: rgb(103 232 249 / 0.7);
}
:is(.dark .dark\:text-cyan-300\/75) {
  color: rgb(103 232 249 / 0.75);
}
:is(.dark .dark\:text-cyan-300\/80) {
  color: rgb(103 232 249 / 0.8);
}
:is(.dark .dark\:text-cyan-300\/90) {
  color: rgb(103 232 249 / 0.9);
}
:is(.dark .dark\:text-cyan-300\/95) {
  color: rgb(103 232 249 / 0.95);
}
:is(.dark .dark\:text-cyan-400) {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-400\/0) {
  color: rgb(34 211 238 / 0);
}
:is(.dark .dark\:text-cyan-400\/10) {
  color: rgb(34 211 238 / 0.1);
}
:is(.dark .dark\:text-cyan-400\/100) {
  color: rgb(34 211 238 / 1);
}
:is(.dark .dark\:text-cyan-400\/20) {
  color: rgb(34 211 238 / 0.2);
}
:is(.dark .dark\:text-cyan-400\/25) {
  color: rgb(34 211 238 / 0.25);
}
:is(.dark .dark\:text-cyan-400\/30) {
  color: rgb(34 211 238 / 0.3);
}
:is(.dark .dark\:text-cyan-400\/40) {
  color: rgb(34 211 238 / 0.4);
}
:is(.dark .dark\:text-cyan-400\/5) {
  color: rgb(34 211 238 / 0.05);
}
:is(.dark .dark\:text-cyan-400\/50) {
  color: rgb(34 211 238 / 0.5);
}
:is(.dark .dark\:text-cyan-400\/60) {
  color: rgb(34 211 238 / 0.6);
}
:is(.dark .dark\:text-cyan-400\/70) {
  color: rgb(34 211 238 / 0.7);
}
:is(.dark .dark\:text-cyan-400\/75) {
  color: rgb(34 211 238 / 0.75);
}
:is(.dark .dark\:text-cyan-400\/80) {
  color: rgb(34 211 238 / 0.8);
}
:is(.dark .dark\:text-cyan-400\/90) {
  color: rgb(34 211 238 / 0.9);
}
:is(.dark .dark\:text-cyan-400\/95) {
  color: rgb(34 211 238 / 0.95);
}
:is(.dark .dark\:text-cyan-50) {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-50\/0) {
  color: rgb(236 254 255 / 0);
}
:is(.dark .dark\:text-cyan-50\/10) {
  color: rgb(236 254 255 / 0.1);
}
:is(.dark .dark\:text-cyan-50\/100) {
  color: rgb(236 254 255 / 1);
}
:is(.dark .dark\:text-cyan-50\/20) {
  color: rgb(236 254 255 / 0.2);
}
:is(.dark .dark\:text-cyan-50\/25) {
  color: rgb(236 254 255 / 0.25);
}
:is(.dark .dark\:text-cyan-50\/30) {
  color: rgb(236 254 255 / 0.3);
}
:is(.dark .dark\:text-cyan-50\/40) {
  color: rgb(236 254 255 / 0.4);
}
:is(.dark .dark\:text-cyan-50\/5) {
  color: rgb(236 254 255 / 0.05);
}
:is(.dark .dark\:text-cyan-50\/50) {
  color: rgb(236 254 255 / 0.5);
}
:is(.dark .dark\:text-cyan-50\/60) {
  color: rgb(236 254 255 / 0.6);
}
:is(.dark .dark\:text-cyan-50\/70) {
  color: rgb(236 254 255 / 0.7);
}
:is(.dark .dark\:text-cyan-50\/75) {
  color: rgb(236 254 255 / 0.75);
}
:is(.dark .dark\:text-cyan-50\/80) {
  color: rgb(236 254 255 / 0.8);
}
:is(.dark .dark\:text-cyan-50\/90) {
  color: rgb(236 254 255 / 0.9);
}
:is(.dark .dark\:text-cyan-50\/95) {
  color: rgb(236 254 255 / 0.95);
}
:is(.dark .dark\:text-cyan-500) {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-500\/0) {
  color: rgb(6 182 212 / 0);
}
:is(.dark .dark\:text-cyan-500\/10) {
  color: rgb(6 182 212 / 0.1);
}
:is(.dark .dark\:text-cyan-500\/100) {
  color: rgb(6 182 212 / 1);
}
:is(.dark .dark\:text-cyan-500\/20) {
  color: rgb(6 182 212 / 0.2);
}
:is(.dark .dark\:text-cyan-500\/25) {
  color: rgb(6 182 212 / 0.25);
}
:is(.dark .dark\:text-cyan-500\/30) {
  color: rgb(6 182 212 / 0.3);
}
:is(.dark .dark\:text-cyan-500\/40) {
  color: rgb(6 182 212 / 0.4);
}
:is(.dark .dark\:text-cyan-500\/5) {
  color: rgb(6 182 212 / 0.05);
}
:is(.dark .dark\:text-cyan-500\/50) {
  color: rgb(6 182 212 / 0.5);
}
:is(.dark .dark\:text-cyan-500\/60) {
  color: rgb(6 182 212 / 0.6);
}
:is(.dark .dark\:text-cyan-500\/70) {
  color: rgb(6 182 212 / 0.7);
}
:is(.dark .dark\:text-cyan-500\/75) {
  color: rgb(6 182 212 / 0.75);
}
:is(.dark .dark\:text-cyan-500\/80) {
  color: rgb(6 182 212 / 0.8);
}
:is(.dark .dark\:text-cyan-500\/90) {
  color: rgb(6 182 212 / 0.9);
}
:is(.dark .dark\:text-cyan-500\/95) {
  color: rgb(6 182 212 / 0.95);
}
:is(.dark .dark\:text-cyan-600) {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-600\/0) {
  color: rgb(8 145 178 / 0);
}
:is(.dark .dark\:text-cyan-600\/10) {
  color: rgb(8 145 178 / 0.1);
}
:is(.dark .dark\:text-cyan-600\/100) {
  color: rgb(8 145 178 / 1);
}
:is(.dark .dark\:text-cyan-600\/20) {
  color: rgb(8 145 178 / 0.2);
}
:is(.dark .dark\:text-cyan-600\/25) {
  color: rgb(8 145 178 / 0.25);
}
:is(.dark .dark\:text-cyan-600\/30) {
  color: rgb(8 145 178 / 0.3);
}
:is(.dark .dark\:text-cyan-600\/40) {
  color: rgb(8 145 178 / 0.4);
}
:is(.dark .dark\:text-cyan-600\/5) {
  color: rgb(8 145 178 / 0.05);
}
:is(.dark .dark\:text-cyan-600\/50) {
  color: rgb(8 145 178 / 0.5);
}
:is(.dark .dark\:text-cyan-600\/60) {
  color: rgb(8 145 178 / 0.6);
}
:is(.dark .dark\:text-cyan-600\/70) {
  color: rgb(8 145 178 / 0.7);
}
:is(.dark .dark\:text-cyan-600\/75) {
  color: rgb(8 145 178 / 0.75);
}
:is(.dark .dark\:text-cyan-600\/80) {
  color: rgb(8 145 178 / 0.8);
}
:is(.dark .dark\:text-cyan-600\/90) {
  color: rgb(8 145 178 / 0.9);
}
:is(.dark .dark\:text-cyan-600\/95) {
  color: rgb(8 145 178 / 0.95);
}
:is(.dark .dark\:text-cyan-700) {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-700\/0) {
  color: rgb(14 116 144 / 0);
}
:is(.dark .dark\:text-cyan-700\/10) {
  color: rgb(14 116 144 / 0.1);
}
:is(.dark .dark\:text-cyan-700\/100) {
  color: rgb(14 116 144 / 1);
}
:is(.dark .dark\:text-cyan-700\/20) {
  color: rgb(14 116 144 / 0.2);
}
:is(.dark .dark\:text-cyan-700\/25) {
  color: rgb(14 116 144 / 0.25);
}
:is(.dark .dark\:text-cyan-700\/30) {
  color: rgb(14 116 144 / 0.3);
}
:is(.dark .dark\:text-cyan-700\/40) {
  color: rgb(14 116 144 / 0.4);
}
:is(.dark .dark\:text-cyan-700\/5) {
  color: rgb(14 116 144 / 0.05);
}
:is(.dark .dark\:text-cyan-700\/50) {
  color: rgb(14 116 144 / 0.5);
}
:is(.dark .dark\:text-cyan-700\/60) {
  color: rgb(14 116 144 / 0.6);
}
:is(.dark .dark\:text-cyan-700\/70) {
  color: rgb(14 116 144 / 0.7);
}
:is(.dark .dark\:text-cyan-700\/75) {
  color: rgb(14 116 144 / 0.75);
}
:is(.dark .dark\:text-cyan-700\/80) {
  color: rgb(14 116 144 / 0.8);
}
:is(.dark .dark\:text-cyan-700\/90) {
  color: rgb(14 116 144 / 0.9);
}
:is(.dark .dark\:text-cyan-700\/95) {
  color: rgb(14 116 144 / 0.95);
}
:is(.dark .dark\:text-cyan-800) {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-800\/0) {
  color: rgb(21 94 117 / 0);
}
:is(.dark .dark\:text-cyan-800\/10) {
  color: rgb(21 94 117 / 0.1);
}
:is(.dark .dark\:text-cyan-800\/100) {
  color: rgb(21 94 117 / 1);
}
:is(.dark .dark\:text-cyan-800\/20) {
  color: rgb(21 94 117 / 0.2);
}
:is(.dark .dark\:text-cyan-800\/25) {
  color: rgb(21 94 117 / 0.25);
}
:is(.dark .dark\:text-cyan-800\/30) {
  color: rgb(21 94 117 / 0.3);
}
:is(.dark .dark\:text-cyan-800\/40) {
  color: rgb(21 94 117 / 0.4);
}
:is(.dark .dark\:text-cyan-800\/5) {
  color: rgb(21 94 117 / 0.05);
}
:is(.dark .dark\:text-cyan-800\/50) {
  color: rgb(21 94 117 / 0.5);
}
:is(.dark .dark\:text-cyan-800\/60) {
  color: rgb(21 94 117 / 0.6);
}
:is(.dark .dark\:text-cyan-800\/70) {
  color: rgb(21 94 117 / 0.7);
}
:is(.dark .dark\:text-cyan-800\/75) {
  color: rgb(21 94 117 / 0.75);
}
:is(.dark .dark\:text-cyan-800\/80) {
  color: rgb(21 94 117 / 0.8);
}
:is(.dark .dark\:text-cyan-800\/90) {
  color: rgb(21 94 117 / 0.9);
}
:is(.dark .dark\:text-cyan-800\/95) {
  color: rgb(21 94 117 / 0.95);
}
:is(.dark .dark\:text-cyan-900) {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-900\/0) {
  color: rgb(22 78 99 / 0);
}
:is(.dark .dark\:text-cyan-900\/10) {
  color: rgb(22 78 99 / 0.1);
}
:is(.dark .dark\:text-cyan-900\/100) {
  color: rgb(22 78 99 / 1);
}
:is(.dark .dark\:text-cyan-900\/20) {
  color: rgb(22 78 99 / 0.2);
}
:is(.dark .dark\:text-cyan-900\/25) {
  color: rgb(22 78 99 / 0.25);
}
:is(.dark .dark\:text-cyan-900\/30) {
  color: rgb(22 78 99 / 0.3);
}
:is(.dark .dark\:text-cyan-900\/40) {
  color: rgb(22 78 99 / 0.4);
}
:is(.dark .dark\:text-cyan-900\/5) {
  color: rgb(22 78 99 / 0.05);
}
:is(.dark .dark\:text-cyan-900\/50) {
  color: rgb(22 78 99 / 0.5);
}
:is(.dark .dark\:text-cyan-900\/60) {
  color: rgb(22 78 99 / 0.6);
}
:is(.dark .dark\:text-cyan-900\/70) {
  color: rgb(22 78 99 / 0.7);
}
:is(.dark .dark\:text-cyan-900\/75) {
  color: rgb(22 78 99 / 0.75);
}
:is(.dark .dark\:text-cyan-900\/80) {
  color: rgb(22 78 99 / 0.8);
}
:is(.dark .dark\:text-cyan-900\/90) {
  color: rgb(22 78 99 / 0.9);
}
:is(.dark .dark\:text-cyan-900\/95) {
  color: rgb(22 78 99 / 0.95);
}
:is(.dark .dark\:text-cyan-950) {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-cyan-950\/0) {
  color: rgb(8 51 68 / 0);
}
:is(.dark .dark\:text-cyan-950\/10) {
  color: rgb(8 51 68 / 0.1);
}
:is(.dark .dark\:text-cyan-950\/100) {
  color: rgb(8 51 68 / 1);
}
:is(.dark .dark\:text-cyan-950\/20) {
  color: rgb(8 51 68 / 0.2);
}
:is(.dark .dark\:text-cyan-950\/25) {
  color: rgb(8 51 68 / 0.25);
}
:is(.dark .dark\:text-cyan-950\/30) {
  color: rgb(8 51 68 / 0.3);
}
:is(.dark .dark\:text-cyan-950\/40) {
  color: rgb(8 51 68 / 0.4);
}
:is(.dark .dark\:text-cyan-950\/5) {
  color: rgb(8 51 68 / 0.05);
}
:is(.dark .dark\:text-cyan-950\/50) {
  color: rgb(8 51 68 / 0.5);
}
:is(.dark .dark\:text-cyan-950\/60) {
  color: rgb(8 51 68 / 0.6);
}
:is(.dark .dark\:text-cyan-950\/70) {
  color: rgb(8 51 68 / 0.7);
}
:is(.dark .dark\:text-cyan-950\/75) {
  color: rgb(8 51 68 / 0.75);
}
:is(.dark .dark\:text-cyan-950\/80) {
  color: rgb(8 51 68 / 0.8);
}
:is(.dark .dark\:text-cyan-950\/90) {
  color: rgb(8 51 68 / 0.9);
}
:is(.dark .dark\:text-cyan-950\/95) {
  color: rgb(8 51 68 / 0.95);
}
:is(.dark .dark\:text-emerald-100) {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-100\/0) {
  color: rgb(209 250 229 / 0);
}
:is(.dark .dark\:text-emerald-100\/10) {
  color: rgb(209 250 229 / 0.1);
}
:is(.dark .dark\:text-emerald-100\/100) {
  color: rgb(209 250 229 / 1);
}
:is(.dark .dark\:text-emerald-100\/20) {
  color: rgb(209 250 229 / 0.2);
}
:is(.dark .dark\:text-emerald-100\/25) {
  color: rgb(209 250 229 / 0.25);
}
:is(.dark .dark\:text-emerald-100\/30) {
  color: rgb(209 250 229 / 0.3);
}
:is(.dark .dark\:text-emerald-100\/40) {
  color: rgb(209 250 229 / 0.4);
}
:is(.dark .dark\:text-emerald-100\/5) {
  color: rgb(209 250 229 / 0.05);
}
:is(.dark .dark\:text-emerald-100\/50) {
  color: rgb(209 250 229 / 0.5);
}
:is(.dark .dark\:text-emerald-100\/60) {
  color: rgb(209 250 229 / 0.6);
}
:is(.dark .dark\:text-emerald-100\/70) {
  color: rgb(209 250 229 / 0.7);
}
:is(.dark .dark\:text-emerald-100\/75) {
  color: rgb(209 250 229 / 0.75);
}
:is(.dark .dark\:text-emerald-100\/80) {
  color: rgb(209 250 229 / 0.8);
}
:is(.dark .dark\:text-emerald-100\/90) {
  color: rgb(209 250 229 / 0.9);
}
:is(.dark .dark\:text-emerald-100\/95) {
  color: rgb(209 250 229 / 0.95);
}
:is(.dark .dark\:text-emerald-200) {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-200\/0) {
  color: rgb(167 243 208 / 0);
}
:is(.dark .dark\:text-emerald-200\/10) {
  color: rgb(167 243 208 / 0.1);
}
:is(.dark .dark\:text-emerald-200\/100) {
  color: rgb(167 243 208 / 1);
}
:is(.dark .dark\:text-emerald-200\/20) {
  color: rgb(167 243 208 / 0.2);
}
:is(.dark .dark\:text-emerald-200\/25) {
  color: rgb(167 243 208 / 0.25);
}
:is(.dark .dark\:text-emerald-200\/30) {
  color: rgb(167 243 208 / 0.3);
}
:is(.dark .dark\:text-emerald-200\/40) {
  color: rgb(167 243 208 / 0.4);
}
:is(.dark .dark\:text-emerald-200\/5) {
  color: rgb(167 243 208 / 0.05);
}
:is(.dark .dark\:text-emerald-200\/50) {
  color: rgb(167 243 208 / 0.5);
}
:is(.dark .dark\:text-emerald-200\/60) {
  color: rgb(167 243 208 / 0.6);
}
:is(.dark .dark\:text-emerald-200\/70) {
  color: rgb(167 243 208 / 0.7);
}
:is(.dark .dark\:text-emerald-200\/75) {
  color: rgb(167 243 208 / 0.75);
}
:is(.dark .dark\:text-emerald-200\/80) {
  color: rgb(167 243 208 / 0.8);
}
:is(.dark .dark\:text-emerald-200\/90) {
  color: rgb(167 243 208 / 0.9);
}
:is(.dark .dark\:text-emerald-200\/95) {
  color: rgb(167 243 208 / 0.95);
}
:is(.dark .dark\:text-emerald-300) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-300\/0) {
  color: rgb(110 231 183 / 0);
}
:is(.dark .dark\:text-emerald-300\/10) {
  color: rgb(110 231 183 / 0.1);
}
:is(.dark .dark\:text-emerald-300\/100) {
  color: rgb(110 231 183 / 1);
}
:is(.dark .dark\:text-emerald-300\/20) {
  color: rgb(110 231 183 / 0.2);
}
:is(.dark .dark\:text-emerald-300\/25) {
  color: rgb(110 231 183 / 0.25);
}
:is(.dark .dark\:text-emerald-300\/30) {
  color: rgb(110 231 183 / 0.3);
}
:is(.dark .dark\:text-emerald-300\/40) {
  color: rgb(110 231 183 / 0.4);
}
:is(.dark .dark\:text-emerald-300\/5) {
  color: rgb(110 231 183 / 0.05);
}
:is(.dark .dark\:text-emerald-300\/50) {
  color: rgb(110 231 183 / 0.5);
}
:is(.dark .dark\:text-emerald-300\/60) {
  color: rgb(110 231 183 / 0.6);
}
:is(.dark .dark\:text-emerald-300\/70) {
  color: rgb(110 231 183 / 0.7);
}
:is(.dark .dark\:text-emerald-300\/75) {
  color: rgb(110 231 183 / 0.75);
}
:is(.dark .dark\:text-emerald-300\/80) {
  color: rgb(110 231 183 / 0.8);
}
:is(.dark .dark\:text-emerald-300\/90) {
  color: rgb(110 231 183 / 0.9);
}
:is(.dark .dark\:text-emerald-300\/95) {
  color: rgb(110 231 183 / 0.95);
}
:is(.dark .dark\:text-emerald-400) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-400\/0) {
  color: rgb(52 211 153 / 0);
}
:is(.dark .dark\:text-emerald-400\/10) {
  color: rgb(52 211 153 / 0.1);
}
:is(.dark .dark\:text-emerald-400\/100) {
  color: rgb(52 211 153 / 1);
}
:is(.dark .dark\:text-emerald-400\/20) {
  color: rgb(52 211 153 / 0.2);
}
:is(.dark .dark\:text-emerald-400\/25) {
  color: rgb(52 211 153 / 0.25);
}
:is(.dark .dark\:text-emerald-400\/30) {
  color: rgb(52 211 153 / 0.3);
}
:is(.dark .dark\:text-emerald-400\/40) {
  color: rgb(52 211 153 / 0.4);
}
:is(.dark .dark\:text-emerald-400\/5) {
  color: rgb(52 211 153 / 0.05);
}
:is(.dark .dark\:text-emerald-400\/50) {
  color: rgb(52 211 153 / 0.5);
}
:is(.dark .dark\:text-emerald-400\/60) {
  color: rgb(52 211 153 / 0.6);
}
:is(.dark .dark\:text-emerald-400\/70) {
  color: rgb(52 211 153 / 0.7);
}
:is(.dark .dark\:text-emerald-400\/75) {
  color: rgb(52 211 153 / 0.75);
}
:is(.dark .dark\:text-emerald-400\/80) {
  color: rgb(52 211 153 / 0.8);
}
:is(.dark .dark\:text-emerald-400\/90) {
  color: rgb(52 211 153 / 0.9);
}
:is(.dark .dark\:text-emerald-400\/95) {
  color: rgb(52 211 153 / 0.95);
}
:is(.dark .dark\:text-emerald-50) {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-50\/0) {
  color: rgb(236 253 245 / 0);
}
:is(.dark .dark\:text-emerald-50\/10) {
  color: rgb(236 253 245 / 0.1);
}
:is(.dark .dark\:text-emerald-50\/100) {
  color: rgb(236 253 245 / 1);
}
:is(.dark .dark\:text-emerald-50\/20) {
  color: rgb(236 253 245 / 0.2);
}
:is(.dark .dark\:text-emerald-50\/25) {
  color: rgb(236 253 245 / 0.25);
}
:is(.dark .dark\:text-emerald-50\/30) {
  color: rgb(236 253 245 / 0.3);
}
:is(.dark .dark\:text-emerald-50\/40) {
  color: rgb(236 253 245 / 0.4);
}
:is(.dark .dark\:text-emerald-50\/5) {
  color: rgb(236 253 245 / 0.05);
}
:is(.dark .dark\:text-emerald-50\/50) {
  color: rgb(236 253 245 / 0.5);
}
:is(.dark .dark\:text-emerald-50\/60) {
  color: rgb(236 253 245 / 0.6);
}
:is(.dark .dark\:text-emerald-50\/70) {
  color: rgb(236 253 245 / 0.7);
}
:is(.dark .dark\:text-emerald-50\/75) {
  color: rgb(236 253 245 / 0.75);
}
:is(.dark .dark\:text-emerald-50\/80) {
  color: rgb(236 253 245 / 0.8);
}
:is(.dark .dark\:text-emerald-50\/90) {
  color: rgb(236 253 245 / 0.9);
}
:is(.dark .dark\:text-emerald-50\/95) {
  color: rgb(236 253 245 / 0.95);
}
:is(.dark .dark\:text-emerald-500) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-500\/0) {
  color: rgb(16 185 129 / 0);
}
:is(.dark .dark\:text-emerald-500\/10) {
  color: rgb(16 185 129 / 0.1);
}
:is(.dark .dark\:text-emerald-500\/100) {
  color: rgb(16 185 129 / 1);
}
:is(.dark .dark\:text-emerald-500\/20) {
  color: rgb(16 185 129 / 0.2);
}
:is(.dark .dark\:text-emerald-500\/25) {
  color: rgb(16 185 129 / 0.25);
}
:is(.dark .dark\:text-emerald-500\/30) {
  color: rgb(16 185 129 / 0.3);
}
:is(.dark .dark\:text-emerald-500\/40) {
  color: rgb(16 185 129 / 0.4);
}
:is(.dark .dark\:text-emerald-500\/5) {
  color: rgb(16 185 129 / 0.05);
}
:is(.dark .dark\:text-emerald-500\/50) {
  color: rgb(16 185 129 / 0.5);
}
:is(.dark .dark\:text-emerald-500\/60) {
  color: rgb(16 185 129 / 0.6);
}
:is(.dark .dark\:text-emerald-500\/70) {
  color: rgb(16 185 129 / 0.7);
}
:is(.dark .dark\:text-emerald-500\/75) {
  color: rgb(16 185 129 / 0.75);
}
:is(.dark .dark\:text-emerald-500\/80) {
  color: rgb(16 185 129 / 0.8);
}
:is(.dark .dark\:text-emerald-500\/90) {
  color: rgb(16 185 129 / 0.9);
}
:is(.dark .dark\:text-emerald-500\/95) {
  color: rgb(16 185 129 / 0.95);
}
:is(.dark .dark\:text-emerald-600) {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-600\/0) {
  color: rgb(5 150 105 / 0);
}
:is(.dark .dark\:text-emerald-600\/10) {
  color: rgb(5 150 105 / 0.1);
}
:is(.dark .dark\:text-emerald-600\/100) {
  color: rgb(5 150 105 / 1);
}
:is(.dark .dark\:text-emerald-600\/20) {
  color: rgb(5 150 105 / 0.2);
}
:is(.dark .dark\:text-emerald-600\/25) {
  color: rgb(5 150 105 / 0.25);
}
:is(.dark .dark\:text-emerald-600\/30) {
  color: rgb(5 150 105 / 0.3);
}
:is(.dark .dark\:text-emerald-600\/40) {
  color: rgb(5 150 105 / 0.4);
}
:is(.dark .dark\:text-emerald-600\/5) {
  color: rgb(5 150 105 / 0.05);
}
:is(.dark .dark\:text-emerald-600\/50) {
  color: rgb(5 150 105 / 0.5);
}
:is(.dark .dark\:text-emerald-600\/60) {
  color: rgb(5 150 105 / 0.6);
}
:is(.dark .dark\:text-emerald-600\/70) {
  color: rgb(5 150 105 / 0.7);
}
:is(.dark .dark\:text-emerald-600\/75) {
  color: rgb(5 150 105 / 0.75);
}
:is(.dark .dark\:text-emerald-600\/80) {
  color: rgb(5 150 105 / 0.8);
}
:is(.dark .dark\:text-emerald-600\/90) {
  color: rgb(5 150 105 / 0.9);
}
:is(.dark .dark\:text-emerald-600\/95) {
  color: rgb(5 150 105 / 0.95);
}
:is(.dark .dark\:text-emerald-700) {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-700\/0) {
  color: rgb(4 120 87 / 0);
}
:is(.dark .dark\:text-emerald-700\/10) {
  color: rgb(4 120 87 / 0.1);
}
:is(.dark .dark\:text-emerald-700\/100) {
  color: rgb(4 120 87 / 1);
}
:is(.dark .dark\:text-emerald-700\/20) {
  color: rgb(4 120 87 / 0.2);
}
:is(.dark .dark\:text-emerald-700\/25) {
  color: rgb(4 120 87 / 0.25);
}
:is(.dark .dark\:text-emerald-700\/30) {
  color: rgb(4 120 87 / 0.3);
}
:is(.dark .dark\:text-emerald-700\/40) {
  color: rgb(4 120 87 / 0.4);
}
:is(.dark .dark\:text-emerald-700\/5) {
  color: rgb(4 120 87 / 0.05);
}
:is(.dark .dark\:text-emerald-700\/50) {
  color: rgb(4 120 87 / 0.5);
}
:is(.dark .dark\:text-emerald-700\/60) {
  color: rgb(4 120 87 / 0.6);
}
:is(.dark .dark\:text-emerald-700\/70) {
  color: rgb(4 120 87 / 0.7);
}
:is(.dark .dark\:text-emerald-700\/75) {
  color: rgb(4 120 87 / 0.75);
}
:is(.dark .dark\:text-emerald-700\/80) {
  color: rgb(4 120 87 / 0.8);
}
:is(.dark .dark\:text-emerald-700\/90) {
  color: rgb(4 120 87 / 0.9);
}
:is(.dark .dark\:text-emerald-700\/95) {
  color: rgb(4 120 87 / 0.95);
}
:is(.dark .dark\:text-emerald-800) {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-800\/0) {
  color: rgb(6 95 70 / 0);
}
:is(.dark .dark\:text-emerald-800\/10) {
  color: rgb(6 95 70 / 0.1);
}
:is(.dark .dark\:text-emerald-800\/100) {
  color: rgb(6 95 70 / 1);
}
:is(.dark .dark\:text-emerald-800\/20) {
  color: rgb(6 95 70 / 0.2);
}
:is(.dark .dark\:text-emerald-800\/25) {
  color: rgb(6 95 70 / 0.25);
}
:is(.dark .dark\:text-emerald-800\/30) {
  color: rgb(6 95 70 / 0.3);
}
:is(.dark .dark\:text-emerald-800\/40) {
  color: rgb(6 95 70 / 0.4);
}
:is(.dark .dark\:text-emerald-800\/5) {
  color: rgb(6 95 70 / 0.05);
}
:is(.dark .dark\:text-emerald-800\/50) {
  color: rgb(6 95 70 / 0.5);
}
:is(.dark .dark\:text-emerald-800\/60) {
  color: rgb(6 95 70 / 0.6);
}
:is(.dark .dark\:text-emerald-800\/70) {
  color: rgb(6 95 70 / 0.7);
}
:is(.dark .dark\:text-emerald-800\/75) {
  color: rgb(6 95 70 / 0.75);
}
:is(.dark .dark\:text-emerald-800\/80) {
  color: rgb(6 95 70 / 0.8);
}
:is(.dark .dark\:text-emerald-800\/90) {
  color: rgb(6 95 70 / 0.9);
}
:is(.dark .dark\:text-emerald-800\/95) {
  color: rgb(6 95 70 / 0.95);
}
:is(.dark .dark\:text-emerald-900) {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-900\/0) {
  color: rgb(6 78 59 / 0);
}
:is(.dark .dark\:text-emerald-900\/10) {
  color: rgb(6 78 59 / 0.1);
}
:is(.dark .dark\:text-emerald-900\/100) {
  color: rgb(6 78 59 / 1);
}
:is(.dark .dark\:text-emerald-900\/20) {
  color: rgb(6 78 59 / 0.2);
}
:is(.dark .dark\:text-emerald-900\/25) {
  color: rgb(6 78 59 / 0.25);
}
:is(.dark .dark\:text-emerald-900\/30) {
  color: rgb(6 78 59 / 0.3);
}
:is(.dark .dark\:text-emerald-900\/40) {
  color: rgb(6 78 59 / 0.4);
}
:is(.dark .dark\:text-emerald-900\/5) {
  color: rgb(6 78 59 / 0.05);
}
:is(.dark .dark\:text-emerald-900\/50) {
  color: rgb(6 78 59 / 0.5);
}
:is(.dark .dark\:text-emerald-900\/60) {
  color: rgb(6 78 59 / 0.6);
}
:is(.dark .dark\:text-emerald-900\/70) {
  color: rgb(6 78 59 / 0.7);
}
:is(.dark .dark\:text-emerald-900\/75) {
  color: rgb(6 78 59 / 0.75);
}
:is(.dark .dark\:text-emerald-900\/80) {
  color: rgb(6 78 59 / 0.8);
}
:is(.dark .dark\:text-emerald-900\/90) {
  color: rgb(6 78 59 / 0.9);
}
:is(.dark .dark\:text-emerald-900\/95) {
  color: rgb(6 78 59 / 0.95);
}
:is(.dark .dark\:text-emerald-950) {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-emerald-950\/0) {
  color: rgb(2 44 34 / 0);
}
:is(.dark .dark\:text-emerald-950\/10) {
  color: rgb(2 44 34 / 0.1);
}
:is(.dark .dark\:text-emerald-950\/100) {
  color: rgb(2 44 34 / 1);
}
:is(.dark .dark\:text-emerald-950\/20) {
  color: rgb(2 44 34 / 0.2);
}
:is(.dark .dark\:text-emerald-950\/25) {
  color: rgb(2 44 34 / 0.25);
}
:is(.dark .dark\:text-emerald-950\/30) {
  color: rgb(2 44 34 / 0.3);
}
:is(.dark .dark\:text-emerald-950\/40) {
  color: rgb(2 44 34 / 0.4);
}
:is(.dark .dark\:text-emerald-950\/5) {
  color: rgb(2 44 34 / 0.05);
}
:is(.dark .dark\:text-emerald-950\/50) {
  color: rgb(2 44 34 / 0.5);
}
:is(.dark .dark\:text-emerald-950\/60) {
  color: rgb(2 44 34 / 0.6);
}
:is(.dark .dark\:text-emerald-950\/70) {
  color: rgb(2 44 34 / 0.7);
}
:is(.dark .dark\:text-emerald-950\/75) {
  color: rgb(2 44 34 / 0.75);
}
:is(.dark .dark\:text-emerald-950\/80) {
  color: rgb(2 44 34 / 0.8);
}
:is(.dark .dark\:text-emerald-950\/90) {
  color: rgb(2 44 34 / 0.9);
}
:is(.dark .dark\:text-emerald-950\/95) {
  color: rgb(2 44 34 / 0.95);
}
:is(.dark .dark\:text-fuchsia-100) {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-100\/0) {
  color: rgb(250 232 255 / 0);
}
:is(.dark .dark\:text-fuchsia-100\/10) {
  color: rgb(250 232 255 / 0.1);
}
:is(.dark .dark\:text-fuchsia-100\/100) {
  color: rgb(250 232 255 / 1);
}
:is(.dark .dark\:text-fuchsia-100\/20) {
  color: rgb(250 232 255 / 0.2);
}
:is(.dark .dark\:text-fuchsia-100\/25) {
  color: rgb(250 232 255 / 0.25);
}
:is(.dark .dark\:text-fuchsia-100\/30) {
  color: rgb(250 232 255 / 0.3);
}
:is(.dark .dark\:text-fuchsia-100\/40) {
  color: rgb(250 232 255 / 0.4);
}
:is(.dark .dark\:text-fuchsia-100\/5) {
  color: rgb(250 232 255 / 0.05);
}
:is(.dark .dark\:text-fuchsia-100\/50) {
  color: rgb(250 232 255 / 0.5);
}
:is(.dark .dark\:text-fuchsia-100\/60) {
  color: rgb(250 232 255 / 0.6);
}
:is(.dark .dark\:text-fuchsia-100\/70) {
  color: rgb(250 232 255 / 0.7);
}
:is(.dark .dark\:text-fuchsia-100\/75) {
  color: rgb(250 232 255 / 0.75);
}
:is(.dark .dark\:text-fuchsia-100\/80) {
  color: rgb(250 232 255 / 0.8);
}
:is(.dark .dark\:text-fuchsia-100\/90) {
  color: rgb(250 232 255 / 0.9);
}
:is(.dark .dark\:text-fuchsia-100\/95) {
  color: rgb(250 232 255 / 0.95);
}
:is(.dark .dark\:text-fuchsia-200) {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-200\/0) {
  color: rgb(245 208 254 / 0);
}
:is(.dark .dark\:text-fuchsia-200\/10) {
  color: rgb(245 208 254 / 0.1);
}
:is(.dark .dark\:text-fuchsia-200\/100) {
  color: rgb(245 208 254 / 1);
}
:is(.dark .dark\:text-fuchsia-200\/20) {
  color: rgb(245 208 254 / 0.2);
}
:is(.dark .dark\:text-fuchsia-200\/25) {
  color: rgb(245 208 254 / 0.25);
}
:is(.dark .dark\:text-fuchsia-200\/30) {
  color: rgb(245 208 254 / 0.3);
}
:is(.dark .dark\:text-fuchsia-200\/40) {
  color: rgb(245 208 254 / 0.4);
}
:is(.dark .dark\:text-fuchsia-200\/5) {
  color: rgb(245 208 254 / 0.05);
}
:is(.dark .dark\:text-fuchsia-200\/50) {
  color: rgb(245 208 254 / 0.5);
}
:is(.dark .dark\:text-fuchsia-200\/60) {
  color: rgb(245 208 254 / 0.6);
}
:is(.dark .dark\:text-fuchsia-200\/70) {
  color: rgb(245 208 254 / 0.7);
}
:is(.dark .dark\:text-fuchsia-200\/75) {
  color: rgb(245 208 254 / 0.75);
}
:is(.dark .dark\:text-fuchsia-200\/80) {
  color: rgb(245 208 254 / 0.8);
}
:is(.dark .dark\:text-fuchsia-200\/90) {
  color: rgb(245 208 254 / 0.9);
}
:is(.dark .dark\:text-fuchsia-200\/95) {
  color: rgb(245 208 254 / 0.95);
}
:is(.dark .dark\:text-fuchsia-300) {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-300\/0) {
  color: rgb(240 171 252 / 0);
}
:is(.dark .dark\:text-fuchsia-300\/10) {
  color: rgb(240 171 252 / 0.1);
}
:is(.dark .dark\:text-fuchsia-300\/100) {
  color: rgb(240 171 252 / 1);
}
:is(.dark .dark\:text-fuchsia-300\/20) {
  color: rgb(240 171 252 / 0.2);
}
:is(.dark .dark\:text-fuchsia-300\/25) {
  color: rgb(240 171 252 / 0.25);
}
:is(.dark .dark\:text-fuchsia-300\/30) {
  color: rgb(240 171 252 / 0.3);
}
:is(.dark .dark\:text-fuchsia-300\/40) {
  color: rgb(240 171 252 / 0.4);
}
:is(.dark .dark\:text-fuchsia-300\/5) {
  color: rgb(240 171 252 / 0.05);
}
:is(.dark .dark\:text-fuchsia-300\/50) {
  color: rgb(240 171 252 / 0.5);
}
:is(.dark .dark\:text-fuchsia-300\/60) {
  color: rgb(240 171 252 / 0.6);
}
:is(.dark .dark\:text-fuchsia-300\/70) {
  color: rgb(240 171 252 / 0.7);
}
:is(.dark .dark\:text-fuchsia-300\/75) {
  color: rgb(240 171 252 / 0.75);
}
:is(.dark .dark\:text-fuchsia-300\/80) {
  color: rgb(240 171 252 / 0.8);
}
:is(.dark .dark\:text-fuchsia-300\/90) {
  color: rgb(240 171 252 / 0.9);
}
:is(.dark .dark\:text-fuchsia-300\/95) {
  color: rgb(240 171 252 / 0.95);
}
:is(.dark .dark\:text-fuchsia-400) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-400\/0) {
  color: rgb(232 121 249 / 0);
}
:is(.dark .dark\:text-fuchsia-400\/10) {
  color: rgb(232 121 249 / 0.1);
}
:is(.dark .dark\:text-fuchsia-400\/100) {
  color: rgb(232 121 249 / 1);
}
:is(.dark .dark\:text-fuchsia-400\/20) {
  color: rgb(232 121 249 / 0.2);
}
:is(.dark .dark\:text-fuchsia-400\/25) {
  color: rgb(232 121 249 / 0.25);
}
:is(.dark .dark\:text-fuchsia-400\/30) {
  color: rgb(232 121 249 / 0.3);
}
:is(.dark .dark\:text-fuchsia-400\/40) {
  color: rgb(232 121 249 / 0.4);
}
:is(.dark .dark\:text-fuchsia-400\/5) {
  color: rgb(232 121 249 / 0.05);
}
:is(.dark .dark\:text-fuchsia-400\/50) {
  color: rgb(232 121 249 / 0.5);
}
:is(.dark .dark\:text-fuchsia-400\/60) {
  color: rgb(232 121 249 / 0.6);
}
:is(.dark .dark\:text-fuchsia-400\/70) {
  color: rgb(232 121 249 / 0.7);
}
:is(.dark .dark\:text-fuchsia-400\/75) {
  color: rgb(232 121 249 / 0.75);
}
:is(.dark .dark\:text-fuchsia-400\/80) {
  color: rgb(232 121 249 / 0.8);
}
:is(.dark .dark\:text-fuchsia-400\/90) {
  color: rgb(232 121 249 / 0.9);
}
:is(.dark .dark\:text-fuchsia-400\/95) {
  color: rgb(232 121 249 / 0.95);
}
:is(.dark .dark\:text-fuchsia-50) {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-50\/0) {
  color: rgb(253 244 255 / 0);
}
:is(.dark .dark\:text-fuchsia-50\/10) {
  color: rgb(253 244 255 / 0.1);
}
:is(.dark .dark\:text-fuchsia-50\/100) {
  color: rgb(253 244 255 / 1);
}
:is(.dark .dark\:text-fuchsia-50\/20) {
  color: rgb(253 244 255 / 0.2);
}
:is(.dark .dark\:text-fuchsia-50\/25) {
  color: rgb(253 244 255 / 0.25);
}
:is(.dark .dark\:text-fuchsia-50\/30) {
  color: rgb(253 244 255 / 0.3);
}
:is(.dark .dark\:text-fuchsia-50\/40) {
  color: rgb(253 244 255 / 0.4);
}
:is(.dark .dark\:text-fuchsia-50\/5) {
  color: rgb(253 244 255 / 0.05);
}
:is(.dark .dark\:text-fuchsia-50\/50) {
  color: rgb(253 244 255 / 0.5);
}
:is(.dark .dark\:text-fuchsia-50\/60) {
  color: rgb(253 244 255 / 0.6);
}
:is(.dark .dark\:text-fuchsia-50\/70) {
  color: rgb(253 244 255 / 0.7);
}
:is(.dark .dark\:text-fuchsia-50\/75) {
  color: rgb(253 244 255 / 0.75);
}
:is(.dark .dark\:text-fuchsia-50\/80) {
  color: rgb(253 244 255 / 0.8);
}
:is(.dark .dark\:text-fuchsia-50\/90) {
  color: rgb(253 244 255 / 0.9);
}
:is(.dark .dark\:text-fuchsia-50\/95) {
  color: rgb(253 244 255 / 0.95);
}
:is(.dark .dark\:text-fuchsia-500) {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-500\/0) {
  color: rgb(217 70 239 / 0);
}
:is(.dark .dark\:text-fuchsia-500\/10) {
  color: rgb(217 70 239 / 0.1);
}
:is(.dark .dark\:text-fuchsia-500\/100) {
  color: rgb(217 70 239 / 1);
}
:is(.dark .dark\:text-fuchsia-500\/20) {
  color: rgb(217 70 239 / 0.2);
}
:is(.dark .dark\:text-fuchsia-500\/25) {
  color: rgb(217 70 239 / 0.25);
}
:is(.dark .dark\:text-fuchsia-500\/30) {
  color: rgb(217 70 239 / 0.3);
}
:is(.dark .dark\:text-fuchsia-500\/40) {
  color: rgb(217 70 239 / 0.4);
}
:is(.dark .dark\:text-fuchsia-500\/5) {
  color: rgb(217 70 239 / 0.05);
}
:is(.dark .dark\:text-fuchsia-500\/50) {
  color: rgb(217 70 239 / 0.5);
}
:is(.dark .dark\:text-fuchsia-500\/60) {
  color: rgb(217 70 239 / 0.6);
}
:is(.dark .dark\:text-fuchsia-500\/70) {
  color: rgb(217 70 239 / 0.7);
}
:is(.dark .dark\:text-fuchsia-500\/75) {
  color: rgb(217 70 239 / 0.75);
}
:is(.dark .dark\:text-fuchsia-500\/80) {
  color: rgb(217 70 239 / 0.8);
}
:is(.dark .dark\:text-fuchsia-500\/90) {
  color: rgb(217 70 239 / 0.9);
}
:is(.dark .dark\:text-fuchsia-500\/95) {
  color: rgb(217 70 239 / 0.95);
}
:is(.dark .dark\:text-fuchsia-600) {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-600\/0) {
  color: rgb(192 38 211 / 0);
}
:is(.dark .dark\:text-fuchsia-600\/10) {
  color: rgb(192 38 211 / 0.1);
}
:is(.dark .dark\:text-fuchsia-600\/100) {
  color: rgb(192 38 211 / 1);
}
:is(.dark .dark\:text-fuchsia-600\/20) {
  color: rgb(192 38 211 / 0.2);
}
:is(.dark .dark\:text-fuchsia-600\/25) {
  color: rgb(192 38 211 / 0.25);
}
:is(.dark .dark\:text-fuchsia-600\/30) {
  color: rgb(192 38 211 / 0.3);
}
:is(.dark .dark\:text-fuchsia-600\/40) {
  color: rgb(192 38 211 / 0.4);
}
:is(.dark .dark\:text-fuchsia-600\/5) {
  color: rgb(192 38 211 / 0.05);
}
:is(.dark .dark\:text-fuchsia-600\/50) {
  color: rgb(192 38 211 / 0.5);
}
:is(.dark .dark\:text-fuchsia-600\/60) {
  color: rgb(192 38 211 / 0.6);
}
:is(.dark .dark\:text-fuchsia-600\/70) {
  color: rgb(192 38 211 / 0.7);
}
:is(.dark .dark\:text-fuchsia-600\/75) {
  color: rgb(192 38 211 / 0.75);
}
:is(.dark .dark\:text-fuchsia-600\/80) {
  color: rgb(192 38 211 / 0.8);
}
:is(.dark .dark\:text-fuchsia-600\/90) {
  color: rgb(192 38 211 / 0.9);
}
:is(.dark .dark\:text-fuchsia-600\/95) {
  color: rgb(192 38 211 / 0.95);
}
:is(.dark .dark\:text-fuchsia-700) {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-700\/0) {
  color: rgb(162 28 175 / 0);
}
:is(.dark .dark\:text-fuchsia-700\/10) {
  color: rgb(162 28 175 / 0.1);
}
:is(.dark .dark\:text-fuchsia-700\/100) {
  color: rgb(162 28 175 / 1);
}
:is(.dark .dark\:text-fuchsia-700\/20) {
  color: rgb(162 28 175 / 0.2);
}
:is(.dark .dark\:text-fuchsia-700\/25) {
  color: rgb(162 28 175 / 0.25);
}
:is(.dark .dark\:text-fuchsia-700\/30) {
  color: rgb(162 28 175 / 0.3);
}
:is(.dark .dark\:text-fuchsia-700\/40) {
  color: rgb(162 28 175 / 0.4);
}
:is(.dark .dark\:text-fuchsia-700\/5) {
  color: rgb(162 28 175 / 0.05);
}
:is(.dark .dark\:text-fuchsia-700\/50) {
  color: rgb(162 28 175 / 0.5);
}
:is(.dark .dark\:text-fuchsia-700\/60) {
  color: rgb(162 28 175 / 0.6);
}
:is(.dark .dark\:text-fuchsia-700\/70) {
  color: rgb(162 28 175 / 0.7);
}
:is(.dark .dark\:text-fuchsia-700\/75) {
  color: rgb(162 28 175 / 0.75);
}
:is(.dark .dark\:text-fuchsia-700\/80) {
  color: rgb(162 28 175 / 0.8);
}
:is(.dark .dark\:text-fuchsia-700\/90) {
  color: rgb(162 28 175 / 0.9);
}
:is(.dark .dark\:text-fuchsia-700\/95) {
  color: rgb(162 28 175 / 0.95);
}
:is(.dark .dark\:text-fuchsia-800) {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-800\/0) {
  color: rgb(134 25 143 / 0);
}
:is(.dark .dark\:text-fuchsia-800\/10) {
  color: rgb(134 25 143 / 0.1);
}
:is(.dark .dark\:text-fuchsia-800\/100) {
  color: rgb(134 25 143 / 1);
}
:is(.dark .dark\:text-fuchsia-800\/20) {
  color: rgb(134 25 143 / 0.2);
}
:is(.dark .dark\:text-fuchsia-800\/25) {
  color: rgb(134 25 143 / 0.25);
}
:is(.dark .dark\:text-fuchsia-800\/30) {
  color: rgb(134 25 143 / 0.3);
}
:is(.dark .dark\:text-fuchsia-800\/40) {
  color: rgb(134 25 143 / 0.4);
}
:is(.dark .dark\:text-fuchsia-800\/5) {
  color: rgb(134 25 143 / 0.05);
}
:is(.dark .dark\:text-fuchsia-800\/50) {
  color: rgb(134 25 143 / 0.5);
}
:is(.dark .dark\:text-fuchsia-800\/60) {
  color: rgb(134 25 143 / 0.6);
}
:is(.dark .dark\:text-fuchsia-800\/70) {
  color: rgb(134 25 143 / 0.7);
}
:is(.dark .dark\:text-fuchsia-800\/75) {
  color: rgb(134 25 143 / 0.75);
}
:is(.dark .dark\:text-fuchsia-800\/80) {
  color: rgb(134 25 143 / 0.8);
}
:is(.dark .dark\:text-fuchsia-800\/90) {
  color: rgb(134 25 143 / 0.9);
}
:is(.dark .dark\:text-fuchsia-800\/95) {
  color: rgb(134 25 143 / 0.95);
}
:is(.dark .dark\:text-fuchsia-900) {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-900\/0) {
  color: rgb(112 26 117 / 0);
}
:is(.dark .dark\:text-fuchsia-900\/10) {
  color: rgb(112 26 117 / 0.1);
}
:is(.dark .dark\:text-fuchsia-900\/100) {
  color: rgb(112 26 117 / 1);
}
:is(.dark .dark\:text-fuchsia-900\/20) {
  color: rgb(112 26 117 / 0.2);
}
:is(.dark .dark\:text-fuchsia-900\/25) {
  color: rgb(112 26 117 / 0.25);
}
:is(.dark .dark\:text-fuchsia-900\/30) {
  color: rgb(112 26 117 / 0.3);
}
:is(.dark .dark\:text-fuchsia-900\/40) {
  color: rgb(112 26 117 / 0.4);
}
:is(.dark .dark\:text-fuchsia-900\/5) {
  color: rgb(112 26 117 / 0.05);
}
:is(.dark .dark\:text-fuchsia-900\/50) {
  color: rgb(112 26 117 / 0.5);
}
:is(.dark .dark\:text-fuchsia-900\/60) {
  color: rgb(112 26 117 / 0.6);
}
:is(.dark .dark\:text-fuchsia-900\/70) {
  color: rgb(112 26 117 / 0.7);
}
:is(.dark .dark\:text-fuchsia-900\/75) {
  color: rgb(112 26 117 / 0.75);
}
:is(.dark .dark\:text-fuchsia-900\/80) {
  color: rgb(112 26 117 / 0.8);
}
:is(.dark .dark\:text-fuchsia-900\/90) {
  color: rgb(112 26 117 / 0.9);
}
:is(.dark .dark\:text-fuchsia-900\/95) {
  color: rgb(112 26 117 / 0.95);
}
:is(.dark .dark\:text-fuchsia-950) {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-fuchsia-950\/0) {
  color: rgb(74 4 78 / 0);
}
:is(.dark .dark\:text-fuchsia-950\/10) {
  color: rgb(74 4 78 / 0.1);
}
:is(.dark .dark\:text-fuchsia-950\/100) {
  color: rgb(74 4 78 / 1);
}
:is(.dark .dark\:text-fuchsia-950\/20) {
  color: rgb(74 4 78 / 0.2);
}
:is(.dark .dark\:text-fuchsia-950\/25) {
  color: rgb(74 4 78 / 0.25);
}
:is(.dark .dark\:text-fuchsia-950\/30) {
  color: rgb(74 4 78 / 0.3);
}
:is(.dark .dark\:text-fuchsia-950\/40) {
  color: rgb(74 4 78 / 0.4);
}
:is(.dark .dark\:text-fuchsia-950\/5) {
  color: rgb(74 4 78 / 0.05);
}
:is(.dark .dark\:text-fuchsia-950\/50) {
  color: rgb(74 4 78 / 0.5);
}
:is(.dark .dark\:text-fuchsia-950\/60) {
  color: rgb(74 4 78 / 0.6);
}
:is(.dark .dark\:text-fuchsia-950\/70) {
  color: rgb(74 4 78 / 0.7);
}
:is(.dark .dark\:text-fuchsia-950\/75) {
  color: rgb(74 4 78 / 0.75);
}
:is(.dark .dark\:text-fuchsia-950\/80) {
  color: rgb(74 4 78 / 0.8);
}
:is(.dark .dark\:text-fuchsia-950\/90) {
  color: rgb(74 4 78 / 0.9);
}
:is(.dark .dark\:text-fuchsia-950\/95) {
  color: rgb(74 4 78 / 0.95);
}
:is(.dark .dark\:text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-100\/0) {
  color: rgb(243 244 246 / 0);
}
:is(.dark .dark\:text-gray-100\/10) {
  color: rgb(243 244 246 / 0.1);
}
:is(.dark .dark\:text-gray-100\/100) {
  color: rgb(243 244 246 / 1);
}
:is(.dark .dark\:text-gray-100\/20) {
  color: rgb(243 244 246 / 0.2);
}
:is(.dark .dark\:text-gray-100\/25) {
  color: rgb(243 244 246 / 0.25);
}
:is(.dark .dark\:text-gray-100\/30) {
  color: rgb(243 244 246 / 0.3);
}
:is(.dark .dark\:text-gray-100\/40) {
  color: rgb(243 244 246 / 0.4);
}
:is(.dark .dark\:text-gray-100\/5) {
  color: rgb(243 244 246 / 0.05);
}
:is(.dark .dark\:text-gray-100\/50) {
  color: rgb(243 244 246 / 0.5);
}
:is(.dark .dark\:text-gray-100\/60) {
  color: rgb(243 244 246 / 0.6);
}
:is(.dark .dark\:text-gray-100\/70) {
  color: rgb(243 244 246 / 0.7);
}
:is(.dark .dark\:text-gray-100\/75) {
  color: rgb(243 244 246 / 0.75);
}
:is(.dark .dark\:text-gray-100\/80) {
  color: rgb(243 244 246 / 0.8);
}
:is(.dark .dark\:text-gray-100\/90) {
  color: rgb(243 244 246 / 0.9);
}
:is(.dark .dark\:text-gray-100\/95) {
  color: rgb(243 244 246 / 0.95);
}
:is(.dark .dark\:text-gray-200) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-200\/0) {
  color: rgb(229 231 235 / 0);
}
:is(.dark .dark\:text-gray-200\/10) {
  color: rgb(229 231 235 / 0.1);
}
:is(.dark .dark\:text-gray-200\/100) {
  color: rgb(229 231 235 / 1);
}
:is(.dark .dark\:text-gray-200\/20) {
  color: rgb(229 231 235 / 0.2);
}
:is(.dark .dark\:text-gray-200\/25) {
  color: rgb(229 231 235 / 0.25);
}
:is(.dark .dark\:text-gray-200\/30) {
  color: rgb(229 231 235 / 0.3);
}
:is(.dark .dark\:text-gray-200\/40) {
  color: rgb(229 231 235 / 0.4);
}
:is(.dark .dark\:text-gray-200\/5) {
  color: rgb(229 231 235 / 0.05);
}
:is(.dark .dark\:text-gray-200\/50) {
  color: rgb(229 231 235 / 0.5);
}
:is(.dark .dark\:text-gray-200\/60) {
  color: rgb(229 231 235 / 0.6);
}
:is(.dark .dark\:text-gray-200\/70) {
  color: rgb(229 231 235 / 0.7);
}
:is(.dark .dark\:text-gray-200\/75) {
  color: rgb(229 231 235 / 0.75);
}
:is(.dark .dark\:text-gray-200\/80) {
  color: rgb(229 231 235 / 0.8);
}
:is(.dark .dark\:text-gray-200\/90) {
  color: rgb(229 231 235 / 0.9);
}
:is(.dark .dark\:text-gray-200\/95) {
  color: rgb(229 231 235 / 0.95);
}
:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-300\/0) {
  color: rgb(209 213 219 / 0);
}
:is(.dark .dark\:text-gray-300\/10) {
  color: rgb(209 213 219 / 0.1);
}
:is(.dark .dark\:text-gray-300\/100) {
  color: rgb(209 213 219 / 1);
}
:is(.dark .dark\:text-gray-300\/20) {
  color: rgb(209 213 219 / 0.2);
}
:is(.dark .dark\:text-gray-300\/25) {
  color: rgb(209 213 219 / 0.25);
}
:is(.dark .dark\:text-gray-300\/30) {
  color: rgb(209 213 219 / 0.3);
}
:is(.dark .dark\:text-gray-300\/40) {
  color: rgb(209 213 219 / 0.4);
}
:is(.dark .dark\:text-gray-300\/5) {
  color: rgb(209 213 219 / 0.05);
}
:is(.dark .dark\:text-gray-300\/50) {
  color: rgb(209 213 219 / 0.5);
}
:is(.dark .dark\:text-gray-300\/60) {
  color: rgb(209 213 219 / 0.6);
}
:is(.dark .dark\:text-gray-300\/70) {
  color: rgb(209 213 219 / 0.7);
}
:is(.dark .dark\:text-gray-300\/75) {
  color: rgb(209 213 219 / 0.75);
}
:is(.dark .dark\:text-gray-300\/80) {
  color: rgb(209 213 219 / 0.8);
}
:is(.dark .dark\:text-gray-300\/90) {
  color: rgb(209 213 219 / 0.9);
}
:is(.dark .dark\:text-gray-300\/95) {
  color: rgb(209 213 219 / 0.95);
}
:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-400\/0) {
  color: rgb(156 163 175 / 0);
}
:is(.dark .dark\:text-gray-400\/10) {
  color: rgb(156 163 175 / 0.1);
}
:is(.dark .dark\:text-gray-400\/100) {
  color: rgb(156 163 175 / 1);
}
:is(.dark .dark\:text-gray-400\/20) {
  color: rgb(156 163 175 / 0.2);
}
:is(.dark .dark\:text-gray-400\/25) {
  color: rgb(156 163 175 / 0.25);
}
:is(.dark .dark\:text-gray-400\/30) {
  color: rgb(156 163 175 / 0.3);
}
:is(.dark .dark\:text-gray-400\/40) {
  color: rgb(156 163 175 / 0.4);
}
:is(.dark .dark\:text-gray-400\/5) {
  color: rgb(156 163 175 / 0.05);
}
:is(.dark .dark\:text-gray-400\/50) {
  color: rgb(156 163 175 / 0.5);
}
:is(.dark .dark\:text-gray-400\/60) {
  color: rgb(156 163 175 / 0.6);
}
:is(.dark .dark\:text-gray-400\/70) {
  color: rgb(156 163 175 / 0.7);
}
:is(.dark .dark\:text-gray-400\/75) {
  color: rgb(156 163 175 / 0.75);
}
:is(.dark .dark\:text-gray-400\/80) {
  color: rgb(156 163 175 / 0.8);
}
:is(.dark .dark\:text-gray-400\/90) {
  color: rgb(156 163 175 / 0.9);
}
:is(.dark .dark\:text-gray-400\/95) {
  color: rgb(156 163 175 / 0.95);
}
:is(.dark .dark\:text-gray-50) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-50\/0) {
  color: rgb(249 250 251 / 0);
}
:is(.dark .dark\:text-gray-50\/10) {
  color: rgb(249 250 251 / 0.1);
}
:is(.dark .dark\:text-gray-50\/100) {
  color: rgb(249 250 251 / 1);
}
:is(.dark .dark\:text-gray-50\/20) {
  color: rgb(249 250 251 / 0.2);
}
:is(.dark .dark\:text-gray-50\/25) {
  color: rgb(249 250 251 / 0.25);
}
:is(.dark .dark\:text-gray-50\/30) {
  color: rgb(249 250 251 / 0.3);
}
:is(.dark .dark\:text-gray-50\/40) {
  color: rgb(249 250 251 / 0.4);
}
:is(.dark .dark\:text-gray-50\/5) {
  color: rgb(249 250 251 / 0.05);
}
:is(.dark .dark\:text-gray-50\/50) {
  color: rgb(249 250 251 / 0.5);
}
:is(.dark .dark\:text-gray-50\/60) {
  color: rgb(249 250 251 / 0.6);
}
:is(.dark .dark\:text-gray-50\/70) {
  color: rgb(249 250 251 / 0.7);
}
:is(.dark .dark\:text-gray-50\/75) {
  color: rgb(249 250 251 / 0.75);
}
:is(.dark .dark\:text-gray-50\/80) {
  color: rgb(249 250 251 / 0.8);
}
:is(.dark .dark\:text-gray-50\/90) {
  color: rgb(249 250 251 / 0.9);
}
:is(.dark .dark\:text-gray-50\/95) {
  color: rgb(249 250 251 / 0.95);
}
:is(.dark .dark\:text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-500\/0) {
  color: rgb(107 114 128 / 0);
}
:is(.dark .dark\:text-gray-500\/10) {
  color: rgb(107 114 128 / 0.1);
}
:is(.dark .dark\:text-gray-500\/100) {
  color: rgb(107 114 128 / 1);
}
:is(.dark .dark\:text-gray-500\/20) {
  color: rgb(107 114 128 / 0.2);
}
:is(.dark .dark\:text-gray-500\/25) {
  color: rgb(107 114 128 / 0.25);
}
:is(.dark .dark\:text-gray-500\/30) {
  color: rgb(107 114 128 / 0.3);
}
:is(.dark .dark\:text-gray-500\/40) {
  color: rgb(107 114 128 / 0.4);
}
:is(.dark .dark\:text-gray-500\/5) {
  color: rgb(107 114 128 / 0.05);
}
:is(.dark .dark\:text-gray-500\/50) {
  color: rgb(107 114 128 / 0.5);
}
:is(.dark .dark\:text-gray-500\/60) {
  color: rgb(107 114 128 / 0.6);
}
:is(.dark .dark\:text-gray-500\/70) {
  color: rgb(107 114 128 / 0.7);
}
:is(.dark .dark\:text-gray-500\/75) {
  color: rgb(107 114 128 / 0.75);
}
:is(.dark .dark\:text-gray-500\/80) {
  color: rgb(107 114 128 / 0.8);
}
:is(.dark .dark\:text-gray-500\/90) {
  color: rgb(107 114 128 / 0.9);
}
:is(.dark .dark\:text-gray-500\/95) {
  color: rgb(107 114 128 / 0.95);
}
:is(.dark .dark\:text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-600\/0) {
  color: rgb(75 85 99 / 0);
}
:is(.dark .dark\:text-gray-600\/10) {
  color: rgb(75 85 99 / 0.1);
}
:is(.dark .dark\:text-gray-600\/100) {
  color: rgb(75 85 99 / 1);
}
:is(.dark .dark\:text-gray-600\/20) {
  color: rgb(75 85 99 / 0.2);
}
:is(.dark .dark\:text-gray-600\/25) {
  color: rgb(75 85 99 / 0.25);
}
:is(.dark .dark\:text-gray-600\/30) {
  color: rgb(75 85 99 / 0.3);
}
:is(.dark .dark\:text-gray-600\/40) {
  color: rgb(75 85 99 / 0.4);
}
:is(.dark .dark\:text-gray-600\/5) {
  color: rgb(75 85 99 / 0.05);
}
:is(.dark .dark\:text-gray-600\/50) {
  color: rgb(75 85 99 / 0.5);
}
:is(.dark .dark\:text-gray-600\/60) {
  color: rgb(75 85 99 / 0.6);
}
:is(.dark .dark\:text-gray-600\/70) {
  color: rgb(75 85 99 / 0.7);
}
:is(.dark .dark\:text-gray-600\/75) {
  color: rgb(75 85 99 / 0.75);
}
:is(.dark .dark\:text-gray-600\/80) {
  color: rgb(75 85 99 / 0.8);
}
:is(.dark .dark\:text-gray-600\/90) {
  color: rgb(75 85 99 / 0.9);
}
:is(.dark .dark\:text-gray-600\/95) {
  color: rgb(75 85 99 / 0.95);
}
:is(.dark .dark\:text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-700\/0) {
  color: rgb(55 65 81 / 0);
}
:is(.dark .dark\:text-gray-700\/10) {
  color: rgb(55 65 81 / 0.1);
}
:is(.dark .dark\:text-gray-700\/100) {
  color: rgb(55 65 81 / 1);
}
:is(.dark .dark\:text-gray-700\/20) {
  color: rgb(55 65 81 / 0.2);
}
:is(.dark .dark\:text-gray-700\/25) {
  color: rgb(55 65 81 / 0.25);
}
:is(.dark .dark\:text-gray-700\/30) {
  color: rgb(55 65 81 / 0.3);
}
:is(.dark .dark\:text-gray-700\/40) {
  color: rgb(55 65 81 / 0.4);
}
:is(.dark .dark\:text-gray-700\/5) {
  color: rgb(55 65 81 / 0.05);
}
:is(.dark .dark\:text-gray-700\/50) {
  color: rgb(55 65 81 / 0.5);
}
:is(.dark .dark\:text-gray-700\/60) {
  color: rgb(55 65 81 / 0.6);
}
:is(.dark .dark\:text-gray-700\/70) {
  color: rgb(55 65 81 / 0.7);
}
:is(.dark .dark\:text-gray-700\/75) {
  color: rgb(55 65 81 / 0.75);
}
:is(.dark .dark\:text-gray-700\/80) {
  color: rgb(55 65 81 / 0.8);
}
:is(.dark .dark\:text-gray-700\/90) {
  color: rgb(55 65 81 / 0.9);
}
:is(.dark .dark\:text-gray-700\/95) {
  color: rgb(55 65 81 / 0.95);
}
:is(.dark .dark\:text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-800\/0) {
  color: rgb(31 41 55 / 0);
}
:is(.dark .dark\:text-gray-800\/10) {
  color: rgb(31 41 55 / 0.1);
}
:is(.dark .dark\:text-gray-800\/100) {
  color: rgb(31 41 55 / 1);
}
:is(.dark .dark\:text-gray-800\/20) {
  color: rgb(31 41 55 / 0.2);
}
:is(.dark .dark\:text-gray-800\/25) {
  color: rgb(31 41 55 / 0.25);
}
:is(.dark .dark\:text-gray-800\/30) {
  color: rgb(31 41 55 / 0.3);
}
:is(.dark .dark\:text-gray-800\/40) {
  color: rgb(31 41 55 / 0.4);
}
:is(.dark .dark\:text-gray-800\/5) {
  color: rgb(31 41 55 / 0.05);
}
:is(.dark .dark\:text-gray-800\/50) {
  color: rgb(31 41 55 / 0.5);
}
:is(.dark .dark\:text-gray-800\/60) {
  color: rgb(31 41 55 / 0.6);
}
:is(.dark .dark\:text-gray-800\/70) {
  color: rgb(31 41 55 / 0.7);
}
:is(.dark .dark\:text-gray-800\/75) {
  color: rgb(31 41 55 / 0.75);
}
:is(.dark .dark\:text-gray-800\/80) {
  color: rgb(31 41 55 / 0.8);
}
:is(.dark .dark\:text-gray-800\/90) {
  color: rgb(31 41 55 / 0.9);
}
:is(.dark .dark\:text-gray-800\/95) {
  color: rgb(31 41 55 / 0.95);
}
:is(.dark .dark\:text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-900\/0) {
  color: rgb(17 24 39 / 0);
}
:is(.dark .dark\:text-gray-900\/10) {
  color: rgb(17 24 39 / 0.1);
}
:is(.dark .dark\:text-gray-900\/100) {
  color: rgb(17 24 39 / 1);
}
:is(.dark .dark\:text-gray-900\/20) {
  color: rgb(17 24 39 / 0.2);
}
:is(.dark .dark\:text-gray-900\/25) {
  color: rgb(17 24 39 / 0.25);
}
:is(.dark .dark\:text-gray-900\/30) {
  color: rgb(17 24 39 / 0.3);
}
:is(.dark .dark\:text-gray-900\/40) {
  color: rgb(17 24 39 / 0.4);
}
:is(.dark .dark\:text-gray-900\/5) {
  color: rgb(17 24 39 / 0.05);
}
:is(.dark .dark\:text-gray-900\/50) {
  color: rgb(17 24 39 / 0.5);
}
:is(.dark .dark\:text-gray-900\/60) {
  color: rgb(17 24 39 / 0.6);
}
:is(.dark .dark\:text-gray-900\/70) {
  color: rgb(17 24 39 / 0.7);
}
:is(.dark .dark\:text-gray-900\/75) {
  color: rgb(17 24 39 / 0.75);
}
:is(.dark .dark\:text-gray-900\/80) {
  color: rgb(17 24 39 / 0.8);
}
:is(.dark .dark\:text-gray-900\/90) {
  color: rgb(17 24 39 / 0.9);
}
:is(.dark .dark\:text-gray-900\/95) {
  color: rgb(17 24 39 / 0.95);
}
:is(.dark .dark\:text-gray-950) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-950\/0) {
  color: rgb(3 7 18 / 0);
}
:is(.dark .dark\:text-gray-950\/10) {
  color: rgb(3 7 18 / 0.1);
}
:is(.dark .dark\:text-gray-950\/100) {
  color: rgb(3 7 18 / 1);
}
:is(.dark .dark\:text-gray-950\/20) {
  color: rgb(3 7 18 / 0.2);
}
:is(.dark .dark\:text-gray-950\/25) {
  color: rgb(3 7 18 / 0.25);
}
:is(.dark .dark\:text-gray-950\/30) {
  color: rgb(3 7 18 / 0.3);
}
:is(.dark .dark\:text-gray-950\/40) {
  color: rgb(3 7 18 / 0.4);
}
:is(.dark .dark\:text-gray-950\/5) {
  color: rgb(3 7 18 / 0.05);
}
:is(.dark .dark\:text-gray-950\/50) {
  color: rgb(3 7 18 / 0.5);
}
:is(.dark .dark\:text-gray-950\/60) {
  color: rgb(3 7 18 / 0.6);
}
:is(.dark .dark\:text-gray-950\/70) {
  color: rgb(3 7 18 / 0.7);
}
:is(.dark .dark\:text-gray-950\/75) {
  color: rgb(3 7 18 / 0.75);
}
:is(.dark .dark\:text-gray-950\/80) {
  color: rgb(3 7 18 / 0.8);
}
:is(.dark .dark\:text-gray-950\/90) {
  color: rgb(3 7 18 / 0.9);
}
:is(.dark .dark\:text-gray-950\/95) {
  color: rgb(3 7 18 / 0.95);
}
:is(.dark .dark\:text-green-100) {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-100\/0) {
  color: rgb(220 252 231 / 0);
}
:is(.dark .dark\:text-green-100\/10) {
  color: rgb(220 252 231 / 0.1);
}
:is(.dark .dark\:text-green-100\/100) {
  color: rgb(220 252 231 / 1);
}
:is(.dark .dark\:text-green-100\/20) {
  color: rgb(220 252 231 / 0.2);
}
:is(.dark .dark\:text-green-100\/25) {
  color: rgb(220 252 231 / 0.25);
}
:is(.dark .dark\:text-green-100\/30) {
  color: rgb(220 252 231 / 0.3);
}
:is(.dark .dark\:text-green-100\/40) {
  color: rgb(220 252 231 / 0.4);
}
:is(.dark .dark\:text-green-100\/5) {
  color: rgb(220 252 231 / 0.05);
}
:is(.dark .dark\:text-green-100\/50) {
  color: rgb(220 252 231 / 0.5);
}
:is(.dark .dark\:text-green-100\/60) {
  color: rgb(220 252 231 / 0.6);
}
:is(.dark .dark\:text-green-100\/70) {
  color: rgb(220 252 231 / 0.7);
}
:is(.dark .dark\:text-green-100\/75) {
  color: rgb(220 252 231 / 0.75);
}
:is(.dark .dark\:text-green-100\/80) {
  color: rgb(220 252 231 / 0.8);
}
:is(.dark .dark\:text-green-100\/90) {
  color: rgb(220 252 231 / 0.9);
}
:is(.dark .dark\:text-green-100\/95) {
  color: rgb(220 252 231 / 0.95);
}
:is(.dark .dark\:text-green-200) {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-200\/0) {
  color: rgb(187 247 208 / 0);
}
:is(.dark .dark\:text-green-200\/10) {
  color: rgb(187 247 208 / 0.1);
}
:is(.dark .dark\:text-green-200\/100) {
  color: rgb(187 247 208 / 1);
}
:is(.dark .dark\:text-green-200\/20) {
  color: rgb(187 247 208 / 0.2);
}
:is(.dark .dark\:text-green-200\/25) {
  color: rgb(187 247 208 / 0.25);
}
:is(.dark .dark\:text-green-200\/30) {
  color: rgb(187 247 208 / 0.3);
}
:is(.dark .dark\:text-green-200\/40) {
  color: rgb(187 247 208 / 0.4);
}
:is(.dark .dark\:text-green-200\/5) {
  color: rgb(187 247 208 / 0.05);
}
:is(.dark .dark\:text-green-200\/50) {
  color: rgb(187 247 208 / 0.5);
}
:is(.dark .dark\:text-green-200\/60) {
  color: rgb(187 247 208 / 0.6);
}
:is(.dark .dark\:text-green-200\/70) {
  color: rgb(187 247 208 / 0.7);
}
:is(.dark .dark\:text-green-200\/75) {
  color: rgb(187 247 208 / 0.75);
}
:is(.dark .dark\:text-green-200\/80) {
  color: rgb(187 247 208 / 0.8);
}
:is(.dark .dark\:text-green-200\/90) {
  color: rgb(187 247 208 / 0.9);
}
:is(.dark .dark\:text-green-200\/95) {
  color: rgb(187 247 208 / 0.95);
}
:is(.dark .dark\:text-green-300) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-300\/0) {
  color: rgb(134 239 172 / 0);
}
:is(.dark .dark\:text-green-300\/10) {
  color: rgb(134 239 172 / 0.1);
}
:is(.dark .dark\:text-green-300\/100) {
  color: rgb(134 239 172 / 1);
}
:is(.dark .dark\:text-green-300\/20) {
  color: rgb(134 239 172 / 0.2);
}
:is(.dark .dark\:text-green-300\/25) {
  color: rgb(134 239 172 / 0.25);
}
:is(.dark .dark\:text-green-300\/30) {
  color: rgb(134 239 172 / 0.3);
}
:is(.dark .dark\:text-green-300\/40) {
  color: rgb(134 239 172 / 0.4);
}
:is(.dark .dark\:text-green-300\/5) {
  color: rgb(134 239 172 / 0.05);
}
:is(.dark .dark\:text-green-300\/50) {
  color: rgb(134 239 172 / 0.5);
}
:is(.dark .dark\:text-green-300\/60) {
  color: rgb(134 239 172 / 0.6);
}
:is(.dark .dark\:text-green-300\/70) {
  color: rgb(134 239 172 / 0.7);
}
:is(.dark .dark\:text-green-300\/75) {
  color: rgb(134 239 172 / 0.75);
}
:is(.dark .dark\:text-green-300\/80) {
  color: rgb(134 239 172 / 0.8);
}
:is(.dark .dark\:text-green-300\/90) {
  color: rgb(134 239 172 / 0.9);
}
:is(.dark .dark\:text-green-300\/95) {
  color: rgb(134 239 172 / 0.95);
}
:is(.dark .dark\:text-green-400) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-400\/0) {
  color: rgb(74 222 128 / 0);
}
:is(.dark .dark\:text-green-400\/10) {
  color: rgb(74 222 128 / 0.1);
}
:is(.dark .dark\:text-green-400\/100) {
  color: rgb(74 222 128 / 1);
}
:is(.dark .dark\:text-green-400\/20) {
  color: rgb(74 222 128 / 0.2);
}
:is(.dark .dark\:text-green-400\/25) {
  color: rgb(74 222 128 / 0.25);
}
:is(.dark .dark\:text-green-400\/30) {
  color: rgb(74 222 128 / 0.3);
}
:is(.dark .dark\:text-green-400\/40) {
  color: rgb(74 222 128 / 0.4);
}
:is(.dark .dark\:text-green-400\/5) {
  color: rgb(74 222 128 / 0.05);
}
:is(.dark .dark\:text-green-400\/50) {
  color: rgb(74 222 128 / 0.5);
}
:is(.dark .dark\:text-green-400\/60) {
  color: rgb(74 222 128 / 0.6);
}
:is(.dark .dark\:text-green-400\/70) {
  color: rgb(74 222 128 / 0.7);
}
:is(.dark .dark\:text-green-400\/75) {
  color: rgb(74 222 128 / 0.75);
}
:is(.dark .dark\:text-green-400\/80) {
  color: rgb(74 222 128 / 0.8);
}
:is(.dark .dark\:text-green-400\/90) {
  color: rgb(74 222 128 / 0.9);
}
:is(.dark .dark\:text-green-400\/95) {
  color: rgb(74 222 128 / 0.95);
}
:is(.dark .dark\:text-green-50) {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-50\/0) {
  color: rgb(240 253 244 / 0);
}
:is(.dark .dark\:text-green-50\/10) {
  color: rgb(240 253 244 / 0.1);
}
:is(.dark .dark\:text-green-50\/100) {
  color: rgb(240 253 244 / 1);
}
:is(.dark .dark\:text-green-50\/20) {
  color: rgb(240 253 244 / 0.2);
}
:is(.dark .dark\:text-green-50\/25) {
  color: rgb(240 253 244 / 0.25);
}
:is(.dark .dark\:text-green-50\/30) {
  color: rgb(240 253 244 / 0.3);
}
:is(.dark .dark\:text-green-50\/40) {
  color: rgb(240 253 244 / 0.4);
}
:is(.dark .dark\:text-green-50\/5) {
  color: rgb(240 253 244 / 0.05);
}
:is(.dark .dark\:text-green-50\/50) {
  color: rgb(240 253 244 / 0.5);
}
:is(.dark .dark\:text-green-50\/60) {
  color: rgb(240 253 244 / 0.6);
}
:is(.dark .dark\:text-green-50\/70) {
  color: rgb(240 253 244 / 0.7);
}
:is(.dark .dark\:text-green-50\/75) {
  color: rgb(240 253 244 / 0.75);
}
:is(.dark .dark\:text-green-50\/80) {
  color: rgb(240 253 244 / 0.8);
}
:is(.dark .dark\:text-green-50\/90) {
  color: rgb(240 253 244 / 0.9);
}
:is(.dark .dark\:text-green-50\/95) {
  color: rgb(240 253 244 / 0.95);
}
:is(.dark .dark\:text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-500\/0) {
  color: rgb(34 197 94 / 0);
}
:is(.dark .dark\:text-green-500\/10) {
  color: rgb(34 197 94 / 0.1);
}
:is(.dark .dark\:text-green-500\/100) {
  color: rgb(34 197 94 / 1);
}
:is(.dark .dark\:text-green-500\/20) {
  color: rgb(34 197 94 / 0.2);
}
:is(.dark .dark\:text-green-500\/25) {
  color: rgb(34 197 94 / 0.25);
}
:is(.dark .dark\:text-green-500\/30) {
  color: rgb(34 197 94 / 0.3);
}
:is(.dark .dark\:text-green-500\/40) {
  color: rgb(34 197 94 / 0.4);
}
:is(.dark .dark\:text-green-500\/5) {
  color: rgb(34 197 94 / 0.05);
}
:is(.dark .dark\:text-green-500\/50) {
  color: rgb(34 197 94 / 0.5);
}
:is(.dark .dark\:text-green-500\/60) {
  color: rgb(34 197 94 / 0.6);
}
:is(.dark .dark\:text-green-500\/70) {
  color: rgb(34 197 94 / 0.7);
}
:is(.dark .dark\:text-green-500\/75) {
  color: rgb(34 197 94 / 0.75);
}
:is(.dark .dark\:text-green-500\/80) {
  color: rgb(34 197 94 / 0.8);
}
:is(.dark .dark\:text-green-500\/90) {
  color: rgb(34 197 94 / 0.9);
}
:is(.dark .dark\:text-green-500\/95) {
  color: rgb(34 197 94 / 0.95);
}
:is(.dark .dark\:text-green-600) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-600\/0) {
  color: rgb(22 163 74 / 0);
}
:is(.dark .dark\:text-green-600\/10) {
  color: rgb(22 163 74 / 0.1);
}
:is(.dark .dark\:text-green-600\/100) {
  color: rgb(22 163 74 / 1);
}
:is(.dark .dark\:text-green-600\/20) {
  color: rgb(22 163 74 / 0.2);
}
:is(.dark .dark\:text-green-600\/25) {
  color: rgb(22 163 74 / 0.25);
}
:is(.dark .dark\:text-green-600\/30) {
  color: rgb(22 163 74 / 0.3);
}
:is(.dark .dark\:text-green-600\/40) {
  color: rgb(22 163 74 / 0.4);
}
:is(.dark .dark\:text-green-600\/5) {
  color: rgb(22 163 74 / 0.05);
}
:is(.dark .dark\:text-green-600\/50) {
  color: rgb(22 163 74 / 0.5);
}
:is(.dark .dark\:text-green-600\/60) {
  color: rgb(22 163 74 / 0.6);
}
:is(.dark .dark\:text-green-600\/70) {
  color: rgb(22 163 74 / 0.7);
}
:is(.dark .dark\:text-green-600\/75) {
  color: rgb(22 163 74 / 0.75);
}
:is(.dark .dark\:text-green-600\/80) {
  color: rgb(22 163 74 / 0.8);
}
:is(.dark .dark\:text-green-600\/90) {
  color: rgb(22 163 74 / 0.9);
}
:is(.dark .dark\:text-green-600\/95) {
  color: rgb(22 163 74 / 0.95);
}
:is(.dark .dark\:text-green-700) {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-700\/0) {
  color: rgb(21 128 61 / 0);
}
:is(.dark .dark\:text-green-700\/10) {
  color: rgb(21 128 61 / 0.1);
}
:is(.dark .dark\:text-green-700\/100) {
  color: rgb(21 128 61 / 1);
}
:is(.dark .dark\:text-green-700\/20) {
  color: rgb(21 128 61 / 0.2);
}
:is(.dark .dark\:text-green-700\/25) {
  color: rgb(21 128 61 / 0.25);
}
:is(.dark .dark\:text-green-700\/30) {
  color: rgb(21 128 61 / 0.3);
}
:is(.dark .dark\:text-green-700\/40) {
  color: rgb(21 128 61 / 0.4);
}
:is(.dark .dark\:text-green-700\/5) {
  color: rgb(21 128 61 / 0.05);
}
:is(.dark .dark\:text-green-700\/50) {
  color: rgb(21 128 61 / 0.5);
}
:is(.dark .dark\:text-green-700\/60) {
  color: rgb(21 128 61 / 0.6);
}
:is(.dark .dark\:text-green-700\/70) {
  color: rgb(21 128 61 / 0.7);
}
:is(.dark .dark\:text-green-700\/75) {
  color: rgb(21 128 61 / 0.75);
}
:is(.dark .dark\:text-green-700\/80) {
  color: rgb(21 128 61 / 0.8);
}
:is(.dark .dark\:text-green-700\/90) {
  color: rgb(21 128 61 / 0.9);
}
:is(.dark .dark\:text-green-700\/95) {
  color: rgb(21 128 61 / 0.95);
}
:is(.dark .dark\:text-green-800) {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-800\/0) {
  color: rgb(22 101 52 / 0);
}
:is(.dark .dark\:text-green-800\/10) {
  color: rgb(22 101 52 / 0.1);
}
:is(.dark .dark\:text-green-800\/100) {
  color: rgb(22 101 52 / 1);
}
:is(.dark .dark\:text-green-800\/20) {
  color: rgb(22 101 52 / 0.2);
}
:is(.dark .dark\:text-green-800\/25) {
  color: rgb(22 101 52 / 0.25);
}
:is(.dark .dark\:text-green-800\/30) {
  color: rgb(22 101 52 / 0.3);
}
:is(.dark .dark\:text-green-800\/40) {
  color: rgb(22 101 52 / 0.4);
}
:is(.dark .dark\:text-green-800\/5) {
  color: rgb(22 101 52 / 0.05);
}
:is(.dark .dark\:text-green-800\/50) {
  color: rgb(22 101 52 / 0.5);
}
:is(.dark .dark\:text-green-800\/60) {
  color: rgb(22 101 52 / 0.6);
}
:is(.dark .dark\:text-green-800\/70) {
  color: rgb(22 101 52 / 0.7);
}
:is(.dark .dark\:text-green-800\/75) {
  color: rgb(22 101 52 / 0.75);
}
:is(.dark .dark\:text-green-800\/80) {
  color: rgb(22 101 52 / 0.8);
}
:is(.dark .dark\:text-green-800\/90) {
  color: rgb(22 101 52 / 0.9);
}
:is(.dark .dark\:text-green-800\/95) {
  color: rgb(22 101 52 / 0.95);
}
:is(.dark .dark\:text-green-900) {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-900\/0) {
  color: rgb(20 83 45 / 0);
}
:is(.dark .dark\:text-green-900\/10) {
  color: rgb(20 83 45 / 0.1);
}
:is(.dark .dark\:text-green-900\/100) {
  color: rgb(20 83 45 / 1);
}
:is(.dark .dark\:text-green-900\/20) {
  color: rgb(20 83 45 / 0.2);
}
:is(.dark .dark\:text-green-900\/25) {
  color: rgb(20 83 45 / 0.25);
}
:is(.dark .dark\:text-green-900\/30) {
  color: rgb(20 83 45 / 0.3);
}
:is(.dark .dark\:text-green-900\/40) {
  color: rgb(20 83 45 / 0.4);
}
:is(.dark .dark\:text-green-900\/5) {
  color: rgb(20 83 45 / 0.05);
}
:is(.dark .dark\:text-green-900\/50) {
  color: rgb(20 83 45 / 0.5);
}
:is(.dark .dark\:text-green-900\/60) {
  color: rgb(20 83 45 / 0.6);
}
:is(.dark .dark\:text-green-900\/70) {
  color: rgb(20 83 45 / 0.7);
}
:is(.dark .dark\:text-green-900\/75) {
  color: rgb(20 83 45 / 0.75);
}
:is(.dark .dark\:text-green-900\/80) {
  color: rgb(20 83 45 / 0.8);
}
:is(.dark .dark\:text-green-900\/90) {
  color: rgb(20 83 45 / 0.9);
}
:is(.dark .dark\:text-green-900\/95) {
  color: rgb(20 83 45 / 0.95);
}
:is(.dark .dark\:text-green-950) {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-green-950\/0) {
  color: rgb(5 46 22 / 0);
}
:is(.dark .dark\:text-green-950\/10) {
  color: rgb(5 46 22 / 0.1);
}
:is(.dark .dark\:text-green-950\/100) {
  color: rgb(5 46 22 / 1);
}
:is(.dark .dark\:text-green-950\/20) {
  color: rgb(5 46 22 / 0.2);
}
:is(.dark .dark\:text-green-950\/25) {
  color: rgb(5 46 22 / 0.25);
}
:is(.dark .dark\:text-green-950\/30) {
  color: rgb(5 46 22 / 0.3);
}
:is(.dark .dark\:text-green-950\/40) {
  color: rgb(5 46 22 / 0.4);
}
:is(.dark .dark\:text-green-950\/5) {
  color: rgb(5 46 22 / 0.05);
}
:is(.dark .dark\:text-green-950\/50) {
  color: rgb(5 46 22 / 0.5);
}
:is(.dark .dark\:text-green-950\/60) {
  color: rgb(5 46 22 / 0.6);
}
:is(.dark .dark\:text-green-950\/70) {
  color: rgb(5 46 22 / 0.7);
}
:is(.dark .dark\:text-green-950\/75) {
  color: rgb(5 46 22 / 0.75);
}
:is(.dark .dark\:text-green-950\/80) {
  color: rgb(5 46 22 / 0.8);
}
:is(.dark .dark\:text-green-950\/90) {
  color: rgb(5 46 22 / 0.9);
}
:is(.dark .dark\:text-green-950\/95) {
  color: rgb(5 46 22 / 0.95);
}
:is(.dark .dark\:text-indigo-100) {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-100\/0) {
  color: rgb(224 231 255 / 0);
}
:is(.dark .dark\:text-indigo-100\/10) {
  color: rgb(224 231 255 / 0.1);
}
:is(.dark .dark\:text-indigo-100\/100) {
  color: rgb(224 231 255 / 1);
}
:is(.dark .dark\:text-indigo-100\/20) {
  color: rgb(224 231 255 / 0.2);
}
:is(.dark .dark\:text-indigo-100\/25) {
  color: rgb(224 231 255 / 0.25);
}
:is(.dark .dark\:text-indigo-100\/30) {
  color: rgb(224 231 255 / 0.3);
}
:is(.dark .dark\:text-indigo-100\/40) {
  color: rgb(224 231 255 / 0.4);
}
:is(.dark .dark\:text-indigo-100\/5) {
  color: rgb(224 231 255 / 0.05);
}
:is(.dark .dark\:text-indigo-100\/50) {
  color: rgb(224 231 255 / 0.5);
}
:is(.dark .dark\:text-indigo-100\/60) {
  color: rgb(224 231 255 / 0.6);
}
:is(.dark .dark\:text-indigo-100\/70) {
  color: rgb(224 231 255 / 0.7);
}
:is(.dark .dark\:text-indigo-100\/75) {
  color: rgb(224 231 255 / 0.75);
}
:is(.dark .dark\:text-indigo-100\/80) {
  color: rgb(224 231 255 / 0.8);
}
:is(.dark .dark\:text-indigo-100\/90) {
  color: rgb(224 231 255 / 0.9);
}
:is(.dark .dark\:text-indigo-100\/95) {
  color: rgb(224 231 255 / 0.95);
}
:is(.dark .dark\:text-indigo-200) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-200\/0) {
  color: rgb(199 210 254 / 0);
}
:is(.dark .dark\:text-indigo-200\/10) {
  color: rgb(199 210 254 / 0.1);
}
:is(.dark .dark\:text-indigo-200\/100) {
  color: rgb(199 210 254 / 1);
}
:is(.dark .dark\:text-indigo-200\/20) {
  color: rgb(199 210 254 / 0.2);
}
:is(.dark .dark\:text-indigo-200\/25) {
  color: rgb(199 210 254 / 0.25);
}
:is(.dark .dark\:text-indigo-200\/30) {
  color: rgb(199 210 254 / 0.3);
}
:is(.dark .dark\:text-indigo-200\/40) {
  color: rgb(199 210 254 / 0.4);
}
:is(.dark .dark\:text-indigo-200\/5) {
  color: rgb(199 210 254 / 0.05);
}
:is(.dark .dark\:text-indigo-200\/50) {
  color: rgb(199 210 254 / 0.5);
}
:is(.dark .dark\:text-indigo-200\/60) {
  color: rgb(199 210 254 / 0.6);
}
:is(.dark .dark\:text-indigo-200\/70) {
  color: rgb(199 210 254 / 0.7);
}
:is(.dark .dark\:text-indigo-200\/75) {
  color: rgb(199 210 254 / 0.75);
}
:is(.dark .dark\:text-indigo-200\/80) {
  color: rgb(199 210 254 / 0.8);
}
:is(.dark .dark\:text-indigo-200\/90) {
  color: rgb(199 210 254 / 0.9);
}
:is(.dark .dark\:text-indigo-200\/95) {
  color: rgb(199 210 254 / 0.95);
}
:is(.dark .dark\:text-indigo-300) {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-300\/0) {
  color: rgb(165 180 252 / 0);
}
:is(.dark .dark\:text-indigo-300\/10) {
  color: rgb(165 180 252 / 0.1);
}
:is(.dark .dark\:text-indigo-300\/100) {
  color: rgb(165 180 252 / 1);
}
:is(.dark .dark\:text-indigo-300\/20) {
  color: rgb(165 180 252 / 0.2);
}
:is(.dark .dark\:text-indigo-300\/25) {
  color: rgb(165 180 252 / 0.25);
}
:is(.dark .dark\:text-indigo-300\/30) {
  color: rgb(165 180 252 / 0.3);
}
:is(.dark .dark\:text-indigo-300\/40) {
  color: rgb(165 180 252 / 0.4);
}
:is(.dark .dark\:text-indigo-300\/5) {
  color: rgb(165 180 252 / 0.05);
}
:is(.dark .dark\:text-indigo-300\/50) {
  color: rgb(165 180 252 / 0.5);
}
:is(.dark .dark\:text-indigo-300\/60) {
  color: rgb(165 180 252 / 0.6);
}
:is(.dark .dark\:text-indigo-300\/70) {
  color: rgb(165 180 252 / 0.7);
}
:is(.dark .dark\:text-indigo-300\/75) {
  color: rgb(165 180 252 / 0.75);
}
:is(.dark .dark\:text-indigo-300\/80) {
  color: rgb(165 180 252 / 0.8);
}
:is(.dark .dark\:text-indigo-300\/90) {
  color: rgb(165 180 252 / 0.9);
}
:is(.dark .dark\:text-indigo-300\/95) {
  color: rgb(165 180 252 / 0.95);
}
:is(.dark .dark\:text-indigo-400) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-400\/0) {
  color: rgb(129 140 248 / 0);
}
:is(.dark .dark\:text-indigo-400\/10) {
  color: rgb(129 140 248 / 0.1);
}
:is(.dark .dark\:text-indigo-400\/100) {
  color: rgb(129 140 248 / 1);
}
:is(.dark .dark\:text-indigo-400\/20) {
  color: rgb(129 140 248 / 0.2);
}
:is(.dark .dark\:text-indigo-400\/25) {
  color: rgb(129 140 248 / 0.25);
}
:is(.dark .dark\:text-indigo-400\/30) {
  color: rgb(129 140 248 / 0.3);
}
:is(.dark .dark\:text-indigo-400\/40) {
  color: rgb(129 140 248 / 0.4);
}
:is(.dark .dark\:text-indigo-400\/5) {
  color: rgb(129 140 248 / 0.05);
}
:is(.dark .dark\:text-indigo-400\/50) {
  color: rgb(129 140 248 / 0.5);
}
:is(.dark .dark\:text-indigo-400\/60) {
  color: rgb(129 140 248 / 0.6);
}
:is(.dark .dark\:text-indigo-400\/70) {
  color: rgb(129 140 248 / 0.7);
}
:is(.dark .dark\:text-indigo-400\/75) {
  color: rgb(129 140 248 / 0.75);
}
:is(.dark .dark\:text-indigo-400\/80) {
  color: rgb(129 140 248 / 0.8);
}
:is(.dark .dark\:text-indigo-400\/90) {
  color: rgb(129 140 248 / 0.9);
}
:is(.dark .dark\:text-indigo-400\/95) {
  color: rgb(129 140 248 / 0.95);
}
:is(.dark .dark\:text-indigo-50) {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-50\/0) {
  color: rgb(238 242 255 / 0);
}
:is(.dark .dark\:text-indigo-50\/10) {
  color: rgb(238 242 255 / 0.1);
}
:is(.dark .dark\:text-indigo-50\/100) {
  color: rgb(238 242 255 / 1);
}
:is(.dark .dark\:text-indigo-50\/20) {
  color: rgb(238 242 255 / 0.2);
}
:is(.dark .dark\:text-indigo-50\/25) {
  color: rgb(238 242 255 / 0.25);
}
:is(.dark .dark\:text-indigo-50\/30) {
  color: rgb(238 242 255 / 0.3);
}
:is(.dark .dark\:text-indigo-50\/40) {
  color: rgb(238 242 255 / 0.4);
}
:is(.dark .dark\:text-indigo-50\/5) {
  color: rgb(238 242 255 / 0.05);
}
:is(.dark .dark\:text-indigo-50\/50) {
  color: rgb(238 242 255 / 0.5);
}
:is(.dark .dark\:text-indigo-50\/60) {
  color: rgb(238 242 255 / 0.6);
}
:is(.dark .dark\:text-indigo-50\/70) {
  color: rgb(238 242 255 / 0.7);
}
:is(.dark .dark\:text-indigo-50\/75) {
  color: rgb(238 242 255 / 0.75);
}
:is(.dark .dark\:text-indigo-50\/80) {
  color: rgb(238 242 255 / 0.8);
}
:is(.dark .dark\:text-indigo-50\/90) {
  color: rgb(238 242 255 / 0.9);
}
:is(.dark .dark\:text-indigo-50\/95) {
  color: rgb(238 242 255 / 0.95);
}
:is(.dark .dark\:text-indigo-500) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-500\/0) {
  color: rgb(99 102 241 / 0);
}
:is(.dark .dark\:text-indigo-500\/10) {
  color: rgb(99 102 241 / 0.1);
}
:is(.dark .dark\:text-indigo-500\/100) {
  color: rgb(99 102 241 / 1);
}
:is(.dark .dark\:text-indigo-500\/20) {
  color: rgb(99 102 241 / 0.2);
}
:is(.dark .dark\:text-indigo-500\/25) {
  color: rgb(99 102 241 / 0.25);
}
:is(.dark .dark\:text-indigo-500\/30) {
  color: rgb(99 102 241 / 0.3);
}
:is(.dark .dark\:text-indigo-500\/40) {
  color: rgb(99 102 241 / 0.4);
}
:is(.dark .dark\:text-indigo-500\/5) {
  color: rgb(99 102 241 / 0.05);
}
:is(.dark .dark\:text-indigo-500\/50) {
  color: rgb(99 102 241 / 0.5);
}
:is(.dark .dark\:text-indigo-500\/60) {
  color: rgb(99 102 241 / 0.6);
}
:is(.dark .dark\:text-indigo-500\/70) {
  color: rgb(99 102 241 / 0.7);
}
:is(.dark .dark\:text-indigo-500\/75) {
  color: rgb(99 102 241 / 0.75);
}
:is(.dark .dark\:text-indigo-500\/80) {
  color: rgb(99 102 241 / 0.8);
}
:is(.dark .dark\:text-indigo-500\/90) {
  color: rgb(99 102 241 / 0.9);
}
:is(.dark .dark\:text-indigo-500\/95) {
  color: rgb(99 102 241 / 0.95);
}
:is(.dark .dark\:text-indigo-600) {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-600\/0) {
  color: rgb(79 70 229 / 0);
}
:is(.dark .dark\:text-indigo-600\/10) {
  color: rgb(79 70 229 / 0.1);
}
:is(.dark .dark\:text-indigo-600\/100) {
  color: rgb(79 70 229 / 1);
}
:is(.dark .dark\:text-indigo-600\/20) {
  color: rgb(79 70 229 / 0.2);
}
:is(.dark .dark\:text-indigo-600\/25) {
  color: rgb(79 70 229 / 0.25);
}
:is(.dark .dark\:text-indigo-600\/30) {
  color: rgb(79 70 229 / 0.3);
}
:is(.dark .dark\:text-indigo-600\/40) {
  color: rgb(79 70 229 / 0.4);
}
:is(.dark .dark\:text-indigo-600\/5) {
  color: rgb(79 70 229 / 0.05);
}
:is(.dark .dark\:text-indigo-600\/50) {
  color: rgb(79 70 229 / 0.5);
}
:is(.dark .dark\:text-indigo-600\/60) {
  color: rgb(79 70 229 / 0.6);
}
:is(.dark .dark\:text-indigo-600\/70) {
  color: rgb(79 70 229 / 0.7);
}
:is(.dark .dark\:text-indigo-600\/75) {
  color: rgb(79 70 229 / 0.75);
}
:is(.dark .dark\:text-indigo-600\/80) {
  color: rgb(79 70 229 / 0.8);
}
:is(.dark .dark\:text-indigo-600\/90) {
  color: rgb(79 70 229 / 0.9);
}
:is(.dark .dark\:text-indigo-600\/95) {
  color: rgb(79 70 229 / 0.95);
}
:is(.dark .dark\:text-indigo-700) {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-700\/0) {
  color: rgb(67 56 202 / 0);
}
:is(.dark .dark\:text-indigo-700\/10) {
  color: rgb(67 56 202 / 0.1);
}
:is(.dark .dark\:text-indigo-700\/100) {
  color: rgb(67 56 202 / 1);
}
:is(.dark .dark\:text-indigo-700\/20) {
  color: rgb(67 56 202 / 0.2);
}
:is(.dark .dark\:text-indigo-700\/25) {
  color: rgb(67 56 202 / 0.25);
}
:is(.dark .dark\:text-indigo-700\/30) {
  color: rgb(67 56 202 / 0.3);
}
:is(.dark .dark\:text-indigo-700\/40) {
  color: rgb(67 56 202 / 0.4);
}
:is(.dark .dark\:text-indigo-700\/5) {
  color: rgb(67 56 202 / 0.05);
}
:is(.dark .dark\:text-indigo-700\/50) {
  color: rgb(67 56 202 / 0.5);
}
:is(.dark .dark\:text-indigo-700\/60) {
  color: rgb(67 56 202 / 0.6);
}
:is(.dark .dark\:text-indigo-700\/70) {
  color: rgb(67 56 202 / 0.7);
}
:is(.dark .dark\:text-indigo-700\/75) {
  color: rgb(67 56 202 / 0.75);
}
:is(.dark .dark\:text-indigo-700\/80) {
  color: rgb(67 56 202 / 0.8);
}
:is(.dark .dark\:text-indigo-700\/90) {
  color: rgb(67 56 202 / 0.9);
}
:is(.dark .dark\:text-indigo-700\/95) {
  color: rgb(67 56 202 / 0.95);
}
:is(.dark .dark\:text-indigo-800) {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-800\/0) {
  color: rgb(55 48 163 / 0);
}
:is(.dark .dark\:text-indigo-800\/10) {
  color: rgb(55 48 163 / 0.1);
}
:is(.dark .dark\:text-indigo-800\/100) {
  color: rgb(55 48 163 / 1);
}
:is(.dark .dark\:text-indigo-800\/20) {
  color: rgb(55 48 163 / 0.2);
}
:is(.dark .dark\:text-indigo-800\/25) {
  color: rgb(55 48 163 / 0.25);
}
:is(.dark .dark\:text-indigo-800\/30) {
  color: rgb(55 48 163 / 0.3);
}
:is(.dark .dark\:text-indigo-800\/40) {
  color: rgb(55 48 163 / 0.4);
}
:is(.dark .dark\:text-indigo-800\/5) {
  color: rgb(55 48 163 / 0.05);
}
:is(.dark .dark\:text-indigo-800\/50) {
  color: rgb(55 48 163 / 0.5);
}
:is(.dark .dark\:text-indigo-800\/60) {
  color: rgb(55 48 163 / 0.6);
}
:is(.dark .dark\:text-indigo-800\/70) {
  color: rgb(55 48 163 / 0.7);
}
:is(.dark .dark\:text-indigo-800\/75) {
  color: rgb(55 48 163 / 0.75);
}
:is(.dark .dark\:text-indigo-800\/80) {
  color: rgb(55 48 163 / 0.8);
}
:is(.dark .dark\:text-indigo-800\/90) {
  color: rgb(55 48 163 / 0.9);
}
:is(.dark .dark\:text-indigo-800\/95) {
  color: rgb(55 48 163 / 0.95);
}
:is(.dark .dark\:text-indigo-900) {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-900\/0) {
  color: rgb(49 46 129 / 0);
}
:is(.dark .dark\:text-indigo-900\/10) {
  color: rgb(49 46 129 / 0.1);
}
:is(.dark .dark\:text-indigo-900\/100) {
  color: rgb(49 46 129 / 1);
}
:is(.dark .dark\:text-indigo-900\/20) {
  color: rgb(49 46 129 / 0.2);
}
:is(.dark .dark\:text-indigo-900\/25) {
  color: rgb(49 46 129 / 0.25);
}
:is(.dark .dark\:text-indigo-900\/30) {
  color: rgb(49 46 129 / 0.3);
}
:is(.dark .dark\:text-indigo-900\/40) {
  color: rgb(49 46 129 / 0.4);
}
:is(.dark .dark\:text-indigo-900\/5) {
  color: rgb(49 46 129 / 0.05);
}
:is(.dark .dark\:text-indigo-900\/50) {
  color: rgb(49 46 129 / 0.5);
}
:is(.dark .dark\:text-indigo-900\/60) {
  color: rgb(49 46 129 / 0.6);
}
:is(.dark .dark\:text-indigo-900\/70) {
  color: rgb(49 46 129 / 0.7);
}
:is(.dark .dark\:text-indigo-900\/75) {
  color: rgb(49 46 129 / 0.75);
}
:is(.dark .dark\:text-indigo-900\/80) {
  color: rgb(49 46 129 / 0.8);
}
:is(.dark .dark\:text-indigo-900\/90) {
  color: rgb(49 46 129 / 0.9);
}
:is(.dark .dark\:text-indigo-900\/95) {
  color: rgb(49 46 129 / 0.95);
}
:is(.dark .dark\:text-indigo-950) {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-indigo-950\/0) {
  color: rgb(30 27 75 / 0);
}
:is(.dark .dark\:text-indigo-950\/10) {
  color: rgb(30 27 75 / 0.1);
}
:is(.dark .dark\:text-indigo-950\/100) {
  color: rgb(30 27 75 / 1);
}
:is(.dark .dark\:text-indigo-950\/20) {
  color: rgb(30 27 75 / 0.2);
}
:is(.dark .dark\:text-indigo-950\/25) {
  color: rgb(30 27 75 / 0.25);
}
:is(.dark .dark\:text-indigo-950\/30) {
  color: rgb(30 27 75 / 0.3);
}
:is(.dark .dark\:text-indigo-950\/40) {
  color: rgb(30 27 75 / 0.4);
}
:is(.dark .dark\:text-indigo-950\/5) {
  color: rgb(30 27 75 / 0.05);
}
:is(.dark .dark\:text-indigo-950\/50) {
  color: rgb(30 27 75 / 0.5);
}
:is(.dark .dark\:text-indigo-950\/60) {
  color: rgb(30 27 75 / 0.6);
}
:is(.dark .dark\:text-indigo-950\/70) {
  color: rgb(30 27 75 / 0.7);
}
:is(.dark .dark\:text-indigo-950\/75) {
  color: rgb(30 27 75 / 0.75);
}
:is(.dark .dark\:text-indigo-950\/80) {
  color: rgb(30 27 75 / 0.8);
}
:is(.dark .dark\:text-indigo-950\/90) {
  color: rgb(30 27 75 / 0.9);
}
:is(.dark .dark\:text-indigo-950\/95) {
  color: rgb(30 27 75 / 0.95);
}
:is(.dark .dark\:text-lime-100) {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-100\/0) {
  color: rgb(236 252 203 / 0);
}
:is(.dark .dark\:text-lime-100\/10) {
  color: rgb(236 252 203 / 0.1);
}
:is(.dark .dark\:text-lime-100\/100) {
  color: rgb(236 252 203 / 1);
}
:is(.dark .dark\:text-lime-100\/20) {
  color: rgb(236 252 203 / 0.2);
}
:is(.dark .dark\:text-lime-100\/25) {
  color: rgb(236 252 203 / 0.25);
}
:is(.dark .dark\:text-lime-100\/30) {
  color: rgb(236 252 203 / 0.3);
}
:is(.dark .dark\:text-lime-100\/40) {
  color: rgb(236 252 203 / 0.4);
}
:is(.dark .dark\:text-lime-100\/5) {
  color: rgb(236 252 203 / 0.05);
}
:is(.dark .dark\:text-lime-100\/50) {
  color: rgb(236 252 203 / 0.5);
}
:is(.dark .dark\:text-lime-100\/60) {
  color: rgb(236 252 203 / 0.6);
}
:is(.dark .dark\:text-lime-100\/70) {
  color: rgb(236 252 203 / 0.7);
}
:is(.dark .dark\:text-lime-100\/75) {
  color: rgb(236 252 203 / 0.75);
}
:is(.dark .dark\:text-lime-100\/80) {
  color: rgb(236 252 203 / 0.8);
}
:is(.dark .dark\:text-lime-100\/90) {
  color: rgb(236 252 203 / 0.9);
}
:is(.dark .dark\:text-lime-100\/95) {
  color: rgb(236 252 203 / 0.95);
}
:is(.dark .dark\:text-lime-200) {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-200\/0) {
  color: rgb(217 249 157 / 0);
}
:is(.dark .dark\:text-lime-200\/10) {
  color: rgb(217 249 157 / 0.1);
}
:is(.dark .dark\:text-lime-200\/100) {
  color: rgb(217 249 157 / 1);
}
:is(.dark .dark\:text-lime-200\/20) {
  color: rgb(217 249 157 / 0.2);
}
:is(.dark .dark\:text-lime-200\/25) {
  color: rgb(217 249 157 / 0.25);
}
:is(.dark .dark\:text-lime-200\/30) {
  color: rgb(217 249 157 / 0.3);
}
:is(.dark .dark\:text-lime-200\/40) {
  color: rgb(217 249 157 / 0.4);
}
:is(.dark .dark\:text-lime-200\/5) {
  color: rgb(217 249 157 / 0.05);
}
:is(.dark .dark\:text-lime-200\/50) {
  color: rgb(217 249 157 / 0.5);
}
:is(.dark .dark\:text-lime-200\/60) {
  color: rgb(217 249 157 / 0.6);
}
:is(.dark .dark\:text-lime-200\/70) {
  color: rgb(217 249 157 / 0.7);
}
:is(.dark .dark\:text-lime-200\/75) {
  color: rgb(217 249 157 / 0.75);
}
:is(.dark .dark\:text-lime-200\/80) {
  color: rgb(217 249 157 / 0.8);
}
:is(.dark .dark\:text-lime-200\/90) {
  color: rgb(217 249 157 / 0.9);
}
:is(.dark .dark\:text-lime-200\/95) {
  color: rgb(217 249 157 / 0.95);
}
:is(.dark .dark\:text-lime-300) {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-300\/0) {
  color: rgb(190 242 100 / 0);
}
:is(.dark .dark\:text-lime-300\/10) {
  color: rgb(190 242 100 / 0.1);
}
:is(.dark .dark\:text-lime-300\/100) {
  color: rgb(190 242 100 / 1);
}
:is(.dark .dark\:text-lime-300\/20) {
  color: rgb(190 242 100 / 0.2);
}
:is(.dark .dark\:text-lime-300\/25) {
  color: rgb(190 242 100 / 0.25);
}
:is(.dark .dark\:text-lime-300\/30) {
  color: rgb(190 242 100 / 0.3);
}
:is(.dark .dark\:text-lime-300\/40) {
  color: rgb(190 242 100 / 0.4);
}
:is(.dark .dark\:text-lime-300\/5) {
  color: rgb(190 242 100 / 0.05);
}
:is(.dark .dark\:text-lime-300\/50) {
  color: rgb(190 242 100 / 0.5);
}
:is(.dark .dark\:text-lime-300\/60) {
  color: rgb(190 242 100 / 0.6);
}
:is(.dark .dark\:text-lime-300\/70) {
  color: rgb(190 242 100 / 0.7);
}
:is(.dark .dark\:text-lime-300\/75) {
  color: rgb(190 242 100 / 0.75);
}
:is(.dark .dark\:text-lime-300\/80) {
  color: rgb(190 242 100 / 0.8);
}
:is(.dark .dark\:text-lime-300\/90) {
  color: rgb(190 242 100 / 0.9);
}
:is(.dark .dark\:text-lime-300\/95) {
  color: rgb(190 242 100 / 0.95);
}
:is(.dark .dark\:text-lime-400) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-400\/0) {
  color: rgb(163 230 53 / 0);
}
:is(.dark .dark\:text-lime-400\/10) {
  color: rgb(163 230 53 / 0.1);
}
:is(.dark .dark\:text-lime-400\/100) {
  color: rgb(163 230 53 / 1);
}
:is(.dark .dark\:text-lime-400\/20) {
  color: rgb(163 230 53 / 0.2);
}
:is(.dark .dark\:text-lime-400\/25) {
  color: rgb(163 230 53 / 0.25);
}
:is(.dark .dark\:text-lime-400\/30) {
  color: rgb(163 230 53 / 0.3);
}
:is(.dark .dark\:text-lime-400\/40) {
  color: rgb(163 230 53 / 0.4);
}
:is(.dark .dark\:text-lime-400\/5) {
  color: rgb(163 230 53 / 0.05);
}
:is(.dark .dark\:text-lime-400\/50) {
  color: rgb(163 230 53 / 0.5);
}
:is(.dark .dark\:text-lime-400\/60) {
  color: rgb(163 230 53 / 0.6);
}
:is(.dark .dark\:text-lime-400\/70) {
  color: rgb(163 230 53 / 0.7);
}
:is(.dark .dark\:text-lime-400\/75) {
  color: rgb(163 230 53 / 0.75);
}
:is(.dark .dark\:text-lime-400\/80) {
  color: rgb(163 230 53 / 0.8);
}
:is(.dark .dark\:text-lime-400\/90) {
  color: rgb(163 230 53 / 0.9);
}
:is(.dark .dark\:text-lime-400\/95) {
  color: rgb(163 230 53 / 0.95);
}
:is(.dark .dark\:text-lime-50) {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-50\/0) {
  color: rgb(247 254 231 / 0);
}
:is(.dark .dark\:text-lime-50\/10) {
  color: rgb(247 254 231 / 0.1);
}
:is(.dark .dark\:text-lime-50\/100) {
  color: rgb(247 254 231 / 1);
}
:is(.dark .dark\:text-lime-50\/20) {
  color: rgb(247 254 231 / 0.2);
}
:is(.dark .dark\:text-lime-50\/25) {
  color: rgb(247 254 231 / 0.25);
}
:is(.dark .dark\:text-lime-50\/30) {
  color: rgb(247 254 231 / 0.3);
}
:is(.dark .dark\:text-lime-50\/40) {
  color: rgb(247 254 231 / 0.4);
}
:is(.dark .dark\:text-lime-50\/5) {
  color: rgb(247 254 231 / 0.05);
}
:is(.dark .dark\:text-lime-50\/50) {
  color: rgb(247 254 231 / 0.5);
}
:is(.dark .dark\:text-lime-50\/60) {
  color: rgb(247 254 231 / 0.6);
}
:is(.dark .dark\:text-lime-50\/70) {
  color: rgb(247 254 231 / 0.7);
}
:is(.dark .dark\:text-lime-50\/75) {
  color: rgb(247 254 231 / 0.75);
}
:is(.dark .dark\:text-lime-50\/80) {
  color: rgb(247 254 231 / 0.8);
}
:is(.dark .dark\:text-lime-50\/90) {
  color: rgb(247 254 231 / 0.9);
}
:is(.dark .dark\:text-lime-50\/95) {
  color: rgb(247 254 231 / 0.95);
}
:is(.dark .dark\:text-lime-500) {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-500\/0) {
  color: rgb(132 204 22 / 0);
}
:is(.dark .dark\:text-lime-500\/10) {
  color: rgb(132 204 22 / 0.1);
}
:is(.dark .dark\:text-lime-500\/100) {
  color: rgb(132 204 22 / 1);
}
:is(.dark .dark\:text-lime-500\/20) {
  color: rgb(132 204 22 / 0.2);
}
:is(.dark .dark\:text-lime-500\/25) {
  color: rgb(132 204 22 / 0.25);
}
:is(.dark .dark\:text-lime-500\/30) {
  color: rgb(132 204 22 / 0.3);
}
:is(.dark .dark\:text-lime-500\/40) {
  color: rgb(132 204 22 / 0.4);
}
:is(.dark .dark\:text-lime-500\/5) {
  color: rgb(132 204 22 / 0.05);
}
:is(.dark .dark\:text-lime-500\/50) {
  color: rgb(132 204 22 / 0.5);
}
:is(.dark .dark\:text-lime-500\/60) {
  color: rgb(132 204 22 / 0.6);
}
:is(.dark .dark\:text-lime-500\/70) {
  color: rgb(132 204 22 / 0.7);
}
:is(.dark .dark\:text-lime-500\/75) {
  color: rgb(132 204 22 / 0.75);
}
:is(.dark .dark\:text-lime-500\/80) {
  color: rgb(132 204 22 / 0.8);
}
:is(.dark .dark\:text-lime-500\/90) {
  color: rgb(132 204 22 / 0.9);
}
:is(.dark .dark\:text-lime-500\/95) {
  color: rgb(132 204 22 / 0.95);
}
:is(.dark .dark\:text-lime-600) {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-600\/0) {
  color: rgb(101 163 13 / 0);
}
:is(.dark .dark\:text-lime-600\/10) {
  color: rgb(101 163 13 / 0.1);
}
:is(.dark .dark\:text-lime-600\/100) {
  color: rgb(101 163 13 / 1);
}
:is(.dark .dark\:text-lime-600\/20) {
  color: rgb(101 163 13 / 0.2);
}
:is(.dark .dark\:text-lime-600\/25) {
  color: rgb(101 163 13 / 0.25);
}
:is(.dark .dark\:text-lime-600\/30) {
  color: rgb(101 163 13 / 0.3);
}
:is(.dark .dark\:text-lime-600\/40) {
  color: rgb(101 163 13 / 0.4);
}
:is(.dark .dark\:text-lime-600\/5) {
  color: rgb(101 163 13 / 0.05);
}
:is(.dark .dark\:text-lime-600\/50) {
  color: rgb(101 163 13 / 0.5);
}
:is(.dark .dark\:text-lime-600\/60) {
  color: rgb(101 163 13 / 0.6);
}
:is(.dark .dark\:text-lime-600\/70) {
  color: rgb(101 163 13 / 0.7);
}
:is(.dark .dark\:text-lime-600\/75) {
  color: rgb(101 163 13 / 0.75);
}
:is(.dark .dark\:text-lime-600\/80) {
  color: rgb(101 163 13 / 0.8);
}
:is(.dark .dark\:text-lime-600\/90) {
  color: rgb(101 163 13 / 0.9);
}
:is(.dark .dark\:text-lime-600\/95) {
  color: rgb(101 163 13 / 0.95);
}
:is(.dark .dark\:text-lime-700) {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-700\/0) {
  color: rgb(77 124 15 / 0);
}
:is(.dark .dark\:text-lime-700\/10) {
  color: rgb(77 124 15 / 0.1);
}
:is(.dark .dark\:text-lime-700\/100) {
  color: rgb(77 124 15 / 1);
}
:is(.dark .dark\:text-lime-700\/20) {
  color: rgb(77 124 15 / 0.2);
}
:is(.dark .dark\:text-lime-700\/25) {
  color: rgb(77 124 15 / 0.25);
}
:is(.dark .dark\:text-lime-700\/30) {
  color: rgb(77 124 15 / 0.3);
}
:is(.dark .dark\:text-lime-700\/40) {
  color: rgb(77 124 15 / 0.4);
}
:is(.dark .dark\:text-lime-700\/5) {
  color: rgb(77 124 15 / 0.05);
}
:is(.dark .dark\:text-lime-700\/50) {
  color: rgb(77 124 15 / 0.5);
}
:is(.dark .dark\:text-lime-700\/60) {
  color: rgb(77 124 15 / 0.6);
}
:is(.dark .dark\:text-lime-700\/70) {
  color: rgb(77 124 15 / 0.7);
}
:is(.dark .dark\:text-lime-700\/75) {
  color: rgb(77 124 15 / 0.75);
}
:is(.dark .dark\:text-lime-700\/80) {
  color: rgb(77 124 15 / 0.8);
}
:is(.dark .dark\:text-lime-700\/90) {
  color: rgb(77 124 15 / 0.9);
}
:is(.dark .dark\:text-lime-700\/95) {
  color: rgb(77 124 15 / 0.95);
}
:is(.dark .dark\:text-lime-800) {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-800\/0) {
  color: rgb(63 98 18 / 0);
}
:is(.dark .dark\:text-lime-800\/10) {
  color: rgb(63 98 18 / 0.1);
}
:is(.dark .dark\:text-lime-800\/100) {
  color: rgb(63 98 18 / 1);
}
:is(.dark .dark\:text-lime-800\/20) {
  color: rgb(63 98 18 / 0.2);
}
:is(.dark .dark\:text-lime-800\/25) {
  color: rgb(63 98 18 / 0.25);
}
:is(.dark .dark\:text-lime-800\/30) {
  color: rgb(63 98 18 / 0.3);
}
:is(.dark .dark\:text-lime-800\/40) {
  color: rgb(63 98 18 / 0.4);
}
:is(.dark .dark\:text-lime-800\/5) {
  color: rgb(63 98 18 / 0.05);
}
:is(.dark .dark\:text-lime-800\/50) {
  color: rgb(63 98 18 / 0.5);
}
:is(.dark .dark\:text-lime-800\/60) {
  color: rgb(63 98 18 / 0.6);
}
:is(.dark .dark\:text-lime-800\/70) {
  color: rgb(63 98 18 / 0.7);
}
:is(.dark .dark\:text-lime-800\/75) {
  color: rgb(63 98 18 / 0.75);
}
:is(.dark .dark\:text-lime-800\/80) {
  color: rgb(63 98 18 / 0.8);
}
:is(.dark .dark\:text-lime-800\/90) {
  color: rgb(63 98 18 / 0.9);
}
:is(.dark .dark\:text-lime-800\/95) {
  color: rgb(63 98 18 / 0.95);
}
:is(.dark .dark\:text-lime-900) {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-900\/0) {
  color: rgb(54 83 20 / 0);
}
:is(.dark .dark\:text-lime-900\/10) {
  color: rgb(54 83 20 / 0.1);
}
:is(.dark .dark\:text-lime-900\/100) {
  color: rgb(54 83 20 / 1);
}
:is(.dark .dark\:text-lime-900\/20) {
  color: rgb(54 83 20 / 0.2);
}
:is(.dark .dark\:text-lime-900\/25) {
  color: rgb(54 83 20 / 0.25);
}
:is(.dark .dark\:text-lime-900\/30) {
  color: rgb(54 83 20 / 0.3);
}
:is(.dark .dark\:text-lime-900\/40) {
  color: rgb(54 83 20 / 0.4);
}
:is(.dark .dark\:text-lime-900\/5) {
  color: rgb(54 83 20 / 0.05);
}
:is(.dark .dark\:text-lime-900\/50) {
  color: rgb(54 83 20 / 0.5);
}
:is(.dark .dark\:text-lime-900\/60) {
  color: rgb(54 83 20 / 0.6);
}
:is(.dark .dark\:text-lime-900\/70) {
  color: rgb(54 83 20 / 0.7);
}
:is(.dark .dark\:text-lime-900\/75) {
  color: rgb(54 83 20 / 0.75);
}
:is(.dark .dark\:text-lime-900\/80) {
  color: rgb(54 83 20 / 0.8);
}
:is(.dark .dark\:text-lime-900\/90) {
  color: rgb(54 83 20 / 0.9);
}
:is(.dark .dark\:text-lime-900\/95) {
  color: rgb(54 83 20 / 0.95);
}
:is(.dark .dark\:text-lime-950) {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-lime-950\/0) {
  color: rgb(26 46 5 / 0);
}
:is(.dark .dark\:text-lime-950\/10) {
  color: rgb(26 46 5 / 0.1);
}
:is(.dark .dark\:text-lime-950\/100) {
  color: rgb(26 46 5 / 1);
}
:is(.dark .dark\:text-lime-950\/20) {
  color: rgb(26 46 5 / 0.2);
}
:is(.dark .dark\:text-lime-950\/25) {
  color: rgb(26 46 5 / 0.25);
}
:is(.dark .dark\:text-lime-950\/30) {
  color: rgb(26 46 5 / 0.3);
}
:is(.dark .dark\:text-lime-950\/40) {
  color: rgb(26 46 5 / 0.4);
}
:is(.dark .dark\:text-lime-950\/5) {
  color: rgb(26 46 5 / 0.05);
}
:is(.dark .dark\:text-lime-950\/50) {
  color: rgb(26 46 5 / 0.5);
}
:is(.dark .dark\:text-lime-950\/60) {
  color: rgb(26 46 5 / 0.6);
}
:is(.dark .dark\:text-lime-950\/70) {
  color: rgb(26 46 5 / 0.7);
}
:is(.dark .dark\:text-lime-950\/75) {
  color: rgb(26 46 5 / 0.75);
}
:is(.dark .dark\:text-lime-950\/80) {
  color: rgb(26 46 5 / 0.8);
}
:is(.dark .dark\:text-lime-950\/90) {
  color: rgb(26 46 5 / 0.9);
}
:is(.dark .dark\:text-lime-950\/95) {
  color: rgb(26 46 5 / 0.95);
}
:is(.dark .dark\:text-neutral-100) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-100\/0) {
  color: rgb(245 245 245 / 0);
}
:is(.dark .dark\:text-neutral-100\/10) {
  color: rgb(245 245 245 / 0.1);
}
:is(.dark .dark\:text-neutral-100\/100) {
  color: rgb(245 245 245 / 1);
}
:is(.dark .dark\:text-neutral-100\/20) {
  color: rgb(245 245 245 / 0.2);
}
:is(.dark .dark\:text-neutral-100\/25) {
  color: rgb(245 245 245 / 0.25);
}
:is(.dark .dark\:text-neutral-100\/30) {
  color: rgb(245 245 245 / 0.3);
}
:is(.dark .dark\:text-neutral-100\/40) {
  color: rgb(245 245 245 / 0.4);
}
:is(.dark .dark\:text-neutral-100\/5) {
  color: rgb(245 245 245 / 0.05);
}
:is(.dark .dark\:text-neutral-100\/50) {
  color: rgb(245 245 245 / 0.5);
}
:is(.dark .dark\:text-neutral-100\/60) {
  color: rgb(245 245 245 / 0.6);
}
:is(.dark .dark\:text-neutral-100\/70) {
  color: rgb(245 245 245 / 0.7);
}
:is(.dark .dark\:text-neutral-100\/75) {
  color: rgb(245 245 245 / 0.75);
}
:is(.dark .dark\:text-neutral-100\/80) {
  color: rgb(245 245 245 / 0.8);
}
:is(.dark .dark\:text-neutral-100\/90) {
  color: rgb(245 245 245 / 0.9);
}
:is(.dark .dark\:text-neutral-100\/95) {
  color: rgb(245 245 245 / 0.95);
}
:is(.dark .dark\:text-neutral-200) {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-200\/0) {
  color: rgb(229 229 229 / 0);
}
:is(.dark .dark\:text-neutral-200\/10) {
  color: rgb(229 229 229 / 0.1);
}
:is(.dark .dark\:text-neutral-200\/100) {
  color: rgb(229 229 229 / 1);
}
:is(.dark .dark\:text-neutral-200\/20) {
  color: rgb(229 229 229 / 0.2);
}
:is(.dark .dark\:text-neutral-200\/25) {
  color: rgb(229 229 229 / 0.25);
}
:is(.dark .dark\:text-neutral-200\/30) {
  color: rgb(229 229 229 / 0.3);
}
:is(.dark .dark\:text-neutral-200\/40) {
  color: rgb(229 229 229 / 0.4);
}
:is(.dark .dark\:text-neutral-200\/5) {
  color: rgb(229 229 229 / 0.05);
}
:is(.dark .dark\:text-neutral-200\/50) {
  color: rgb(229 229 229 / 0.5);
}
:is(.dark .dark\:text-neutral-200\/60) {
  color: rgb(229 229 229 / 0.6);
}
:is(.dark .dark\:text-neutral-200\/70) {
  color: rgb(229 229 229 / 0.7);
}
:is(.dark .dark\:text-neutral-200\/75) {
  color: rgb(229 229 229 / 0.75);
}
:is(.dark .dark\:text-neutral-200\/80) {
  color: rgb(229 229 229 / 0.8);
}
:is(.dark .dark\:text-neutral-200\/90) {
  color: rgb(229 229 229 / 0.9);
}
:is(.dark .dark\:text-neutral-200\/95) {
  color: rgb(229 229 229 / 0.95);
}
:is(.dark .dark\:text-neutral-300) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-300\/0) {
  color: rgb(212 212 212 / 0);
}
:is(.dark .dark\:text-neutral-300\/10) {
  color: rgb(212 212 212 / 0.1);
}
:is(.dark .dark\:text-neutral-300\/100) {
  color: rgb(212 212 212 / 1);
}
:is(.dark .dark\:text-neutral-300\/20) {
  color: rgb(212 212 212 / 0.2);
}
:is(.dark .dark\:text-neutral-300\/25) {
  color: rgb(212 212 212 / 0.25);
}
:is(.dark .dark\:text-neutral-300\/30) {
  color: rgb(212 212 212 / 0.3);
}
:is(.dark .dark\:text-neutral-300\/40) {
  color: rgb(212 212 212 / 0.4);
}
:is(.dark .dark\:text-neutral-300\/5) {
  color: rgb(212 212 212 / 0.05);
}
:is(.dark .dark\:text-neutral-300\/50) {
  color: rgb(212 212 212 / 0.5);
}
:is(.dark .dark\:text-neutral-300\/60) {
  color: rgb(212 212 212 / 0.6);
}
:is(.dark .dark\:text-neutral-300\/70) {
  color: rgb(212 212 212 / 0.7);
}
:is(.dark .dark\:text-neutral-300\/75) {
  color: rgb(212 212 212 / 0.75);
}
:is(.dark .dark\:text-neutral-300\/80) {
  color: rgb(212 212 212 / 0.8);
}
:is(.dark .dark\:text-neutral-300\/90) {
  color: rgb(212 212 212 / 0.9);
}
:is(.dark .dark\:text-neutral-300\/95) {
  color: rgb(212 212 212 / 0.95);
}
:is(.dark .dark\:text-neutral-400) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-400\/0) {
  color: rgb(163 163 163 / 0);
}
:is(.dark .dark\:text-neutral-400\/10) {
  color: rgb(163 163 163 / 0.1);
}
:is(.dark .dark\:text-neutral-400\/100) {
  color: rgb(163 163 163 / 1);
}
:is(.dark .dark\:text-neutral-400\/20) {
  color: rgb(163 163 163 / 0.2);
}
:is(.dark .dark\:text-neutral-400\/25) {
  color: rgb(163 163 163 / 0.25);
}
:is(.dark .dark\:text-neutral-400\/30) {
  color: rgb(163 163 163 / 0.3);
}
:is(.dark .dark\:text-neutral-400\/40) {
  color: rgb(163 163 163 / 0.4);
}
:is(.dark .dark\:text-neutral-400\/5) {
  color: rgb(163 163 163 / 0.05);
}
:is(.dark .dark\:text-neutral-400\/50) {
  color: rgb(163 163 163 / 0.5);
}
:is(.dark .dark\:text-neutral-400\/60) {
  color: rgb(163 163 163 / 0.6);
}
:is(.dark .dark\:text-neutral-400\/70) {
  color: rgb(163 163 163 / 0.7);
}
:is(.dark .dark\:text-neutral-400\/75) {
  color: rgb(163 163 163 / 0.75);
}
:is(.dark .dark\:text-neutral-400\/80) {
  color: rgb(163 163 163 / 0.8);
}
:is(.dark .dark\:text-neutral-400\/90) {
  color: rgb(163 163 163 / 0.9);
}
:is(.dark .dark\:text-neutral-400\/95) {
  color: rgb(163 163 163 / 0.95);
}
:is(.dark .dark\:text-neutral-50) {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-50\/0) {
  color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:text-neutral-50\/10) {
  color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:text-neutral-50\/100) {
  color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:text-neutral-50\/20) {
  color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:text-neutral-50\/25) {
  color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:text-neutral-50\/30) {
  color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:text-neutral-50\/40) {
  color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:text-neutral-50\/5) {
  color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:text-neutral-50\/50) {
  color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:text-neutral-50\/60) {
  color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:text-neutral-50\/70) {
  color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:text-neutral-50\/75) {
  color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:text-neutral-50\/80) {
  color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:text-neutral-50\/90) {
  color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:text-neutral-50\/95) {
  color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:text-neutral-500) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-500\/0) {
  color: rgb(115 115 115 / 0);
}
:is(.dark .dark\:text-neutral-500\/10) {
  color: rgb(115 115 115 / 0.1);
}
:is(.dark .dark\:text-neutral-500\/100) {
  color: rgb(115 115 115 / 1);
}
:is(.dark .dark\:text-neutral-500\/20) {
  color: rgb(115 115 115 / 0.2);
}
:is(.dark .dark\:text-neutral-500\/25) {
  color: rgb(115 115 115 / 0.25);
}
:is(.dark .dark\:text-neutral-500\/30) {
  color: rgb(115 115 115 / 0.3);
}
:is(.dark .dark\:text-neutral-500\/40) {
  color: rgb(115 115 115 / 0.4);
}
:is(.dark .dark\:text-neutral-500\/5) {
  color: rgb(115 115 115 / 0.05);
}
:is(.dark .dark\:text-neutral-500\/50) {
  color: rgb(115 115 115 / 0.5);
}
:is(.dark .dark\:text-neutral-500\/60) {
  color: rgb(115 115 115 / 0.6);
}
:is(.dark .dark\:text-neutral-500\/70) {
  color: rgb(115 115 115 / 0.7);
}
:is(.dark .dark\:text-neutral-500\/75) {
  color: rgb(115 115 115 / 0.75);
}
:is(.dark .dark\:text-neutral-500\/80) {
  color: rgb(115 115 115 / 0.8);
}
:is(.dark .dark\:text-neutral-500\/90) {
  color: rgb(115 115 115 / 0.9);
}
:is(.dark .dark\:text-neutral-500\/95) {
  color: rgb(115 115 115 / 0.95);
}
:is(.dark .dark\:text-neutral-600) {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-600\/0) {
  color: rgb(82 82 82 / 0);
}
:is(.dark .dark\:text-neutral-600\/10) {
  color: rgb(82 82 82 / 0.1);
}
:is(.dark .dark\:text-neutral-600\/100) {
  color: rgb(82 82 82 / 1);
}
:is(.dark .dark\:text-neutral-600\/20) {
  color: rgb(82 82 82 / 0.2);
}
:is(.dark .dark\:text-neutral-600\/25) {
  color: rgb(82 82 82 / 0.25);
}
:is(.dark .dark\:text-neutral-600\/30) {
  color: rgb(82 82 82 / 0.3);
}
:is(.dark .dark\:text-neutral-600\/40) {
  color: rgb(82 82 82 / 0.4);
}
:is(.dark .dark\:text-neutral-600\/5) {
  color: rgb(82 82 82 / 0.05);
}
:is(.dark .dark\:text-neutral-600\/50) {
  color: rgb(82 82 82 / 0.5);
}
:is(.dark .dark\:text-neutral-600\/60) {
  color: rgb(82 82 82 / 0.6);
}
:is(.dark .dark\:text-neutral-600\/70) {
  color: rgb(82 82 82 / 0.7);
}
:is(.dark .dark\:text-neutral-600\/75) {
  color: rgb(82 82 82 / 0.75);
}
:is(.dark .dark\:text-neutral-600\/80) {
  color: rgb(82 82 82 / 0.8);
}
:is(.dark .dark\:text-neutral-600\/90) {
  color: rgb(82 82 82 / 0.9);
}
:is(.dark .dark\:text-neutral-600\/95) {
  color: rgb(82 82 82 / 0.95);
}
:is(.dark .dark\:text-neutral-700) {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-700\/0) {
  color: rgb(64 64 64 / 0);
}
:is(.dark .dark\:text-neutral-700\/10) {
  color: rgb(64 64 64 / 0.1);
}
:is(.dark .dark\:text-neutral-700\/100) {
  color: rgb(64 64 64 / 1);
}
:is(.dark .dark\:text-neutral-700\/20) {
  color: rgb(64 64 64 / 0.2);
}
:is(.dark .dark\:text-neutral-700\/25) {
  color: rgb(64 64 64 / 0.25);
}
:is(.dark .dark\:text-neutral-700\/30) {
  color: rgb(64 64 64 / 0.3);
}
:is(.dark .dark\:text-neutral-700\/40) {
  color: rgb(64 64 64 / 0.4);
}
:is(.dark .dark\:text-neutral-700\/5) {
  color: rgb(64 64 64 / 0.05);
}
:is(.dark .dark\:text-neutral-700\/50) {
  color: rgb(64 64 64 / 0.5);
}
:is(.dark .dark\:text-neutral-700\/60) {
  color: rgb(64 64 64 / 0.6);
}
:is(.dark .dark\:text-neutral-700\/70) {
  color: rgb(64 64 64 / 0.7);
}
:is(.dark .dark\:text-neutral-700\/75) {
  color: rgb(64 64 64 / 0.75);
}
:is(.dark .dark\:text-neutral-700\/80) {
  color: rgb(64 64 64 / 0.8);
}
:is(.dark .dark\:text-neutral-700\/90) {
  color: rgb(64 64 64 / 0.9);
}
:is(.dark .dark\:text-neutral-700\/95) {
  color: rgb(64 64 64 / 0.95);
}
:is(.dark .dark\:text-neutral-800) {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-800\/0) {
  color: rgb(38 38 38 / 0);
}
:is(.dark .dark\:text-neutral-800\/10) {
  color: rgb(38 38 38 / 0.1);
}
:is(.dark .dark\:text-neutral-800\/100) {
  color: rgb(38 38 38 / 1);
}
:is(.dark .dark\:text-neutral-800\/20) {
  color: rgb(38 38 38 / 0.2);
}
:is(.dark .dark\:text-neutral-800\/25) {
  color: rgb(38 38 38 / 0.25);
}
:is(.dark .dark\:text-neutral-800\/30) {
  color: rgb(38 38 38 / 0.3);
}
:is(.dark .dark\:text-neutral-800\/40) {
  color: rgb(38 38 38 / 0.4);
}
:is(.dark .dark\:text-neutral-800\/5) {
  color: rgb(38 38 38 / 0.05);
}
:is(.dark .dark\:text-neutral-800\/50) {
  color: rgb(38 38 38 / 0.5);
}
:is(.dark .dark\:text-neutral-800\/60) {
  color: rgb(38 38 38 / 0.6);
}
:is(.dark .dark\:text-neutral-800\/70) {
  color: rgb(38 38 38 / 0.7);
}
:is(.dark .dark\:text-neutral-800\/75) {
  color: rgb(38 38 38 / 0.75);
}
:is(.dark .dark\:text-neutral-800\/80) {
  color: rgb(38 38 38 / 0.8);
}
:is(.dark .dark\:text-neutral-800\/90) {
  color: rgb(38 38 38 / 0.9);
}
:is(.dark .dark\:text-neutral-800\/95) {
  color: rgb(38 38 38 / 0.95);
}
:is(.dark .dark\:text-neutral-900) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-900\/0) {
  color: rgb(23 23 23 / 0);
}
:is(.dark .dark\:text-neutral-900\/10) {
  color: rgb(23 23 23 / 0.1);
}
:is(.dark .dark\:text-neutral-900\/100) {
  color: rgb(23 23 23 / 1);
}
:is(.dark .dark\:text-neutral-900\/20) {
  color: rgb(23 23 23 / 0.2);
}
:is(.dark .dark\:text-neutral-900\/25) {
  color: rgb(23 23 23 / 0.25);
}
:is(.dark .dark\:text-neutral-900\/30) {
  color: rgb(23 23 23 / 0.3);
}
:is(.dark .dark\:text-neutral-900\/40) {
  color: rgb(23 23 23 / 0.4);
}
:is(.dark .dark\:text-neutral-900\/5) {
  color: rgb(23 23 23 / 0.05);
}
:is(.dark .dark\:text-neutral-900\/50) {
  color: rgb(23 23 23 / 0.5);
}
:is(.dark .dark\:text-neutral-900\/60) {
  color: rgb(23 23 23 / 0.6);
}
:is(.dark .dark\:text-neutral-900\/70) {
  color: rgb(23 23 23 / 0.7);
}
:is(.dark .dark\:text-neutral-900\/75) {
  color: rgb(23 23 23 / 0.75);
}
:is(.dark .dark\:text-neutral-900\/80) {
  color: rgb(23 23 23 / 0.8);
}
:is(.dark .dark\:text-neutral-900\/90) {
  color: rgb(23 23 23 / 0.9);
}
:is(.dark .dark\:text-neutral-900\/95) {
  color: rgb(23 23 23 / 0.95);
}
:is(.dark .dark\:text-neutral-950) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-neutral-950\/0) {
  color: rgb(10 10 10 / 0);
}
:is(.dark .dark\:text-neutral-950\/10) {
  color: rgb(10 10 10 / 0.1);
}
:is(.dark .dark\:text-neutral-950\/100) {
  color: rgb(10 10 10 / 1);
}
:is(.dark .dark\:text-neutral-950\/20) {
  color: rgb(10 10 10 / 0.2);
}
:is(.dark .dark\:text-neutral-950\/25) {
  color: rgb(10 10 10 / 0.25);
}
:is(.dark .dark\:text-neutral-950\/30) {
  color: rgb(10 10 10 / 0.3);
}
:is(.dark .dark\:text-neutral-950\/40) {
  color: rgb(10 10 10 / 0.4);
}
:is(.dark .dark\:text-neutral-950\/5) {
  color: rgb(10 10 10 / 0.05);
}
:is(.dark .dark\:text-neutral-950\/50) {
  color: rgb(10 10 10 / 0.5);
}
:is(.dark .dark\:text-neutral-950\/60) {
  color: rgb(10 10 10 / 0.6);
}
:is(.dark .dark\:text-neutral-950\/70) {
  color: rgb(10 10 10 / 0.7);
}
:is(.dark .dark\:text-neutral-950\/75) {
  color: rgb(10 10 10 / 0.75);
}
:is(.dark .dark\:text-neutral-950\/80) {
  color: rgb(10 10 10 / 0.8);
}
:is(.dark .dark\:text-neutral-950\/90) {
  color: rgb(10 10 10 / 0.9);
}
:is(.dark .dark\:text-neutral-950\/95) {
  color: rgb(10 10 10 / 0.95);
}
:is(.dark .dark\:text-orange-100) {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-100\/0) {
  color: rgb(255 237 213 / 0);
}
:is(.dark .dark\:text-orange-100\/10) {
  color: rgb(255 237 213 / 0.1);
}
:is(.dark .dark\:text-orange-100\/100) {
  color: rgb(255 237 213 / 1);
}
:is(.dark .dark\:text-orange-100\/20) {
  color: rgb(255 237 213 / 0.2);
}
:is(.dark .dark\:text-orange-100\/25) {
  color: rgb(255 237 213 / 0.25);
}
:is(.dark .dark\:text-orange-100\/30) {
  color: rgb(255 237 213 / 0.3);
}
:is(.dark .dark\:text-orange-100\/40) {
  color: rgb(255 237 213 / 0.4);
}
:is(.dark .dark\:text-orange-100\/5) {
  color: rgb(255 237 213 / 0.05);
}
:is(.dark .dark\:text-orange-100\/50) {
  color: rgb(255 237 213 / 0.5);
}
:is(.dark .dark\:text-orange-100\/60) {
  color: rgb(255 237 213 / 0.6);
}
:is(.dark .dark\:text-orange-100\/70) {
  color: rgb(255 237 213 / 0.7);
}
:is(.dark .dark\:text-orange-100\/75) {
  color: rgb(255 237 213 / 0.75);
}
:is(.dark .dark\:text-orange-100\/80) {
  color: rgb(255 237 213 / 0.8);
}
:is(.dark .dark\:text-orange-100\/90) {
  color: rgb(255 237 213 / 0.9);
}
:is(.dark .dark\:text-orange-100\/95) {
  color: rgb(255 237 213 / 0.95);
}
:is(.dark .dark\:text-orange-200) {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-200\/0) {
  color: rgb(254 215 170 / 0);
}
:is(.dark .dark\:text-orange-200\/10) {
  color: rgb(254 215 170 / 0.1);
}
:is(.dark .dark\:text-orange-200\/100) {
  color: rgb(254 215 170 / 1);
}
:is(.dark .dark\:text-orange-200\/20) {
  color: rgb(254 215 170 / 0.2);
}
:is(.dark .dark\:text-orange-200\/25) {
  color: rgb(254 215 170 / 0.25);
}
:is(.dark .dark\:text-orange-200\/30) {
  color: rgb(254 215 170 / 0.3);
}
:is(.dark .dark\:text-orange-200\/40) {
  color: rgb(254 215 170 / 0.4);
}
:is(.dark .dark\:text-orange-200\/5) {
  color: rgb(254 215 170 / 0.05);
}
:is(.dark .dark\:text-orange-200\/50) {
  color: rgb(254 215 170 / 0.5);
}
:is(.dark .dark\:text-orange-200\/60) {
  color: rgb(254 215 170 / 0.6);
}
:is(.dark .dark\:text-orange-200\/70) {
  color: rgb(254 215 170 / 0.7);
}
:is(.dark .dark\:text-orange-200\/75) {
  color: rgb(254 215 170 / 0.75);
}
:is(.dark .dark\:text-orange-200\/80) {
  color: rgb(254 215 170 / 0.8);
}
:is(.dark .dark\:text-orange-200\/90) {
  color: rgb(254 215 170 / 0.9);
}
:is(.dark .dark\:text-orange-200\/95) {
  color: rgb(254 215 170 / 0.95);
}
:is(.dark .dark\:text-orange-300) {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-300\/0) {
  color: rgb(253 186 116 / 0);
}
:is(.dark .dark\:text-orange-300\/10) {
  color: rgb(253 186 116 / 0.1);
}
:is(.dark .dark\:text-orange-300\/100) {
  color: rgb(253 186 116 / 1);
}
:is(.dark .dark\:text-orange-300\/20) {
  color: rgb(253 186 116 / 0.2);
}
:is(.dark .dark\:text-orange-300\/25) {
  color: rgb(253 186 116 / 0.25);
}
:is(.dark .dark\:text-orange-300\/30) {
  color: rgb(253 186 116 / 0.3);
}
:is(.dark .dark\:text-orange-300\/40) {
  color: rgb(253 186 116 / 0.4);
}
:is(.dark .dark\:text-orange-300\/5) {
  color: rgb(253 186 116 / 0.05);
}
:is(.dark .dark\:text-orange-300\/50) {
  color: rgb(253 186 116 / 0.5);
}
:is(.dark .dark\:text-orange-300\/60) {
  color: rgb(253 186 116 / 0.6);
}
:is(.dark .dark\:text-orange-300\/70) {
  color: rgb(253 186 116 / 0.7);
}
:is(.dark .dark\:text-orange-300\/75) {
  color: rgb(253 186 116 / 0.75);
}
:is(.dark .dark\:text-orange-300\/80) {
  color: rgb(253 186 116 / 0.8);
}
:is(.dark .dark\:text-orange-300\/90) {
  color: rgb(253 186 116 / 0.9);
}
:is(.dark .dark\:text-orange-300\/95) {
  color: rgb(253 186 116 / 0.95);
}
:is(.dark .dark\:text-orange-400) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-400\/0) {
  color: rgb(251 146 60 / 0);
}
:is(.dark .dark\:text-orange-400\/10) {
  color: rgb(251 146 60 / 0.1);
}
:is(.dark .dark\:text-orange-400\/100) {
  color: rgb(251 146 60 / 1);
}
:is(.dark .dark\:text-orange-400\/20) {
  color: rgb(251 146 60 / 0.2);
}
:is(.dark .dark\:text-orange-400\/25) {
  color: rgb(251 146 60 / 0.25);
}
:is(.dark .dark\:text-orange-400\/30) {
  color: rgb(251 146 60 / 0.3);
}
:is(.dark .dark\:text-orange-400\/40) {
  color: rgb(251 146 60 / 0.4);
}
:is(.dark .dark\:text-orange-400\/5) {
  color: rgb(251 146 60 / 0.05);
}
:is(.dark .dark\:text-orange-400\/50) {
  color: rgb(251 146 60 / 0.5);
}
:is(.dark .dark\:text-orange-400\/60) {
  color: rgb(251 146 60 / 0.6);
}
:is(.dark .dark\:text-orange-400\/70) {
  color: rgb(251 146 60 / 0.7);
}
:is(.dark .dark\:text-orange-400\/75) {
  color: rgb(251 146 60 / 0.75);
}
:is(.dark .dark\:text-orange-400\/80) {
  color: rgb(251 146 60 / 0.8);
}
:is(.dark .dark\:text-orange-400\/90) {
  color: rgb(251 146 60 / 0.9);
}
:is(.dark .dark\:text-orange-400\/95) {
  color: rgb(251 146 60 / 0.95);
}
:is(.dark .dark\:text-orange-50) {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-50\/0) {
  color: rgb(255 247 237 / 0);
}
:is(.dark .dark\:text-orange-50\/10) {
  color: rgb(255 247 237 / 0.1);
}
:is(.dark .dark\:text-orange-50\/100) {
  color: rgb(255 247 237 / 1);
}
:is(.dark .dark\:text-orange-50\/20) {
  color: rgb(255 247 237 / 0.2);
}
:is(.dark .dark\:text-orange-50\/25) {
  color: rgb(255 247 237 / 0.25);
}
:is(.dark .dark\:text-orange-50\/30) {
  color: rgb(255 247 237 / 0.3);
}
:is(.dark .dark\:text-orange-50\/40) {
  color: rgb(255 247 237 / 0.4);
}
:is(.dark .dark\:text-orange-50\/5) {
  color: rgb(255 247 237 / 0.05);
}
:is(.dark .dark\:text-orange-50\/50) {
  color: rgb(255 247 237 / 0.5);
}
:is(.dark .dark\:text-orange-50\/60) {
  color: rgb(255 247 237 / 0.6);
}
:is(.dark .dark\:text-orange-50\/70) {
  color: rgb(255 247 237 / 0.7);
}
:is(.dark .dark\:text-orange-50\/75) {
  color: rgb(255 247 237 / 0.75);
}
:is(.dark .dark\:text-orange-50\/80) {
  color: rgb(255 247 237 / 0.8);
}
:is(.dark .dark\:text-orange-50\/90) {
  color: rgb(255 247 237 / 0.9);
}
:is(.dark .dark\:text-orange-50\/95) {
  color: rgb(255 247 237 / 0.95);
}
:is(.dark .dark\:text-orange-500) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-500\/0) {
  color: rgb(249 115 22 / 0);
}
:is(.dark .dark\:text-orange-500\/10) {
  color: rgb(249 115 22 / 0.1);
}
:is(.dark .dark\:text-orange-500\/100) {
  color: rgb(249 115 22 / 1);
}
:is(.dark .dark\:text-orange-500\/20) {
  color: rgb(249 115 22 / 0.2);
}
:is(.dark .dark\:text-orange-500\/25) {
  color: rgb(249 115 22 / 0.25);
}
:is(.dark .dark\:text-orange-500\/30) {
  color: rgb(249 115 22 / 0.3);
}
:is(.dark .dark\:text-orange-500\/40) {
  color: rgb(249 115 22 / 0.4);
}
:is(.dark .dark\:text-orange-500\/5) {
  color: rgb(249 115 22 / 0.05);
}
:is(.dark .dark\:text-orange-500\/50) {
  color: rgb(249 115 22 / 0.5);
}
:is(.dark .dark\:text-orange-500\/60) {
  color: rgb(249 115 22 / 0.6);
}
:is(.dark .dark\:text-orange-500\/70) {
  color: rgb(249 115 22 / 0.7);
}
:is(.dark .dark\:text-orange-500\/75) {
  color: rgb(249 115 22 / 0.75);
}
:is(.dark .dark\:text-orange-500\/80) {
  color: rgb(249 115 22 / 0.8);
}
:is(.dark .dark\:text-orange-500\/90) {
  color: rgb(249 115 22 / 0.9);
}
:is(.dark .dark\:text-orange-500\/95) {
  color: rgb(249 115 22 / 0.95);
}
:is(.dark .dark\:text-orange-600) {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-600\/0) {
  color: rgb(234 88 12 / 0);
}
:is(.dark .dark\:text-orange-600\/10) {
  color: rgb(234 88 12 / 0.1);
}
:is(.dark .dark\:text-orange-600\/100) {
  color: rgb(234 88 12 / 1);
}
:is(.dark .dark\:text-orange-600\/20) {
  color: rgb(234 88 12 / 0.2);
}
:is(.dark .dark\:text-orange-600\/25) {
  color: rgb(234 88 12 / 0.25);
}
:is(.dark .dark\:text-orange-600\/30) {
  color: rgb(234 88 12 / 0.3);
}
:is(.dark .dark\:text-orange-600\/40) {
  color: rgb(234 88 12 / 0.4);
}
:is(.dark .dark\:text-orange-600\/5) {
  color: rgb(234 88 12 / 0.05);
}
:is(.dark .dark\:text-orange-600\/50) {
  color: rgb(234 88 12 / 0.5);
}
:is(.dark .dark\:text-orange-600\/60) {
  color: rgb(234 88 12 / 0.6);
}
:is(.dark .dark\:text-orange-600\/70) {
  color: rgb(234 88 12 / 0.7);
}
:is(.dark .dark\:text-orange-600\/75) {
  color: rgb(234 88 12 / 0.75);
}
:is(.dark .dark\:text-orange-600\/80) {
  color: rgb(234 88 12 / 0.8);
}
:is(.dark .dark\:text-orange-600\/90) {
  color: rgb(234 88 12 / 0.9);
}
:is(.dark .dark\:text-orange-600\/95) {
  color: rgb(234 88 12 / 0.95);
}
:is(.dark .dark\:text-orange-700) {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-700\/0) {
  color: rgb(194 65 12 / 0);
}
:is(.dark .dark\:text-orange-700\/10) {
  color: rgb(194 65 12 / 0.1);
}
:is(.dark .dark\:text-orange-700\/100) {
  color: rgb(194 65 12 / 1);
}
:is(.dark .dark\:text-orange-700\/20) {
  color: rgb(194 65 12 / 0.2);
}
:is(.dark .dark\:text-orange-700\/25) {
  color: rgb(194 65 12 / 0.25);
}
:is(.dark .dark\:text-orange-700\/30) {
  color: rgb(194 65 12 / 0.3);
}
:is(.dark .dark\:text-orange-700\/40) {
  color: rgb(194 65 12 / 0.4);
}
:is(.dark .dark\:text-orange-700\/5) {
  color: rgb(194 65 12 / 0.05);
}
:is(.dark .dark\:text-orange-700\/50) {
  color: rgb(194 65 12 / 0.5);
}
:is(.dark .dark\:text-orange-700\/60) {
  color: rgb(194 65 12 / 0.6);
}
:is(.dark .dark\:text-orange-700\/70) {
  color: rgb(194 65 12 / 0.7);
}
:is(.dark .dark\:text-orange-700\/75) {
  color: rgb(194 65 12 / 0.75);
}
:is(.dark .dark\:text-orange-700\/80) {
  color: rgb(194 65 12 / 0.8);
}
:is(.dark .dark\:text-orange-700\/90) {
  color: rgb(194 65 12 / 0.9);
}
:is(.dark .dark\:text-orange-700\/95) {
  color: rgb(194 65 12 / 0.95);
}
:is(.dark .dark\:text-orange-800) {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-800\/0) {
  color: rgb(154 52 18 / 0);
}
:is(.dark .dark\:text-orange-800\/10) {
  color: rgb(154 52 18 / 0.1);
}
:is(.dark .dark\:text-orange-800\/100) {
  color: rgb(154 52 18 / 1);
}
:is(.dark .dark\:text-orange-800\/20) {
  color: rgb(154 52 18 / 0.2);
}
:is(.dark .dark\:text-orange-800\/25) {
  color: rgb(154 52 18 / 0.25);
}
:is(.dark .dark\:text-orange-800\/30) {
  color: rgb(154 52 18 / 0.3);
}
:is(.dark .dark\:text-orange-800\/40) {
  color: rgb(154 52 18 / 0.4);
}
:is(.dark .dark\:text-orange-800\/5) {
  color: rgb(154 52 18 / 0.05);
}
:is(.dark .dark\:text-orange-800\/50) {
  color: rgb(154 52 18 / 0.5);
}
:is(.dark .dark\:text-orange-800\/60) {
  color: rgb(154 52 18 / 0.6);
}
:is(.dark .dark\:text-orange-800\/70) {
  color: rgb(154 52 18 / 0.7);
}
:is(.dark .dark\:text-orange-800\/75) {
  color: rgb(154 52 18 / 0.75);
}
:is(.dark .dark\:text-orange-800\/80) {
  color: rgb(154 52 18 / 0.8);
}
:is(.dark .dark\:text-orange-800\/90) {
  color: rgb(154 52 18 / 0.9);
}
:is(.dark .dark\:text-orange-800\/95) {
  color: rgb(154 52 18 / 0.95);
}
:is(.dark .dark\:text-orange-900) {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-900\/0) {
  color: rgb(124 45 18 / 0);
}
:is(.dark .dark\:text-orange-900\/10) {
  color: rgb(124 45 18 / 0.1);
}
:is(.dark .dark\:text-orange-900\/100) {
  color: rgb(124 45 18 / 1);
}
:is(.dark .dark\:text-orange-900\/20) {
  color: rgb(124 45 18 / 0.2);
}
:is(.dark .dark\:text-orange-900\/25) {
  color: rgb(124 45 18 / 0.25);
}
:is(.dark .dark\:text-orange-900\/30) {
  color: rgb(124 45 18 / 0.3);
}
:is(.dark .dark\:text-orange-900\/40) {
  color: rgb(124 45 18 / 0.4);
}
:is(.dark .dark\:text-orange-900\/5) {
  color: rgb(124 45 18 / 0.05);
}
:is(.dark .dark\:text-orange-900\/50) {
  color: rgb(124 45 18 / 0.5);
}
:is(.dark .dark\:text-orange-900\/60) {
  color: rgb(124 45 18 / 0.6);
}
:is(.dark .dark\:text-orange-900\/70) {
  color: rgb(124 45 18 / 0.7);
}
:is(.dark .dark\:text-orange-900\/75) {
  color: rgb(124 45 18 / 0.75);
}
:is(.dark .dark\:text-orange-900\/80) {
  color: rgb(124 45 18 / 0.8);
}
:is(.dark .dark\:text-orange-900\/90) {
  color: rgb(124 45 18 / 0.9);
}
:is(.dark .dark\:text-orange-900\/95) {
  color: rgb(124 45 18 / 0.95);
}
:is(.dark .dark\:text-orange-950) {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-orange-950\/0) {
  color: rgb(67 20 7 / 0);
}
:is(.dark .dark\:text-orange-950\/10) {
  color: rgb(67 20 7 / 0.1);
}
:is(.dark .dark\:text-orange-950\/100) {
  color: rgb(67 20 7 / 1);
}
:is(.dark .dark\:text-orange-950\/20) {
  color: rgb(67 20 7 / 0.2);
}
:is(.dark .dark\:text-orange-950\/25) {
  color: rgb(67 20 7 / 0.25);
}
:is(.dark .dark\:text-orange-950\/30) {
  color: rgb(67 20 7 / 0.3);
}
:is(.dark .dark\:text-orange-950\/40) {
  color: rgb(67 20 7 / 0.4);
}
:is(.dark .dark\:text-orange-950\/5) {
  color: rgb(67 20 7 / 0.05);
}
:is(.dark .dark\:text-orange-950\/50) {
  color: rgb(67 20 7 / 0.5);
}
:is(.dark .dark\:text-orange-950\/60) {
  color: rgb(67 20 7 / 0.6);
}
:is(.dark .dark\:text-orange-950\/70) {
  color: rgb(67 20 7 / 0.7);
}
:is(.dark .dark\:text-orange-950\/75) {
  color: rgb(67 20 7 / 0.75);
}
:is(.dark .dark\:text-orange-950\/80) {
  color: rgb(67 20 7 / 0.8);
}
:is(.dark .dark\:text-orange-950\/90) {
  color: rgb(67 20 7 / 0.9);
}
:is(.dark .dark\:text-orange-950\/95) {
  color: rgb(67 20 7 / 0.95);
}
:is(.dark .dark\:text-pink-100) {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-100\/0) {
  color: rgb(252 231 243 / 0);
}
:is(.dark .dark\:text-pink-100\/10) {
  color: rgb(252 231 243 / 0.1);
}
:is(.dark .dark\:text-pink-100\/100) {
  color: rgb(252 231 243 / 1);
}
:is(.dark .dark\:text-pink-100\/20) {
  color: rgb(252 231 243 / 0.2);
}
:is(.dark .dark\:text-pink-100\/25) {
  color: rgb(252 231 243 / 0.25);
}
:is(.dark .dark\:text-pink-100\/30) {
  color: rgb(252 231 243 / 0.3);
}
:is(.dark .dark\:text-pink-100\/40) {
  color: rgb(252 231 243 / 0.4);
}
:is(.dark .dark\:text-pink-100\/5) {
  color: rgb(252 231 243 / 0.05);
}
:is(.dark .dark\:text-pink-100\/50) {
  color: rgb(252 231 243 / 0.5);
}
:is(.dark .dark\:text-pink-100\/60) {
  color: rgb(252 231 243 / 0.6);
}
:is(.dark .dark\:text-pink-100\/70) {
  color: rgb(252 231 243 / 0.7);
}
:is(.dark .dark\:text-pink-100\/75) {
  color: rgb(252 231 243 / 0.75);
}
:is(.dark .dark\:text-pink-100\/80) {
  color: rgb(252 231 243 / 0.8);
}
:is(.dark .dark\:text-pink-100\/90) {
  color: rgb(252 231 243 / 0.9);
}
:is(.dark .dark\:text-pink-100\/95) {
  color: rgb(252 231 243 / 0.95);
}
:is(.dark .dark\:text-pink-200) {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-200\/0) {
  color: rgb(251 207 232 / 0);
}
:is(.dark .dark\:text-pink-200\/10) {
  color: rgb(251 207 232 / 0.1);
}
:is(.dark .dark\:text-pink-200\/100) {
  color: rgb(251 207 232 / 1);
}
:is(.dark .dark\:text-pink-200\/20) {
  color: rgb(251 207 232 / 0.2);
}
:is(.dark .dark\:text-pink-200\/25) {
  color: rgb(251 207 232 / 0.25);
}
:is(.dark .dark\:text-pink-200\/30) {
  color: rgb(251 207 232 / 0.3);
}
:is(.dark .dark\:text-pink-200\/40) {
  color: rgb(251 207 232 / 0.4);
}
:is(.dark .dark\:text-pink-200\/5) {
  color: rgb(251 207 232 / 0.05);
}
:is(.dark .dark\:text-pink-200\/50) {
  color: rgb(251 207 232 / 0.5);
}
:is(.dark .dark\:text-pink-200\/60) {
  color: rgb(251 207 232 / 0.6);
}
:is(.dark .dark\:text-pink-200\/70) {
  color: rgb(251 207 232 / 0.7);
}
:is(.dark .dark\:text-pink-200\/75) {
  color: rgb(251 207 232 / 0.75);
}
:is(.dark .dark\:text-pink-200\/80) {
  color: rgb(251 207 232 / 0.8);
}
:is(.dark .dark\:text-pink-200\/90) {
  color: rgb(251 207 232 / 0.9);
}
:is(.dark .dark\:text-pink-200\/95) {
  color: rgb(251 207 232 / 0.95);
}
:is(.dark .dark\:text-pink-300) {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-300\/0) {
  color: rgb(249 168 212 / 0);
}
:is(.dark .dark\:text-pink-300\/10) {
  color: rgb(249 168 212 / 0.1);
}
:is(.dark .dark\:text-pink-300\/100) {
  color: rgb(249 168 212 / 1);
}
:is(.dark .dark\:text-pink-300\/20) {
  color: rgb(249 168 212 / 0.2);
}
:is(.dark .dark\:text-pink-300\/25) {
  color: rgb(249 168 212 / 0.25);
}
:is(.dark .dark\:text-pink-300\/30) {
  color: rgb(249 168 212 / 0.3);
}
:is(.dark .dark\:text-pink-300\/40) {
  color: rgb(249 168 212 / 0.4);
}
:is(.dark .dark\:text-pink-300\/5) {
  color: rgb(249 168 212 / 0.05);
}
:is(.dark .dark\:text-pink-300\/50) {
  color: rgb(249 168 212 / 0.5);
}
:is(.dark .dark\:text-pink-300\/60) {
  color: rgb(249 168 212 / 0.6);
}
:is(.dark .dark\:text-pink-300\/70) {
  color: rgb(249 168 212 / 0.7);
}
:is(.dark .dark\:text-pink-300\/75) {
  color: rgb(249 168 212 / 0.75);
}
:is(.dark .dark\:text-pink-300\/80) {
  color: rgb(249 168 212 / 0.8);
}
:is(.dark .dark\:text-pink-300\/90) {
  color: rgb(249 168 212 / 0.9);
}
:is(.dark .dark\:text-pink-300\/95) {
  color: rgb(249 168 212 / 0.95);
}
:is(.dark .dark\:text-pink-400) {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-400\/0) {
  color: rgb(244 114 182 / 0);
}
:is(.dark .dark\:text-pink-400\/10) {
  color: rgb(244 114 182 / 0.1);
}
:is(.dark .dark\:text-pink-400\/100) {
  color: rgb(244 114 182 / 1);
}
:is(.dark .dark\:text-pink-400\/20) {
  color: rgb(244 114 182 / 0.2);
}
:is(.dark .dark\:text-pink-400\/25) {
  color: rgb(244 114 182 / 0.25);
}
:is(.dark .dark\:text-pink-400\/30) {
  color: rgb(244 114 182 / 0.3);
}
:is(.dark .dark\:text-pink-400\/40) {
  color: rgb(244 114 182 / 0.4);
}
:is(.dark .dark\:text-pink-400\/5) {
  color: rgb(244 114 182 / 0.05);
}
:is(.dark .dark\:text-pink-400\/50) {
  color: rgb(244 114 182 / 0.5);
}
:is(.dark .dark\:text-pink-400\/60) {
  color: rgb(244 114 182 / 0.6);
}
:is(.dark .dark\:text-pink-400\/70) {
  color: rgb(244 114 182 / 0.7);
}
:is(.dark .dark\:text-pink-400\/75) {
  color: rgb(244 114 182 / 0.75);
}
:is(.dark .dark\:text-pink-400\/80) {
  color: rgb(244 114 182 / 0.8);
}
:is(.dark .dark\:text-pink-400\/90) {
  color: rgb(244 114 182 / 0.9);
}
:is(.dark .dark\:text-pink-400\/95) {
  color: rgb(244 114 182 / 0.95);
}
:is(.dark .dark\:text-pink-50) {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-50\/0) {
  color: rgb(253 242 248 / 0);
}
:is(.dark .dark\:text-pink-50\/10) {
  color: rgb(253 242 248 / 0.1);
}
:is(.dark .dark\:text-pink-50\/100) {
  color: rgb(253 242 248 / 1);
}
:is(.dark .dark\:text-pink-50\/20) {
  color: rgb(253 242 248 / 0.2);
}
:is(.dark .dark\:text-pink-50\/25) {
  color: rgb(253 242 248 / 0.25);
}
:is(.dark .dark\:text-pink-50\/30) {
  color: rgb(253 242 248 / 0.3);
}
:is(.dark .dark\:text-pink-50\/40) {
  color: rgb(253 242 248 / 0.4);
}
:is(.dark .dark\:text-pink-50\/5) {
  color: rgb(253 242 248 / 0.05);
}
:is(.dark .dark\:text-pink-50\/50) {
  color: rgb(253 242 248 / 0.5);
}
:is(.dark .dark\:text-pink-50\/60) {
  color: rgb(253 242 248 / 0.6);
}
:is(.dark .dark\:text-pink-50\/70) {
  color: rgb(253 242 248 / 0.7);
}
:is(.dark .dark\:text-pink-50\/75) {
  color: rgb(253 242 248 / 0.75);
}
:is(.dark .dark\:text-pink-50\/80) {
  color: rgb(253 242 248 / 0.8);
}
:is(.dark .dark\:text-pink-50\/90) {
  color: rgb(253 242 248 / 0.9);
}
:is(.dark .dark\:text-pink-50\/95) {
  color: rgb(253 242 248 / 0.95);
}
:is(.dark .dark\:text-pink-500) {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-500\/0) {
  color: rgb(236 72 153 / 0);
}
:is(.dark .dark\:text-pink-500\/10) {
  color: rgb(236 72 153 / 0.1);
}
:is(.dark .dark\:text-pink-500\/100) {
  color: rgb(236 72 153 / 1);
}
:is(.dark .dark\:text-pink-500\/20) {
  color: rgb(236 72 153 / 0.2);
}
:is(.dark .dark\:text-pink-500\/25) {
  color: rgb(236 72 153 / 0.25);
}
:is(.dark .dark\:text-pink-500\/30) {
  color: rgb(236 72 153 / 0.3);
}
:is(.dark .dark\:text-pink-500\/40) {
  color: rgb(236 72 153 / 0.4);
}
:is(.dark .dark\:text-pink-500\/5) {
  color: rgb(236 72 153 / 0.05);
}
:is(.dark .dark\:text-pink-500\/50) {
  color: rgb(236 72 153 / 0.5);
}
:is(.dark .dark\:text-pink-500\/60) {
  color: rgb(236 72 153 / 0.6);
}
:is(.dark .dark\:text-pink-500\/70) {
  color: rgb(236 72 153 / 0.7);
}
:is(.dark .dark\:text-pink-500\/75) {
  color: rgb(236 72 153 / 0.75);
}
:is(.dark .dark\:text-pink-500\/80) {
  color: rgb(236 72 153 / 0.8);
}
:is(.dark .dark\:text-pink-500\/90) {
  color: rgb(236 72 153 / 0.9);
}
:is(.dark .dark\:text-pink-500\/95) {
  color: rgb(236 72 153 / 0.95);
}
:is(.dark .dark\:text-pink-600) {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-600\/0) {
  color: rgb(219 39 119 / 0);
}
:is(.dark .dark\:text-pink-600\/10) {
  color: rgb(219 39 119 / 0.1);
}
:is(.dark .dark\:text-pink-600\/100) {
  color: rgb(219 39 119 / 1);
}
:is(.dark .dark\:text-pink-600\/20) {
  color: rgb(219 39 119 / 0.2);
}
:is(.dark .dark\:text-pink-600\/25) {
  color: rgb(219 39 119 / 0.25);
}
:is(.dark .dark\:text-pink-600\/30) {
  color: rgb(219 39 119 / 0.3);
}
:is(.dark .dark\:text-pink-600\/40) {
  color: rgb(219 39 119 / 0.4);
}
:is(.dark .dark\:text-pink-600\/5) {
  color: rgb(219 39 119 / 0.05);
}
:is(.dark .dark\:text-pink-600\/50) {
  color: rgb(219 39 119 / 0.5);
}
:is(.dark .dark\:text-pink-600\/60) {
  color: rgb(219 39 119 / 0.6);
}
:is(.dark .dark\:text-pink-600\/70) {
  color: rgb(219 39 119 / 0.7);
}
:is(.dark .dark\:text-pink-600\/75) {
  color: rgb(219 39 119 / 0.75);
}
:is(.dark .dark\:text-pink-600\/80) {
  color: rgb(219 39 119 / 0.8);
}
:is(.dark .dark\:text-pink-600\/90) {
  color: rgb(219 39 119 / 0.9);
}
:is(.dark .dark\:text-pink-600\/95) {
  color: rgb(219 39 119 / 0.95);
}
:is(.dark .dark\:text-pink-700) {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-700\/0) {
  color: rgb(190 24 93 / 0);
}
:is(.dark .dark\:text-pink-700\/10) {
  color: rgb(190 24 93 / 0.1);
}
:is(.dark .dark\:text-pink-700\/100) {
  color: rgb(190 24 93 / 1);
}
:is(.dark .dark\:text-pink-700\/20) {
  color: rgb(190 24 93 / 0.2);
}
:is(.dark .dark\:text-pink-700\/25) {
  color: rgb(190 24 93 / 0.25);
}
:is(.dark .dark\:text-pink-700\/30) {
  color: rgb(190 24 93 / 0.3);
}
:is(.dark .dark\:text-pink-700\/40) {
  color: rgb(190 24 93 / 0.4);
}
:is(.dark .dark\:text-pink-700\/5) {
  color: rgb(190 24 93 / 0.05);
}
:is(.dark .dark\:text-pink-700\/50) {
  color: rgb(190 24 93 / 0.5);
}
:is(.dark .dark\:text-pink-700\/60) {
  color: rgb(190 24 93 / 0.6);
}
:is(.dark .dark\:text-pink-700\/70) {
  color: rgb(190 24 93 / 0.7);
}
:is(.dark .dark\:text-pink-700\/75) {
  color: rgb(190 24 93 / 0.75);
}
:is(.dark .dark\:text-pink-700\/80) {
  color: rgb(190 24 93 / 0.8);
}
:is(.dark .dark\:text-pink-700\/90) {
  color: rgb(190 24 93 / 0.9);
}
:is(.dark .dark\:text-pink-700\/95) {
  color: rgb(190 24 93 / 0.95);
}
:is(.dark .dark\:text-pink-800) {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-800\/0) {
  color: rgb(157 23 77 / 0);
}
:is(.dark .dark\:text-pink-800\/10) {
  color: rgb(157 23 77 / 0.1);
}
:is(.dark .dark\:text-pink-800\/100) {
  color: rgb(157 23 77 / 1);
}
:is(.dark .dark\:text-pink-800\/20) {
  color: rgb(157 23 77 / 0.2);
}
:is(.dark .dark\:text-pink-800\/25) {
  color: rgb(157 23 77 / 0.25);
}
:is(.dark .dark\:text-pink-800\/30) {
  color: rgb(157 23 77 / 0.3);
}
:is(.dark .dark\:text-pink-800\/40) {
  color: rgb(157 23 77 / 0.4);
}
:is(.dark .dark\:text-pink-800\/5) {
  color: rgb(157 23 77 / 0.05);
}
:is(.dark .dark\:text-pink-800\/50) {
  color: rgb(157 23 77 / 0.5);
}
:is(.dark .dark\:text-pink-800\/60) {
  color: rgb(157 23 77 / 0.6);
}
:is(.dark .dark\:text-pink-800\/70) {
  color: rgb(157 23 77 / 0.7);
}
:is(.dark .dark\:text-pink-800\/75) {
  color: rgb(157 23 77 / 0.75);
}
:is(.dark .dark\:text-pink-800\/80) {
  color: rgb(157 23 77 / 0.8);
}
:is(.dark .dark\:text-pink-800\/90) {
  color: rgb(157 23 77 / 0.9);
}
:is(.dark .dark\:text-pink-800\/95) {
  color: rgb(157 23 77 / 0.95);
}
:is(.dark .dark\:text-pink-900) {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-900\/0) {
  color: rgb(131 24 67 / 0);
}
:is(.dark .dark\:text-pink-900\/10) {
  color: rgb(131 24 67 / 0.1);
}
:is(.dark .dark\:text-pink-900\/100) {
  color: rgb(131 24 67 / 1);
}
:is(.dark .dark\:text-pink-900\/20) {
  color: rgb(131 24 67 / 0.2);
}
:is(.dark .dark\:text-pink-900\/25) {
  color: rgb(131 24 67 / 0.25);
}
:is(.dark .dark\:text-pink-900\/30) {
  color: rgb(131 24 67 / 0.3);
}
:is(.dark .dark\:text-pink-900\/40) {
  color: rgb(131 24 67 / 0.4);
}
:is(.dark .dark\:text-pink-900\/5) {
  color: rgb(131 24 67 / 0.05);
}
:is(.dark .dark\:text-pink-900\/50) {
  color: rgb(131 24 67 / 0.5);
}
:is(.dark .dark\:text-pink-900\/60) {
  color: rgb(131 24 67 / 0.6);
}
:is(.dark .dark\:text-pink-900\/70) {
  color: rgb(131 24 67 / 0.7);
}
:is(.dark .dark\:text-pink-900\/75) {
  color: rgb(131 24 67 / 0.75);
}
:is(.dark .dark\:text-pink-900\/80) {
  color: rgb(131 24 67 / 0.8);
}
:is(.dark .dark\:text-pink-900\/90) {
  color: rgb(131 24 67 / 0.9);
}
:is(.dark .dark\:text-pink-900\/95) {
  color: rgb(131 24 67 / 0.95);
}
:is(.dark .dark\:text-pink-950) {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-pink-950\/0) {
  color: rgb(80 7 36 / 0);
}
:is(.dark .dark\:text-pink-950\/10) {
  color: rgb(80 7 36 / 0.1);
}
:is(.dark .dark\:text-pink-950\/100) {
  color: rgb(80 7 36 / 1);
}
:is(.dark .dark\:text-pink-950\/20) {
  color: rgb(80 7 36 / 0.2);
}
:is(.dark .dark\:text-pink-950\/25) {
  color: rgb(80 7 36 / 0.25);
}
:is(.dark .dark\:text-pink-950\/30) {
  color: rgb(80 7 36 / 0.3);
}
:is(.dark .dark\:text-pink-950\/40) {
  color: rgb(80 7 36 / 0.4);
}
:is(.dark .dark\:text-pink-950\/5) {
  color: rgb(80 7 36 / 0.05);
}
:is(.dark .dark\:text-pink-950\/50) {
  color: rgb(80 7 36 / 0.5);
}
:is(.dark .dark\:text-pink-950\/60) {
  color: rgb(80 7 36 / 0.6);
}
:is(.dark .dark\:text-pink-950\/70) {
  color: rgb(80 7 36 / 0.7);
}
:is(.dark .dark\:text-pink-950\/75) {
  color: rgb(80 7 36 / 0.75);
}
:is(.dark .dark\:text-pink-950\/80) {
  color: rgb(80 7 36 / 0.8);
}
:is(.dark .dark\:text-pink-950\/90) {
  color: rgb(80 7 36 / 0.9);
}
:is(.dark .dark\:text-pink-950\/95) {
  color: rgb(80 7 36 / 0.95);
}
:is(.dark .dark\:text-primary-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-100) {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-100\/0) {
  color: rgb(243 232 255 / 0);
}
:is(.dark .dark\:text-purple-100\/10) {
  color: rgb(243 232 255 / 0.1);
}
:is(.dark .dark\:text-purple-100\/100) {
  color: rgb(243 232 255 / 1);
}
:is(.dark .dark\:text-purple-100\/20) {
  color: rgb(243 232 255 / 0.2);
}
:is(.dark .dark\:text-purple-100\/25) {
  color: rgb(243 232 255 / 0.25);
}
:is(.dark .dark\:text-purple-100\/30) {
  color: rgb(243 232 255 / 0.3);
}
:is(.dark .dark\:text-purple-100\/40) {
  color: rgb(243 232 255 / 0.4);
}
:is(.dark .dark\:text-purple-100\/5) {
  color: rgb(243 232 255 / 0.05);
}
:is(.dark .dark\:text-purple-100\/50) {
  color: rgb(243 232 255 / 0.5);
}
:is(.dark .dark\:text-purple-100\/60) {
  color: rgb(243 232 255 / 0.6);
}
:is(.dark .dark\:text-purple-100\/70) {
  color: rgb(243 232 255 / 0.7);
}
:is(.dark .dark\:text-purple-100\/75) {
  color: rgb(243 232 255 / 0.75);
}
:is(.dark .dark\:text-purple-100\/80) {
  color: rgb(243 232 255 / 0.8);
}
:is(.dark .dark\:text-purple-100\/90) {
  color: rgb(243 232 255 / 0.9);
}
:is(.dark .dark\:text-purple-100\/95) {
  color: rgb(243 232 255 / 0.95);
}
:is(.dark .dark\:text-purple-200) {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-200\/0) {
  color: rgb(233 213 255 / 0);
}
:is(.dark .dark\:text-purple-200\/10) {
  color: rgb(233 213 255 / 0.1);
}
:is(.dark .dark\:text-purple-200\/100) {
  color: rgb(233 213 255 / 1);
}
:is(.dark .dark\:text-purple-200\/20) {
  color: rgb(233 213 255 / 0.2);
}
:is(.dark .dark\:text-purple-200\/25) {
  color: rgb(233 213 255 / 0.25);
}
:is(.dark .dark\:text-purple-200\/30) {
  color: rgb(233 213 255 / 0.3);
}
:is(.dark .dark\:text-purple-200\/40) {
  color: rgb(233 213 255 / 0.4);
}
:is(.dark .dark\:text-purple-200\/5) {
  color: rgb(233 213 255 / 0.05);
}
:is(.dark .dark\:text-purple-200\/50) {
  color: rgb(233 213 255 / 0.5);
}
:is(.dark .dark\:text-purple-200\/60) {
  color: rgb(233 213 255 / 0.6);
}
:is(.dark .dark\:text-purple-200\/70) {
  color: rgb(233 213 255 / 0.7);
}
:is(.dark .dark\:text-purple-200\/75) {
  color: rgb(233 213 255 / 0.75);
}
:is(.dark .dark\:text-purple-200\/80) {
  color: rgb(233 213 255 / 0.8);
}
:is(.dark .dark\:text-purple-200\/90) {
  color: rgb(233 213 255 / 0.9);
}
:is(.dark .dark\:text-purple-200\/95) {
  color: rgb(233 213 255 / 0.95);
}
:is(.dark .dark\:text-purple-300) {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-300\/0) {
  color: rgb(216 180 254 / 0);
}
:is(.dark .dark\:text-purple-300\/10) {
  color: rgb(216 180 254 / 0.1);
}
:is(.dark .dark\:text-purple-300\/100) {
  color: rgb(216 180 254 / 1);
}
:is(.dark .dark\:text-purple-300\/20) {
  color: rgb(216 180 254 / 0.2);
}
:is(.dark .dark\:text-purple-300\/25) {
  color: rgb(216 180 254 / 0.25);
}
:is(.dark .dark\:text-purple-300\/30) {
  color: rgb(216 180 254 / 0.3);
}
:is(.dark .dark\:text-purple-300\/40) {
  color: rgb(216 180 254 / 0.4);
}
:is(.dark .dark\:text-purple-300\/5) {
  color: rgb(216 180 254 / 0.05);
}
:is(.dark .dark\:text-purple-300\/50) {
  color: rgb(216 180 254 / 0.5);
}
:is(.dark .dark\:text-purple-300\/60) {
  color: rgb(216 180 254 / 0.6);
}
:is(.dark .dark\:text-purple-300\/70) {
  color: rgb(216 180 254 / 0.7);
}
:is(.dark .dark\:text-purple-300\/75) {
  color: rgb(216 180 254 / 0.75);
}
:is(.dark .dark\:text-purple-300\/80) {
  color: rgb(216 180 254 / 0.8);
}
:is(.dark .dark\:text-purple-300\/90) {
  color: rgb(216 180 254 / 0.9);
}
:is(.dark .dark\:text-purple-300\/95) {
  color: rgb(216 180 254 / 0.95);
}
:is(.dark .dark\:text-purple-400) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-400\/0) {
  color: rgb(192 132 252 / 0);
}
:is(.dark .dark\:text-purple-400\/10) {
  color: rgb(192 132 252 / 0.1);
}
:is(.dark .dark\:text-purple-400\/100) {
  color: rgb(192 132 252 / 1);
}
:is(.dark .dark\:text-purple-400\/20) {
  color: rgb(192 132 252 / 0.2);
}
:is(.dark .dark\:text-purple-400\/25) {
  color: rgb(192 132 252 / 0.25);
}
:is(.dark .dark\:text-purple-400\/30) {
  color: rgb(192 132 252 / 0.3);
}
:is(.dark .dark\:text-purple-400\/40) {
  color: rgb(192 132 252 / 0.4);
}
:is(.dark .dark\:text-purple-400\/5) {
  color: rgb(192 132 252 / 0.05);
}
:is(.dark .dark\:text-purple-400\/50) {
  color: rgb(192 132 252 / 0.5);
}
:is(.dark .dark\:text-purple-400\/60) {
  color: rgb(192 132 252 / 0.6);
}
:is(.dark .dark\:text-purple-400\/70) {
  color: rgb(192 132 252 / 0.7);
}
:is(.dark .dark\:text-purple-400\/75) {
  color: rgb(192 132 252 / 0.75);
}
:is(.dark .dark\:text-purple-400\/80) {
  color: rgb(192 132 252 / 0.8);
}
:is(.dark .dark\:text-purple-400\/90) {
  color: rgb(192 132 252 / 0.9);
}
:is(.dark .dark\:text-purple-400\/95) {
  color: rgb(192 132 252 / 0.95);
}
:is(.dark .dark\:text-purple-50) {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-50\/0) {
  color: rgb(250 245 255 / 0);
}
:is(.dark .dark\:text-purple-50\/10) {
  color: rgb(250 245 255 / 0.1);
}
:is(.dark .dark\:text-purple-50\/100) {
  color: rgb(250 245 255 / 1);
}
:is(.dark .dark\:text-purple-50\/20) {
  color: rgb(250 245 255 / 0.2);
}
:is(.dark .dark\:text-purple-50\/25) {
  color: rgb(250 245 255 / 0.25);
}
:is(.dark .dark\:text-purple-50\/30) {
  color: rgb(250 245 255 / 0.3);
}
:is(.dark .dark\:text-purple-50\/40) {
  color: rgb(250 245 255 / 0.4);
}
:is(.dark .dark\:text-purple-50\/5) {
  color: rgb(250 245 255 / 0.05);
}
:is(.dark .dark\:text-purple-50\/50) {
  color: rgb(250 245 255 / 0.5);
}
:is(.dark .dark\:text-purple-50\/60) {
  color: rgb(250 245 255 / 0.6);
}
:is(.dark .dark\:text-purple-50\/70) {
  color: rgb(250 245 255 / 0.7);
}
:is(.dark .dark\:text-purple-50\/75) {
  color: rgb(250 245 255 / 0.75);
}
:is(.dark .dark\:text-purple-50\/80) {
  color: rgb(250 245 255 / 0.8);
}
:is(.dark .dark\:text-purple-50\/90) {
  color: rgb(250 245 255 / 0.9);
}
:is(.dark .dark\:text-purple-50\/95) {
  color: rgb(250 245 255 / 0.95);
}
:is(.dark .dark\:text-purple-500) {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-500\/0) {
  color: rgb(168 85 247 / 0);
}
:is(.dark .dark\:text-purple-500\/10) {
  color: rgb(168 85 247 / 0.1);
}
:is(.dark .dark\:text-purple-500\/100) {
  color: rgb(168 85 247 / 1);
}
:is(.dark .dark\:text-purple-500\/20) {
  color: rgb(168 85 247 / 0.2);
}
:is(.dark .dark\:text-purple-500\/25) {
  color: rgb(168 85 247 / 0.25);
}
:is(.dark .dark\:text-purple-500\/30) {
  color: rgb(168 85 247 / 0.3);
}
:is(.dark .dark\:text-purple-500\/40) {
  color: rgb(168 85 247 / 0.4);
}
:is(.dark .dark\:text-purple-500\/5) {
  color: rgb(168 85 247 / 0.05);
}
:is(.dark .dark\:text-purple-500\/50) {
  color: rgb(168 85 247 / 0.5);
}
:is(.dark .dark\:text-purple-500\/60) {
  color: rgb(168 85 247 / 0.6);
}
:is(.dark .dark\:text-purple-500\/70) {
  color: rgb(168 85 247 / 0.7);
}
:is(.dark .dark\:text-purple-500\/75) {
  color: rgb(168 85 247 / 0.75);
}
:is(.dark .dark\:text-purple-500\/80) {
  color: rgb(168 85 247 / 0.8);
}
:is(.dark .dark\:text-purple-500\/90) {
  color: rgb(168 85 247 / 0.9);
}
:is(.dark .dark\:text-purple-500\/95) {
  color: rgb(168 85 247 / 0.95);
}
:is(.dark .dark\:text-purple-600) {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-600\/0) {
  color: rgb(147 51 234 / 0);
}
:is(.dark .dark\:text-purple-600\/10) {
  color: rgb(147 51 234 / 0.1);
}
:is(.dark .dark\:text-purple-600\/100) {
  color: rgb(147 51 234 / 1);
}
:is(.dark .dark\:text-purple-600\/20) {
  color: rgb(147 51 234 / 0.2);
}
:is(.dark .dark\:text-purple-600\/25) {
  color: rgb(147 51 234 / 0.25);
}
:is(.dark .dark\:text-purple-600\/30) {
  color: rgb(147 51 234 / 0.3);
}
:is(.dark .dark\:text-purple-600\/40) {
  color: rgb(147 51 234 / 0.4);
}
:is(.dark .dark\:text-purple-600\/5) {
  color: rgb(147 51 234 / 0.05);
}
:is(.dark .dark\:text-purple-600\/50) {
  color: rgb(147 51 234 / 0.5);
}
:is(.dark .dark\:text-purple-600\/60) {
  color: rgb(147 51 234 / 0.6);
}
:is(.dark .dark\:text-purple-600\/70) {
  color: rgb(147 51 234 / 0.7);
}
:is(.dark .dark\:text-purple-600\/75) {
  color: rgb(147 51 234 / 0.75);
}
:is(.dark .dark\:text-purple-600\/80) {
  color: rgb(147 51 234 / 0.8);
}
:is(.dark .dark\:text-purple-600\/90) {
  color: rgb(147 51 234 / 0.9);
}
:is(.dark .dark\:text-purple-600\/95) {
  color: rgb(147 51 234 / 0.95);
}
:is(.dark .dark\:text-purple-700) {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-700\/0) {
  color: rgb(126 34 206 / 0);
}
:is(.dark .dark\:text-purple-700\/10) {
  color: rgb(126 34 206 / 0.1);
}
:is(.dark .dark\:text-purple-700\/100) {
  color: rgb(126 34 206 / 1);
}
:is(.dark .dark\:text-purple-700\/20) {
  color: rgb(126 34 206 / 0.2);
}
:is(.dark .dark\:text-purple-700\/25) {
  color: rgb(126 34 206 / 0.25);
}
:is(.dark .dark\:text-purple-700\/30) {
  color: rgb(126 34 206 / 0.3);
}
:is(.dark .dark\:text-purple-700\/40) {
  color: rgb(126 34 206 / 0.4);
}
:is(.dark .dark\:text-purple-700\/5) {
  color: rgb(126 34 206 / 0.05);
}
:is(.dark .dark\:text-purple-700\/50) {
  color: rgb(126 34 206 / 0.5);
}
:is(.dark .dark\:text-purple-700\/60) {
  color: rgb(126 34 206 / 0.6);
}
:is(.dark .dark\:text-purple-700\/70) {
  color: rgb(126 34 206 / 0.7);
}
:is(.dark .dark\:text-purple-700\/75) {
  color: rgb(126 34 206 / 0.75);
}
:is(.dark .dark\:text-purple-700\/80) {
  color: rgb(126 34 206 / 0.8);
}
:is(.dark .dark\:text-purple-700\/90) {
  color: rgb(126 34 206 / 0.9);
}
:is(.dark .dark\:text-purple-700\/95) {
  color: rgb(126 34 206 / 0.95);
}
:is(.dark .dark\:text-purple-800) {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-800\/0) {
  color: rgb(107 33 168 / 0);
}
:is(.dark .dark\:text-purple-800\/10) {
  color: rgb(107 33 168 / 0.1);
}
:is(.dark .dark\:text-purple-800\/100) {
  color: rgb(107 33 168 / 1);
}
:is(.dark .dark\:text-purple-800\/20) {
  color: rgb(107 33 168 / 0.2);
}
:is(.dark .dark\:text-purple-800\/25) {
  color: rgb(107 33 168 / 0.25);
}
:is(.dark .dark\:text-purple-800\/30) {
  color: rgb(107 33 168 / 0.3);
}
:is(.dark .dark\:text-purple-800\/40) {
  color: rgb(107 33 168 / 0.4);
}
:is(.dark .dark\:text-purple-800\/5) {
  color: rgb(107 33 168 / 0.05);
}
:is(.dark .dark\:text-purple-800\/50) {
  color: rgb(107 33 168 / 0.5);
}
:is(.dark .dark\:text-purple-800\/60) {
  color: rgb(107 33 168 / 0.6);
}
:is(.dark .dark\:text-purple-800\/70) {
  color: rgb(107 33 168 / 0.7);
}
:is(.dark .dark\:text-purple-800\/75) {
  color: rgb(107 33 168 / 0.75);
}
:is(.dark .dark\:text-purple-800\/80) {
  color: rgb(107 33 168 / 0.8);
}
:is(.dark .dark\:text-purple-800\/90) {
  color: rgb(107 33 168 / 0.9);
}
:is(.dark .dark\:text-purple-800\/95) {
  color: rgb(107 33 168 / 0.95);
}
:is(.dark .dark\:text-purple-900) {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-900\/0) {
  color: rgb(88 28 135 / 0);
}
:is(.dark .dark\:text-purple-900\/10) {
  color: rgb(88 28 135 / 0.1);
}
:is(.dark .dark\:text-purple-900\/100) {
  color: rgb(88 28 135 / 1);
}
:is(.dark .dark\:text-purple-900\/20) {
  color: rgb(88 28 135 / 0.2);
}
:is(.dark .dark\:text-purple-900\/25) {
  color: rgb(88 28 135 / 0.25);
}
:is(.dark .dark\:text-purple-900\/30) {
  color: rgb(88 28 135 / 0.3);
}
:is(.dark .dark\:text-purple-900\/40) {
  color: rgb(88 28 135 / 0.4);
}
:is(.dark .dark\:text-purple-900\/5) {
  color: rgb(88 28 135 / 0.05);
}
:is(.dark .dark\:text-purple-900\/50) {
  color: rgb(88 28 135 / 0.5);
}
:is(.dark .dark\:text-purple-900\/60) {
  color: rgb(88 28 135 / 0.6);
}
:is(.dark .dark\:text-purple-900\/70) {
  color: rgb(88 28 135 / 0.7);
}
:is(.dark .dark\:text-purple-900\/75) {
  color: rgb(88 28 135 / 0.75);
}
:is(.dark .dark\:text-purple-900\/80) {
  color: rgb(88 28 135 / 0.8);
}
:is(.dark .dark\:text-purple-900\/90) {
  color: rgb(88 28 135 / 0.9);
}
:is(.dark .dark\:text-purple-900\/95) {
  color: rgb(88 28 135 / 0.95);
}
:is(.dark .dark\:text-purple-950) {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-purple-950\/0) {
  color: rgb(59 7 100 / 0);
}
:is(.dark .dark\:text-purple-950\/10) {
  color: rgb(59 7 100 / 0.1);
}
:is(.dark .dark\:text-purple-950\/100) {
  color: rgb(59 7 100 / 1);
}
:is(.dark .dark\:text-purple-950\/20) {
  color: rgb(59 7 100 / 0.2);
}
:is(.dark .dark\:text-purple-950\/25) {
  color: rgb(59 7 100 / 0.25);
}
:is(.dark .dark\:text-purple-950\/30) {
  color: rgb(59 7 100 / 0.3);
}
:is(.dark .dark\:text-purple-950\/40) {
  color: rgb(59 7 100 / 0.4);
}
:is(.dark .dark\:text-purple-950\/5) {
  color: rgb(59 7 100 / 0.05);
}
:is(.dark .dark\:text-purple-950\/50) {
  color: rgb(59 7 100 / 0.5);
}
:is(.dark .dark\:text-purple-950\/60) {
  color: rgb(59 7 100 / 0.6);
}
:is(.dark .dark\:text-purple-950\/70) {
  color: rgb(59 7 100 / 0.7);
}
:is(.dark .dark\:text-purple-950\/75) {
  color: rgb(59 7 100 / 0.75);
}
:is(.dark .dark\:text-purple-950\/80) {
  color: rgb(59 7 100 / 0.8);
}
:is(.dark .dark\:text-purple-950\/90) {
  color: rgb(59 7 100 / 0.9);
}
:is(.dark .dark\:text-purple-950\/95) {
  color: rgb(59 7 100 / 0.95);
}
:is(.dark .dark\:text-red-100) {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-100\/0) {
  color: rgb(254 226 226 / 0);
}
:is(.dark .dark\:text-red-100\/10) {
  color: rgb(254 226 226 / 0.1);
}
:is(.dark .dark\:text-red-100\/100) {
  color: rgb(254 226 226 / 1);
}
:is(.dark .dark\:text-red-100\/20) {
  color: rgb(254 226 226 / 0.2);
}
:is(.dark .dark\:text-red-100\/25) {
  color: rgb(254 226 226 / 0.25);
}
:is(.dark .dark\:text-red-100\/30) {
  color: rgb(254 226 226 / 0.3);
}
:is(.dark .dark\:text-red-100\/40) {
  color: rgb(254 226 226 / 0.4);
}
:is(.dark .dark\:text-red-100\/5) {
  color: rgb(254 226 226 / 0.05);
}
:is(.dark .dark\:text-red-100\/50) {
  color: rgb(254 226 226 / 0.5);
}
:is(.dark .dark\:text-red-100\/60) {
  color: rgb(254 226 226 / 0.6);
}
:is(.dark .dark\:text-red-100\/70) {
  color: rgb(254 226 226 / 0.7);
}
:is(.dark .dark\:text-red-100\/75) {
  color: rgb(254 226 226 / 0.75);
}
:is(.dark .dark\:text-red-100\/80) {
  color: rgb(254 226 226 / 0.8);
}
:is(.dark .dark\:text-red-100\/90) {
  color: rgb(254 226 226 / 0.9);
}
:is(.dark .dark\:text-red-100\/95) {
  color: rgb(254 226 226 / 0.95);
}
:is(.dark .dark\:text-red-200) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-200\/0) {
  color: rgb(254 202 202 / 0);
}
:is(.dark .dark\:text-red-200\/10) {
  color: rgb(254 202 202 / 0.1);
}
:is(.dark .dark\:text-red-200\/100) {
  color: rgb(254 202 202 / 1);
}
:is(.dark .dark\:text-red-200\/20) {
  color: rgb(254 202 202 / 0.2);
}
:is(.dark .dark\:text-red-200\/25) {
  color: rgb(254 202 202 / 0.25);
}
:is(.dark .dark\:text-red-200\/30) {
  color: rgb(254 202 202 / 0.3);
}
:is(.dark .dark\:text-red-200\/40) {
  color: rgb(254 202 202 / 0.4);
}
:is(.dark .dark\:text-red-200\/5) {
  color: rgb(254 202 202 / 0.05);
}
:is(.dark .dark\:text-red-200\/50) {
  color: rgb(254 202 202 / 0.5);
}
:is(.dark .dark\:text-red-200\/60) {
  color: rgb(254 202 202 / 0.6);
}
:is(.dark .dark\:text-red-200\/70) {
  color: rgb(254 202 202 / 0.7);
}
:is(.dark .dark\:text-red-200\/75) {
  color: rgb(254 202 202 / 0.75);
}
:is(.dark .dark\:text-red-200\/80) {
  color: rgb(254 202 202 / 0.8);
}
:is(.dark .dark\:text-red-200\/90) {
  color: rgb(254 202 202 / 0.9);
}
:is(.dark .dark\:text-red-200\/95) {
  color: rgb(254 202 202 / 0.95);
}
:is(.dark .dark\:text-red-300) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-300\/0) {
  color: rgb(252 165 165 / 0);
}
:is(.dark .dark\:text-red-300\/10) {
  color: rgb(252 165 165 / 0.1);
}
:is(.dark .dark\:text-red-300\/100) {
  color: rgb(252 165 165 / 1);
}
:is(.dark .dark\:text-red-300\/20) {
  color: rgb(252 165 165 / 0.2);
}
:is(.dark .dark\:text-red-300\/25) {
  color: rgb(252 165 165 / 0.25);
}
:is(.dark .dark\:text-red-300\/30) {
  color: rgb(252 165 165 / 0.3);
}
:is(.dark .dark\:text-red-300\/40) {
  color: rgb(252 165 165 / 0.4);
}
:is(.dark .dark\:text-red-300\/5) {
  color: rgb(252 165 165 / 0.05);
}
:is(.dark .dark\:text-red-300\/50) {
  color: rgb(252 165 165 / 0.5);
}
:is(.dark .dark\:text-red-300\/60) {
  color: rgb(252 165 165 / 0.6);
}
:is(.dark .dark\:text-red-300\/70) {
  color: rgb(252 165 165 / 0.7);
}
:is(.dark .dark\:text-red-300\/75) {
  color: rgb(252 165 165 / 0.75);
}
:is(.dark .dark\:text-red-300\/80) {
  color: rgb(252 165 165 / 0.8);
}
:is(.dark .dark\:text-red-300\/90) {
  color: rgb(252 165 165 / 0.9);
}
:is(.dark .dark\:text-red-300\/95) {
  color: rgb(252 165 165 / 0.95);
}
:is(.dark .dark\:text-red-400) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-400\/0) {
  color: rgb(248 113 113 / 0);
}
:is(.dark .dark\:text-red-400\/10) {
  color: rgb(248 113 113 / 0.1);
}
:is(.dark .dark\:text-red-400\/100) {
  color: rgb(248 113 113 / 1);
}
:is(.dark .dark\:text-red-400\/20) {
  color: rgb(248 113 113 / 0.2);
}
:is(.dark .dark\:text-red-400\/25) {
  color: rgb(248 113 113 / 0.25);
}
:is(.dark .dark\:text-red-400\/30) {
  color: rgb(248 113 113 / 0.3);
}
:is(.dark .dark\:text-red-400\/40) {
  color: rgb(248 113 113 / 0.4);
}
:is(.dark .dark\:text-red-400\/5) {
  color: rgb(248 113 113 / 0.05);
}
:is(.dark .dark\:text-red-400\/50) {
  color: rgb(248 113 113 / 0.5);
}
:is(.dark .dark\:text-red-400\/60) {
  color: rgb(248 113 113 / 0.6);
}
:is(.dark .dark\:text-red-400\/70) {
  color: rgb(248 113 113 / 0.7);
}
:is(.dark .dark\:text-red-400\/75) {
  color: rgb(248 113 113 / 0.75);
}
:is(.dark .dark\:text-red-400\/80) {
  color: rgb(248 113 113 / 0.8);
}
:is(.dark .dark\:text-red-400\/90) {
  color: rgb(248 113 113 / 0.9);
}
:is(.dark .dark\:text-red-400\/95) {
  color: rgb(248 113 113 / 0.95);
}
:is(.dark .dark\:text-red-50) {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-50\/0) {
  color: rgb(254 242 242 / 0);
}
:is(.dark .dark\:text-red-50\/10) {
  color: rgb(254 242 242 / 0.1);
}
:is(.dark .dark\:text-red-50\/100) {
  color: rgb(254 242 242 / 1);
}
:is(.dark .dark\:text-red-50\/20) {
  color: rgb(254 242 242 / 0.2);
}
:is(.dark .dark\:text-red-50\/25) {
  color: rgb(254 242 242 / 0.25);
}
:is(.dark .dark\:text-red-50\/30) {
  color: rgb(254 242 242 / 0.3);
}
:is(.dark .dark\:text-red-50\/40) {
  color: rgb(254 242 242 / 0.4);
}
:is(.dark .dark\:text-red-50\/5) {
  color: rgb(254 242 242 / 0.05);
}
:is(.dark .dark\:text-red-50\/50) {
  color: rgb(254 242 242 / 0.5);
}
:is(.dark .dark\:text-red-50\/60) {
  color: rgb(254 242 242 / 0.6);
}
:is(.dark .dark\:text-red-50\/70) {
  color: rgb(254 242 242 / 0.7);
}
:is(.dark .dark\:text-red-50\/75) {
  color: rgb(254 242 242 / 0.75);
}
:is(.dark .dark\:text-red-50\/80) {
  color: rgb(254 242 242 / 0.8);
}
:is(.dark .dark\:text-red-50\/90) {
  color: rgb(254 242 242 / 0.9);
}
:is(.dark .dark\:text-red-50\/95) {
  color: rgb(254 242 242 / 0.95);
}
:is(.dark .dark\:text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-500\/0) {
  color: rgb(239 68 68 / 0);
}
:is(.dark .dark\:text-red-500\/10) {
  color: rgb(239 68 68 / 0.1);
}
:is(.dark .dark\:text-red-500\/100) {
  color: rgb(239 68 68 / 1);
}
:is(.dark .dark\:text-red-500\/20) {
  color: rgb(239 68 68 / 0.2);
}
:is(.dark .dark\:text-red-500\/25) {
  color: rgb(239 68 68 / 0.25);
}
:is(.dark .dark\:text-red-500\/30) {
  color: rgb(239 68 68 / 0.3);
}
:is(.dark .dark\:text-red-500\/40) {
  color: rgb(239 68 68 / 0.4);
}
:is(.dark .dark\:text-red-500\/5) {
  color: rgb(239 68 68 / 0.05);
}
:is(.dark .dark\:text-red-500\/50) {
  color: rgb(239 68 68 / 0.5);
}
:is(.dark .dark\:text-red-500\/60) {
  color: rgb(239 68 68 / 0.6);
}
:is(.dark .dark\:text-red-500\/70) {
  color: rgb(239 68 68 / 0.7);
}
:is(.dark .dark\:text-red-500\/75) {
  color: rgb(239 68 68 / 0.75);
}
:is(.dark .dark\:text-red-500\/80) {
  color: rgb(239 68 68 / 0.8);
}
:is(.dark .dark\:text-red-500\/90) {
  color: rgb(239 68 68 / 0.9);
}
:is(.dark .dark\:text-red-500\/95) {
  color: rgb(239 68 68 / 0.95);
}
:is(.dark .dark\:text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-600\/0) {
  color: rgb(220 38 38 / 0);
}
:is(.dark .dark\:text-red-600\/10) {
  color: rgb(220 38 38 / 0.1);
}
:is(.dark .dark\:text-red-600\/100) {
  color: rgb(220 38 38 / 1);
}
:is(.dark .dark\:text-red-600\/20) {
  color: rgb(220 38 38 / 0.2);
}
:is(.dark .dark\:text-red-600\/25) {
  color: rgb(220 38 38 / 0.25);
}
:is(.dark .dark\:text-red-600\/30) {
  color: rgb(220 38 38 / 0.3);
}
:is(.dark .dark\:text-red-600\/40) {
  color: rgb(220 38 38 / 0.4);
}
:is(.dark .dark\:text-red-600\/5) {
  color: rgb(220 38 38 / 0.05);
}
:is(.dark .dark\:text-red-600\/50) {
  color: rgb(220 38 38 / 0.5);
}
:is(.dark .dark\:text-red-600\/60) {
  color: rgb(220 38 38 / 0.6);
}
:is(.dark .dark\:text-red-600\/70) {
  color: rgb(220 38 38 / 0.7);
}
:is(.dark .dark\:text-red-600\/75) {
  color: rgb(220 38 38 / 0.75);
}
:is(.dark .dark\:text-red-600\/80) {
  color: rgb(220 38 38 / 0.8);
}
:is(.dark .dark\:text-red-600\/90) {
  color: rgb(220 38 38 / 0.9);
}
:is(.dark .dark\:text-red-600\/95) {
  color: rgb(220 38 38 / 0.95);
}
:is(.dark .dark\:text-red-700) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-700\/0) {
  color: rgb(185 28 28 / 0);
}
:is(.dark .dark\:text-red-700\/10) {
  color: rgb(185 28 28 / 0.1);
}
:is(.dark .dark\:text-red-700\/100) {
  color: rgb(185 28 28 / 1);
}
:is(.dark .dark\:text-red-700\/20) {
  color: rgb(185 28 28 / 0.2);
}
:is(.dark .dark\:text-red-700\/25) {
  color: rgb(185 28 28 / 0.25);
}
:is(.dark .dark\:text-red-700\/30) {
  color: rgb(185 28 28 / 0.3);
}
:is(.dark .dark\:text-red-700\/40) {
  color: rgb(185 28 28 / 0.4);
}
:is(.dark .dark\:text-red-700\/5) {
  color: rgb(185 28 28 / 0.05);
}
:is(.dark .dark\:text-red-700\/50) {
  color: rgb(185 28 28 / 0.5);
}
:is(.dark .dark\:text-red-700\/60) {
  color: rgb(185 28 28 / 0.6);
}
:is(.dark .dark\:text-red-700\/70) {
  color: rgb(185 28 28 / 0.7);
}
:is(.dark .dark\:text-red-700\/75) {
  color: rgb(185 28 28 / 0.75);
}
:is(.dark .dark\:text-red-700\/80) {
  color: rgb(185 28 28 / 0.8);
}
:is(.dark .dark\:text-red-700\/90) {
  color: rgb(185 28 28 / 0.9);
}
:is(.dark .dark\:text-red-700\/95) {
  color: rgb(185 28 28 / 0.95);
}
:is(.dark .dark\:text-red-800) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-800\/0) {
  color: rgb(153 27 27 / 0);
}
:is(.dark .dark\:text-red-800\/10) {
  color: rgb(153 27 27 / 0.1);
}
:is(.dark .dark\:text-red-800\/100) {
  color: rgb(153 27 27 / 1);
}
:is(.dark .dark\:text-red-800\/20) {
  color: rgb(153 27 27 / 0.2);
}
:is(.dark .dark\:text-red-800\/25) {
  color: rgb(153 27 27 / 0.25);
}
:is(.dark .dark\:text-red-800\/30) {
  color: rgb(153 27 27 / 0.3);
}
:is(.dark .dark\:text-red-800\/40) {
  color: rgb(153 27 27 / 0.4);
}
:is(.dark .dark\:text-red-800\/5) {
  color: rgb(153 27 27 / 0.05);
}
:is(.dark .dark\:text-red-800\/50) {
  color: rgb(153 27 27 / 0.5);
}
:is(.dark .dark\:text-red-800\/60) {
  color: rgb(153 27 27 / 0.6);
}
:is(.dark .dark\:text-red-800\/70) {
  color: rgb(153 27 27 / 0.7);
}
:is(.dark .dark\:text-red-800\/75) {
  color: rgb(153 27 27 / 0.75);
}
:is(.dark .dark\:text-red-800\/80) {
  color: rgb(153 27 27 / 0.8);
}
:is(.dark .dark\:text-red-800\/90) {
  color: rgb(153 27 27 / 0.9);
}
:is(.dark .dark\:text-red-800\/95) {
  color: rgb(153 27 27 / 0.95);
}
:is(.dark .dark\:text-red-900) {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-900\/0) {
  color: rgb(127 29 29 / 0);
}
:is(.dark .dark\:text-red-900\/10) {
  color: rgb(127 29 29 / 0.1);
}
:is(.dark .dark\:text-red-900\/100) {
  color: rgb(127 29 29 / 1);
}
:is(.dark .dark\:text-red-900\/20) {
  color: rgb(127 29 29 / 0.2);
}
:is(.dark .dark\:text-red-900\/25) {
  color: rgb(127 29 29 / 0.25);
}
:is(.dark .dark\:text-red-900\/30) {
  color: rgb(127 29 29 / 0.3);
}
:is(.dark .dark\:text-red-900\/40) {
  color: rgb(127 29 29 / 0.4);
}
:is(.dark .dark\:text-red-900\/5) {
  color: rgb(127 29 29 / 0.05);
}
:is(.dark .dark\:text-red-900\/50) {
  color: rgb(127 29 29 / 0.5);
}
:is(.dark .dark\:text-red-900\/60) {
  color: rgb(127 29 29 / 0.6);
}
:is(.dark .dark\:text-red-900\/70) {
  color: rgb(127 29 29 / 0.7);
}
:is(.dark .dark\:text-red-900\/75) {
  color: rgb(127 29 29 / 0.75);
}
:is(.dark .dark\:text-red-900\/80) {
  color: rgb(127 29 29 / 0.8);
}
:is(.dark .dark\:text-red-900\/90) {
  color: rgb(127 29 29 / 0.9);
}
:is(.dark .dark\:text-red-900\/95) {
  color: rgb(127 29 29 / 0.95);
}
:is(.dark .dark\:text-red-950) {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-950\/0) {
  color: rgb(69 10 10 / 0);
}
:is(.dark .dark\:text-red-950\/10) {
  color: rgb(69 10 10 / 0.1);
}
:is(.dark .dark\:text-red-950\/100) {
  color: rgb(69 10 10 / 1);
}
:is(.dark .dark\:text-red-950\/20) {
  color: rgb(69 10 10 / 0.2);
}
:is(.dark .dark\:text-red-950\/25) {
  color: rgb(69 10 10 / 0.25);
}
:is(.dark .dark\:text-red-950\/30) {
  color: rgb(69 10 10 / 0.3);
}
:is(.dark .dark\:text-red-950\/40) {
  color: rgb(69 10 10 / 0.4);
}
:is(.dark .dark\:text-red-950\/5) {
  color: rgb(69 10 10 / 0.05);
}
:is(.dark .dark\:text-red-950\/50) {
  color: rgb(69 10 10 / 0.5);
}
:is(.dark .dark\:text-red-950\/60) {
  color: rgb(69 10 10 / 0.6);
}
:is(.dark .dark\:text-red-950\/70) {
  color: rgb(69 10 10 / 0.7);
}
:is(.dark .dark\:text-red-950\/75) {
  color: rgb(69 10 10 / 0.75);
}
:is(.dark .dark\:text-red-950\/80) {
  color: rgb(69 10 10 / 0.8);
}
:is(.dark .dark\:text-red-950\/90) {
  color: rgb(69 10 10 / 0.9);
}
:is(.dark .dark\:text-red-950\/95) {
  color: rgb(69 10 10 / 0.95);
}
:is(.dark .dark\:text-rose-100) {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-100\/0) {
  color: rgb(255 228 230 / 0);
}
:is(.dark .dark\:text-rose-100\/10) {
  color: rgb(255 228 230 / 0.1);
}
:is(.dark .dark\:text-rose-100\/100) {
  color: rgb(255 228 230 / 1);
}
:is(.dark .dark\:text-rose-100\/20) {
  color: rgb(255 228 230 / 0.2);
}
:is(.dark .dark\:text-rose-100\/25) {
  color: rgb(255 228 230 / 0.25);
}
:is(.dark .dark\:text-rose-100\/30) {
  color: rgb(255 228 230 / 0.3);
}
:is(.dark .dark\:text-rose-100\/40) {
  color: rgb(255 228 230 / 0.4);
}
:is(.dark .dark\:text-rose-100\/5) {
  color: rgb(255 228 230 / 0.05);
}
:is(.dark .dark\:text-rose-100\/50) {
  color: rgb(255 228 230 / 0.5);
}
:is(.dark .dark\:text-rose-100\/60) {
  color: rgb(255 228 230 / 0.6);
}
:is(.dark .dark\:text-rose-100\/70) {
  color: rgb(255 228 230 / 0.7);
}
:is(.dark .dark\:text-rose-100\/75) {
  color: rgb(255 228 230 / 0.75);
}
:is(.dark .dark\:text-rose-100\/80) {
  color: rgb(255 228 230 / 0.8);
}
:is(.dark .dark\:text-rose-100\/90) {
  color: rgb(255 228 230 / 0.9);
}
:is(.dark .dark\:text-rose-100\/95) {
  color: rgb(255 228 230 / 0.95);
}
:is(.dark .dark\:text-rose-200) {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-200\/0) {
  color: rgb(254 205 211 / 0);
}
:is(.dark .dark\:text-rose-200\/10) {
  color: rgb(254 205 211 / 0.1);
}
:is(.dark .dark\:text-rose-200\/100) {
  color: rgb(254 205 211 / 1);
}
:is(.dark .dark\:text-rose-200\/20) {
  color: rgb(254 205 211 / 0.2);
}
:is(.dark .dark\:text-rose-200\/25) {
  color: rgb(254 205 211 / 0.25);
}
:is(.dark .dark\:text-rose-200\/30) {
  color: rgb(254 205 211 / 0.3);
}
:is(.dark .dark\:text-rose-200\/40) {
  color: rgb(254 205 211 / 0.4);
}
:is(.dark .dark\:text-rose-200\/5) {
  color: rgb(254 205 211 / 0.05);
}
:is(.dark .dark\:text-rose-200\/50) {
  color: rgb(254 205 211 / 0.5);
}
:is(.dark .dark\:text-rose-200\/60) {
  color: rgb(254 205 211 / 0.6);
}
:is(.dark .dark\:text-rose-200\/70) {
  color: rgb(254 205 211 / 0.7);
}
:is(.dark .dark\:text-rose-200\/75) {
  color: rgb(254 205 211 / 0.75);
}
:is(.dark .dark\:text-rose-200\/80) {
  color: rgb(254 205 211 / 0.8);
}
:is(.dark .dark\:text-rose-200\/90) {
  color: rgb(254 205 211 / 0.9);
}
:is(.dark .dark\:text-rose-200\/95) {
  color: rgb(254 205 211 / 0.95);
}
:is(.dark .dark\:text-rose-300) {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-300\/0) {
  color: rgb(253 164 175 / 0);
}
:is(.dark .dark\:text-rose-300\/10) {
  color: rgb(253 164 175 / 0.1);
}
:is(.dark .dark\:text-rose-300\/100) {
  color: rgb(253 164 175 / 1);
}
:is(.dark .dark\:text-rose-300\/20) {
  color: rgb(253 164 175 / 0.2);
}
:is(.dark .dark\:text-rose-300\/25) {
  color: rgb(253 164 175 / 0.25);
}
:is(.dark .dark\:text-rose-300\/30) {
  color: rgb(253 164 175 / 0.3);
}
:is(.dark .dark\:text-rose-300\/40) {
  color: rgb(253 164 175 / 0.4);
}
:is(.dark .dark\:text-rose-300\/5) {
  color: rgb(253 164 175 / 0.05);
}
:is(.dark .dark\:text-rose-300\/50) {
  color: rgb(253 164 175 / 0.5);
}
:is(.dark .dark\:text-rose-300\/60) {
  color: rgb(253 164 175 / 0.6);
}
:is(.dark .dark\:text-rose-300\/70) {
  color: rgb(253 164 175 / 0.7);
}
:is(.dark .dark\:text-rose-300\/75) {
  color: rgb(253 164 175 / 0.75);
}
:is(.dark .dark\:text-rose-300\/80) {
  color: rgb(253 164 175 / 0.8);
}
:is(.dark .dark\:text-rose-300\/90) {
  color: rgb(253 164 175 / 0.9);
}
:is(.dark .dark\:text-rose-300\/95) {
  color: rgb(253 164 175 / 0.95);
}
:is(.dark .dark\:text-rose-400) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-400\/0) {
  color: rgb(251 113 133 / 0);
}
:is(.dark .dark\:text-rose-400\/10) {
  color: rgb(251 113 133 / 0.1);
}
:is(.dark .dark\:text-rose-400\/100) {
  color: rgb(251 113 133 / 1);
}
:is(.dark .dark\:text-rose-400\/20) {
  color: rgb(251 113 133 / 0.2);
}
:is(.dark .dark\:text-rose-400\/25) {
  color: rgb(251 113 133 / 0.25);
}
:is(.dark .dark\:text-rose-400\/30) {
  color: rgb(251 113 133 / 0.3);
}
:is(.dark .dark\:text-rose-400\/40) {
  color: rgb(251 113 133 / 0.4);
}
:is(.dark .dark\:text-rose-400\/5) {
  color: rgb(251 113 133 / 0.05);
}
:is(.dark .dark\:text-rose-400\/50) {
  color: rgb(251 113 133 / 0.5);
}
:is(.dark .dark\:text-rose-400\/60) {
  color: rgb(251 113 133 / 0.6);
}
:is(.dark .dark\:text-rose-400\/70) {
  color: rgb(251 113 133 / 0.7);
}
:is(.dark .dark\:text-rose-400\/75) {
  color: rgb(251 113 133 / 0.75);
}
:is(.dark .dark\:text-rose-400\/80) {
  color: rgb(251 113 133 / 0.8);
}
:is(.dark .dark\:text-rose-400\/90) {
  color: rgb(251 113 133 / 0.9);
}
:is(.dark .dark\:text-rose-400\/95) {
  color: rgb(251 113 133 / 0.95);
}
:is(.dark .dark\:text-rose-50) {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-50\/0) {
  color: rgb(255 241 242 / 0);
}
:is(.dark .dark\:text-rose-50\/10) {
  color: rgb(255 241 242 / 0.1);
}
:is(.dark .dark\:text-rose-50\/100) {
  color: rgb(255 241 242 / 1);
}
:is(.dark .dark\:text-rose-50\/20) {
  color: rgb(255 241 242 / 0.2);
}
:is(.dark .dark\:text-rose-50\/25) {
  color: rgb(255 241 242 / 0.25);
}
:is(.dark .dark\:text-rose-50\/30) {
  color: rgb(255 241 242 / 0.3);
}
:is(.dark .dark\:text-rose-50\/40) {
  color: rgb(255 241 242 / 0.4);
}
:is(.dark .dark\:text-rose-50\/5) {
  color: rgb(255 241 242 / 0.05);
}
:is(.dark .dark\:text-rose-50\/50) {
  color: rgb(255 241 242 / 0.5);
}
:is(.dark .dark\:text-rose-50\/60) {
  color: rgb(255 241 242 / 0.6);
}
:is(.dark .dark\:text-rose-50\/70) {
  color: rgb(255 241 242 / 0.7);
}
:is(.dark .dark\:text-rose-50\/75) {
  color: rgb(255 241 242 / 0.75);
}
:is(.dark .dark\:text-rose-50\/80) {
  color: rgb(255 241 242 / 0.8);
}
:is(.dark .dark\:text-rose-50\/90) {
  color: rgb(255 241 242 / 0.9);
}
:is(.dark .dark\:text-rose-50\/95) {
  color: rgb(255 241 242 / 0.95);
}
:is(.dark .dark\:text-rose-500) {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-500\/0) {
  color: rgb(244 63 94 / 0);
}
:is(.dark .dark\:text-rose-500\/10) {
  color: rgb(244 63 94 / 0.1);
}
:is(.dark .dark\:text-rose-500\/100) {
  color: rgb(244 63 94 / 1);
}
:is(.dark .dark\:text-rose-500\/20) {
  color: rgb(244 63 94 / 0.2);
}
:is(.dark .dark\:text-rose-500\/25) {
  color: rgb(244 63 94 / 0.25);
}
:is(.dark .dark\:text-rose-500\/30) {
  color: rgb(244 63 94 / 0.3);
}
:is(.dark .dark\:text-rose-500\/40) {
  color: rgb(244 63 94 / 0.4);
}
:is(.dark .dark\:text-rose-500\/5) {
  color: rgb(244 63 94 / 0.05);
}
:is(.dark .dark\:text-rose-500\/50) {
  color: rgb(244 63 94 / 0.5);
}
:is(.dark .dark\:text-rose-500\/60) {
  color: rgb(244 63 94 / 0.6);
}
:is(.dark .dark\:text-rose-500\/70) {
  color: rgb(244 63 94 / 0.7);
}
:is(.dark .dark\:text-rose-500\/75) {
  color: rgb(244 63 94 / 0.75);
}
:is(.dark .dark\:text-rose-500\/80) {
  color: rgb(244 63 94 / 0.8);
}
:is(.dark .dark\:text-rose-500\/90) {
  color: rgb(244 63 94 / 0.9);
}
:is(.dark .dark\:text-rose-500\/95) {
  color: rgb(244 63 94 / 0.95);
}
:is(.dark .dark\:text-rose-600) {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-600\/0) {
  color: rgb(225 29 72 / 0);
}
:is(.dark .dark\:text-rose-600\/10) {
  color: rgb(225 29 72 / 0.1);
}
:is(.dark .dark\:text-rose-600\/100) {
  color: rgb(225 29 72 / 1);
}
:is(.dark .dark\:text-rose-600\/20) {
  color: rgb(225 29 72 / 0.2);
}
:is(.dark .dark\:text-rose-600\/25) {
  color: rgb(225 29 72 / 0.25);
}
:is(.dark .dark\:text-rose-600\/30) {
  color: rgb(225 29 72 / 0.3);
}
:is(.dark .dark\:text-rose-600\/40) {
  color: rgb(225 29 72 / 0.4);
}
:is(.dark .dark\:text-rose-600\/5) {
  color: rgb(225 29 72 / 0.05);
}
:is(.dark .dark\:text-rose-600\/50) {
  color: rgb(225 29 72 / 0.5);
}
:is(.dark .dark\:text-rose-600\/60) {
  color: rgb(225 29 72 / 0.6);
}
:is(.dark .dark\:text-rose-600\/70) {
  color: rgb(225 29 72 / 0.7);
}
:is(.dark .dark\:text-rose-600\/75) {
  color: rgb(225 29 72 / 0.75);
}
:is(.dark .dark\:text-rose-600\/80) {
  color: rgb(225 29 72 / 0.8);
}
:is(.dark .dark\:text-rose-600\/90) {
  color: rgb(225 29 72 / 0.9);
}
:is(.dark .dark\:text-rose-600\/95) {
  color: rgb(225 29 72 / 0.95);
}
:is(.dark .dark\:text-rose-700) {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-700\/0) {
  color: rgb(190 18 60 / 0);
}
:is(.dark .dark\:text-rose-700\/10) {
  color: rgb(190 18 60 / 0.1);
}
:is(.dark .dark\:text-rose-700\/100) {
  color: rgb(190 18 60 / 1);
}
:is(.dark .dark\:text-rose-700\/20) {
  color: rgb(190 18 60 / 0.2);
}
:is(.dark .dark\:text-rose-700\/25) {
  color: rgb(190 18 60 / 0.25);
}
:is(.dark .dark\:text-rose-700\/30) {
  color: rgb(190 18 60 / 0.3);
}
:is(.dark .dark\:text-rose-700\/40) {
  color: rgb(190 18 60 / 0.4);
}
:is(.dark .dark\:text-rose-700\/5) {
  color: rgb(190 18 60 / 0.05);
}
:is(.dark .dark\:text-rose-700\/50) {
  color: rgb(190 18 60 / 0.5);
}
:is(.dark .dark\:text-rose-700\/60) {
  color: rgb(190 18 60 / 0.6);
}
:is(.dark .dark\:text-rose-700\/70) {
  color: rgb(190 18 60 / 0.7);
}
:is(.dark .dark\:text-rose-700\/75) {
  color: rgb(190 18 60 / 0.75);
}
:is(.dark .dark\:text-rose-700\/80) {
  color: rgb(190 18 60 / 0.8);
}
:is(.dark .dark\:text-rose-700\/90) {
  color: rgb(190 18 60 / 0.9);
}
:is(.dark .dark\:text-rose-700\/95) {
  color: rgb(190 18 60 / 0.95);
}
:is(.dark .dark\:text-rose-800) {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-800\/0) {
  color: rgb(159 18 57 / 0);
}
:is(.dark .dark\:text-rose-800\/10) {
  color: rgb(159 18 57 / 0.1);
}
:is(.dark .dark\:text-rose-800\/100) {
  color: rgb(159 18 57 / 1);
}
:is(.dark .dark\:text-rose-800\/20) {
  color: rgb(159 18 57 / 0.2);
}
:is(.dark .dark\:text-rose-800\/25) {
  color: rgb(159 18 57 / 0.25);
}
:is(.dark .dark\:text-rose-800\/30) {
  color: rgb(159 18 57 / 0.3);
}
:is(.dark .dark\:text-rose-800\/40) {
  color: rgb(159 18 57 / 0.4);
}
:is(.dark .dark\:text-rose-800\/5) {
  color: rgb(159 18 57 / 0.05);
}
:is(.dark .dark\:text-rose-800\/50) {
  color: rgb(159 18 57 / 0.5);
}
:is(.dark .dark\:text-rose-800\/60) {
  color: rgb(159 18 57 / 0.6);
}
:is(.dark .dark\:text-rose-800\/70) {
  color: rgb(159 18 57 / 0.7);
}
:is(.dark .dark\:text-rose-800\/75) {
  color: rgb(159 18 57 / 0.75);
}
:is(.dark .dark\:text-rose-800\/80) {
  color: rgb(159 18 57 / 0.8);
}
:is(.dark .dark\:text-rose-800\/90) {
  color: rgb(159 18 57 / 0.9);
}
:is(.dark .dark\:text-rose-800\/95) {
  color: rgb(159 18 57 / 0.95);
}
:is(.dark .dark\:text-rose-900) {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-900\/0) {
  color: rgb(136 19 55 / 0);
}
:is(.dark .dark\:text-rose-900\/10) {
  color: rgb(136 19 55 / 0.1);
}
:is(.dark .dark\:text-rose-900\/100) {
  color: rgb(136 19 55 / 1);
}
:is(.dark .dark\:text-rose-900\/20) {
  color: rgb(136 19 55 / 0.2);
}
:is(.dark .dark\:text-rose-900\/25) {
  color: rgb(136 19 55 / 0.25);
}
:is(.dark .dark\:text-rose-900\/30) {
  color: rgb(136 19 55 / 0.3);
}
:is(.dark .dark\:text-rose-900\/40) {
  color: rgb(136 19 55 / 0.4);
}
:is(.dark .dark\:text-rose-900\/5) {
  color: rgb(136 19 55 / 0.05);
}
:is(.dark .dark\:text-rose-900\/50) {
  color: rgb(136 19 55 / 0.5);
}
:is(.dark .dark\:text-rose-900\/60) {
  color: rgb(136 19 55 / 0.6);
}
:is(.dark .dark\:text-rose-900\/70) {
  color: rgb(136 19 55 / 0.7);
}
:is(.dark .dark\:text-rose-900\/75) {
  color: rgb(136 19 55 / 0.75);
}
:is(.dark .dark\:text-rose-900\/80) {
  color: rgb(136 19 55 / 0.8);
}
:is(.dark .dark\:text-rose-900\/90) {
  color: rgb(136 19 55 / 0.9);
}
:is(.dark .dark\:text-rose-900\/95) {
  color: rgb(136 19 55 / 0.95);
}
:is(.dark .dark\:text-rose-950) {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-rose-950\/0) {
  color: rgb(76 5 25 / 0);
}
:is(.dark .dark\:text-rose-950\/10) {
  color: rgb(76 5 25 / 0.1);
}
:is(.dark .dark\:text-rose-950\/100) {
  color: rgb(76 5 25 / 1);
}
:is(.dark .dark\:text-rose-950\/20) {
  color: rgb(76 5 25 / 0.2);
}
:is(.dark .dark\:text-rose-950\/25) {
  color: rgb(76 5 25 / 0.25);
}
:is(.dark .dark\:text-rose-950\/30) {
  color: rgb(76 5 25 / 0.3);
}
:is(.dark .dark\:text-rose-950\/40) {
  color: rgb(76 5 25 / 0.4);
}
:is(.dark .dark\:text-rose-950\/5) {
  color: rgb(76 5 25 / 0.05);
}
:is(.dark .dark\:text-rose-950\/50) {
  color: rgb(76 5 25 / 0.5);
}
:is(.dark .dark\:text-rose-950\/60) {
  color: rgb(76 5 25 / 0.6);
}
:is(.dark .dark\:text-rose-950\/70) {
  color: rgb(76 5 25 / 0.7);
}
:is(.dark .dark\:text-rose-950\/75) {
  color: rgb(76 5 25 / 0.75);
}
:is(.dark .dark\:text-rose-950\/80) {
  color: rgb(76 5 25 / 0.8);
}
:is(.dark .dark\:text-rose-950\/90) {
  color: rgb(76 5 25 / 0.9);
}
:is(.dark .dark\:text-rose-950\/95) {
  color: rgb(76 5 25 / 0.95);
}
:is(.dark .dark\:text-sky-100) {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-100\/0) {
  color: rgb(224 242 254 / 0);
}
:is(.dark .dark\:text-sky-100\/10) {
  color: rgb(224 242 254 / 0.1);
}
:is(.dark .dark\:text-sky-100\/100) {
  color: rgb(224 242 254 / 1);
}
:is(.dark .dark\:text-sky-100\/20) {
  color: rgb(224 242 254 / 0.2);
}
:is(.dark .dark\:text-sky-100\/25) {
  color: rgb(224 242 254 / 0.25);
}
:is(.dark .dark\:text-sky-100\/30) {
  color: rgb(224 242 254 / 0.3);
}
:is(.dark .dark\:text-sky-100\/40) {
  color: rgb(224 242 254 / 0.4);
}
:is(.dark .dark\:text-sky-100\/5) {
  color: rgb(224 242 254 / 0.05);
}
:is(.dark .dark\:text-sky-100\/50) {
  color: rgb(224 242 254 / 0.5);
}
:is(.dark .dark\:text-sky-100\/60) {
  color: rgb(224 242 254 / 0.6);
}
:is(.dark .dark\:text-sky-100\/70) {
  color: rgb(224 242 254 / 0.7);
}
:is(.dark .dark\:text-sky-100\/75) {
  color: rgb(224 242 254 / 0.75);
}
:is(.dark .dark\:text-sky-100\/80) {
  color: rgb(224 242 254 / 0.8);
}
:is(.dark .dark\:text-sky-100\/90) {
  color: rgb(224 242 254 / 0.9);
}
:is(.dark .dark\:text-sky-100\/95) {
  color: rgb(224 242 254 / 0.95);
}
:is(.dark .dark\:text-sky-200) {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-200\/0) {
  color: rgb(186 230 253 / 0);
}
:is(.dark .dark\:text-sky-200\/10) {
  color: rgb(186 230 253 / 0.1);
}
:is(.dark .dark\:text-sky-200\/100) {
  color: rgb(186 230 253 / 1);
}
:is(.dark .dark\:text-sky-200\/20) {
  color: rgb(186 230 253 / 0.2);
}
:is(.dark .dark\:text-sky-200\/25) {
  color: rgb(186 230 253 / 0.25);
}
:is(.dark .dark\:text-sky-200\/30) {
  color: rgb(186 230 253 / 0.3);
}
:is(.dark .dark\:text-sky-200\/40) {
  color: rgb(186 230 253 / 0.4);
}
:is(.dark .dark\:text-sky-200\/5) {
  color: rgb(186 230 253 / 0.05);
}
:is(.dark .dark\:text-sky-200\/50) {
  color: rgb(186 230 253 / 0.5);
}
:is(.dark .dark\:text-sky-200\/60) {
  color: rgb(186 230 253 / 0.6);
}
:is(.dark .dark\:text-sky-200\/70) {
  color: rgb(186 230 253 / 0.7);
}
:is(.dark .dark\:text-sky-200\/75) {
  color: rgb(186 230 253 / 0.75);
}
:is(.dark .dark\:text-sky-200\/80) {
  color: rgb(186 230 253 / 0.8);
}
:is(.dark .dark\:text-sky-200\/90) {
  color: rgb(186 230 253 / 0.9);
}
:is(.dark .dark\:text-sky-200\/95) {
  color: rgb(186 230 253 / 0.95);
}
:is(.dark .dark\:text-sky-300) {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-300\/0) {
  color: rgb(125 211 252 / 0);
}
:is(.dark .dark\:text-sky-300\/10) {
  color: rgb(125 211 252 / 0.1);
}
:is(.dark .dark\:text-sky-300\/100) {
  color: rgb(125 211 252 / 1);
}
:is(.dark .dark\:text-sky-300\/20) {
  color: rgb(125 211 252 / 0.2);
}
:is(.dark .dark\:text-sky-300\/25) {
  color: rgb(125 211 252 / 0.25);
}
:is(.dark .dark\:text-sky-300\/30) {
  color: rgb(125 211 252 / 0.3);
}
:is(.dark .dark\:text-sky-300\/40) {
  color: rgb(125 211 252 / 0.4);
}
:is(.dark .dark\:text-sky-300\/5) {
  color: rgb(125 211 252 / 0.05);
}
:is(.dark .dark\:text-sky-300\/50) {
  color: rgb(125 211 252 / 0.5);
}
:is(.dark .dark\:text-sky-300\/60) {
  color: rgb(125 211 252 / 0.6);
}
:is(.dark .dark\:text-sky-300\/70) {
  color: rgb(125 211 252 / 0.7);
}
:is(.dark .dark\:text-sky-300\/75) {
  color: rgb(125 211 252 / 0.75);
}
:is(.dark .dark\:text-sky-300\/80) {
  color: rgb(125 211 252 / 0.8);
}
:is(.dark .dark\:text-sky-300\/90) {
  color: rgb(125 211 252 / 0.9);
}
:is(.dark .dark\:text-sky-300\/95) {
  color: rgb(125 211 252 / 0.95);
}
:is(.dark .dark\:text-sky-400) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-400\/0) {
  color: rgb(56 189 248 / 0);
}
:is(.dark .dark\:text-sky-400\/10) {
  color: rgb(56 189 248 / 0.1);
}
:is(.dark .dark\:text-sky-400\/100) {
  color: rgb(56 189 248 / 1);
}
:is(.dark .dark\:text-sky-400\/20) {
  color: rgb(56 189 248 / 0.2);
}
:is(.dark .dark\:text-sky-400\/25) {
  color: rgb(56 189 248 / 0.25);
}
:is(.dark .dark\:text-sky-400\/30) {
  color: rgb(56 189 248 / 0.3);
}
:is(.dark .dark\:text-sky-400\/40) {
  color: rgb(56 189 248 / 0.4);
}
:is(.dark .dark\:text-sky-400\/5) {
  color: rgb(56 189 248 / 0.05);
}
:is(.dark .dark\:text-sky-400\/50) {
  color: rgb(56 189 248 / 0.5);
}
:is(.dark .dark\:text-sky-400\/60) {
  color: rgb(56 189 248 / 0.6);
}
:is(.dark .dark\:text-sky-400\/70) {
  color: rgb(56 189 248 / 0.7);
}
:is(.dark .dark\:text-sky-400\/75) {
  color: rgb(56 189 248 / 0.75);
}
:is(.dark .dark\:text-sky-400\/80) {
  color: rgb(56 189 248 / 0.8);
}
:is(.dark .dark\:text-sky-400\/90) {
  color: rgb(56 189 248 / 0.9);
}
:is(.dark .dark\:text-sky-400\/95) {
  color: rgb(56 189 248 / 0.95);
}
:is(.dark .dark\:text-sky-50) {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-50\/0) {
  color: rgb(240 249 255 / 0);
}
:is(.dark .dark\:text-sky-50\/10) {
  color: rgb(240 249 255 / 0.1);
}
:is(.dark .dark\:text-sky-50\/100) {
  color: rgb(240 249 255 / 1);
}
:is(.dark .dark\:text-sky-50\/20) {
  color: rgb(240 249 255 / 0.2);
}
:is(.dark .dark\:text-sky-50\/25) {
  color: rgb(240 249 255 / 0.25);
}
:is(.dark .dark\:text-sky-50\/30) {
  color: rgb(240 249 255 / 0.3);
}
:is(.dark .dark\:text-sky-50\/40) {
  color: rgb(240 249 255 / 0.4);
}
:is(.dark .dark\:text-sky-50\/5) {
  color: rgb(240 249 255 / 0.05);
}
:is(.dark .dark\:text-sky-50\/50) {
  color: rgb(240 249 255 / 0.5);
}
:is(.dark .dark\:text-sky-50\/60) {
  color: rgb(240 249 255 / 0.6);
}
:is(.dark .dark\:text-sky-50\/70) {
  color: rgb(240 249 255 / 0.7);
}
:is(.dark .dark\:text-sky-50\/75) {
  color: rgb(240 249 255 / 0.75);
}
:is(.dark .dark\:text-sky-50\/80) {
  color: rgb(240 249 255 / 0.8);
}
:is(.dark .dark\:text-sky-50\/90) {
  color: rgb(240 249 255 / 0.9);
}
:is(.dark .dark\:text-sky-50\/95) {
  color: rgb(240 249 255 / 0.95);
}
:is(.dark .dark\:text-sky-500) {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-500\/0) {
  color: rgb(14 165 233 / 0);
}
:is(.dark .dark\:text-sky-500\/10) {
  color: rgb(14 165 233 / 0.1);
}
:is(.dark .dark\:text-sky-500\/100) {
  color: rgb(14 165 233 / 1);
}
:is(.dark .dark\:text-sky-500\/20) {
  color: rgb(14 165 233 / 0.2);
}
:is(.dark .dark\:text-sky-500\/25) {
  color: rgb(14 165 233 / 0.25);
}
:is(.dark .dark\:text-sky-500\/30) {
  color: rgb(14 165 233 / 0.3);
}
:is(.dark .dark\:text-sky-500\/40) {
  color: rgb(14 165 233 / 0.4);
}
:is(.dark .dark\:text-sky-500\/5) {
  color: rgb(14 165 233 / 0.05);
}
:is(.dark .dark\:text-sky-500\/50) {
  color: rgb(14 165 233 / 0.5);
}
:is(.dark .dark\:text-sky-500\/60) {
  color: rgb(14 165 233 / 0.6);
}
:is(.dark .dark\:text-sky-500\/70) {
  color: rgb(14 165 233 / 0.7);
}
:is(.dark .dark\:text-sky-500\/75) {
  color: rgb(14 165 233 / 0.75);
}
:is(.dark .dark\:text-sky-500\/80) {
  color: rgb(14 165 233 / 0.8);
}
:is(.dark .dark\:text-sky-500\/90) {
  color: rgb(14 165 233 / 0.9);
}
:is(.dark .dark\:text-sky-500\/95) {
  color: rgb(14 165 233 / 0.95);
}
:is(.dark .dark\:text-sky-600) {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-600\/0) {
  color: rgb(2 132 199 / 0);
}
:is(.dark .dark\:text-sky-600\/10) {
  color: rgb(2 132 199 / 0.1);
}
:is(.dark .dark\:text-sky-600\/100) {
  color: rgb(2 132 199 / 1);
}
:is(.dark .dark\:text-sky-600\/20) {
  color: rgb(2 132 199 / 0.2);
}
:is(.dark .dark\:text-sky-600\/25) {
  color: rgb(2 132 199 / 0.25);
}
:is(.dark .dark\:text-sky-600\/30) {
  color: rgb(2 132 199 / 0.3);
}
:is(.dark .dark\:text-sky-600\/40) {
  color: rgb(2 132 199 / 0.4);
}
:is(.dark .dark\:text-sky-600\/5) {
  color: rgb(2 132 199 / 0.05);
}
:is(.dark .dark\:text-sky-600\/50) {
  color: rgb(2 132 199 / 0.5);
}
:is(.dark .dark\:text-sky-600\/60) {
  color: rgb(2 132 199 / 0.6);
}
:is(.dark .dark\:text-sky-600\/70) {
  color: rgb(2 132 199 / 0.7);
}
:is(.dark .dark\:text-sky-600\/75) {
  color: rgb(2 132 199 / 0.75);
}
:is(.dark .dark\:text-sky-600\/80) {
  color: rgb(2 132 199 / 0.8);
}
:is(.dark .dark\:text-sky-600\/90) {
  color: rgb(2 132 199 / 0.9);
}
:is(.dark .dark\:text-sky-600\/95) {
  color: rgb(2 132 199 / 0.95);
}
:is(.dark .dark\:text-sky-700) {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-700\/0) {
  color: rgb(3 105 161 / 0);
}
:is(.dark .dark\:text-sky-700\/10) {
  color: rgb(3 105 161 / 0.1);
}
:is(.dark .dark\:text-sky-700\/100) {
  color: rgb(3 105 161 / 1);
}
:is(.dark .dark\:text-sky-700\/20) {
  color: rgb(3 105 161 / 0.2);
}
:is(.dark .dark\:text-sky-700\/25) {
  color: rgb(3 105 161 / 0.25);
}
:is(.dark .dark\:text-sky-700\/30) {
  color: rgb(3 105 161 / 0.3);
}
:is(.dark .dark\:text-sky-700\/40) {
  color: rgb(3 105 161 / 0.4);
}
:is(.dark .dark\:text-sky-700\/5) {
  color: rgb(3 105 161 / 0.05);
}
:is(.dark .dark\:text-sky-700\/50) {
  color: rgb(3 105 161 / 0.5);
}
:is(.dark .dark\:text-sky-700\/60) {
  color: rgb(3 105 161 / 0.6);
}
:is(.dark .dark\:text-sky-700\/70) {
  color: rgb(3 105 161 / 0.7);
}
:is(.dark .dark\:text-sky-700\/75) {
  color: rgb(3 105 161 / 0.75);
}
:is(.dark .dark\:text-sky-700\/80) {
  color: rgb(3 105 161 / 0.8);
}
:is(.dark .dark\:text-sky-700\/90) {
  color: rgb(3 105 161 / 0.9);
}
:is(.dark .dark\:text-sky-700\/95) {
  color: rgb(3 105 161 / 0.95);
}
:is(.dark .dark\:text-sky-800) {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-800\/0) {
  color: rgb(7 89 133 / 0);
}
:is(.dark .dark\:text-sky-800\/10) {
  color: rgb(7 89 133 / 0.1);
}
:is(.dark .dark\:text-sky-800\/100) {
  color: rgb(7 89 133 / 1);
}
:is(.dark .dark\:text-sky-800\/20) {
  color: rgb(7 89 133 / 0.2);
}
:is(.dark .dark\:text-sky-800\/25) {
  color: rgb(7 89 133 / 0.25);
}
:is(.dark .dark\:text-sky-800\/30) {
  color: rgb(7 89 133 / 0.3);
}
:is(.dark .dark\:text-sky-800\/40) {
  color: rgb(7 89 133 / 0.4);
}
:is(.dark .dark\:text-sky-800\/5) {
  color: rgb(7 89 133 / 0.05);
}
:is(.dark .dark\:text-sky-800\/50) {
  color: rgb(7 89 133 / 0.5);
}
:is(.dark .dark\:text-sky-800\/60) {
  color: rgb(7 89 133 / 0.6);
}
:is(.dark .dark\:text-sky-800\/70) {
  color: rgb(7 89 133 / 0.7);
}
:is(.dark .dark\:text-sky-800\/75) {
  color: rgb(7 89 133 / 0.75);
}
:is(.dark .dark\:text-sky-800\/80) {
  color: rgb(7 89 133 / 0.8);
}
:is(.dark .dark\:text-sky-800\/90) {
  color: rgb(7 89 133 / 0.9);
}
:is(.dark .dark\:text-sky-800\/95) {
  color: rgb(7 89 133 / 0.95);
}
:is(.dark .dark\:text-sky-900) {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-900\/0) {
  color: rgb(12 74 110 / 0);
}
:is(.dark .dark\:text-sky-900\/10) {
  color: rgb(12 74 110 / 0.1);
}
:is(.dark .dark\:text-sky-900\/100) {
  color: rgb(12 74 110 / 1);
}
:is(.dark .dark\:text-sky-900\/20) {
  color: rgb(12 74 110 / 0.2);
}
:is(.dark .dark\:text-sky-900\/25) {
  color: rgb(12 74 110 / 0.25);
}
:is(.dark .dark\:text-sky-900\/30) {
  color: rgb(12 74 110 / 0.3);
}
:is(.dark .dark\:text-sky-900\/40) {
  color: rgb(12 74 110 / 0.4);
}
:is(.dark .dark\:text-sky-900\/5) {
  color: rgb(12 74 110 / 0.05);
}
:is(.dark .dark\:text-sky-900\/50) {
  color: rgb(12 74 110 / 0.5);
}
:is(.dark .dark\:text-sky-900\/60) {
  color: rgb(12 74 110 / 0.6);
}
:is(.dark .dark\:text-sky-900\/70) {
  color: rgb(12 74 110 / 0.7);
}
:is(.dark .dark\:text-sky-900\/75) {
  color: rgb(12 74 110 / 0.75);
}
:is(.dark .dark\:text-sky-900\/80) {
  color: rgb(12 74 110 / 0.8);
}
:is(.dark .dark\:text-sky-900\/90) {
  color: rgb(12 74 110 / 0.9);
}
:is(.dark .dark\:text-sky-900\/95) {
  color: rgb(12 74 110 / 0.95);
}
:is(.dark .dark\:text-sky-950) {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-sky-950\/0) {
  color: rgb(8 47 73 / 0);
}
:is(.dark .dark\:text-sky-950\/10) {
  color: rgb(8 47 73 / 0.1);
}
:is(.dark .dark\:text-sky-950\/100) {
  color: rgb(8 47 73 / 1);
}
:is(.dark .dark\:text-sky-950\/20) {
  color: rgb(8 47 73 / 0.2);
}
:is(.dark .dark\:text-sky-950\/25) {
  color: rgb(8 47 73 / 0.25);
}
:is(.dark .dark\:text-sky-950\/30) {
  color: rgb(8 47 73 / 0.3);
}
:is(.dark .dark\:text-sky-950\/40) {
  color: rgb(8 47 73 / 0.4);
}
:is(.dark .dark\:text-sky-950\/5) {
  color: rgb(8 47 73 / 0.05);
}
:is(.dark .dark\:text-sky-950\/50) {
  color: rgb(8 47 73 / 0.5);
}
:is(.dark .dark\:text-sky-950\/60) {
  color: rgb(8 47 73 / 0.6);
}
:is(.dark .dark\:text-sky-950\/70) {
  color: rgb(8 47 73 / 0.7);
}
:is(.dark .dark\:text-sky-950\/75) {
  color: rgb(8 47 73 / 0.75);
}
:is(.dark .dark\:text-sky-950\/80) {
  color: rgb(8 47 73 / 0.8);
}
:is(.dark .dark\:text-sky-950\/90) {
  color: rgb(8 47 73 / 0.9);
}
:is(.dark .dark\:text-sky-950\/95) {
  color: rgb(8 47 73 / 0.95);
}
:is(.dark .dark\:text-slate-100) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-100\/0) {
  color: rgb(241 245 249 / 0);
}
:is(.dark .dark\:text-slate-100\/10) {
  color: rgb(241 245 249 / 0.1);
}
:is(.dark .dark\:text-slate-100\/100) {
  color: rgb(241 245 249 / 1);
}
:is(.dark .dark\:text-slate-100\/20) {
  color: rgb(241 245 249 / 0.2);
}
:is(.dark .dark\:text-slate-100\/25) {
  color: rgb(241 245 249 / 0.25);
}
:is(.dark .dark\:text-slate-100\/30) {
  color: rgb(241 245 249 / 0.3);
}
:is(.dark .dark\:text-slate-100\/40) {
  color: rgb(241 245 249 / 0.4);
}
:is(.dark .dark\:text-slate-100\/5) {
  color: rgb(241 245 249 / 0.05);
}
:is(.dark .dark\:text-slate-100\/50) {
  color: rgb(241 245 249 / 0.5);
}
:is(.dark .dark\:text-slate-100\/60) {
  color: rgb(241 245 249 / 0.6);
}
:is(.dark .dark\:text-slate-100\/70) {
  color: rgb(241 245 249 / 0.7);
}
:is(.dark .dark\:text-slate-100\/75) {
  color: rgb(241 245 249 / 0.75);
}
:is(.dark .dark\:text-slate-100\/80) {
  color: rgb(241 245 249 / 0.8);
}
:is(.dark .dark\:text-slate-100\/90) {
  color: rgb(241 245 249 / 0.9);
}
:is(.dark .dark\:text-slate-100\/95) {
  color: rgb(241 245 249 / 0.95);
}
:is(.dark .dark\:text-slate-200) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-200\/0) {
  color: rgb(226 232 240 / 0);
}
:is(.dark .dark\:text-slate-200\/10) {
  color: rgb(226 232 240 / 0.1);
}
:is(.dark .dark\:text-slate-200\/100) {
  color: rgb(226 232 240 / 1);
}
:is(.dark .dark\:text-slate-200\/20) {
  color: rgb(226 232 240 / 0.2);
}
:is(.dark .dark\:text-slate-200\/25) {
  color: rgb(226 232 240 / 0.25);
}
:is(.dark .dark\:text-slate-200\/30) {
  color: rgb(226 232 240 / 0.3);
}
:is(.dark .dark\:text-slate-200\/40) {
  color: rgb(226 232 240 / 0.4);
}
:is(.dark .dark\:text-slate-200\/5) {
  color: rgb(226 232 240 / 0.05);
}
:is(.dark .dark\:text-slate-200\/50) {
  color: rgb(226 232 240 / 0.5);
}
:is(.dark .dark\:text-slate-200\/60) {
  color: rgb(226 232 240 / 0.6);
}
:is(.dark .dark\:text-slate-200\/70) {
  color: rgb(226 232 240 / 0.7);
}
:is(.dark .dark\:text-slate-200\/75) {
  color: rgb(226 232 240 / 0.75);
}
:is(.dark .dark\:text-slate-200\/80) {
  color: rgb(226 232 240 / 0.8);
}
:is(.dark .dark\:text-slate-200\/90) {
  color: rgb(226 232 240 / 0.9);
}
:is(.dark .dark\:text-slate-200\/95) {
  color: rgb(226 232 240 / 0.95);
}
:is(.dark .dark\:text-slate-300) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-300\/0) {
  color: rgb(203 213 225 / 0);
}
:is(.dark .dark\:text-slate-300\/10) {
  color: rgb(203 213 225 / 0.1);
}
:is(.dark .dark\:text-slate-300\/100) {
  color: rgb(203 213 225 / 1);
}
:is(.dark .dark\:text-slate-300\/20) {
  color: rgb(203 213 225 / 0.2);
}
:is(.dark .dark\:text-slate-300\/25) {
  color: rgb(203 213 225 / 0.25);
}
:is(.dark .dark\:text-slate-300\/30) {
  color: rgb(203 213 225 / 0.3);
}
:is(.dark .dark\:text-slate-300\/40) {
  color: rgb(203 213 225 / 0.4);
}
:is(.dark .dark\:text-slate-300\/5) {
  color: rgb(203 213 225 / 0.05);
}
:is(.dark .dark\:text-slate-300\/50) {
  color: rgb(203 213 225 / 0.5);
}
:is(.dark .dark\:text-slate-300\/60) {
  color: rgb(203 213 225 / 0.6);
}
:is(.dark .dark\:text-slate-300\/70) {
  color: rgb(203 213 225 / 0.7);
}
:is(.dark .dark\:text-slate-300\/75) {
  color: rgb(203 213 225 / 0.75);
}
:is(.dark .dark\:text-slate-300\/80) {
  color: rgb(203 213 225 / 0.8);
}
:is(.dark .dark\:text-slate-300\/90) {
  color: rgb(203 213 225 / 0.9);
}
:is(.dark .dark\:text-slate-300\/95) {
  color: rgb(203 213 225 / 0.95);
}
:is(.dark .dark\:text-slate-400) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-400\/0) {
  color: rgb(148 163 184 / 0);
}
:is(.dark .dark\:text-slate-400\/10) {
  color: rgb(148 163 184 / 0.1);
}
:is(.dark .dark\:text-slate-400\/100) {
  color: rgb(148 163 184 / 1);
}
:is(.dark .dark\:text-slate-400\/20) {
  color: rgb(148 163 184 / 0.2);
}
:is(.dark .dark\:text-slate-400\/25) {
  color: rgb(148 163 184 / 0.25);
}
:is(.dark .dark\:text-slate-400\/30) {
  color: rgb(148 163 184 / 0.3);
}
:is(.dark .dark\:text-slate-400\/40) {
  color: rgb(148 163 184 / 0.4);
}
:is(.dark .dark\:text-slate-400\/5) {
  color: rgb(148 163 184 / 0.05);
}
:is(.dark .dark\:text-slate-400\/50) {
  color: rgb(148 163 184 / 0.5);
}
:is(.dark .dark\:text-slate-400\/60) {
  color: rgb(148 163 184 / 0.6);
}
:is(.dark .dark\:text-slate-400\/70) {
  color: rgb(148 163 184 / 0.7);
}
:is(.dark .dark\:text-slate-400\/75) {
  color: rgb(148 163 184 / 0.75);
}
:is(.dark .dark\:text-slate-400\/80) {
  color: rgb(148 163 184 / 0.8);
}
:is(.dark .dark\:text-slate-400\/90) {
  color: rgb(148 163 184 / 0.9);
}
:is(.dark .dark\:text-slate-400\/95) {
  color: rgb(148 163 184 / 0.95);
}
:is(.dark .dark\:text-slate-50) {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-50\/0) {
  color: rgb(248 250 252 / 0);
}
:is(.dark .dark\:text-slate-50\/10) {
  color: rgb(248 250 252 / 0.1);
}
:is(.dark .dark\:text-slate-50\/100) {
  color: rgb(248 250 252 / 1);
}
:is(.dark .dark\:text-slate-50\/20) {
  color: rgb(248 250 252 / 0.2);
}
:is(.dark .dark\:text-slate-50\/25) {
  color: rgb(248 250 252 / 0.25);
}
:is(.dark .dark\:text-slate-50\/30) {
  color: rgb(248 250 252 / 0.3);
}
:is(.dark .dark\:text-slate-50\/40) {
  color: rgb(248 250 252 / 0.4);
}
:is(.dark .dark\:text-slate-50\/5) {
  color: rgb(248 250 252 / 0.05);
}
:is(.dark .dark\:text-slate-50\/50) {
  color: rgb(248 250 252 / 0.5);
}
:is(.dark .dark\:text-slate-50\/60) {
  color: rgb(248 250 252 / 0.6);
}
:is(.dark .dark\:text-slate-50\/70) {
  color: rgb(248 250 252 / 0.7);
}
:is(.dark .dark\:text-slate-50\/75) {
  color: rgb(248 250 252 / 0.75);
}
:is(.dark .dark\:text-slate-50\/80) {
  color: rgb(248 250 252 / 0.8);
}
:is(.dark .dark\:text-slate-50\/90) {
  color: rgb(248 250 252 / 0.9);
}
:is(.dark .dark\:text-slate-50\/95) {
  color: rgb(248 250 252 / 0.95);
}
:is(.dark .dark\:text-slate-500) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-500\/0) {
  color: rgb(100 116 139 / 0);
}
:is(.dark .dark\:text-slate-500\/10) {
  color: rgb(100 116 139 / 0.1);
}
:is(.dark .dark\:text-slate-500\/100) {
  color: rgb(100 116 139 / 1);
}
:is(.dark .dark\:text-slate-500\/20) {
  color: rgb(100 116 139 / 0.2);
}
:is(.dark .dark\:text-slate-500\/25) {
  color: rgb(100 116 139 / 0.25);
}
:is(.dark .dark\:text-slate-500\/30) {
  color: rgb(100 116 139 / 0.3);
}
:is(.dark .dark\:text-slate-500\/40) {
  color: rgb(100 116 139 / 0.4);
}
:is(.dark .dark\:text-slate-500\/5) {
  color: rgb(100 116 139 / 0.05);
}
:is(.dark .dark\:text-slate-500\/50) {
  color: rgb(100 116 139 / 0.5);
}
:is(.dark .dark\:text-slate-500\/60) {
  color: rgb(100 116 139 / 0.6);
}
:is(.dark .dark\:text-slate-500\/70) {
  color: rgb(100 116 139 / 0.7);
}
:is(.dark .dark\:text-slate-500\/75) {
  color: rgb(100 116 139 / 0.75);
}
:is(.dark .dark\:text-slate-500\/80) {
  color: rgb(100 116 139 / 0.8);
}
:is(.dark .dark\:text-slate-500\/90) {
  color: rgb(100 116 139 / 0.9);
}
:is(.dark .dark\:text-slate-500\/95) {
  color: rgb(100 116 139 / 0.95);
}
:is(.dark .dark\:text-slate-600) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-600\/0) {
  color: rgb(71 85 105 / 0);
}
:is(.dark .dark\:text-slate-600\/10) {
  color: rgb(71 85 105 / 0.1);
}
:is(.dark .dark\:text-slate-600\/100) {
  color: rgb(71 85 105 / 1);
}
:is(.dark .dark\:text-slate-600\/20) {
  color: rgb(71 85 105 / 0.2);
}
:is(.dark .dark\:text-slate-600\/25) {
  color: rgb(71 85 105 / 0.25);
}
:is(.dark .dark\:text-slate-600\/30) {
  color: rgb(71 85 105 / 0.3);
}
:is(.dark .dark\:text-slate-600\/40) {
  color: rgb(71 85 105 / 0.4);
}
:is(.dark .dark\:text-slate-600\/5) {
  color: rgb(71 85 105 / 0.05);
}
:is(.dark .dark\:text-slate-600\/50) {
  color: rgb(71 85 105 / 0.5);
}
:is(.dark .dark\:text-slate-600\/60) {
  color: rgb(71 85 105 / 0.6);
}
:is(.dark .dark\:text-slate-600\/70) {
  color: rgb(71 85 105 / 0.7);
}
:is(.dark .dark\:text-slate-600\/75) {
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .dark\:text-slate-600\/80) {
  color: rgb(71 85 105 / 0.8);
}
:is(.dark .dark\:text-slate-600\/90) {
  color: rgb(71 85 105 / 0.9);
}
:is(.dark .dark\:text-slate-600\/95) {
  color: rgb(71 85 105 / 0.95);
}
:is(.dark .dark\:text-slate-700) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-700\/0) {
  color: rgb(51 65 85 / 0);
}
:is(.dark .dark\:text-slate-700\/10) {
  color: rgb(51 65 85 / 0.1);
}
:is(.dark .dark\:text-slate-700\/100) {
  color: rgb(51 65 85 / 1);
}
:is(.dark .dark\:text-slate-700\/20) {
  color: rgb(51 65 85 / 0.2);
}
:is(.dark .dark\:text-slate-700\/25) {
  color: rgb(51 65 85 / 0.25);
}
:is(.dark .dark\:text-slate-700\/30) {
  color: rgb(51 65 85 / 0.3);
}
:is(.dark .dark\:text-slate-700\/40) {
  color: rgb(51 65 85 / 0.4);
}
:is(.dark .dark\:text-slate-700\/5) {
  color: rgb(51 65 85 / 0.05);
}
:is(.dark .dark\:text-slate-700\/50) {
  color: rgb(51 65 85 / 0.5);
}
:is(.dark .dark\:text-slate-700\/60) {
  color: rgb(51 65 85 / 0.6);
}
:is(.dark .dark\:text-slate-700\/70) {
  color: rgb(51 65 85 / 0.7);
}
:is(.dark .dark\:text-slate-700\/75) {
  color: rgb(51 65 85 / 0.75);
}
:is(.dark .dark\:text-slate-700\/80) {
  color: rgb(51 65 85 / 0.8);
}
:is(.dark .dark\:text-slate-700\/90) {
  color: rgb(51 65 85 / 0.9);
}
:is(.dark .dark\:text-slate-700\/95) {
  color: rgb(51 65 85 / 0.95);
}
:is(.dark .dark\:text-slate-800) {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-800\/0) {
  color: rgb(30 41 59 / 0);
}
:is(.dark .dark\:text-slate-800\/10) {
  color: rgb(30 41 59 / 0.1);
}
:is(.dark .dark\:text-slate-800\/100) {
  color: rgb(30 41 59 / 1);
}
:is(.dark .dark\:text-slate-800\/20) {
  color: rgb(30 41 59 / 0.2);
}
:is(.dark .dark\:text-slate-800\/25) {
  color: rgb(30 41 59 / 0.25);
}
:is(.dark .dark\:text-slate-800\/30) {
  color: rgb(30 41 59 / 0.3);
}
:is(.dark .dark\:text-slate-800\/40) {
  color: rgb(30 41 59 / 0.4);
}
:is(.dark .dark\:text-slate-800\/5) {
  color: rgb(30 41 59 / 0.05);
}
:is(.dark .dark\:text-slate-800\/50) {
  color: rgb(30 41 59 / 0.5);
}
:is(.dark .dark\:text-slate-800\/60) {
  color: rgb(30 41 59 / 0.6);
}
:is(.dark .dark\:text-slate-800\/70) {
  color: rgb(30 41 59 / 0.7);
}
:is(.dark .dark\:text-slate-800\/75) {
  color: rgb(30 41 59 / 0.75);
}
:is(.dark .dark\:text-slate-800\/80) {
  color: rgb(30 41 59 / 0.8);
}
:is(.dark .dark\:text-slate-800\/90) {
  color: rgb(30 41 59 / 0.9);
}
:is(.dark .dark\:text-slate-800\/95) {
  color: rgb(30 41 59 / 0.95);
}
:is(.dark .dark\:text-slate-900) {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-900\/0) {
  color: rgb(15 23 42 / 0);
}
:is(.dark .dark\:text-slate-900\/10) {
  color: rgb(15 23 42 / 0.1);
}
:is(.dark .dark\:text-slate-900\/100) {
  color: rgb(15 23 42 / 1);
}
:is(.dark .dark\:text-slate-900\/20) {
  color: rgb(15 23 42 / 0.2);
}
:is(.dark .dark\:text-slate-900\/25) {
  color: rgb(15 23 42 / 0.25);
}
:is(.dark .dark\:text-slate-900\/30) {
  color: rgb(15 23 42 / 0.3);
}
:is(.dark .dark\:text-slate-900\/40) {
  color: rgb(15 23 42 / 0.4);
}
:is(.dark .dark\:text-slate-900\/5) {
  color: rgb(15 23 42 / 0.05);
}
:is(.dark .dark\:text-slate-900\/50) {
  color: rgb(15 23 42 / 0.5);
}
:is(.dark .dark\:text-slate-900\/60) {
  color: rgb(15 23 42 / 0.6);
}
:is(.dark .dark\:text-slate-900\/70) {
  color: rgb(15 23 42 / 0.7);
}
:is(.dark .dark\:text-slate-900\/75) {
  color: rgb(15 23 42 / 0.75);
}
:is(.dark .dark\:text-slate-900\/80) {
  color: rgb(15 23 42 / 0.8);
}
:is(.dark .dark\:text-slate-900\/90) {
  color: rgb(15 23 42 / 0.9);
}
:is(.dark .dark\:text-slate-900\/95) {
  color: rgb(15 23 42 / 0.95);
}
:is(.dark .dark\:text-slate-950) {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-slate-950\/0) {
  color: rgb(2 6 23 / 0);
}
:is(.dark .dark\:text-slate-950\/10) {
  color: rgb(2 6 23 / 0.1);
}
:is(.dark .dark\:text-slate-950\/100) {
  color: rgb(2 6 23 / 1);
}
:is(.dark .dark\:text-slate-950\/20) {
  color: rgb(2 6 23 / 0.2);
}
:is(.dark .dark\:text-slate-950\/25) {
  color: rgb(2 6 23 / 0.25);
}
:is(.dark .dark\:text-slate-950\/30) {
  color: rgb(2 6 23 / 0.3);
}
:is(.dark .dark\:text-slate-950\/40) {
  color: rgb(2 6 23 / 0.4);
}
:is(.dark .dark\:text-slate-950\/5) {
  color: rgb(2 6 23 / 0.05);
}
:is(.dark .dark\:text-slate-950\/50) {
  color: rgb(2 6 23 / 0.5);
}
:is(.dark .dark\:text-slate-950\/60) {
  color: rgb(2 6 23 / 0.6);
}
:is(.dark .dark\:text-slate-950\/70) {
  color: rgb(2 6 23 / 0.7);
}
:is(.dark .dark\:text-slate-950\/75) {
  color: rgb(2 6 23 / 0.75);
}
:is(.dark .dark\:text-slate-950\/80) {
  color: rgb(2 6 23 / 0.8);
}
:is(.dark .dark\:text-slate-950\/90) {
  color: rgb(2 6 23 / 0.9);
}
:is(.dark .dark\:text-slate-950\/95) {
  color: rgb(2 6 23 / 0.95);
}
:is(.dark .dark\:text-stone-100) {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-100\/0) {
  color: rgb(245 245 244 / 0);
}
:is(.dark .dark\:text-stone-100\/10) {
  color: rgb(245 245 244 / 0.1);
}
:is(.dark .dark\:text-stone-100\/100) {
  color: rgb(245 245 244 / 1);
}
:is(.dark .dark\:text-stone-100\/20) {
  color: rgb(245 245 244 / 0.2);
}
:is(.dark .dark\:text-stone-100\/25) {
  color: rgb(245 245 244 / 0.25);
}
:is(.dark .dark\:text-stone-100\/30) {
  color: rgb(245 245 244 / 0.3);
}
:is(.dark .dark\:text-stone-100\/40) {
  color: rgb(245 245 244 / 0.4);
}
:is(.dark .dark\:text-stone-100\/5) {
  color: rgb(245 245 244 / 0.05);
}
:is(.dark .dark\:text-stone-100\/50) {
  color: rgb(245 245 244 / 0.5);
}
:is(.dark .dark\:text-stone-100\/60) {
  color: rgb(245 245 244 / 0.6);
}
:is(.dark .dark\:text-stone-100\/70) {
  color: rgb(245 245 244 / 0.7);
}
:is(.dark .dark\:text-stone-100\/75) {
  color: rgb(245 245 244 / 0.75);
}
:is(.dark .dark\:text-stone-100\/80) {
  color: rgb(245 245 244 / 0.8);
}
:is(.dark .dark\:text-stone-100\/90) {
  color: rgb(245 245 244 / 0.9);
}
:is(.dark .dark\:text-stone-100\/95) {
  color: rgb(245 245 244 / 0.95);
}
:is(.dark .dark\:text-stone-200) {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-200\/0) {
  color: rgb(231 229 228 / 0);
}
:is(.dark .dark\:text-stone-200\/10) {
  color: rgb(231 229 228 / 0.1);
}
:is(.dark .dark\:text-stone-200\/100) {
  color: rgb(231 229 228 / 1);
}
:is(.dark .dark\:text-stone-200\/20) {
  color: rgb(231 229 228 / 0.2);
}
:is(.dark .dark\:text-stone-200\/25) {
  color: rgb(231 229 228 / 0.25);
}
:is(.dark .dark\:text-stone-200\/30) {
  color: rgb(231 229 228 / 0.3);
}
:is(.dark .dark\:text-stone-200\/40) {
  color: rgb(231 229 228 / 0.4);
}
:is(.dark .dark\:text-stone-200\/5) {
  color: rgb(231 229 228 / 0.05);
}
:is(.dark .dark\:text-stone-200\/50) {
  color: rgb(231 229 228 / 0.5);
}
:is(.dark .dark\:text-stone-200\/60) {
  color: rgb(231 229 228 / 0.6);
}
:is(.dark .dark\:text-stone-200\/70) {
  color: rgb(231 229 228 / 0.7);
}
:is(.dark .dark\:text-stone-200\/75) {
  color: rgb(231 229 228 / 0.75);
}
:is(.dark .dark\:text-stone-200\/80) {
  color: rgb(231 229 228 / 0.8);
}
:is(.dark .dark\:text-stone-200\/90) {
  color: rgb(231 229 228 / 0.9);
}
:is(.dark .dark\:text-stone-200\/95) {
  color: rgb(231 229 228 / 0.95);
}
:is(.dark .dark\:text-stone-300) {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-300\/0) {
  color: rgb(214 211 209 / 0);
}
:is(.dark .dark\:text-stone-300\/10) {
  color: rgb(214 211 209 / 0.1);
}
:is(.dark .dark\:text-stone-300\/100) {
  color: rgb(214 211 209 / 1);
}
:is(.dark .dark\:text-stone-300\/20) {
  color: rgb(214 211 209 / 0.2);
}
:is(.dark .dark\:text-stone-300\/25) {
  color: rgb(214 211 209 / 0.25);
}
:is(.dark .dark\:text-stone-300\/30) {
  color: rgb(214 211 209 / 0.3);
}
:is(.dark .dark\:text-stone-300\/40) {
  color: rgb(214 211 209 / 0.4);
}
:is(.dark .dark\:text-stone-300\/5) {
  color: rgb(214 211 209 / 0.05);
}
:is(.dark .dark\:text-stone-300\/50) {
  color: rgb(214 211 209 / 0.5);
}
:is(.dark .dark\:text-stone-300\/60) {
  color: rgb(214 211 209 / 0.6);
}
:is(.dark .dark\:text-stone-300\/70) {
  color: rgb(214 211 209 / 0.7);
}
:is(.dark .dark\:text-stone-300\/75) {
  color: rgb(214 211 209 / 0.75);
}
:is(.dark .dark\:text-stone-300\/80) {
  color: rgb(214 211 209 / 0.8);
}
:is(.dark .dark\:text-stone-300\/90) {
  color: rgb(214 211 209 / 0.9);
}
:is(.dark .dark\:text-stone-300\/95) {
  color: rgb(214 211 209 / 0.95);
}
:is(.dark .dark\:text-stone-400) {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-400\/0) {
  color: rgb(168 162 158 / 0);
}
:is(.dark .dark\:text-stone-400\/10) {
  color: rgb(168 162 158 / 0.1);
}
:is(.dark .dark\:text-stone-400\/100) {
  color: rgb(168 162 158 / 1);
}
:is(.dark .dark\:text-stone-400\/20) {
  color: rgb(168 162 158 / 0.2);
}
:is(.dark .dark\:text-stone-400\/25) {
  color: rgb(168 162 158 / 0.25);
}
:is(.dark .dark\:text-stone-400\/30) {
  color: rgb(168 162 158 / 0.3);
}
:is(.dark .dark\:text-stone-400\/40) {
  color: rgb(168 162 158 / 0.4);
}
:is(.dark .dark\:text-stone-400\/5) {
  color: rgb(168 162 158 / 0.05);
}
:is(.dark .dark\:text-stone-400\/50) {
  color: rgb(168 162 158 / 0.5);
}
:is(.dark .dark\:text-stone-400\/60) {
  color: rgb(168 162 158 / 0.6);
}
:is(.dark .dark\:text-stone-400\/70) {
  color: rgb(168 162 158 / 0.7);
}
:is(.dark .dark\:text-stone-400\/75) {
  color: rgb(168 162 158 / 0.75);
}
:is(.dark .dark\:text-stone-400\/80) {
  color: rgb(168 162 158 / 0.8);
}
:is(.dark .dark\:text-stone-400\/90) {
  color: rgb(168 162 158 / 0.9);
}
:is(.dark .dark\:text-stone-400\/95) {
  color: rgb(168 162 158 / 0.95);
}
:is(.dark .dark\:text-stone-50) {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-50\/0) {
  color: rgb(250 250 249 / 0);
}
:is(.dark .dark\:text-stone-50\/10) {
  color: rgb(250 250 249 / 0.1);
}
:is(.dark .dark\:text-stone-50\/100) {
  color: rgb(250 250 249 / 1);
}
:is(.dark .dark\:text-stone-50\/20) {
  color: rgb(250 250 249 / 0.2);
}
:is(.dark .dark\:text-stone-50\/25) {
  color: rgb(250 250 249 / 0.25);
}
:is(.dark .dark\:text-stone-50\/30) {
  color: rgb(250 250 249 / 0.3);
}
:is(.dark .dark\:text-stone-50\/40) {
  color: rgb(250 250 249 / 0.4);
}
:is(.dark .dark\:text-stone-50\/5) {
  color: rgb(250 250 249 / 0.05);
}
:is(.dark .dark\:text-stone-50\/50) {
  color: rgb(250 250 249 / 0.5);
}
:is(.dark .dark\:text-stone-50\/60) {
  color: rgb(250 250 249 / 0.6);
}
:is(.dark .dark\:text-stone-50\/70) {
  color: rgb(250 250 249 / 0.7);
}
:is(.dark .dark\:text-stone-50\/75) {
  color: rgb(250 250 249 / 0.75);
}
:is(.dark .dark\:text-stone-50\/80) {
  color: rgb(250 250 249 / 0.8);
}
:is(.dark .dark\:text-stone-50\/90) {
  color: rgb(250 250 249 / 0.9);
}
:is(.dark .dark\:text-stone-50\/95) {
  color: rgb(250 250 249 / 0.95);
}
:is(.dark .dark\:text-stone-500) {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-500\/0) {
  color: rgb(120 113 108 / 0);
}
:is(.dark .dark\:text-stone-500\/10) {
  color: rgb(120 113 108 / 0.1);
}
:is(.dark .dark\:text-stone-500\/100) {
  color: rgb(120 113 108 / 1);
}
:is(.dark .dark\:text-stone-500\/20) {
  color: rgb(120 113 108 / 0.2);
}
:is(.dark .dark\:text-stone-500\/25) {
  color: rgb(120 113 108 / 0.25);
}
:is(.dark .dark\:text-stone-500\/30) {
  color: rgb(120 113 108 / 0.3);
}
:is(.dark .dark\:text-stone-500\/40) {
  color: rgb(120 113 108 / 0.4);
}
:is(.dark .dark\:text-stone-500\/5) {
  color: rgb(120 113 108 / 0.05);
}
:is(.dark .dark\:text-stone-500\/50) {
  color: rgb(120 113 108 / 0.5);
}
:is(.dark .dark\:text-stone-500\/60) {
  color: rgb(120 113 108 / 0.6);
}
:is(.dark .dark\:text-stone-500\/70) {
  color: rgb(120 113 108 / 0.7);
}
:is(.dark .dark\:text-stone-500\/75) {
  color: rgb(120 113 108 / 0.75);
}
:is(.dark .dark\:text-stone-500\/80) {
  color: rgb(120 113 108 / 0.8);
}
:is(.dark .dark\:text-stone-500\/90) {
  color: rgb(120 113 108 / 0.9);
}
:is(.dark .dark\:text-stone-500\/95) {
  color: rgb(120 113 108 / 0.95);
}
:is(.dark .dark\:text-stone-600) {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-600\/0) {
  color: rgb(87 83 78 / 0);
}
:is(.dark .dark\:text-stone-600\/10) {
  color: rgb(87 83 78 / 0.1);
}
:is(.dark .dark\:text-stone-600\/100) {
  color: rgb(87 83 78 / 1);
}
:is(.dark .dark\:text-stone-600\/20) {
  color: rgb(87 83 78 / 0.2);
}
:is(.dark .dark\:text-stone-600\/25) {
  color: rgb(87 83 78 / 0.25);
}
:is(.dark .dark\:text-stone-600\/30) {
  color: rgb(87 83 78 / 0.3);
}
:is(.dark .dark\:text-stone-600\/40) {
  color: rgb(87 83 78 / 0.4);
}
:is(.dark .dark\:text-stone-600\/5) {
  color: rgb(87 83 78 / 0.05);
}
:is(.dark .dark\:text-stone-600\/50) {
  color: rgb(87 83 78 / 0.5);
}
:is(.dark .dark\:text-stone-600\/60) {
  color: rgb(87 83 78 / 0.6);
}
:is(.dark .dark\:text-stone-600\/70) {
  color: rgb(87 83 78 / 0.7);
}
:is(.dark .dark\:text-stone-600\/75) {
  color: rgb(87 83 78 / 0.75);
}
:is(.dark .dark\:text-stone-600\/80) {
  color: rgb(87 83 78 / 0.8);
}
:is(.dark .dark\:text-stone-600\/90) {
  color: rgb(87 83 78 / 0.9);
}
:is(.dark .dark\:text-stone-600\/95) {
  color: rgb(87 83 78 / 0.95);
}
:is(.dark .dark\:text-stone-700) {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-700\/0) {
  color: rgb(68 64 60 / 0);
}
:is(.dark .dark\:text-stone-700\/10) {
  color: rgb(68 64 60 / 0.1);
}
:is(.dark .dark\:text-stone-700\/100) {
  color: rgb(68 64 60 / 1);
}
:is(.dark .dark\:text-stone-700\/20) {
  color: rgb(68 64 60 / 0.2);
}
:is(.dark .dark\:text-stone-700\/25) {
  color: rgb(68 64 60 / 0.25);
}
:is(.dark .dark\:text-stone-700\/30) {
  color: rgb(68 64 60 / 0.3);
}
:is(.dark .dark\:text-stone-700\/40) {
  color: rgb(68 64 60 / 0.4);
}
:is(.dark .dark\:text-stone-700\/5) {
  color: rgb(68 64 60 / 0.05);
}
:is(.dark .dark\:text-stone-700\/50) {
  color: rgb(68 64 60 / 0.5);
}
:is(.dark .dark\:text-stone-700\/60) {
  color: rgb(68 64 60 / 0.6);
}
:is(.dark .dark\:text-stone-700\/70) {
  color: rgb(68 64 60 / 0.7);
}
:is(.dark .dark\:text-stone-700\/75) {
  color: rgb(68 64 60 / 0.75);
}
:is(.dark .dark\:text-stone-700\/80) {
  color: rgb(68 64 60 / 0.8);
}
:is(.dark .dark\:text-stone-700\/90) {
  color: rgb(68 64 60 / 0.9);
}
:is(.dark .dark\:text-stone-700\/95) {
  color: rgb(68 64 60 / 0.95);
}
:is(.dark .dark\:text-stone-800) {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-800\/0) {
  color: rgb(41 37 36 / 0);
}
:is(.dark .dark\:text-stone-800\/10) {
  color: rgb(41 37 36 / 0.1);
}
:is(.dark .dark\:text-stone-800\/100) {
  color: rgb(41 37 36 / 1);
}
:is(.dark .dark\:text-stone-800\/20) {
  color: rgb(41 37 36 / 0.2);
}
:is(.dark .dark\:text-stone-800\/25) {
  color: rgb(41 37 36 / 0.25);
}
:is(.dark .dark\:text-stone-800\/30) {
  color: rgb(41 37 36 / 0.3);
}
:is(.dark .dark\:text-stone-800\/40) {
  color: rgb(41 37 36 / 0.4);
}
:is(.dark .dark\:text-stone-800\/5) {
  color: rgb(41 37 36 / 0.05);
}
:is(.dark .dark\:text-stone-800\/50) {
  color: rgb(41 37 36 / 0.5);
}
:is(.dark .dark\:text-stone-800\/60) {
  color: rgb(41 37 36 / 0.6);
}
:is(.dark .dark\:text-stone-800\/70) {
  color: rgb(41 37 36 / 0.7);
}
:is(.dark .dark\:text-stone-800\/75) {
  color: rgb(41 37 36 / 0.75);
}
:is(.dark .dark\:text-stone-800\/80) {
  color: rgb(41 37 36 / 0.8);
}
:is(.dark .dark\:text-stone-800\/90) {
  color: rgb(41 37 36 / 0.9);
}
:is(.dark .dark\:text-stone-800\/95) {
  color: rgb(41 37 36 / 0.95);
}
:is(.dark .dark\:text-stone-900) {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-900\/0) {
  color: rgb(28 25 23 / 0);
}
:is(.dark .dark\:text-stone-900\/10) {
  color: rgb(28 25 23 / 0.1);
}
:is(.dark .dark\:text-stone-900\/100) {
  color: rgb(28 25 23 / 1);
}
:is(.dark .dark\:text-stone-900\/20) {
  color: rgb(28 25 23 / 0.2);
}
:is(.dark .dark\:text-stone-900\/25) {
  color: rgb(28 25 23 / 0.25);
}
:is(.dark .dark\:text-stone-900\/30) {
  color: rgb(28 25 23 / 0.3);
}
:is(.dark .dark\:text-stone-900\/40) {
  color: rgb(28 25 23 / 0.4);
}
:is(.dark .dark\:text-stone-900\/5) {
  color: rgb(28 25 23 / 0.05);
}
:is(.dark .dark\:text-stone-900\/50) {
  color: rgb(28 25 23 / 0.5);
}
:is(.dark .dark\:text-stone-900\/60) {
  color: rgb(28 25 23 / 0.6);
}
:is(.dark .dark\:text-stone-900\/70) {
  color: rgb(28 25 23 / 0.7);
}
:is(.dark .dark\:text-stone-900\/75) {
  color: rgb(28 25 23 / 0.75);
}
:is(.dark .dark\:text-stone-900\/80) {
  color: rgb(28 25 23 / 0.8);
}
:is(.dark .dark\:text-stone-900\/90) {
  color: rgb(28 25 23 / 0.9);
}
:is(.dark .dark\:text-stone-900\/95) {
  color: rgb(28 25 23 / 0.95);
}
:is(.dark .dark\:text-stone-950) {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-stone-950\/0) {
  color: rgb(12 10 9 / 0);
}
:is(.dark .dark\:text-stone-950\/10) {
  color: rgb(12 10 9 / 0.1);
}
:is(.dark .dark\:text-stone-950\/100) {
  color: rgb(12 10 9 / 1);
}
:is(.dark .dark\:text-stone-950\/20) {
  color: rgb(12 10 9 / 0.2);
}
:is(.dark .dark\:text-stone-950\/25) {
  color: rgb(12 10 9 / 0.25);
}
:is(.dark .dark\:text-stone-950\/30) {
  color: rgb(12 10 9 / 0.3);
}
:is(.dark .dark\:text-stone-950\/40) {
  color: rgb(12 10 9 / 0.4);
}
:is(.dark .dark\:text-stone-950\/5) {
  color: rgb(12 10 9 / 0.05);
}
:is(.dark .dark\:text-stone-950\/50) {
  color: rgb(12 10 9 / 0.5);
}
:is(.dark .dark\:text-stone-950\/60) {
  color: rgb(12 10 9 / 0.6);
}
:is(.dark .dark\:text-stone-950\/70) {
  color: rgb(12 10 9 / 0.7);
}
:is(.dark .dark\:text-stone-950\/75) {
  color: rgb(12 10 9 / 0.75);
}
:is(.dark .dark\:text-stone-950\/80) {
  color: rgb(12 10 9 / 0.8);
}
:is(.dark .dark\:text-stone-950\/90) {
  color: rgb(12 10 9 / 0.9);
}
:is(.dark .dark\:text-stone-950\/95) {
  color: rgb(12 10 9 / 0.95);
}
:is(.dark .dark\:text-teal-100) {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-100\/0) {
  color: rgb(204 251 241 / 0);
}
:is(.dark .dark\:text-teal-100\/10) {
  color: rgb(204 251 241 / 0.1);
}
:is(.dark .dark\:text-teal-100\/100) {
  color: rgb(204 251 241 / 1);
}
:is(.dark .dark\:text-teal-100\/20) {
  color: rgb(204 251 241 / 0.2);
}
:is(.dark .dark\:text-teal-100\/25) {
  color: rgb(204 251 241 / 0.25);
}
:is(.dark .dark\:text-teal-100\/30) {
  color: rgb(204 251 241 / 0.3);
}
:is(.dark .dark\:text-teal-100\/40) {
  color: rgb(204 251 241 / 0.4);
}
:is(.dark .dark\:text-teal-100\/5) {
  color: rgb(204 251 241 / 0.05);
}
:is(.dark .dark\:text-teal-100\/50) {
  color: rgb(204 251 241 / 0.5);
}
:is(.dark .dark\:text-teal-100\/60) {
  color: rgb(204 251 241 / 0.6);
}
:is(.dark .dark\:text-teal-100\/70) {
  color: rgb(204 251 241 / 0.7);
}
:is(.dark .dark\:text-teal-100\/75) {
  color: rgb(204 251 241 / 0.75);
}
:is(.dark .dark\:text-teal-100\/80) {
  color: rgb(204 251 241 / 0.8);
}
:is(.dark .dark\:text-teal-100\/90) {
  color: rgb(204 251 241 / 0.9);
}
:is(.dark .dark\:text-teal-100\/95) {
  color: rgb(204 251 241 / 0.95);
}
:is(.dark .dark\:text-teal-200) {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-200\/0) {
  color: rgb(153 246 228 / 0);
}
:is(.dark .dark\:text-teal-200\/10) {
  color: rgb(153 246 228 / 0.1);
}
:is(.dark .dark\:text-teal-200\/100) {
  color: rgb(153 246 228 / 1);
}
:is(.dark .dark\:text-teal-200\/20) {
  color: rgb(153 246 228 / 0.2);
}
:is(.dark .dark\:text-teal-200\/25) {
  color: rgb(153 246 228 / 0.25);
}
:is(.dark .dark\:text-teal-200\/30) {
  color: rgb(153 246 228 / 0.3);
}
:is(.dark .dark\:text-teal-200\/40) {
  color: rgb(153 246 228 / 0.4);
}
:is(.dark .dark\:text-teal-200\/5) {
  color: rgb(153 246 228 / 0.05);
}
:is(.dark .dark\:text-teal-200\/50) {
  color: rgb(153 246 228 / 0.5);
}
:is(.dark .dark\:text-teal-200\/60) {
  color: rgb(153 246 228 / 0.6);
}
:is(.dark .dark\:text-teal-200\/70) {
  color: rgb(153 246 228 / 0.7);
}
:is(.dark .dark\:text-teal-200\/75) {
  color: rgb(153 246 228 / 0.75);
}
:is(.dark .dark\:text-teal-200\/80) {
  color: rgb(153 246 228 / 0.8);
}
:is(.dark .dark\:text-teal-200\/90) {
  color: rgb(153 246 228 / 0.9);
}
:is(.dark .dark\:text-teal-200\/95) {
  color: rgb(153 246 228 / 0.95);
}
:is(.dark .dark\:text-teal-300) {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-300\/0) {
  color: rgb(94 234 212 / 0);
}
:is(.dark .dark\:text-teal-300\/10) {
  color: rgb(94 234 212 / 0.1);
}
:is(.dark .dark\:text-teal-300\/100) {
  color: rgb(94 234 212 / 1);
}
:is(.dark .dark\:text-teal-300\/20) {
  color: rgb(94 234 212 / 0.2);
}
:is(.dark .dark\:text-teal-300\/25) {
  color: rgb(94 234 212 / 0.25);
}
:is(.dark .dark\:text-teal-300\/30) {
  color: rgb(94 234 212 / 0.3);
}
:is(.dark .dark\:text-teal-300\/40) {
  color: rgb(94 234 212 / 0.4);
}
:is(.dark .dark\:text-teal-300\/5) {
  color: rgb(94 234 212 / 0.05);
}
:is(.dark .dark\:text-teal-300\/50) {
  color: rgb(94 234 212 / 0.5);
}
:is(.dark .dark\:text-teal-300\/60) {
  color: rgb(94 234 212 / 0.6);
}
:is(.dark .dark\:text-teal-300\/70) {
  color: rgb(94 234 212 / 0.7);
}
:is(.dark .dark\:text-teal-300\/75) {
  color: rgb(94 234 212 / 0.75);
}
:is(.dark .dark\:text-teal-300\/80) {
  color: rgb(94 234 212 / 0.8);
}
:is(.dark .dark\:text-teal-300\/90) {
  color: rgb(94 234 212 / 0.9);
}
:is(.dark .dark\:text-teal-300\/95) {
  color: rgb(94 234 212 / 0.95);
}
:is(.dark .dark\:text-teal-400) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-400\/0) {
  color: rgb(45 212 191 / 0);
}
:is(.dark .dark\:text-teal-400\/10) {
  color: rgb(45 212 191 / 0.1);
}
:is(.dark .dark\:text-teal-400\/100) {
  color: rgb(45 212 191 / 1);
}
:is(.dark .dark\:text-teal-400\/20) {
  color: rgb(45 212 191 / 0.2);
}
:is(.dark .dark\:text-teal-400\/25) {
  color: rgb(45 212 191 / 0.25);
}
:is(.dark .dark\:text-teal-400\/30) {
  color: rgb(45 212 191 / 0.3);
}
:is(.dark .dark\:text-teal-400\/40) {
  color: rgb(45 212 191 / 0.4);
}
:is(.dark .dark\:text-teal-400\/5) {
  color: rgb(45 212 191 / 0.05);
}
:is(.dark .dark\:text-teal-400\/50) {
  color: rgb(45 212 191 / 0.5);
}
:is(.dark .dark\:text-teal-400\/60) {
  color: rgb(45 212 191 / 0.6);
}
:is(.dark .dark\:text-teal-400\/70) {
  color: rgb(45 212 191 / 0.7);
}
:is(.dark .dark\:text-teal-400\/75) {
  color: rgb(45 212 191 / 0.75);
}
:is(.dark .dark\:text-teal-400\/80) {
  color: rgb(45 212 191 / 0.8);
}
:is(.dark .dark\:text-teal-400\/90) {
  color: rgb(45 212 191 / 0.9);
}
:is(.dark .dark\:text-teal-400\/95) {
  color: rgb(45 212 191 / 0.95);
}
:is(.dark .dark\:text-teal-50) {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-50\/0) {
  color: rgb(240 253 250 / 0);
}
:is(.dark .dark\:text-teal-50\/10) {
  color: rgb(240 253 250 / 0.1);
}
:is(.dark .dark\:text-teal-50\/100) {
  color: rgb(240 253 250 / 1);
}
:is(.dark .dark\:text-teal-50\/20) {
  color: rgb(240 253 250 / 0.2);
}
:is(.dark .dark\:text-teal-50\/25) {
  color: rgb(240 253 250 / 0.25);
}
:is(.dark .dark\:text-teal-50\/30) {
  color: rgb(240 253 250 / 0.3);
}
:is(.dark .dark\:text-teal-50\/40) {
  color: rgb(240 253 250 / 0.4);
}
:is(.dark .dark\:text-teal-50\/5) {
  color: rgb(240 253 250 / 0.05);
}
:is(.dark .dark\:text-teal-50\/50) {
  color: rgb(240 253 250 / 0.5);
}
:is(.dark .dark\:text-teal-50\/60) {
  color: rgb(240 253 250 / 0.6);
}
:is(.dark .dark\:text-teal-50\/70) {
  color: rgb(240 253 250 / 0.7);
}
:is(.dark .dark\:text-teal-50\/75) {
  color: rgb(240 253 250 / 0.75);
}
:is(.dark .dark\:text-teal-50\/80) {
  color: rgb(240 253 250 / 0.8);
}
:is(.dark .dark\:text-teal-50\/90) {
  color: rgb(240 253 250 / 0.9);
}
:is(.dark .dark\:text-teal-50\/95) {
  color: rgb(240 253 250 / 0.95);
}
:is(.dark .dark\:text-teal-500) {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-500\/0) {
  color: rgb(20 184 166 / 0);
}
:is(.dark .dark\:text-teal-500\/10) {
  color: rgb(20 184 166 / 0.1);
}
:is(.dark .dark\:text-teal-500\/100) {
  color: rgb(20 184 166 / 1);
}
:is(.dark .dark\:text-teal-500\/20) {
  color: rgb(20 184 166 / 0.2);
}
:is(.dark .dark\:text-teal-500\/25) {
  color: rgb(20 184 166 / 0.25);
}
:is(.dark .dark\:text-teal-500\/30) {
  color: rgb(20 184 166 / 0.3);
}
:is(.dark .dark\:text-teal-500\/40) {
  color: rgb(20 184 166 / 0.4);
}
:is(.dark .dark\:text-teal-500\/5) {
  color: rgb(20 184 166 / 0.05);
}
:is(.dark .dark\:text-teal-500\/50) {
  color: rgb(20 184 166 / 0.5);
}
:is(.dark .dark\:text-teal-500\/60) {
  color: rgb(20 184 166 / 0.6);
}
:is(.dark .dark\:text-teal-500\/70) {
  color: rgb(20 184 166 / 0.7);
}
:is(.dark .dark\:text-teal-500\/75) {
  color: rgb(20 184 166 / 0.75);
}
:is(.dark .dark\:text-teal-500\/80) {
  color: rgb(20 184 166 / 0.8);
}
:is(.dark .dark\:text-teal-500\/90) {
  color: rgb(20 184 166 / 0.9);
}
:is(.dark .dark\:text-teal-500\/95) {
  color: rgb(20 184 166 / 0.95);
}
:is(.dark .dark\:text-teal-600) {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-600\/0) {
  color: rgb(13 148 136 / 0);
}
:is(.dark .dark\:text-teal-600\/10) {
  color: rgb(13 148 136 / 0.1);
}
:is(.dark .dark\:text-teal-600\/100) {
  color: rgb(13 148 136 / 1);
}
:is(.dark .dark\:text-teal-600\/20) {
  color: rgb(13 148 136 / 0.2);
}
:is(.dark .dark\:text-teal-600\/25) {
  color: rgb(13 148 136 / 0.25);
}
:is(.dark .dark\:text-teal-600\/30) {
  color: rgb(13 148 136 / 0.3);
}
:is(.dark .dark\:text-teal-600\/40) {
  color: rgb(13 148 136 / 0.4);
}
:is(.dark .dark\:text-teal-600\/5) {
  color: rgb(13 148 136 / 0.05);
}
:is(.dark .dark\:text-teal-600\/50) {
  color: rgb(13 148 136 / 0.5);
}
:is(.dark .dark\:text-teal-600\/60) {
  color: rgb(13 148 136 / 0.6);
}
:is(.dark .dark\:text-teal-600\/70) {
  color: rgb(13 148 136 / 0.7);
}
:is(.dark .dark\:text-teal-600\/75) {
  color: rgb(13 148 136 / 0.75);
}
:is(.dark .dark\:text-teal-600\/80) {
  color: rgb(13 148 136 / 0.8);
}
:is(.dark .dark\:text-teal-600\/90) {
  color: rgb(13 148 136 / 0.9);
}
:is(.dark .dark\:text-teal-600\/95) {
  color: rgb(13 148 136 / 0.95);
}
:is(.dark .dark\:text-teal-700) {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-700\/0) {
  color: rgb(15 118 110 / 0);
}
:is(.dark .dark\:text-teal-700\/10) {
  color: rgb(15 118 110 / 0.1);
}
:is(.dark .dark\:text-teal-700\/100) {
  color: rgb(15 118 110 / 1);
}
:is(.dark .dark\:text-teal-700\/20) {
  color: rgb(15 118 110 / 0.2);
}
:is(.dark .dark\:text-teal-700\/25) {
  color: rgb(15 118 110 / 0.25);
}
:is(.dark .dark\:text-teal-700\/30) {
  color: rgb(15 118 110 / 0.3);
}
:is(.dark .dark\:text-teal-700\/40) {
  color: rgb(15 118 110 / 0.4);
}
:is(.dark .dark\:text-teal-700\/5) {
  color: rgb(15 118 110 / 0.05);
}
:is(.dark .dark\:text-teal-700\/50) {
  color: rgb(15 118 110 / 0.5);
}
:is(.dark .dark\:text-teal-700\/60) {
  color: rgb(15 118 110 / 0.6);
}
:is(.dark .dark\:text-teal-700\/70) {
  color: rgb(15 118 110 / 0.7);
}
:is(.dark .dark\:text-teal-700\/75) {
  color: rgb(15 118 110 / 0.75);
}
:is(.dark .dark\:text-teal-700\/80) {
  color: rgb(15 118 110 / 0.8);
}
:is(.dark .dark\:text-teal-700\/90) {
  color: rgb(15 118 110 / 0.9);
}
:is(.dark .dark\:text-teal-700\/95) {
  color: rgb(15 118 110 / 0.95);
}
:is(.dark .dark\:text-teal-800) {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-800\/0) {
  color: rgb(17 94 89 / 0);
}
:is(.dark .dark\:text-teal-800\/10) {
  color: rgb(17 94 89 / 0.1);
}
:is(.dark .dark\:text-teal-800\/100) {
  color: rgb(17 94 89 / 1);
}
:is(.dark .dark\:text-teal-800\/20) {
  color: rgb(17 94 89 / 0.2);
}
:is(.dark .dark\:text-teal-800\/25) {
  color: rgb(17 94 89 / 0.25);
}
:is(.dark .dark\:text-teal-800\/30) {
  color: rgb(17 94 89 / 0.3);
}
:is(.dark .dark\:text-teal-800\/40) {
  color: rgb(17 94 89 / 0.4);
}
:is(.dark .dark\:text-teal-800\/5) {
  color: rgb(17 94 89 / 0.05);
}
:is(.dark .dark\:text-teal-800\/50) {
  color: rgb(17 94 89 / 0.5);
}
:is(.dark .dark\:text-teal-800\/60) {
  color: rgb(17 94 89 / 0.6);
}
:is(.dark .dark\:text-teal-800\/70) {
  color: rgb(17 94 89 / 0.7);
}
:is(.dark .dark\:text-teal-800\/75) {
  color: rgb(17 94 89 / 0.75);
}
:is(.dark .dark\:text-teal-800\/80) {
  color: rgb(17 94 89 / 0.8);
}
:is(.dark .dark\:text-teal-800\/90) {
  color: rgb(17 94 89 / 0.9);
}
:is(.dark .dark\:text-teal-800\/95) {
  color: rgb(17 94 89 / 0.95);
}
:is(.dark .dark\:text-teal-900) {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-900\/0) {
  color: rgb(19 78 74 / 0);
}
:is(.dark .dark\:text-teal-900\/10) {
  color: rgb(19 78 74 / 0.1);
}
:is(.dark .dark\:text-teal-900\/100) {
  color: rgb(19 78 74 / 1);
}
:is(.dark .dark\:text-teal-900\/20) {
  color: rgb(19 78 74 / 0.2);
}
:is(.dark .dark\:text-teal-900\/25) {
  color: rgb(19 78 74 / 0.25);
}
:is(.dark .dark\:text-teal-900\/30) {
  color: rgb(19 78 74 / 0.3);
}
:is(.dark .dark\:text-teal-900\/40) {
  color: rgb(19 78 74 / 0.4);
}
:is(.dark .dark\:text-teal-900\/5) {
  color: rgb(19 78 74 / 0.05);
}
:is(.dark .dark\:text-teal-900\/50) {
  color: rgb(19 78 74 / 0.5);
}
:is(.dark .dark\:text-teal-900\/60) {
  color: rgb(19 78 74 / 0.6);
}
:is(.dark .dark\:text-teal-900\/70) {
  color: rgb(19 78 74 / 0.7);
}
:is(.dark .dark\:text-teal-900\/75) {
  color: rgb(19 78 74 / 0.75);
}
:is(.dark .dark\:text-teal-900\/80) {
  color: rgb(19 78 74 / 0.8);
}
:is(.dark .dark\:text-teal-900\/90) {
  color: rgb(19 78 74 / 0.9);
}
:is(.dark .dark\:text-teal-900\/95) {
  color: rgb(19 78 74 / 0.95);
}
:is(.dark .dark\:text-teal-950) {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-teal-950\/0) {
  color: rgb(4 47 46 / 0);
}
:is(.dark .dark\:text-teal-950\/10) {
  color: rgb(4 47 46 / 0.1);
}
:is(.dark .dark\:text-teal-950\/100) {
  color: rgb(4 47 46 / 1);
}
:is(.dark .dark\:text-teal-950\/20) {
  color: rgb(4 47 46 / 0.2);
}
:is(.dark .dark\:text-teal-950\/25) {
  color: rgb(4 47 46 / 0.25);
}
:is(.dark .dark\:text-teal-950\/30) {
  color: rgb(4 47 46 / 0.3);
}
:is(.dark .dark\:text-teal-950\/40) {
  color: rgb(4 47 46 / 0.4);
}
:is(.dark .dark\:text-teal-950\/5) {
  color: rgb(4 47 46 / 0.05);
}
:is(.dark .dark\:text-teal-950\/50) {
  color: rgb(4 47 46 / 0.5);
}
:is(.dark .dark\:text-teal-950\/60) {
  color: rgb(4 47 46 / 0.6);
}
:is(.dark .dark\:text-teal-950\/70) {
  color: rgb(4 47 46 / 0.7);
}
:is(.dark .dark\:text-teal-950\/75) {
  color: rgb(4 47 46 / 0.75);
}
:is(.dark .dark\:text-teal-950\/80) {
  color: rgb(4 47 46 / 0.8);
}
:is(.dark .dark\:text-teal-950\/90) {
  color: rgb(4 47 46 / 0.9);
}
:is(.dark .dark\:text-teal-950\/95) {
  color: rgb(4 47 46 / 0.95);
}
:is(.dark .dark\:text-violet-100) {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-100\/0) {
  color: rgb(237 233 254 / 0);
}
:is(.dark .dark\:text-violet-100\/10) {
  color: rgb(237 233 254 / 0.1);
}
:is(.dark .dark\:text-violet-100\/100) {
  color: rgb(237 233 254 / 1);
}
:is(.dark .dark\:text-violet-100\/20) {
  color: rgb(237 233 254 / 0.2);
}
:is(.dark .dark\:text-violet-100\/25) {
  color: rgb(237 233 254 / 0.25);
}
:is(.dark .dark\:text-violet-100\/30) {
  color: rgb(237 233 254 / 0.3);
}
:is(.dark .dark\:text-violet-100\/40) {
  color: rgb(237 233 254 / 0.4);
}
:is(.dark .dark\:text-violet-100\/5) {
  color: rgb(237 233 254 / 0.05);
}
:is(.dark .dark\:text-violet-100\/50) {
  color: rgb(237 233 254 / 0.5);
}
:is(.dark .dark\:text-violet-100\/60) {
  color: rgb(237 233 254 / 0.6);
}
:is(.dark .dark\:text-violet-100\/70) {
  color: rgb(237 233 254 / 0.7);
}
:is(.dark .dark\:text-violet-100\/75) {
  color: rgb(237 233 254 / 0.75);
}
:is(.dark .dark\:text-violet-100\/80) {
  color: rgb(237 233 254 / 0.8);
}
:is(.dark .dark\:text-violet-100\/90) {
  color: rgb(237 233 254 / 0.9);
}
:is(.dark .dark\:text-violet-100\/95) {
  color: rgb(237 233 254 / 0.95);
}
:is(.dark .dark\:text-violet-200) {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-200\/0) {
  color: rgb(221 214 254 / 0);
}
:is(.dark .dark\:text-violet-200\/10) {
  color: rgb(221 214 254 / 0.1);
}
:is(.dark .dark\:text-violet-200\/100) {
  color: rgb(221 214 254 / 1);
}
:is(.dark .dark\:text-violet-200\/20) {
  color: rgb(221 214 254 / 0.2);
}
:is(.dark .dark\:text-violet-200\/25) {
  color: rgb(221 214 254 / 0.25);
}
:is(.dark .dark\:text-violet-200\/30) {
  color: rgb(221 214 254 / 0.3);
}
:is(.dark .dark\:text-violet-200\/40) {
  color: rgb(221 214 254 / 0.4);
}
:is(.dark .dark\:text-violet-200\/5) {
  color: rgb(221 214 254 / 0.05);
}
:is(.dark .dark\:text-violet-200\/50) {
  color: rgb(221 214 254 / 0.5);
}
:is(.dark .dark\:text-violet-200\/60) {
  color: rgb(221 214 254 / 0.6);
}
:is(.dark .dark\:text-violet-200\/70) {
  color: rgb(221 214 254 / 0.7);
}
:is(.dark .dark\:text-violet-200\/75) {
  color: rgb(221 214 254 / 0.75);
}
:is(.dark .dark\:text-violet-200\/80) {
  color: rgb(221 214 254 / 0.8);
}
:is(.dark .dark\:text-violet-200\/90) {
  color: rgb(221 214 254 / 0.9);
}
:is(.dark .dark\:text-violet-200\/95) {
  color: rgb(221 214 254 / 0.95);
}
:is(.dark .dark\:text-violet-300) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-300\/0) {
  color: rgb(196 181 253 / 0);
}
:is(.dark .dark\:text-violet-300\/10) {
  color: rgb(196 181 253 / 0.1);
}
:is(.dark .dark\:text-violet-300\/100) {
  color: rgb(196 181 253 / 1);
}
:is(.dark .dark\:text-violet-300\/20) {
  color: rgb(196 181 253 / 0.2);
}
:is(.dark .dark\:text-violet-300\/25) {
  color: rgb(196 181 253 / 0.25);
}
:is(.dark .dark\:text-violet-300\/30) {
  color: rgb(196 181 253 / 0.3);
}
:is(.dark .dark\:text-violet-300\/40) {
  color: rgb(196 181 253 / 0.4);
}
:is(.dark .dark\:text-violet-300\/5) {
  color: rgb(196 181 253 / 0.05);
}
:is(.dark .dark\:text-violet-300\/50) {
  color: rgb(196 181 253 / 0.5);
}
:is(.dark .dark\:text-violet-300\/60) {
  color: rgb(196 181 253 / 0.6);
}
:is(.dark .dark\:text-violet-300\/70) {
  color: rgb(196 181 253 / 0.7);
}
:is(.dark .dark\:text-violet-300\/75) {
  color: rgb(196 181 253 / 0.75);
}
:is(.dark .dark\:text-violet-300\/80) {
  color: rgb(196 181 253 / 0.8);
}
:is(.dark .dark\:text-violet-300\/90) {
  color: rgb(196 181 253 / 0.9);
}
:is(.dark .dark\:text-violet-300\/95) {
  color: rgb(196 181 253 / 0.95);
}
:is(.dark .dark\:text-violet-400) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-400\/0) {
  color: rgb(167 139 250 / 0);
}
:is(.dark .dark\:text-violet-400\/10) {
  color: rgb(167 139 250 / 0.1);
}
:is(.dark .dark\:text-violet-400\/100) {
  color: rgb(167 139 250 / 1);
}
:is(.dark .dark\:text-violet-400\/20) {
  color: rgb(167 139 250 / 0.2);
}
:is(.dark .dark\:text-violet-400\/25) {
  color: rgb(167 139 250 / 0.25);
}
:is(.dark .dark\:text-violet-400\/30) {
  color: rgb(167 139 250 / 0.3);
}
:is(.dark .dark\:text-violet-400\/40) {
  color: rgb(167 139 250 / 0.4);
}
:is(.dark .dark\:text-violet-400\/5) {
  color: rgb(167 139 250 / 0.05);
}
:is(.dark .dark\:text-violet-400\/50) {
  color: rgb(167 139 250 / 0.5);
}
:is(.dark .dark\:text-violet-400\/60) {
  color: rgb(167 139 250 / 0.6);
}
:is(.dark .dark\:text-violet-400\/70) {
  color: rgb(167 139 250 / 0.7);
}
:is(.dark .dark\:text-violet-400\/75) {
  color: rgb(167 139 250 / 0.75);
}
:is(.dark .dark\:text-violet-400\/80) {
  color: rgb(167 139 250 / 0.8);
}
:is(.dark .dark\:text-violet-400\/90) {
  color: rgb(167 139 250 / 0.9);
}
:is(.dark .dark\:text-violet-400\/95) {
  color: rgb(167 139 250 / 0.95);
}
:is(.dark .dark\:text-violet-50) {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-50\/0) {
  color: rgb(245 243 255 / 0);
}
:is(.dark .dark\:text-violet-50\/10) {
  color: rgb(245 243 255 / 0.1);
}
:is(.dark .dark\:text-violet-50\/100) {
  color: rgb(245 243 255 / 1);
}
:is(.dark .dark\:text-violet-50\/20) {
  color: rgb(245 243 255 / 0.2);
}
:is(.dark .dark\:text-violet-50\/25) {
  color: rgb(245 243 255 / 0.25);
}
:is(.dark .dark\:text-violet-50\/30) {
  color: rgb(245 243 255 / 0.3);
}
:is(.dark .dark\:text-violet-50\/40) {
  color: rgb(245 243 255 / 0.4);
}
:is(.dark .dark\:text-violet-50\/5) {
  color: rgb(245 243 255 / 0.05);
}
:is(.dark .dark\:text-violet-50\/50) {
  color: rgb(245 243 255 / 0.5);
}
:is(.dark .dark\:text-violet-50\/60) {
  color: rgb(245 243 255 / 0.6);
}
:is(.dark .dark\:text-violet-50\/70) {
  color: rgb(245 243 255 / 0.7);
}
:is(.dark .dark\:text-violet-50\/75) {
  color: rgb(245 243 255 / 0.75);
}
:is(.dark .dark\:text-violet-50\/80) {
  color: rgb(245 243 255 / 0.8);
}
:is(.dark .dark\:text-violet-50\/90) {
  color: rgb(245 243 255 / 0.9);
}
:is(.dark .dark\:text-violet-50\/95) {
  color: rgb(245 243 255 / 0.95);
}
:is(.dark .dark\:text-violet-500) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-500\/0) {
  color: rgb(139 92 246 / 0);
}
:is(.dark .dark\:text-violet-500\/10) {
  color: rgb(139 92 246 / 0.1);
}
:is(.dark .dark\:text-violet-500\/100) {
  color: rgb(139 92 246 / 1);
}
:is(.dark .dark\:text-violet-500\/20) {
  color: rgb(139 92 246 / 0.2);
}
:is(.dark .dark\:text-violet-500\/25) {
  color: rgb(139 92 246 / 0.25);
}
:is(.dark .dark\:text-violet-500\/30) {
  color: rgb(139 92 246 / 0.3);
}
:is(.dark .dark\:text-violet-500\/40) {
  color: rgb(139 92 246 / 0.4);
}
:is(.dark .dark\:text-violet-500\/5) {
  color: rgb(139 92 246 / 0.05);
}
:is(.dark .dark\:text-violet-500\/50) {
  color: rgb(139 92 246 / 0.5);
}
:is(.dark .dark\:text-violet-500\/60) {
  color: rgb(139 92 246 / 0.6);
}
:is(.dark .dark\:text-violet-500\/70) {
  color: rgb(139 92 246 / 0.7);
}
:is(.dark .dark\:text-violet-500\/75) {
  color: rgb(139 92 246 / 0.75);
}
:is(.dark .dark\:text-violet-500\/80) {
  color: rgb(139 92 246 / 0.8);
}
:is(.dark .dark\:text-violet-500\/90) {
  color: rgb(139 92 246 / 0.9);
}
:is(.dark .dark\:text-violet-500\/95) {
  color: rgb(139 92 246 / 0.95);
}
:is(.dark .dark\:text-violet-600) {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-600\/0) {
  color: rgb(124 58 237 / 0);
}
:is(.dark .dark\:text-violet-600\/10) {
  color: rgb(124 58 237 / 0.1);
}
:is(.dark .dark\:text-violet-600\/100) {
  color: rgb(124 58 237 / 1);
}
:is(.dark .dark\:text-violet-600\/20) {
  color: rgb(124 58 237 / 0.2);
}
:is(.dark .dark\:text-violet-600\/25) {
  color: rgb(124 58 237 / 0.25);
}
:is(.dark .dark\:text-violet-600\/30) {
  color: rgb(124 58 237 / 0.3);
}
:is(.dark .dark\:text-violet-600\/40) {
  color: rgb(124 58 237 / 0.4);
}
:is(.dark .dark\:text-violet-600\/5) {
  color: rgb(124 58 237 / 0.05);
}
:is(.dark .dark\:text-violet-600\/50) {
  color: rgb(124 58 237 / 0.5);
}
:is(.dark .dark\:text-violet-600\/60) {
  color: rgb(124 58 237 / 0.6);
}
:is(.dark .dark\:text-violet-600\/70) {
  color: rgb(124 58 237 / 0.7);
}
:is(.dark .dark\:text-violet-600\/75) {
  color: rgb(124 58 237 / 0.75);
}
:is(.dark .dark\:text-violet-600\/80) {
  color: rgb(124 58 237 / 0.8);
}
:is(.dark .dark\:text-violet-600\/90) {
  color: rgb(124 58 237 / 0.9);
}
:is(.dark .dark\:text-violet-600\/95) {
  color: rgb(124 58 237 / 0.95);
}
:is(.dark .dark\:text-violet-700) {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-700\/0) {
  color: rgb(109 40 217 / 0);
}
:is(.dark .dark\:text-violet-700\/10) {
  color: rgb(109 40 217 / 0.1);
}
:is(.dark .dark\:text-violet-700\/100) {
  color: rgb(109 40 217 / 1);
}
:is(.dark .dark\:text-violet-700\/20) {
  color: rgb(109 40 217 / 0.2);
}
:is(.dark .dark\:text-violet-700\/25) {
  color: rgb(109 40 217 / 0.25);
}
:is(.dark .dark\:text-violet-700\/30) {
  color: rgb(109 40 217 / 0.3);
}
:is(.dark .dark\:text-violet-700\/40) {
  color: rgb(109 40 217 / 0.4);
}
:is(.dark .dark\:text-violet-700\/5) {
  color: rgb(109 40 217 / 0.05);
}
:is(.dark .dark\:text-violet-700\/50) {
  color: rgb(109 40 217 / 0.5);
}
:is(.dark .dark\:text-violet-700\/60) {
  color: rgb(109 40 217 / 0.6);
}
:is(.dark .dark\:text-violet-700\/70) {
  color: rgb(109 40 217 / 0.7);
}
:is(.dark .dark\:text-violet-700\/75) {
  color: rgb(109 40 217 / 0.75);
}
:is(.dark .dark\:text-violet-700\/80) {
  color: rgb(109 40 217 / 0.8);
}
:is(.dark .dark\:text-violet-700\/90) {
  color: rgb(109 40 217 / 0.9);
}
:is(.dark .dark\:text-violet-700\/95) {
  color: rgb(109 40 217 / 0.95);
}
:is(.dark .dark\:text-violet-800) {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-800\/0) {
  color: rgb(91 33 182 / 0);
}
:is(.dark .dark\:text-violet-800\/10) {
  color: rgb(91 33 182 / 0.1);
}
:is(.dark .dark\:text-violet-800\/100) {
  color: rgb(91 33 182 / 1);
}
:is(.dark .dark\:text-violet-800\/20) {
  color: rgb(91 33 182 / 0.2);
}
:is(.dark .dark\:text-violet-800\/25) {
  color: rgb(91 33 182 / 0.25);
}
:is(.dark .dark\:text-violet-800\/30) {
  color: rgb(91 33 182 / 0.3);
}
:is(.dark .dark\:text-violet-800\/40) {
  color: rgb(91 33 182 / 0.4);
}
:is(.dark .dark\:text-violet-800\/5) {
  color: rgb(91 33 182 / 0.05);
}
:is(.dark .dark\:text-violet-800\/50) {
  color: rgb(91 33 182 / 0.5);
}
:is(.dark .dark\:text-violet-800\/60) {
  color: rgb(91 33 182 / 0.6);
}
:is(.dark .dark\:text-violet-800\/70) {
  color: rgb(91 33 182 / 0.7);
}
:is(.dark .dark\:text-violet-800\/75) {
  color: rgb(91 33 182 / 0.75);
}
:is(.dark .dark\:text-violet-800\/80) {
  color: rgb(91 33 182 / 0.8);
}
:is(.dark .dark\:text-violet-800\/90) {
  color: rgb(91 33 182 / 0.9);
}
:is(.dark .dark\:text-violet-800\/95) {
  color: rgb(91 33 182 / 0.95);
}
:is(.dark .dark\:text-violet-900) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-900\/0) {
  color: rgb(76 29 149 / 0);
}
:is(.dark .dark\:text-violet-900\/10) {
  color: rgb(76 29 149 / 0.1);
}
:is(.dark .dark\:text-violet-900\/100) {
  color: rgb(76 29 149 / 1);
}
:is(.dark .dark\:text-violet-900\/20) {
  color: rgb(76 29 149 / 0.2);
}
:is(.dark .dark\:text-violet-900\/25) {
  color: rgb(76 29 149 / 0.25);
}
:is(.dark .dark\:text-violet-900\/30) {
  color: rgb(76 29 149 / 0.3);
}
:is(.dark .dark\:text-violet-900\/40) {
  color: rgb(76 29 149 / 0.4);
}
:is(.dark .dark\:text-violet-900\/5) {
  color: rgb(76 29 149 / 0.05);
}
:is(.dark .dark\:text-violet-900\/50) {
  color: rgb(76 29 149 / 0.5);
}
:is(.dark .dark\:text-violet-900\/60) {
  color: rgb(76 29 149 / 0.6);
}
:is(.dark .dark\:text-violet-900\/70) {
  color: rgb(76 29 149 / 0.7);
}
:is(.dark .dark\:text-violet-900\/75) {
  color: rgb(76 29 149 / 0.75);
}
:is(.dark .dark\:text-violet-900\/80) {
  color: rgb(76 29 149 / 0.8);
}
:is(.dark .dark\:text-violet-900\/90) {
  color: rgb(76 29 149 / 0.9);
}
:is(.dark .dark\:text-violet-900\/95) {
  color: rgb(76 29 149 / 0.95);
}
:is(.dark .dark\:text-violet-950) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-violet-950\/0) {
  color: rgb(46 16 101 / 0);
}
:is(.dark .dark\:text-violet-950\/10) {
  color: rgb(46 16 101 / 0.1);
}
:is(.dark .dark\:text-violet-950\/100) {
  color: rgb(46 16 101 / 1);
}
:is(.dark .dark\:text-violet-950\/20) {
  color: rgb(46 16 101 / 0.2);
}
:is(.dark .dark\:text-violet-950\/25) {
  color: rgb(46 16 101 / 0.25);
}
:is(.dark .dark\:text-violet-950\/30) {
  color: rgb(46 16 101 / 0.3);
}
:is(.dark .dark\:text-violet-950\/40) {
  color: rgb(46 16 101 / 0.4);
}
:is(.dark .dark\:text-violet-950\/5) {
  color: rgb(46 16 101 / 0.05);
}
:is(.dark .dark\:text-violet-950\/50) {
  color: rgb(46 16 101 / 0.5);
}
:is(.dark .dark\:text-violet-950\/60) {
  color: rgb(46 16 101 / 0.6);
}
:is(.dark .dark\:text-violet-950\/70) {
  color: rgb(46 16 101 / 0.7);
}
:is(.dark .dark\:text-violet-950\/75) {
  color: rgb(46 16 101 / 0.75);
}
:is(.dark .dark\:text-violet-950\/80) {
  color: rgb(46 16 101 / 0.8);
}
:is(.dark .dark\:text-violet-950\/90) {
  color: rgb(46 16 101 / 0.9);
}
:is(.dark .dark\:text-violet-950\/95) {
  color: rgb(46 16 101 / 0.95);
}
:is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-100) {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-100\/0) {
  color: rgb(254 249 195 / 0);
}
:is(.dark .dark\:text-yellow-100\/10) {
  color: rgb(254 249 195 / 0.1);
}
:is(.dark .dark\:text-yellow-100\/100) {
  color: rgb(254 249 195 / 1);
}
:is(.dark .dark\:text-yellow-100\/20) {
  color: rgb(254 249 195 / 0.2);
}
:is(.dark .dark\:text-yellow-100\/25) {
  color: rgb(254 249 195 / 0.25);
}
:is(.dark .dark\:text-yellow-100\/30) {
  color: rgb(254 249 195 / 0.3);
}
:is(.dark .dark\:text-yellow-100\/40) {
  color: rgb(254 249 195 / 0.4);
}
:is(.dark .dark\:text-yellow-100\/5) {
  color: rgb(254 249 195 / 0.05);
}
:is(.dark .dark\:text-yellow-100\/50) {
  color: rgb(254 249 195 / 0.5);
}
:is(.dark .dark\:text-yellow-100\/60) {
  color: rgb(254 249 195 / 0.6);
}
:is(.dark .dark\:text-yellow-100\/70) {
  color: rgb(254 249 195 / 0.7);
}
:is(.dark .dark\:text-yellow-100\/75) {
  color: rgb(254 249 195 / 0.75);
}
:is(.dark .dark\:text-yellow-100\/80) {
  color: rgb(254 249 195 / 0.8);
}
:is(.dark .dark\:text-yellow-100\/90) {
  color: rgb(254 249 195 / 0.9);
}
:is(.dark .dark\:text-yellow-100\/95) {
  color: rgb(254 249 195 / 0.95);
}
:is(.dark .dark\:text-yellow-200) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-200\/0) {
  color: rgb(254 240 138 / 0);
}
:is(.dark .dark\:text-yellow-200\/10) {
  color: rgb(254 240 138 / 0.1);
}
:is(.dark .dark\:text-yellow-200\/100) {
  color: rgb(254 240 138 / 1);
}
:is(.dark .dark\:text-yellow-200\/20) {
  color: rgb(254 240 138 / 0.2);
}
:is(.dark .dark\:text-yellow-200\/25) {
  color: rgb(254 240 138 / 0.25);
}
:is(.dark .dark\:text-yellow-200\/30) {
  color: rgb(254 240 138 / 0.3);
}
:is(.dark .dark\:text-yellow-200\/40) {
  color: rgb(254 240 138 / 0.4);
}
:is(.dark .dark\:text-yellow-200\/5) {
  color: rgb(254 240 138 / 0.05);
}
:is(.dark .dark\:text-yellow-200\/50) {
  color: rgb(254 240 138 / 0.5);
}
:is(.dark .dark\:text-yellow-200\/60) {
  color: rgb(254 240 138 / 0.6);
}
:is(.dark .dark\:text-yellow-200\/70) {
  color: rgb(254 240 138 / 0.7);
}
:is(.dark .dark\:text-yellow-200\/75) {
  color: rgb(254 240 138 / 0.75);
}
:is(.dark .dark\:text-yellow-200\/80) {
  color: rgb(254 240 138 / 0.8);
}
:is(.dark .dark\:text-yellow-200\/90) {
  color: rgb(254 240 138 / 0.9);
}
:is(.dark .dark\:text-yellow-200\/95) {
  color: rgb(254 240 138 / 0.95);
}
:is(.dark .dark\:text-yellow-300) {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-300\/0) {
  color: rgb(253 224 71 / 0);
}
:is(.dark .dark\:text-yellow-300\/10) {
  color: rgb(253 224 71 / 0.1);
}
:is(.dark .dark\:text-yellow-300\/100) {
  color: rgb(253 224 71 / 1);
}
:is(.dark .dark\:text-yellow-300\/20) {
  color: rgb(253 224 71 / 0.2);
}
:is(.dark .dark\:text-yellow-300\/25) {
  color: rgb(253 224 71 / 0.25);
}
:is(.dark .dark\:text-yellow-300\/30) {
  color: rgb(253 224 71 / 0.3);
}
:is(.dark .dark\:text-yellow-300\/40) {
  color: rgb(253 224 71 / 0.4);
}
:is(.dark .dark\:text-yellow-300\/5) {
  color: rgb(253 224 71 / 0.05);
}
:is(.dark .dark\:text-yellow-300\/50) {
  color: rgb(253 224 71 / 0.5);
}
:is(.dark .dark\:text-yellow-300\/60) {
  color: rgb(253 224 71 / 0.6);
}
:is(.dark .dark\:text-yellow-300\/70) {
  color: rgb(253 224 71 / 0.7);
}
:is(.dark .dark\:text-yellow-300\/75) {
  color: rgb(253 224 71 / 0.75);
}
:is(.dark .dark\:text-yellow-300\/80) {
  color: rgb(253 224 71 / 0.8);
}
:is(.dark .dark\:text-yellow-300\/90) {
  color: rgb(253 224 71 / 0.9);
}
:is(.dark .dark\:text-yellow-300\/95) {
  color: rgb(253 224 71 / 0.95);
}
:is(.dark .dark\:text-yellow-400) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-400\/0) {
  color: rgb(250 204 21 / 0);
}
:is(.dark .dark\:text-yellow-400\/10) {
  color: rgb(250 204 21 / 0.1);
}
:is(.dark .dark\:text-yellow-400\/100) {
  color: rgb(250 204 21 / 1);
}
:is(.dark .dark\:text-yellow-400\/20) {
  color: rgb(250 204 21 / 0.2);
}
:is(.dark .dark\:text-yellow-400\/25) {
  color: rgb(250 204 21 / 0.25);
}
:is(.dark .dark\:text-yellow-400\/30) {
  color: rgb(250 204 21 / 0.3);
}
:is(.dark .dark\:text-yellow-400\/40) {
  color: rgb(250 204 21 / 0.4);
}
:is(.dark .dark\:text-yellow-400\/5) {
  color: rgb(250 204 21 / 0.05);
}
:is(.dark .dark\:text-yellow-400\/50) {
  color: rgb(250 204 21 / 0.5);
}
:is(.dark .dark\:text-yellow-400\/60) {
  color: rgb(250 204 21 / 0.6);
}
:is(.dark .dark\:text-yellow-400\/70) {
  color: rgb(250 204 21 / 0.7);
}
:is(.dark .dark\:text-yellow-400\/75) {
  color: rgb(250 204 21 / 0.75);
}
:is(.dark .dark\:text-yellow-400\/80) {
  color: rgb(250 204 21 / 0.8);
}
:is(.dark .dark\:text-yellow-400\/90) {
  color: rgb(250 204 21 / 0.9);
}
:is(.dark .dark\:text-yellow-400\/95) {
  color: rgb(250 204 21 / 0.95);
}
:is(.dark .dark\:text-yellow-50) {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-50\/0) {
  color: rgb(254 252 232 / 0);
}
:is(.dark .dark\:text-yellow-50\/10) {
  color: rgb(254 252 232 / 0.1);
}
:is(.dark .dark\:text-yellow-50\/100) {
  color: rgb(254 252 232 / 1);
}
:is(.dark .dark\:text-yellow-50\/20) {
  color: rgb(254 252 232 / 0.2);
}
:is(.dark .dark\:text-yellow-50\/25) {
  color: rgb(254 252 232 / 0.25);
}
:is(.dark .dark\:text-yellow-50\/30) {
  color: rgb(254 252 232 / 0.3);
}
:is(.dark .dark\:text-yellow-50\/40) {
  color: rgb(254 252 232 / 0.4);
}
:is(.dark .dark\:text-yellow-50\/5) {
  color: rgb(254 252 232 / 0.05);
}
:is(.dark .dark\:text-yellow-50\/50) {
  color: rgb(254 252 232 / 0.5);
}
:is(.dark .dark\:text-yellow-50\/60) {
  color: rgb(254 252 232 / 0.6);
}
:is(.dark .dark\:text-yellow-50\/70) {
  color: rgb(254 252 232 / 0.7);
}
:is(.dark .dark\:text-yellow-50\/75) {
  color: rgb(254 252 232 / 0.75);
}
:is(.dark .dark\:text-yellow-50\/80) {
  color: rgb(254 252 232 / 0.8);
}
:is(.dark .dark\:text-yellow-50\/90) {
  color: rgb(254 252 232 / 0.9);
}
:is(.dark .dark\:text-yellow-50\/95) {
  color: rgb(254 252 232 / 0.95);
}
:is(.dark .dark\:text-yellow-500) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-500\/0) {
  color: rgb(234 179 8 / 0);
}
:is(.dark .dark\:text-yellow-500\/10) {
  color: rgb(234 179 8 / 0.1);
}
:is(.dark .dark\:text-yellow-500\/100) {
  color: rgb(234 179 8 / 1);
}
:is(.dark .dark\:text-yellow-500\/20) {
  color: rgb(234 179 8 / 0.2);
}
:is(.dark .dark\:text-yellow-500\/25) {
  color: rgb(234 179 8 / 0.25);
}
:is(.dark .dark\:text-yellow-500\/30) {
  color: rgb(234 179 8 / 0.3);
}
:is(.dark .dark\:text-yellow-500\/40) {
  color: rgb(234 179 8 / 0.4);
}
:is(.dark .dark\:text-yellow-500\/5) {
  color: rgb(234 179 8 / 0.05);
}
:is(.dark .dark\:text-yellow-500\/50) {
  color: rgb(234 179 8 / 0.5);
}
:is(.dark .dark\:text-yellow-500\/60) {
  color: rgb(234 179 8 / 0.6);
}
:is(.dark .dark\:text-yellow-500\/70) {
  color: rgb(234 179 8 / 0.7);
}
:is(.dark .dark\:text-yellow-500\/75) {
  color: rgb(234 179 8 / 0.75);
}
:is(.dark .dark\:text-yellow-500\/80) {
  color: rgb(234 179 8 / 0.8);
}
:is(.dark .dark\:text-yellow-500\/90) {
  color: rgb(234 179 8 / 0.9);
}
:is(.dark .dark\:text-yellow-500\/95) {
  color: rgb(234 179 8 / 0.95);
}
:is(.dark .dark\:text-yellow-600) {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-600\/0) {
  color: rgb(202 138 4 / 0);
}
:is(.dark .dark\:text-yellow-600\/10) {
  color: rgb(202 138 4 / 0.1);
}
:is(.dark .dark\:text-yellow-600\/100) {
  color: rgb(202 138 4 / 1);
}
:is(.dark .dark\:text-yellow-600\/20) {
  color: rgb(202 138 4 / 0.2);
}
:is(.dark .dark\:text-yellow-600\/25) {
  color: rgb(202 138 4 / 0.25);
}
:is(.dark .dark\:text-yellow-600\/30) {
  color: rgb(202 138 4 / 0.3);
}
:is(.dark .dark\:text-yellow-600\/40) {
  color: rgb(202 138 4 / 0.4);
}
:is(.dark .dark\:text-yellow-600\/5) {
  color: rgb(202 138 4 / 0.05);
}
:is(.dark .dark\:text-yellow-600\/50) {
  color: rgb(202 138 4 / 0.5);
}
:is(.dark .dark\:text-yellow-600\/60) {
  color: rgb(202 138 4 / 0.6);
}
:is(.dark .dark\:text-yellow-600\/70) {
  color: rgb(202 138 4 / 0.7);
}
:is(.dark .dark\:text-yellow-600\/75) {
  color: rgb(202 138 4 / 0.75);
}
:is(.dark .dark\:text-yellow-600\/80) {
  color: rgb(202 138 4 / 0.8);
}
:is(.dark .dark\:text-yellow-600\/90) {
  color: rgb(202 138 4 / 0.9);
}
:is(.dark .dark\:text-yellow-600\/95) {
  color: rgb(202 138 4 / 0.95);
}
:is(.dark .dark\:text-yellow-700) {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-700\/0) {
  color: rgb(161 98 7 / 0);
}
:is(.dark .dark\:text-yellow-700\/10) {
  color: rgb(161 98 7 / 0.1);
}
:is(.dark .dark\:text-yellow-700\/100) {
  color: rgb(161 98 7 / 1);
}
:is(.dark .dark\:text-yellow-700\/20) {
  color: rgb(161 98 7 / 0.2);
}
:is(.dark .dark\:text-yellow-700\/25) {
  color: rgb(161 98 7 / 0.25);
}
:is(.dark .dark\:text-yellow-700\/30) {
  color: rgb(161 98 7 / 0.3);
}
:is(.dark .dark\:text-yellow-700\/40) {
  color: rgb(161 98 7 / 0.4);
}
:is(.dark .dark\:text-yellow-700\/5) {
  color: rgb(161 98 7 / 0.05);
}
:is(.dark .dark\:text-yellow-700\/50) {
  color: rgb(161 98 7 / 0.5);
}
:is(.dark .dark\:text-yellow-700\/60) {
  color: rgb(161 98 7 / 0.6);
}
:is(.dark .dark\:text-yellow-700\/70) {
  color: rgb(161 98 7 / 0.7);
}
:is(.dark .dark\:text-yellow-700\/75) {
  color: rgb(161 98 7 / 0.75);
}
:is(.dark .dark\:text-yellow-700\/80) {
  color: rgb(161 98 7 / 0.8);
}
:is(.dark .dark\:text-yellow-700\/90) {
  color: rgb(161 98 7 / 0.9);
}
:is(.dark .dark\:text-yellow-700\/95) {
  color: rgb(161 98 7 / 0.95);
}
:is(.dark .dark\:text-yellow-800) {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-800\/0) {
  color: rgb(133 77 14 / 0);
}
:is(.dark .dark\:text-yellow-800\/10) {
  color: rgb(133 77 14 / 0.1);
}
:is(.dark .dark\:text-yellow-800\/100) {
  color: rgb(133 77 14 / 1);
}
:is(.dark .dark\:text-yellow-800\/20) {
  color: rgb(133 77 14 / 0.2);
}
:is(.dark .dark\:text-yellow-800\/25) {
  color: rgb(133 77 14 / 0.25);
}
:is(.dark .dark\:text-yellow-800\/30) {
  color: rgb(133 77 14 / 0.3);
}
:is(.dark .dark\:text-yellow-800\/40) {
  color: rgb(133 77 14 / 0.4);
}
:is(.dark .dark\:text-yellow-800\/5) {
  color: rgb(133 77 14 / 0.05);
}
:is(.dark .dark\:text-yellow-800\/50) {
  color: rgb(133 77 14 / 0.5);
}
:is(.dark .dark\:text-yellow-800\/60) {
  color: rgb(133 77 14 / 0.6);
}
:is(.dark .dark\:text-yellow-800\/70) {
  color: rgb(133 77 14 / 0.7);
}
:is(.dark .dark\:text-yellow-800\/75) {
  color: rgb(133 77 14 / 0.75);
}
:is(.dark .dark\:text-yellow-800\/80) {
  color: rgb(133 77 14 / 0.8);
}
:is(.dark .dark\:text-yellow-800\/90) {
  color: rgb(133 77 14 / 0.9);
}
:is(.dark .dark\:text-yellow-800\/95) {
  color: rgb(133 77 14 / 0.95);
}
:is(.dark .dark\:text-yellow-900) {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-900\/0) {
  color: rgb(113 63 18 / 0);
}
:is(.dark .dark\:text-yellow-900\/10) {
  color: rgb(113 63 18 / 0.1);
}
:is(.dark .dark\:text-yellow-900\/100) {
  color: rgb(113 63 18 / 1);
}
:is(.dark .dark\:text-yellow-900\/20) {
  color: rgb(113 63 18 / 0.2);
}
:is(.dark .dark\:text-yellow-900\/25) {
  color: rgb(113 63 18 / 0.25);
}
:is(.dark .dark\:text-yellow-900\/30) {
  color: rgb(113 63 18 / 0.3);
}
:is(.dark .dark\:text-yellow-900\/40) {
  color: rgb(113 63 18 / 0.4);
}
:is(.dark .dark\:text-yellow-900\/5) {
  color: rgb(113 63 18 / 0.05);
}
:is(.dark .dark\:text-yellow-900\/50) {
  color: rgb(113 63 18 / 0.5);
}
:is(.dark .dark\:text-yellow-900\/60) {
  color: rgb(113 63 18 / 0.6);
}
:is(.dark .dark\:text-yellow-900\/70) {
  color: rgb(113 63 18 / 0.7);
}
:is(.dark .dark\:text-yellow-900\/75) {
  color: rgb(113 63 18 / 0.75);
}
:is(.dark .dark\:text-yellow-900\/80) {
  color: rgb(113 63 18 / 0.8);
}
:is(.dark .dark\:text-yellow-900\/90) {
  color: rgb(113 63 18 / 0.9);
}
:is(.dark .dark\:text-yellow-900\/95) {
  color: rgb(113 63 18 / 0.95);
}
:is(.dark .dark\:text-yellow-950) {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-yellow-950\/0) {
  color: rgb(66 32 6 / 0);
}
:is(.dark .dark\:text-yellow-950\/10) {
  color: rgb(66 32 6 / 0.1);
}
:is(.dark .dark\:text-yellow-950\/100) {
  color: rgb(66 32 6 / 1);
}
:is(.dark .dark\:text-yellow-950\/20) {
  color: rgb(66 32 6 / 0.2);
}
:is(.dark .dark\:text-yellow-950\/25) {
  color: rgb(66 32 6 / 0.25);
}
:is(.dark .dark\:text-yellow-950\/30) {
  color: rgb(66 32 6 / 0.3);
}
:is(.dark .dark\:text-yellow-950\/40) {
  color: rgb(66 32 6 / 0.4);
}
:is(.dark .dark\:text-yellow-950\/5) {
  color: rgb(66 32 6 / 0.05);
}
:is(.dark .dark\:text-yellow-950\/50) {
  color: rgb(66 32 6 / 0.5);
}
:is(.dark .dark\:text-yellow-950\/60) {
  color: rgb(66 32 6 / 0.6);
}
:is(.dark .dark\:text-yellow-950\/70) {
  color: rgb(66 32 6 / 0.7);
}
:is(.dark .dark\:text-yellow-950\/75) {
  color: rgb(66 32 6 / 0.75);
}
:is(.dark .dark\:text-yellow-950\/80) {
  color: rgb(66 32 6 / 0.8);
}
:is(.dark .dark\:text-yellow-950\/90) {
  color: rgb(66 32 6 / 0.9);
}
:is(.dark .dark\:text-yellow-950\/95) {
  color: rgb(66 32 6 / 0.95);
}
:is(.dark .dark\:text-zinc-100) {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-100\/0) {
  color: rgb(244 244 245 / 0);
}
:is(.dark .dark\:text-zinc-100\/10) {
  color: rgb(244 244 245 / 0.1);
}
:is(.dark .dark\:text-zinc-100\/100) {
  color: rgb(244 244 245 / 1);
}
:is(.dark .dark\:text-zinc-100\/20) {
  color: rgb(244 244 245 / 0.2);
}
:is(.dark .dark\:text-zinc-100\/25) {
  color: rgb(244 244 245 / 0.25);
}
:is(.dark .dark\:text-zinc-100\/30) {
  color: rgb(244 244 245 / 0.3);
}
:is(.dark .dark\:text-zinc-100\/40) {
  color: rgb(244 244 245 / 0.4);
}
:is(.dark .dark\:text-zinc-100\/5) {
  color: rgb(244 244 245 / 0.05);
}
:is(.dark .dark\:text-zinc-100\/50) {
  color: rgb(244 244 245 / 0.5);
}
:is(.dark .dark\:text-zinc-100\/60) {
  color: rgb(244 244 245 / 0.6);
}
:is(.dark .dark\:text-zinc-100\/70) {
  color: rgb(244 244 245 / 0.7);
}
:is(.dark .dark\:text-zinc-100\/75) {
  color: rgb(244 244 245 / 0.75);
}
:is(.dark .dark\:text-zinc-100\/80) {
  color: rgb(244 244 245 / 0.8);
}
:is(.dark .dark\:text-zinc-100\/90) {
  color: rgb(244 244 245 / 0.9);
}
:is(.dark .dark\:text-zinc-100\/95) {
  color: rgb(244 244 245 / 0.95);
}
:is(.dark .dark\:text-zinc-200) {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-200\/0) {
  color: rgb(228 228 231 / 0);
}
:is(.dark .dark\:text-zinc-200\/10) {
  color: rgb(228 228 231 / 0.1);
}
:is(.dark .dark\:text-zinc-200\/100) {
  color: rgb(228 228 231 / 1);
}
:is(.dark .dark\:text-zinc-200\/20) {
  color: rgb(228 228 231 / 0.2);
}
:is(.dark .dark\:text-zinc-200\/25) {
  color: rgb(228 228 231 / 0.25);
}
:is(.dark .dark\:text-zinc-200\/30) {
  color: rgb(228 228 231 / 0.3);
}
:is(.dark .dark\:text-zinc-200\/40) {
  color: rgb(228 228 231 / 0.4);
}
:is(.dark .dark\:text-zinc-200\/5) {
  color: rgb(228 228 231 / 0.05);
}
:is(.dark .dark\:text-zinc-200\/50) {
  color: rgb(228 228 231 / 0.5);
}
:is(.dark .dark\:text-zinc-200\/60) {
  color: rgb(228 228 231 / 0.6);
}
:is(.dark .dark\:text-zinc-200\/70) {
  color: rgb(228 228 231 / 0.7);
}
:is(.dark .dark\:text-zinc-200\/75) {
  color: rgb(228 228 231 / 0.75);
}
:is(.dark .dark\:text-zinc-200\/80) {
  color: rgb(228 228 231 / 0.8);
}
:is(.dark .dark\:text-zinc-200\/90) {
  color: rgb(228 228 231 / 0.9);
}
:is(.dark .dark\:text-zinc-200\/95) {
  color: rgb(228 228 231 / 0.95);
}
:is(.dark .dark\:text-zinc-300) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-300\/0) {
  color: rgb(212 212 216 / 0);
}
:is(.dark .dark\:text-zinc-300\/10) {
  color: rgb(212 212 216 / 0.1);
}
:is(.dark .dark\:text-zinc-300\/100) {
  color: rgb(212 212 216 / 1);
}
:is(.dark .dark\:text-zinc-300\/20) {
  color: rgb(212 212 216 / 0.2);
}
:is(.dark .dark\:text-zinc-300\/25) {
  color: rgb(212 212 216 / 0.25);
}
:is(.dark .dark\:text-zinc-300\/30) {
  color: rgb(212 212 216 / 0.3);
}
:is(.dark .dark\:text-zinc-300\/40) {
  color: rgb(212 212 216 / 0.4);
}
:is(.dark .dark\:text-zinc-300\/5) {
  color: rgb(212 212 216 / 0.05);
}
:is(.dark .dark\:text-zinc-300\/50) {
  color: rgb(212 212 216 / 0.5);
}
:is(.dark .dark\:text-zinc-300\/60) {
  color: rgb(212 212 216 / 0.6);
}
:is(.dark .dark\:text-zinc-300\/70) {
  color: rgb(212 212 216 / 0.7);
}
:is(.dark .dark\:text-zinc-300\/75) {
  color: rgb(212 212 216 / 0.75);
}
:is(.dark .dark\:text-zinc-300\/80) {
  color: rgb(212 212 216 / 0.8);
}
:is(.dark .dark\:text-zinc-300\/90) {
  color: rgb(212 212 216 / 0.9);
}
:is(.dark .dark\:text-zinc-300\/95) {
  color: rgb(212 212 216 / 0.95);
}
:is(.dark .dark\:text-zinc-400) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-400\/0) {
  color: rgb(161 161 170 / 0);
}
:is(.dark .dark\:text-zinc-400\/10) {
  color: rgb(161 161 170 / 0.1);
}
:is(.dark .dark\:text-zinc-400\/100) {
  color: rgb(161 161 170 / 1);
}
:is(.dark .dark\:text-zinc-400\/20) {
  color: rgb(161 161 170 / 0.2);
}
:is(.dark .dark\:text-zinc-400\/25) {
  color: rgb(161 161 170 / 0.25);
}
:is(.dark .dark\:text-zinc-400\/30) {
  color: rgb(161 161 170 / 0.3);
}
:is(.dark .dark\:text-zinc-400\/40) {
  color: rgb(161 161 170 / 0.4);
}
:is(.dark .dark\:text-zinc-400\/5) {
  color: rgb(161 161 170 / 0.05);
}
:is(.dark .dark\:text-zinc-400\/50) {
  color: rgb(161 161 170 / 0.5);
}
:is(.dark .dark\:text-zinc-400\/60) {
  color: rgb(161 161 170 / 0.6);
}
:is(.dark .dark\:text-zinc-400\/70) {
  color: rgb(161 161 170 / 0.7);
}
:is(.dark .dark\:text-zinc-400\/75) {
  color: rgb(161 161 170 / 0.75);
}
:is(.dark .dark\:text-zinc-400\/80) {
  color: rgb(161 161 170 / 0.8);
}
:is(.dark .dark\:text-zinc-400\/90) {
  color: rgb(161 161 170 / 0.9);
}
:is(.dark .dark\:text-zinc-400\/95) {
  color: rgb(161 161 170 / 0.95);
}
:is(.dark .dark\:text-zinc-50) {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-50\/0) {
  color: rgb(250 250 250 / 0);
}
:is(.dark .dark\:text-zinc-50\/10) {
  color: rgb(250 250 250 / 0.1);
}
:is(.dark .dark\:text-zinc-50\/100) {
  color: rgb(250 250 250 / 1);
}
:is(.dark .dark\:text-zinc-50\/20) {
  color: rgb(250 250 250 / 0.2);
}
:is(.dark .dark\:text-zinc-50\/25) {
  color: rgb(250 250 250 / 0.25);
}
:is(.dark .dark\:text-zinc-50\/30) {
  color: rgb(250 250 250 / 0.3);
}
:is(.dark .dark\:text-zinc-50\/40) {
  color: rgb(250 250 250 / 0.4);
}
:is(.dark .dark\:text-zinc-50\/5) {
  color: rgb(250 250 250 / 0.05);
}
:is(.dark .dark\:text-zinc-50\/50) {
  color: rgb(250 250 250 / 0.5);
}
:is(.dark .dark\:text-zinc-50\/60) {
  color: rgb(250 250 250 / 0.6);
}
:is(.dark .dark\:text-zinc-50\/70) {
  color: rgb(250 250 250 / 0.7);
}
:is(.dark .dark\:text-zinc-50\/75) {
  color: rgb(250 250 250 / 0.75);
}
:is(.dark .dark\:text-zinc-50\/80) {
  color: rgb(250 250 250 / 0.8);
}
:is(.dark .dark\:text-zinc-50\/90) {
  color: rgb(250 250 250 / 0.9);
}
:is(.dark .dark\:text-zinc-50\/95) {
  color: rgb(250 250 250 / 0.95);
}
:is(.dark .dark\:text-zinc-500) {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-500\/0) {
  color: rgb(113 113 122 / 0);
}
:is(.dark .dark\:text-zinc-500\/10) {
  color: rgb(113 113 122 / 0.1);
}
:is(.dark .dark\:text-zinc-500\/100) {
  color: rgb(113 113 122 / 1);
}
:is(.dark .dark\:text-zinc-500\/20) {
  color: rgb(113 113 122 / 0.2);
}
:is(.dark .dark\:text-zinc-500\/25) {
  color: rgb(113 113 122 / 0.25);
}
:is(.dark .dark\:text-zinc-500\/30) {
  color: rgb(113 113 122 / 0.3);
}
:is(.dark .dark\:text-zinc-500\/40) {
  color: rgb(113 113 122 / 0.4);
}
:is(.dark .dark\:text-zinc-500\/5) {
  color: rgb(113 113 122 / 0.05);
}
:is(.dark .dark\:text-zinc-500\/50) {
  color: rgb(113 113 122 / 0.5);
}
:is(.dark .dark\:text-zinc-500\/60) {
  color: rgb(113 113 122 / 0.6);
}
:is(.dark .dark\:text-zinc-500\/70) {
  color: rgb(113 113 122 / 0.7);
}
:is(.dark .dark\:text-zinc-500\/75) {
  color: rgb(113 113 122 / 0.75);
}
:is(.dark .dark\:text-zinc-500\/80) {
  color: rgb(113 113 122 / 0.8);
}
:is(.dark .dark\:text-zinc-500\/90) {
  color: rgb(113 113 122 / 0.9);
}
:is(.dark .dark\:text-zinc-500\/95) {
  color: rgb(113 113 122 / 0.95);
}
:is(.dark .dark\:text-zinc-600) {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-600\/0) {
  color: rgb(82 82 91 / 0);
}
:is(.dark .dark\:text-zinc-600\/10) {
  color: rgb(82 82 91 / 0.1);
}
:is(.dark .dark\:text-zinc-600\/100) {
  color: rgb(82 82 91 / 1);
}
:is(.dark .dark\:text-zinc-600\/20) {
  color: rgb(82 82 91 / 0.2);
}
:is(.dark .dark\:text-zinc-600\/25) {
  color: rgb(82 82 91 / 0.25);
}
:is(.dark .dark\:text-zinc-600\/30) {
  color: rgb(82 82 91 / 0.3);
}
:is(.dark .dark\:text-zinc-600\/40) {
  color: rgb(82 82 91 / 0.4);
}
:is(.dark .dark\:text-zinc-600\/5) {
  color: rgb(82 82 91 / 0.05);
}
:is(.dark .dark\:text-zinc-600\/50) {
  color: rgb(82 82 91 / 0.5);
}
:is(.dark .dark\:text-zinc-600\/60) {
  color: rgb(82 82 91 / 0.6);
}
:is(.dark .dark\:text-zinc-600\/70) {
  color: rgb(82 82 91 / 0.7);
}
:is(.dark .dark\:text-zinc-600\/75) {
  color: rgb(82 82 91 / 0.75);
}
:is(.dark .dark\:text-zinc-600\/80) {
  color: rgb(82 82 91 / 0.8);
}
:is(.dark .dark\:text-zinc-600\/90) {
  color: rgb(82 82 91 / 0.9);
}
:is(.dark .dark\:text-zinc-600\/95) {
  color: rgb(82 82 91 / 0.95);
}
:is(.dark .dark\:text-zinc-700) {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-700\/0) {
  color: rgb(63 63 70 / 0);
}
:is(.dark .dark\:text-zinc-700\/10) {
  color: rgb(63 63 70 / 0.1);
}
:is(.dark .dark\:text-zinc-700\/100) {
  color: rgb(63 63 70 / 1);
}
:is(.dark .dark\:text-zinc-700\/20) {
  color: rgb(63 63 70 / 0.2);
}
:is(.dark .dark\:text-zinc-700\/25) {
  color: rgb(63 63 70 / 0.25);
}
:is(.dark .dark\:text-zinc-700\/30) {
  color: rgb(63 63 70 / 0.3);
}
:is(.dark .dark\:text-zinc-700\/40) {
  color: rgb(63 63 70 / 0.4);
}
:is(.dark .dark\:text-zinc-700\/5) {
  color: rgb(63 63 70 / 0.05);
}
:is(.dark .dark\:text-zinc-700\/50) {
  color: rgb(63 63 70 / 0.5);
}
:is(.dark .dark\:text-zinc-700\/60) {
  color: rgb(63 63 70 / 0.6);
}
:is(.dark .dark\:text-zinc-700\/70) {
  color: rgb(63 63 70 / 0.7);
}
:is(.dark .dark\:text-zinc-700\/75) {
  color: rgb(63 63 70 / 0.75);
}
:is(.dark .dark\:text-zinc-700\/80) {
  color: rgb(63 63 70 / 0.8);
}
:is(.dark .dark\:text-zinc-700\/90) {
  color: rgb(63 63 70 / 0.9);
}
:is(.dark .dark\:text-zinc-700\/95) {
  color: rgb(63 63 70 / 0.95);
}
:is(.dark .dark\:text-zinc-800) {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-800\/0) {
  color: rgb(39 39 42 / 0);
}
:is(.dark .dark\:text-zinc-800\/10) {
  color: rgb(39 39 42 / 0.1);
}
:is(.dark .dark\:text-zinc-800\/100) {
  color: rgb(39 39 42 / 1);
}
:is(.dark .dark\:text-zinc-800\/20) {
  color: rgb(39 39 42 / 0.2);
}
:is(.dark .dark\:text-zinc-800\/25) {
  color: rgb(39 39 42 / 0.25);
}
:is(.dark .dark\:text-zinc-800\/30) {
  color: rgb(39 39 42 / 0.3);
}
:is(.dark .dark\:text-zinc-800\/40) {
  color: rgb(39 39 42 / 0.4);
}
:is(.dark .dark\:text-zinc-800\/5) {
  color: rgb(39 39 42 / 0.05);
}
:is(.dark .dark\:text-zinc-800\/50) {
  color: rgb(39 39 42 / 0.5);
}
:is(.dark .dark\:text-zinc-800\/60) {
  color: rgb(39 39 42 / 0.6);
}
:is(.dark .dark\:text-zinc-800\/70) {
  color: rgb(39 39 42 / 0.7);
}
:is(.dark .dark\:text-zinc-800\/75) {
  color: rgb(39 39 42 / 0.75);
}
:is(.dark .dark\:text-zinc-800\/80) {
  color: rgb(39 39 42 / 0.8);
}
:is(.dark .dark\:text-zinc-800\/90) {
  color: rgb(39 39 42 / 0.9);
}
:is(.dark .dark\:text-zinc-800\/95) {
  color: rgb(39 39 42 / 0.95);
}
:is(.dark .dark\:text-zinc-900) {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-900\/0) {
  color: rgb(24 24 27 / 0);
}
:is(.dark .dark\:text-zinc-900\/10) {
  color: rgb(24 24 27 / 0.1);
}
:is(.dark .dark\:text-zinc-900\/100) {
  color: rgb(24 24 27 / 1);
}
:is(.dark .dark\:text-zinc-900\/20) {
  color: rgb(24 24 27 / 0.2);
}
:is(.dark .dark\:text-zinc-900\/25) {
  color: rgb(24 24 27 / 0.25);
}
:is(.dark .dark\:text-zinc-900\/30) {
  color: rgb(24 24 27 / 0.3);
}
:is(.dark .dark\:text-zinc-900\/40) {
  color: rgb(24 24 27 / 0.4);
}
:is(.dark .dark\:text-zinc-900\/5) {
  color: rgb(24 24 27 / 0.05);
}
:is(.dark .dark\:text-zinc-900\/50) {
  color: rgb(24 24 27 / 0.5);
}
:is(.dark .dark\:text-zinc-900\/60) {
  color: rgb(24 24 27 / 0.6);
}
:is(.dark .dark\:text-zinc-900\/70) {
  color: rgb(24 24 27 / 0.7);
}
:is(.dark .dark\:text-zinc-900\/75) {
  color: rgb(24 24 27 / 0.75);
}
:is(.dark .dark\:text-zinc-900\/80) {
  color: rgb(24 24 27 / 0.8);
}
:is(.dark .dark\:text-zinc-900\/90) {
  color: rgb(24 24 27 / 0.9);
}
:is(.dark .dark\:text-zinc-900\/95) {
  color: rgb(24 24 27 / 0.95);
}
:is(.dark .dark\:text-zinc-950) {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-zinc-950\/0) {
  color: rgb(9 9 11 / 0);
}
:is(.dark .dark\:text-zinc-950\/10) {
  color: rgb(9 9 11 / 0.1);
}
:is(.dark .dark\:text-zinc-950\/100) {
  color: rgb(9 9 11 / 1);
}
:is(.dark .dark\:text-zinc-950\/20) {
  color: rgb(9 9 11 / 0.2);
}
:is(.dark .dark\:text-zinc-950\/25) {
  color: rgb(9 9 11 / 0.25);
}
:is(.dark .dark\:text-zinc-950\/30) {
  color: rgb(9 9 11 / 0.3);
}
:is(.dark .dark\:text-zinc-950\/40) {
  color: rgb(9 9 11 / 0.4);
}
:is(.dark .dark\:text-zinc-950\/5) {
  color: rgb(9 9 11 / 0.05);
}
:is(.dark .dark\:text-zinc-950\/50) {
  color: rgb(9 9 11 / 0.5);
}
:is(.dark .dark\:text-zinc-950\/60) {
  color: rgb(9 9 11 / 0.6);
}
:is(.dark .dark\:text-zinc-950\/70) {
  color: rgb(9 9 11 / 0.7);
}
:is(.dark .dark\:text-zinc-950\/75) {
  color: rgb(9 9 11 / 0.75);
}
:is(.dark .dark\:text-zinc-950\/80) {
  color: rgb(9 9 11 / 0.8);
}
:is(.dark .dark\:text-zinc-950\/90) {
  color: rgb(9 9 11 / 0.9);
}
:is(.dark .dark\:text-zinc-950\/95) {
  color: rgb(9 9 11 / 0.95);
}
:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:placeholder-gray-500)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:placeholder-gray-500)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:ring-offset-gray-800) {
  --tw-ring-offset-color: #1f2937;
}
:is(.dark .dark\:focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
:is(.dark .dark\:focus\:border-blue-600:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
:is(.dark .dark\:focus\:border-blue-700:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
:is(.dark .dark\:focus\:border-blue-800:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
:is(.dark .dark\:focus\:text-white:focus) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:focus\:placeholder-gray-600:focus)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:focus\:placeholder-gray-600:focus)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-blue-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-blue-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-gray-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-gray-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-gray-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-green-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-pink-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-primary-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
:is(.dark .dark\:focus\:ring-primary-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}
:is(.dark .group:hover .dark\:group-hover\:bg-gray-800\/60) {
  background-color: rgb(31 41 55 / 0.6);
}
:is(.dark .group:focus .dark\:group-focus\:ring-gray-800\/70) {
  --tw-ring-color: rgb(31 41 55 / 0.7);
}
:is(.dark .dark\:hover\:bg-blue-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-green-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-pink-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-primary-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:text-gray-200:hover) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:active\:bg-gray-700:active) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:active\:text-gray-300:active) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
@media print {

  .print\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .print\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .print\:overflow-x-hidden.scrollbar {
    overflow-x: hidden;
  }

  .print\:overflow-x-hidden.scrollbar-thin {
    overflow-x: hidden;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-bottom-px {
    bottom: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-top-px {
    top: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bottom-px {
    bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:top-px {
    top: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-m-px {
    margin: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:m-px {
    margin: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-ml-px {
    margin-left: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-mr-px {
    margin-right: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:ml-px {
    margin-left: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mr-px {
    margin-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-auto {
    margin-top: auto;
  }

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

  .sm\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

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

  .sm\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

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

  .sm\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .sm\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

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

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

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

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

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

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

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

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

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

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

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

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

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

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-\[60vh\] {
    min-height: 60vh;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

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

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

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

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

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

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

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

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

  .sm\:w-11 {
    width: 2.75rem;
  }

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

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

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

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

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

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

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

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

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

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

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

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

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

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

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

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

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

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

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

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

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

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

  .sm\:w-60 {
    width: 15rem;
  }

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

  .sm\:w-7 {
    width: 1.75rem;
  }

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

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:grow-0 {
    flex-grow: 0;
  }

  .sm\:-scroll-m-0 {
    scroll-margin: -0px;
  }

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

  .sm\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

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

  .sm\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .sm\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .sm\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .sm\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .sm\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .sm\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

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

  .sm\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .sm\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .sm\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .sm\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

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

  .sm\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .sm\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .sm\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .sm\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .sm\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .sm\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .sm\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .sm\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .sm\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .sm\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .sm\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .sm\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .sm\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .sm\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .sm\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .sm\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .sm\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .sm\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .sm\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .sm\:scroll-m-0 {
    scroll-margin: 0px;
  }

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

  .sm\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

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

  .sm\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .sm\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .sm\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .sm\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .sm\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .sm\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

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

  .sm\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .sm\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .sm\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .sm\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

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

  .sm\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .sm\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .sm\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .sm\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .sm\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .sm\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .sm\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .sm\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .sm\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .sm\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .sm\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .sm\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .sm\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .sm\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .sm\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .sm\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .sm\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .sm\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .sm\:scroll-m-px {
    scroll-margin: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .sm\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .sm\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .sm\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .sm\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .sm\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .sm\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .sm\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .sm\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .sm\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .sm\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .sm\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .sm\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .sm\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .sm\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .sm\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .sm\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .sm\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .sm\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .sm\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .sm\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .sm\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .sm\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .sm\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .sm\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .sm\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .sm\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .sm\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .sm\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .sm\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .sm\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .sm\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .sm\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .sm\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .sm\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .sm\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .sm\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .sm\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .sm\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .sm\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .sm\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .sm\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .sm\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .sm\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .sm\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .sm\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .sm\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .sm\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .sm\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .sm\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .sm\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .sm\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .sm\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .sm\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .sm\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .sm\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .sm\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .sm\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .sm\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .sm\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .sm\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .sm\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .sm\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .sm\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .sm\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .sm\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .sm\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .sm\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .sm\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .sm\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .sm\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .sm\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .sm\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .sm\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .sm\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .sm\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .sm\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .sm\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .sm\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .sm\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .sm\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .sm\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .sm\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .sm\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .sm\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .sm\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .sm\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .sm\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .sm\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .sm\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .sm\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .sm\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .sm\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .sm\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .sm\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .sm\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .sm\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .sm\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .sm\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .sm\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .sm\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .sm\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .sm\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .sm\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .sm\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .sm\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .sm\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .sm\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .sm\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .sm\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .sm\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .sm\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .sm\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .sm\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .sm\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .sm\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .sm\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .sm\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .sm\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .sm\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .sm\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .sm\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .sm\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .sm\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .sm\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .sm\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .sm\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .sm\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .sm\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .sm\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .sm\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .sm\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .sm\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .sm\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .sm\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .sm\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .sm\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .sm\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .sm\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .sm\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .sm\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .sm\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .sm\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .sm\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .sm\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .sm\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .sm\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .sm\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .sm\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .sm\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .sm\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .sm\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .sm\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .sm\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .sm\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .sm\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .sm\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .sm\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .sm\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .sm\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .sm\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .sm\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .sm\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .sm\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .sm\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .sm\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .sm\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .sm\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .sm\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .sm\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .sm\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .sm\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .sm\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .sm\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .sm\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .sm\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .sm\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .sm\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .sm\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .sm\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .sm\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .sm\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .sm\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .sm\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .sm\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .sm\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .sm\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .sm\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .sm\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .sm\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .sm\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .sm\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .sm\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .sm\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .sm\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .sm\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .sm\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .sm\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .sm\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .sm\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .sm\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .sm\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .sm\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .sm\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .sm\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .sm\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .sm\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .sm\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .sm\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .sm\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .sm\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .sm\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .sm\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .sm\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .sm\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .sm\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .sm\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .sm\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .sm\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .sm\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .sm\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .sm\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .sm\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .sm\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .sm\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .sm\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .sm\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .sm\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .sm\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .sm\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .sm\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .sm\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .sm\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .sm\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .sm\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .sm\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .sm\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .sm\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .sm\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .sm\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .sm\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .sm\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .sm\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .sm\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .sm\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .sm\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .sm\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .sm\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .sm\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .sm\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .sm\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .sm\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .sm\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .sm\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .sm\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .sm\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .sm\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .sm\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .sm\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .sm\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .sm\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .sm\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .sm\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .sm\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .sm\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .sm\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .sm\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .sm\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .sm\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .sm\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .sm\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .sm\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .sm\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .sm\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .sm\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .sm\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .sm\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .sm\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .sm\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .sm\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .sm\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .sm\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .sm\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .sm\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .sm\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .sm\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .sm\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .sm\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .sm\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .sm\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .sm\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .sm\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .sm\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .sm\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .sm\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .sm\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .sm\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .sm\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .sm\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .sm\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .sm\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .sm\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .sm\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .sm\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .sm\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .sm\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .sm\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .sm\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .sm\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .sm\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .sm\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .sm\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .sm\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .sm\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .sm\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .sm\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .sm\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .sm\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .sm\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .sm\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .sm\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .sm\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .sm\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .sm\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .sm\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .sm\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .sm\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .sm\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .sm\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .sm\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .sm\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .sm\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .sm\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .sm\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .sm\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .sm\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .sm\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .sm\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .sm\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .sm\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .sm\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .sm\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .sm\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .sm\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .sm\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .sm\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .sm\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .sm\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .sm\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .sm\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .sm\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .sm\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .sm\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .sm\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .sm\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .sm\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .sm\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .sm\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .sm\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .sm\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .sm\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .sm\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .sm\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .sm\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .sm\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .sm\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .sm\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .sm\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .sm\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .sm\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .sm\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .sm\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .sm\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .sm\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .sm\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .sm\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .sm\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .sm\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .sm\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .sm\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .sm\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .sm\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .sm\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .sm\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .sm\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .sm\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .sm\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .sm\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .sm\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .sm\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .sm\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .sm\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .sm\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .sm\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .sm\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .sm\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .sm\:scroll-p-px {
    scroll-padding: 1px;
  }

  .sm\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .sm\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .sm\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .sm\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .sm\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .sm\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .sm\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .sm\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .sm\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .sm\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .sm\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .sm\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .sm\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .sm\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .sm\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .sm\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .sm\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .sm\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .sm\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .sm\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .sm\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .sm\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .sm\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .sm\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .sm\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .sm\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .sm\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .sm\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .sm\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .sm\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .sm\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .sm\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .sm\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .sm\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .sm\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .sm\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .sm\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .sm\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .sm\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .sm\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .sm\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .sm\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .sm\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .sm\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .sm\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .sm\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .sm\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .sm\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .sm\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .sm\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .sm\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .sm\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .sm\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .sm\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .sm\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .sm\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .sm\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .sm\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .sm\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .sm\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .sm\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .sm\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .sm\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .sm\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .sm\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .sm\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .sm\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .sm\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .sm\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .sm\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .sm\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .sm\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .sm\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .sm\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .sm\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .sm\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .sm\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .sm\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .sm\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .sm\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .sm\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .sm\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .sm\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .sm\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .sm\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .sm\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .sm\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .sm\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .sm\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .sm\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .sm\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .sm\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .sm\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .sm\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .sm\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .sm\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .sm\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .sm\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .sm\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .sm\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .sm\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .sm\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .sm\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .sm\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .sm\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .sm\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .sm\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .sm\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .sm\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .sm\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .sm\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .sm\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .sm\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .sm\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .sm\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .sm\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .sm\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .sm\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .sm\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .sm\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .sm\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .sm\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .sm\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .sm\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .sm\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .sm\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .sm\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .sm\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .sm\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .sm\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .sm\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .sm\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .sm\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .sm\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .sm\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .sm\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .sm\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .sm\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .sm\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .sm\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .sm\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .sm\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .sm\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .sm\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .sm\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .sm\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .sm\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .sm\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .sm\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .sm\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .sm\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .sm\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .sm\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .sm\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .sm\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .sm\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .sm\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .sm\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .sm\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .sm\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .sm\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .sm\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .sm\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .sm\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .sm\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .sm\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\: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)));
  }

  .sm\: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));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .sm\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .sm\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .sm\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .sm\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .sm\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .sm\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .sm\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .sm\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .sm\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .sm\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .sm\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .sm\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .sm\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .sm\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .sm\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .sm\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .sm\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .sm\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .sm\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .sm\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .sm\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .sm\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .sm\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .sm\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .sm\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .sm\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .sm\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .sm\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .sm\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .sm\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .sm\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .sm\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .sm\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .sm\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .sm\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .sm\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .sm\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .sm\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .sm\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .sm\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .sm\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .sm\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .sm\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .sm\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .sm\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .sm\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .sm\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .sm\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .sm\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .sm\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .sm\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .sm\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .sm\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .sm\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .sm\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .sm\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .sm\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .sm\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .sm\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .sm\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .sm\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .sm\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .sm\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .sm\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .sm\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .sm\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .sm\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .sm\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .sm\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .sm\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .sm\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .sm\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .sm\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .sm\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .sm\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .sm\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .sm\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .sm\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .sm\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .sm\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .sm\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .sm\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .sm\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .sm\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .sm\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .sm\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .sm\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .sm\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .sm\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .sm\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .sm\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .sm\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .sm\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .sm\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .sm\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .sm\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .sm\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .sm\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .sm\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .sm\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .sm\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .sm\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .sm\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .sm\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .sm\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .sm\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .sm\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .sm\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .sm\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .sm\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .sm\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .sm\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .sm\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .sm\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .sm\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .sm\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .sm\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .sm\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .sm\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .sm\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .sm\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .sm\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .sm\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .sm\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .sm\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .sm\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .sm\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .sm\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .sm\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .sm\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .sm\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .sm\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .sm\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .sm\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .sm\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .sm\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .sm\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .sm\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .sm\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .sm\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .sm\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .sm\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .sm\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .sm\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .sm\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .sm\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .sm\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .sm\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .sm\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .sm\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .sm\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .sm\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .sm\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .sm\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .sm\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .sm\:rounded-4xl {
    border-radius: 2rem;
  }

  .sm\:rounded-5xl {
    border-radius: 2.5rem;
  }

  .sm\:rounded-6xl {
    border-radius: 3rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .sm\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .sm\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .sm\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .sm\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .sm\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .sm\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .sm\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .sm\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .sm\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .sm\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .sm\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .sm\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .sm\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .sm\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .sm\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .sm\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .sm\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .sm\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .sm\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .sm\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .sm\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .sm\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .sm\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .sm\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .sm\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .sm\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .sm\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .sm\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .sm\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .sm\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .sm\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .sm\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .sm\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .sm\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .sm\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .sm\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .sm\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .sm\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .sm\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .sm\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .sm\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .sm\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .sm\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .sm\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .sm\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .sm\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .sm\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .sm\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .sm\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .sm\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .sm\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .sm\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .sm\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .sm\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .sm\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .sm\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .sm\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .sm\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .sm\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .sm\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .sm\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .sm\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .sm\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .sm\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .sm\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .sm\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .sm\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .sm\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .sm\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .sm\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .sm\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .sm\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .sm\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .sm\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .sm\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .sm\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .sm\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .sm\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .sm\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .sm\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .sm\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .sm\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .sm\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .sm\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .sm\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .sm\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .sm\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .sm\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .sm\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .sm\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .sm\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .sm\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .sm\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .sm\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .sm\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .sm\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .sm\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .sm\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .sm\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .sm\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .sm\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .sm\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .sm\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .sm\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .sm\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .sm\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .sm\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .sm\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .sm\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .sm\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .sm\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .sm\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .sm\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .sm\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .sm\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .sm\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .sm\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .sm\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .sm\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .sm\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .sm\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .sm\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .sm\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .sm\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .sm\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .sm\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .sm\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .sm\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .sm\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .sm\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .sm\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .sm\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .sm\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .sm\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .sm\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .sm\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .sm\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .sm\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .sm\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .sm\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .sm\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .sm\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .sm\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .sm\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .sm\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .sm\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .sm\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .sm\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .sm\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .sm\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .sm\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .sm\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .sm\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .sm\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .sm\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .sm\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .sm\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .sm\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .sm\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .sm\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .sm\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .sm\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .sm\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .sm\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .sm\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .sm\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .sm\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .sm\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .sm\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .sm\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .sm\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .sm\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .sm\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .sm\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .sm\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .sm\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .sm\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .sm\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .sm\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .sm\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .sm\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .sm\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .sm\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .sm\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .sm\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .sm\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .sm\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .sm\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .sm\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .sm\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .sm\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .sm\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .sm\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .sm\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .sm\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .sm\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .sm\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .sm\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .sm\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .sm\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .sm\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .sm\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .sm\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .sm\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .sm\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .sm\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .sm\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .sm\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .sm\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .sm\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .sm\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .sm\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .sm\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .sm\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .sm\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .sm\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .sm\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .sm\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .sm\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .sm\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .sm\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .sm\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .sm\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .sm\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .sm\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .sm\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .sm\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .sm\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .sm\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .sm\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .sm\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .sm\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .sm\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .sm\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .sm\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .sm\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .sm\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .sm\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .sm\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .sm\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .sm\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .sm\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .sm\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .sm\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .sm\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .sm\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .sm\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .sm\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .sm\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .sm\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .sm\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .sm\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .sm\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .sm\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .sm\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .sm\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .sm\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .sm\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .sm\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .sm\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .sm\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .sm\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .sm\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .sm\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .sm\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .sm\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .sm\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .sm\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .sm\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .sm\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .sm\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .sm\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .sm\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .sm\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .sm\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .sm\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .sm\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .sm\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .sm\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .sm\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .sm\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .sm\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .sm\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .sm\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .sm\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .sm\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .sm\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .sm\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .sm\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .sm\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .sm\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .sm\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .sm\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .sm\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .sm\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .sm\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .sm\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .sm\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .sm\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .sm\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .sm\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .sm\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .sm\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .sm\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .sm\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .sm\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .sm\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .sm\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .sm\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .sm\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .sm\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .sm\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .sm\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .sm\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .sm\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .sm\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .sm\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .sm\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .sm\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .sm\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .sm\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .sm\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .sm\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .sm\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .sm\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .sm\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .sm\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .sm\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .sm\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .sm\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .sm\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .sm\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .sm\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .sm\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .sm\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .sm\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .sm\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .sm\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .sm\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .sm\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .sm\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .sm\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .sm\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .sm\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .sm\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .sm\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .sm\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .sm\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .sm\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .sm\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .sm\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .sm\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .sm\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .sm\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .sm\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .sm\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .sm\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .sm\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .sm\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .sm\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .sm\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .sm\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .sm\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .sm\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .sm\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .sm\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .sm\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .sm\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .sm\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .sm\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .sm\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .sm\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .sm\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .sm\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .sm\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .sm\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .sm\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .sm\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .sm\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .sm\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .sm\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .sm\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .sm\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .sm\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .sm\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .sm\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .sm\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .sm\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .sm\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .sm\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .sm\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .sm\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .sm\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .sm\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .sm\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .sm\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .sm\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .sm\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .sm\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .sm\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .sm\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .sm\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .sm\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .sm\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .sm\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .sm\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .sm\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .sm\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .sm\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .sm\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .sm\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .sm\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .sm\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .sm\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .sm\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .sm\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .sm\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .sm\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .sm\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .sm\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .sm\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .sm\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .sm\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .sm\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .sm\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .sm\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .sm\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .sm\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .sm\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .sm\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .sm\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .sm\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .sm\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .sm\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .sm\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .sm\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .sm\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .sm\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .sm\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .sm\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .sm\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .sm\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .sm\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .sm\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .sm\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .sm\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .sm\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .sm\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .sm\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .sm\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .sm\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .sm\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .sm\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .sm\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .sm\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .sm\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .sm\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .sm\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .sm\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .sm\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .sm\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .sm\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .sm\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .sm\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .sm\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .sm\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .sm\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .sm\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .sm\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .sm\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .sm\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .sm\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .sm\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .sm\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .sm\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .sm\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .sm\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .sm\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .sm\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .sm\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .sm\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .sm\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .sm\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .sm\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .sm\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .sm\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .sm\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .sm\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .sm\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .sm\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .sm\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .sm\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .sm\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .sm\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .sm\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .sm\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .sm\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .sm\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .sm\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .sm\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .sm\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .sm\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .sm\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .sm\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .sm\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .sm\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .sm\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .sm\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .sm\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .sm\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .sm\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .sm\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .sm\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .sm\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .sm\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .sm\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .sm\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .sm\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .sm\:fill-yellow-200 {
    fill: #fef08a;
  }

  .sm\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .sm\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .sm\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .sm\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .sm\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .sm\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .sm\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .sm\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .sm\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .sm\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .sm\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .sm\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .sm\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .sm\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .sm\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .sm\:fill-yellow-300 {
    fill: #fde047;
  }

  .sm\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .sm\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .sm\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .sm\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .sm\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .sm\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .sm\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .sm\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .sm\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .sm\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .sm\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .sm\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .sm\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .sm\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .sm\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .sm\:fill-yellow-400 {
    fill: #facc15;
  }

  .sm\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .sm\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .sm\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .sm\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .sm\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .sm\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .sm\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .sm\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .sm\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .sm\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .sm\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .sm\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .sm\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .sm\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .sm\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .sm\:fill-yellow-50 {
    fill: #fefce8;
  }

  .sm\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .sm\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .sm\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .sm\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .sm\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .sm\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .sm\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .sm\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .sm\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .sm\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .sm\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .sm\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .sm\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .sm\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .sm\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .sm\:fill-yellow-500 {
    fill: #eab308;
  }

  .sm\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .sm\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .sm\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .sm\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .sm\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .sm\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .sm\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .sm\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .sm\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .sm\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .sm\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .sm\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .sm\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .sm\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .sm\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .sm\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .sm\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .sm\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .sm\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .sm\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .sm\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .sm\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .sm\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .sm\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .sm\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .sm\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .sm\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .sm\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .sm\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .sm\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .sm\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .sm\:fill-yellow-700 {
    fill: #a16207;
  }

  .sm\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .sm\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .sm\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .sm\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .sm\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .sm\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .sm\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .sm\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .sm\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .sm\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .sm\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .sm\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .sm\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .sm\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .sm\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .sm\:fill-yellow-800 {
    fill: #854d0e;
  }

  .sm\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .sm\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .sm\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .sm\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .sm\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .sm\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .sm\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .sm\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .sm\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .sm\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .sm\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .sm\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .sm\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .sm\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .sm\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .sm\:fill-yellow-900 {
    fill: #713f12;
  }

  .sm\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .sm\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .sm\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .sm\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .sm\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .sm\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .sm\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .sm\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .sm\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .sm\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .sm\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .sm\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .sm\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .sm\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .sm\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .sm\:fill-yellow-950 {
    fill: #422006;
  }

  .sm\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .sm\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .sm\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .sm\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .sm\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .sm\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .sm\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .sm\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .sm\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .sm\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .sm\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .sm\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .sm\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .sm\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .sm\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .sm\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .sm\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .sm\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .sm\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .sm\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .sm\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .sm\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .sm\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .sm\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .sm\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .sm\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .sm\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .sm\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .sm\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .sm\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .sm\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .sm\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .sm\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .sm\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .sm\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .sm\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .sm\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .sm\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .sm\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .sm\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .sm\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .sm\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .sm\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .sm\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .sm\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .sm\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .sm\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .sm\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .sm\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .sm\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .sm\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .sm\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .sm\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .sm\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .sm\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .sm\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .sm\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .sm\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .sm\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .sm\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .sm\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .sm\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .sm\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .sm\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .sm\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .sm\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .sm\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .sm\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .sm\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .sm\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .sm\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .sm\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .sm\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .sm\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .sm\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .sm\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .sm\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .sm\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .sm\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .sm\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .sm\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .sm\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .sm\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .sm\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .sm\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .sm\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .sm\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .sm\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .sm\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .sm\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .sm\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .sm\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .sm\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .sm\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .sm\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .sm\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .sm\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .sm\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .sm\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .sm\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .sm\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .sm\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .sm\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .sm\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .sm\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .sm\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .sm\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .sm\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .sm\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .sm\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .sm\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .sm\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .sm\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .sm\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .sm\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .sm\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .sm\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .sm\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .sm\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .sm\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .sm\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .sm\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .sm\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .sm\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .sm\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .sm\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .sm\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .sm\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .sm\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .sm\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .sm\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .sm\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .sm\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .sm\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .sm\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .sm\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .sm\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .sm\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .sm\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .sm\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .sm\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .sm\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .sm\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .sm\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .sm\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .sm\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .sm\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .sm\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .sm\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .sm\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .sm\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .sm\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .sm\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .sm\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .sm\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .sm\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .sm\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .sm\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .sm\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .sm\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .sm\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .sm\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .sm\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .sm\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .sm\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .sm\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .sm\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .sm\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .sm\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .sm\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .sm\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .sm\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .sm\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .sm\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .sm\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .sm\:stroke-yellow-950 {
    stroke: #422006;
  }

  .sm\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .sm\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .sm\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .sm\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .sm\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .sm\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .sm\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .sm\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .sm\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .sm\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .sm\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .sm\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .sm\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .sm\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .sm\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[10px\] {
    font-size: 10px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .sm\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .sm\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .sm\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .sm\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .sm\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .sm\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .sm\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .sm\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .sm\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .sm\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .sm\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .sm\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .sm\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .sm\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .sm\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .sm\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .sm\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .sm\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .sm\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .sm\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .sm\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .sm\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .sm\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .sm\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .sm\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .sm\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .sm\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .sm\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .sm\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .sm\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .sm\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .sm\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .sm\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .sm\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .sm\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .sm\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .sm\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .sm\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .sm\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .sm\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .sm\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .sm\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .sm\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .sm\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .sm\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .sm\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .sm\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .sm\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .sm\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .sm\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .sm\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .sm\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .sm\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .sm\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .sm\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .sm\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .sm\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .sm\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .sm\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .sm\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .sm\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .sm\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .sm\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .sm\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .sm\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .sm\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .sm\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .sm\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .sm\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .sm\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .sm\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .sm\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .sm\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .sm\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .sm\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .sm\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .sm\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .sm\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .sm\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .sm\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .sm\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .sm\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .sm\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .sm\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .sm\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .sm\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .sm\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .sm\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .sm\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .sm\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .sm\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .sm\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .sm\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .sm\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .sm\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .sm\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .sm\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .sm\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .sm\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .sm\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .sm\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .sm\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .sm\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .sm\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .sm\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .sm\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .sm\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .sm\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .sm\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .sm\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .sm\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .sm\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .sm\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .sm\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .sm\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .sm\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .sm\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .sm\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .sm\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .sm\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .sm\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .sm\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .sm\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .sm\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .sm\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .sm\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .sm\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .sm\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .sm\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .sm\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .sm\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .sm\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .sm\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .sm\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .sm\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .sm\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .sm\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .sm\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .sm\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .sm\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .sm\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .sm\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .sm\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .sm\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .sm\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .sm\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .sm\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .sm\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .sm\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .sm\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .sm\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .sm\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .sm\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .sm\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .sm\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .sm\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .sm\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .sm\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .sm\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .sm\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .sm\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .sm\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .sm\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .sm\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .sm\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .sm\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .sm\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .sm\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .sm\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .sm\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .sm\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .sm\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .sm\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .sm\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .sm\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .sm\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .sm\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .sm\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .sm\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .sm\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .sm\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .sm\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .sm\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .sm\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .sm\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .sm\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .sm\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .sm\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .sm\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .sm\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .sm\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .sm\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .sm\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .sm\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .sm\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .sm\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .sm\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .sm\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .sm\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .sm\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .sm\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .sm\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .sm\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .sm\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .sm\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .sm\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .sm\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .sm\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .sm\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .sm\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .sm\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .sm\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .sm\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .sm\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .sm\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .sm\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .sm\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .sm\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .sm\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .sm\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .sm\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .sm\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .sm\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .sm\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .sm\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .sm\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .sm\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .sm\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .sm\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .sm\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .sm\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .sm\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .sm\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .sm\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .sm\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .sm\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .sm\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .sm\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .sm\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .sm\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .sm\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .sm\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .sm\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .sm\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .sm\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .sm\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .sm\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .sm\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .sm\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .sm\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .sm\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .sm\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .sm\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .sm\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .sm\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .sm\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .sm\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .sm\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .sm\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .sm\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .sm\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .sm\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .sm\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .sm\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .sm\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .sm\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .sm\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .sm\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .sm\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .sm\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .sm\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .sm\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .sm\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .sm\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .sm\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .sm\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .sm\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .sm\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .sm\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .sm\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .sm\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .sm\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .sm\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .sm\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .sm\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .sm\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .sm\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .sm\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .sm\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .sm\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .sm\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .sm\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .sm\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .sm\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .sm\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .sm\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .sm\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .sm\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .sm\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .sm\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .sm\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .sm\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .sm\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .sm\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .sm\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .sm\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .sm\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .sm\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .sm\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .sm\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .sm\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .sm\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .sm\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .sm\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .sm\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .sm\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .sm\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .sm\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .sm\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .sm\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .sm\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .sm\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .sm\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .sm\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .sm\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .sm\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .sm\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .sm\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .sm\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .sm\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .sm\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .sm\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .sm\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .sm\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .sm\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .sm\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .sm\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .sm\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .sm\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .sm\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .sm\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .sm\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .sm\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .sm\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .sm\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .sm\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .sm\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .sm\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .sm\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .sm\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .sm\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .sm\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .sm\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .sm\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .sm\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .sm\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .sm\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .sm\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .sm\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .sm\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .sm\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .sm\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .sm\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .sm\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .sm\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .sm\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .sm\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .sm\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .sm\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .sm\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .sm\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .sm\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .sm\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .sm\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .sm\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .sm\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .sm\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .sm\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .sm\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .sm\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .sm\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .sm\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .sm\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .sm\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .sm\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .sm\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .sm\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .sm\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .sm\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .sm\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .sm\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .sm\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .sm\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .sm\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .sm\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .sm\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .sm\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .sm\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .sm\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .sm\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .sm\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .sm\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .sm\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .sm\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .sm\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .sm\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .sm\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .sm\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .sm\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .sm\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .sm\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .sm\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .sm\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .sm\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .sm\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .sm\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .sm\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .sm\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .sm\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .sm\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .sm\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .sm\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .sm\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .sm\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .sm\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .sm\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .sm\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .sm\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .sm\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .sm\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .sm\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .sm\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .sm\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .sm\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .sm\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .sm\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .sm\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .sm\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .sm\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .sm\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .sm\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .sm\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .sm\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .sm\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .sm\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .sm\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .sm\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .sm\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .sm\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .sm\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .sm\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .sm\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .sm\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .sm\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .sm\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .sm\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .sm\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .sm\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .sm\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .sm\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .sm\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .sm\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .sm\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .sm\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .sm\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .sm\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .sm\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .sm\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .sm\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .sm\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .sm\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .sm\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .sm\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .sm\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .sm\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .sm\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .sm\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .sm\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .sm\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .sm\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .sm\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .sm\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .sm\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .sm\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .sm\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .sm\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .sm\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .sm\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .sm\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .sm\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .sm\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .sm\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .sm\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .sm\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .sm\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .sm\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .sm\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .sm\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .sm\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .sm\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .sm\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .sm\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .sm\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .sm\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .sm\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .sm\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .sm\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .sm\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .sm\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .sm\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .sm\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .sm\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .sm\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .sm\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .sm\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .sm\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .sm\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .sm\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .sm\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .sm\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .sm\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .sm\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .sm\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .sm\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .sm\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .sm\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .sm\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .sm\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .sm\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .sm\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .sm\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .sm\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .sm\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .sm\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .sm\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .sm\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .sm\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .sm\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .sm\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .sm\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .sm\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .sm\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .sm\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .sm\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .sm\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .sm\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .sm\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .sm\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .sm\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .sm\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .sm\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .sm\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .sm\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .sm\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .sm\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .sm\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .sm\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .sm\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .sm\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .sm\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .sm\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .sm\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .sm\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .sm\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .sm\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .sm\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .sm\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .sm\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .sm\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .sm\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .sm\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .sm\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .sm\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .sm\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .sm\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .sm\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .sm\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .sm\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .sm\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .sm\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .sm\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .sm\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .sm\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .sm\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .sm\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .sm\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .sm\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .sm\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .sm\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .sm\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .sm\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .sm\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .sm\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .sm\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .sm\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .sm\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .sm\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .sm\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .sm\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .sm\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .sm\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .sm\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .sm\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .sm\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .sm\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .sm\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .sm\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .sm\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .sm\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .sm\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .sm\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .sm\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .sm\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .sm\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .sm\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .sm\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .sm\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .sm\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .sm\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .sm\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .sm\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .sm\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .sm\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .sm\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .sm\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .sm\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .sm\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .sm\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .sm\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .sm\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .sm\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .sm\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .sm\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .sm\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .sm\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .sm\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .sm\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .sm\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .sm\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .sm\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .sm\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .sm\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .sm\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .sm\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .sm\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .sm\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .sm\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .sm\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .sm\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .sm\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .sm\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .sm\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .sm\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .sm\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .sm\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .sm\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .sm\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .sm\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .sm\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .sm\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .sm\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .sm\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .sm\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .sm\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .sm\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .sm\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .sm\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .sm\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .sm\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .sm\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .sm\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .sm\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .sm\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .sm\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .sm\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .sm\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .sm\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .sm\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .sm\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .sm\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .sm\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .sm\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .sm\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .sm\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .sm\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .sm\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .sm\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .sm\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .sm\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .sm\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .sm\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .sm\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .sm\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .sm\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .sm\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .sm\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .sm\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .sm\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .sm\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .sm\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .sm\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .sm\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .sm\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .sm\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .sm\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .sm\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .sm\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .sm\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .sm\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .sm\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .sm\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .sm\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .sm\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .sm\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .sm\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .sm\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .sm\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .sm\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .sm\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .sm\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .sm\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .sm\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .sm\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .sm\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .sm\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .sm\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .sm\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .sm\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .sm\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .sm\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .sm\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .sm\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .sm\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .sm\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .sm\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .sm\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .sm\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .sm\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .sm\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .sm\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .sm\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .sm\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .sm\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .sm\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .sm\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .sm\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .sm\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .sm\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .sm\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .sm\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .sm\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .sm\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .sm\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .sm\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .sm\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .sm\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .sm\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .sm\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .sm\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .sm\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .sm\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .sm\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .sm\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .sm\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .sm\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .sm\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .sm\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .sm\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .sm\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .sm\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .sm\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .sm\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .sm\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .sm\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .sm\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .sm\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .sm\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .sm\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .sm\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .sm\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .sm\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .sm\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .sm\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .sm\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .sm\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .sm\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .sm\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .sm\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .sm\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .sm\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .sm\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .sm\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .sm\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .sm\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .sm\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .sm\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .sm\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .sm\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .sm\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .sm\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .sm\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .sm\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .sm\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .sm\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .sm\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .sm\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .sm\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .sm\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .sm\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .sm\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .sm\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .sm\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .sm\:caret-yellow-950 {
    caret-color: #422006;
  }

  .sm\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .sm\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .sm\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .sm\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .sm\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .sm\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .sm\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .sm\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .sm\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .sm\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .sm\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .sm\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .sm\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .sm\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .sm\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .sm\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .sm\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .sm\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .sm\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .sm\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .sm\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .sm\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .sm\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .sm\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .sm\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .sm\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .sm\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .sm\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .sm\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .sm\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .sm\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .sm\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .sm\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .sm\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .sm\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .sm\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .sm\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .sm\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .sm\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .sm\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .sm\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .sm\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .sm\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .sm\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .sm\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .sm\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .sm\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .sm\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .sm\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .sm\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .sm\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .sm\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .sm\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .sm\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .sm\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .sm\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .sm\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .sm\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .sm\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .sm\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .sm\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .sm\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .sm\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .sm\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .sm\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .sm\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .sm\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .sm\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .sm\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .sm\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .sm\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .sm\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .sm\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .sm\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .sm\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .sm\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .sm\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .sm\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .sm\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .sm\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .sm\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .sm\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .sm\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .sm\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .sm\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .sm\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .sm\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .sm\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .sm\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .sm\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .sm\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .sm\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .sm\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .sm\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .sm\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .sm\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .sm\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .sm\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .sm\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .sm\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .sm\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .sm\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .sm\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .sm\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .sm\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .sm\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .sm\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .sm\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .sm\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .sm\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .sm\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .sm\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .sm\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .sm\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .sm\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .sm\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .sm\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .sm\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .sm\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .sm\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .sm\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .sm\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .sm\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .sm\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .sm\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .sm\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .sm\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .sm\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .sm\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .sm\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .sm\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .sm\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .sm\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .sm\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .sm\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .sm\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .sm\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .sm\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .sm\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .sm\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .sm\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .sm\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .sm\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .sm\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .sm\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .sm\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .sm\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .sm\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .sm\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .sm\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .sm\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .sm\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .sm\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .sm\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .sm\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .sm\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .sm\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .sm\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .sm\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .sm\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .sm\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .sm\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .sm\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .sm\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .sm\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .sm\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .sm\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .sm\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .sm\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .sm\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .sm\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .sm\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .sm\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .sm\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .sm\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .sm\:accent-yellow-950 {
    accent-color: #422006;
  }

  .sm\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .sm\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .sm\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .sm\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .sm\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .sm\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .sm\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .sm\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .sm\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .sm\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .sm\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .sm\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .sm\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .sm\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .sm\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .sm\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .sm\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .sm\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .sm\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .sm\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .sm\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .sm\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .sm\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .sm\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .sm\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .sm\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .sm\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .sm\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .sm\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .sm\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .sm\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .sm\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .sm\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .sm\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .sm\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .sm\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .sm\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .sm\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .sm\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .sm\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .sm\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .sm\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .sm\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .sm\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .sm\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .sm\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .sm\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .sm\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .sm\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .sm\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .sm\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .sm\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .sm\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .sm\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .sm\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .sm\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .sm\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .sm\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .sm\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .sm\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .sm\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .sm\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .sm\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .sm\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .sm\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .sm\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .sm\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .sm\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .sm\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .sm\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .sm\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .sm\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .sm\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .sm\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .sm\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .sm\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .sm\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .sm\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .sm\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .sm\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .sm\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .sm\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .sm\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .sm\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .sm\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .sm\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .sm\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .sm\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .sm\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .sm\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .sm\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .sm\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .sm\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .sm\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .sm\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .sm\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .sm\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .sm\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .sm\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .sm\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .sm\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .sm\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .sm\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .sm\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .sm\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .sm\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .sm\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .sm\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .sm\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .sm\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .sm\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .sm\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .sm\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .sm\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .sm\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .sm\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .sm\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .sm\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .sm\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .sm\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .sm\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .sm\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .sm\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .sm\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .sm\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .sm\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .sm\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .sm\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .sm\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .sm\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .sm\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .sm\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .sm\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .sm\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .sm\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .sm\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .sm\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .sm\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .sm\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .sm\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .sm\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .sm\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .sm\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .sm\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .sm\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .sm\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .sm\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .sm\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .sm\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .sm\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .sm\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .sm\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .sm\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .sm\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .sm\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .sm\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .sm\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .sm\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .sm\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .sm\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .sm\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .sm\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .sm\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .sm\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .sm\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .sm\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .sm\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .sm\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .sm\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .sm\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .sm\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .sm\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .sm\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .sm\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .sm\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .sm\:outline-yellow-950 {
    outline-color: #422006;
  }

  .sm\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .sm\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .sm\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .sm\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .sm\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .sm\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .sm\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .sm\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .sm\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .sm\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .sm\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .sm\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .sm\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .sm\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .sm\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .sm\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .sm\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .sm\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .sm\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .sm\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .sm\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .sm\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .sm\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .sm\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .sm\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .sm\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .sm\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .sm\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .sm\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .sm\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .sm\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .sm\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .sm\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .sm\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .sm\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .sm\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .sm\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .sm\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .sm\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .sm\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .sm\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .sm\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .sm\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .sm\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .sm\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .sm\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .sm\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .sm\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .sm\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .sm\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .sm\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .sm\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .sm\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .sm\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .sm\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .sm\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .sm\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .sm\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .sm\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .sm\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .sm\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .sm\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .sm\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .sm\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .sm\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .sm\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .sm\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .sm\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .sm\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .sm\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .sm\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .sm\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .sm\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .sm\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .sm\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .sm\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .sm\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .sm\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .sm\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .sm\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .sm\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .sm\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .sm\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .sm\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .sm\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .sm\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .sm\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .sm\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .sm\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .sm\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .sm\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .sm\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .sm\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .sm\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .sm\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .sm\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .sm\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .sm\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .sm\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .sm\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .sm\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .sm\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .sm\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .sm\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .sm\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .sm\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .sm\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .sm\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .sm\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .sm\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .sm\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .sm\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .sm\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .sm\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .sm\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .sm\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .sm\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .sm\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .sm\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .sm\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .sm\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .sm\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .sm\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .sm\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .sm\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .sm\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .sm\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .sm\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .sm\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .sm\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .sm\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .sm\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .sm\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .sm\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .sm\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .sm\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .sm\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .sm\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .sm\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .sm\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .sm\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .sm\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .sm\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .sm\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .sm\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .sm\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .sm\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .sm\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .sm\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .sm\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .sm\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .sm\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .sm\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .sm\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .sm\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .sm\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .sm\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .sm\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .sm\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .sm\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .sm\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .sm\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .sm\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .sm\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .sm\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .sm\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .sm\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .sm\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .sm\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .sm\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .sm\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .sm\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .sm\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .sm\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .sm\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .sm\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .sm\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .sm\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .sm\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .sm\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .sm\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .sm\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .sm\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .sm\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .sm\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .sm\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .sm\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .sm\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .sm\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .sm\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .sm\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .sm\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .sm\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .sm\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .sm\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .sm\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .sm\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .sm\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .sm\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .sm\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .sm\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .sm\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .sm\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .sm\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .sm\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .sm\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .sm\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .sm\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .sm\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .sm\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .sm\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .sm\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .sm\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .sm\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .sm\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .sm\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .sm\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .sm\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .sm\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .sm\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .sm\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .sm\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .sm\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .sm\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .sm\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .sm\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .sm\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .sm\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .sm\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .sm\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .sm\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .sm\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .sm\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .sm\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .sm\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .sm\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .sm\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .sm\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .sm\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .sm\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .sm\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .sm\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .sm\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .sm\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .sm\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .sm\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .sm\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .sm\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .sm\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .sm\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .sm\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .sm\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .sm\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .sm\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .sm\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .sm\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .sm\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .sm\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .sm\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .sm\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .sm\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .sm\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .sm\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .sm\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .sm\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .sm\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .sm\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .sm\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .sm\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .sm\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .sm\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .sm\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .sm\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .sm\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .sm\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .sm\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .sm\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .sm\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .sm\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .sm\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .sm\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .sm\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .sm\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .sm\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .sm\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .sm\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .sm\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .sm\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .sm\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .sm\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .sm\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .sm\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .sm\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .sm\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .sm\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .sm\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .sm\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .sm\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .sm\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .sm\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .sm\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .sm\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .sm\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .sm\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .sm\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .sm\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .sm\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .sm\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .sm\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .sm\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .sm\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .sm\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .sm\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .sm\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .sm\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .sm\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .sm\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .sm\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .sm\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .sm\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .sm\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .sm\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .sm\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .sm\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .sm\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .sm\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .sm\: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);
  }

  .sm\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .sm\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .sm\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .sm\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .sm\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .sm\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .sm\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .sm\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .sm\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .sm\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .sm\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .sm\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .sm\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .sm\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .sm\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .sm\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .sm\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .sm\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .sm\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .sm\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .sm\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .sm\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .sm\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .sm\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .sm\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .sm\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .sm\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}
@media (min-width: 768px) {

  .md\:-bottom-0 {
    bottom: -0px;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-top-0 {
    top: -0px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:-m-0 {
    margin: -0px;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:-mb-0 {
    margin-bottom: -0px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-0 {
    margin-left: -0px;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mr-0 {
    margin-right: -0px;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mt-0 {
    margin-top: -0px;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .md\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-\[85vh\] {
    min-height: 85vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .md\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .md\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .md\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .md\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .md\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .md\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .md\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .md\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .md\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .md\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .md\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .md\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .md\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .md\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .md\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .md\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .md\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .md\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .md\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .md\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .md\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .md\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .md\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .md\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .md\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .md\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .md\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .md\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .md\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .md\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .md\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .md\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .md\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .md\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .md\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .md\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .md\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .md\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .md\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .md\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .md\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .md\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .md\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .md\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .md\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .md\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .md\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .md\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .md\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .md\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .md\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .md\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .md\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .md\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .md\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .md\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .md\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .md\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .md\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .md\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .md\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .md\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .md\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .md\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .md\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .md\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .md\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .md\:scroll-m-px {
    scroll-margin: 1px;
  }

  .md\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .md\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .md\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .md\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .md\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .md\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .md\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .md\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .md\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .md\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .md\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .md\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .md\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .md\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .md\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .md\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .md\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .md\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .md\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .md\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .md\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .md\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .md\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .md\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .md\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .md\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .md\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .md\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .md\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .md\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .md\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .md\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .md\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .md\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .md\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .md\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .md\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .md\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .md\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .md\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .md\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .md\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .md\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .md\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .md\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .md\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .md\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .md\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .md\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .md\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .md\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .md\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .md\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .md\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .md\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .md\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .md\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .md\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .md\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .md\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .md\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .md\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .md\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .md\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .md\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .md\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .md\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .md\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .md\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .md\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .md\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .md\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .md\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .md\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .md\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .md\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .md\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .md\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .md\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .md\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .md\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .md\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .md\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .md\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .md\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .md\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .md\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .md\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .md\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .md\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .md\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .md\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .md\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .md\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .md\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .md\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .md\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .md\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .md\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .md\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .md\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .md\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .md\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .md\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .md\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .md\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .md\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .md\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .md\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .md\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .md\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .md\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .md\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .md\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .md\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .md\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .md\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .md\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .md\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .md\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .md\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .md\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .md\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .md\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .md\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .md\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .md\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .md\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .md\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .md\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .md\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .md\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .md\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .md\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .md\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .md\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .md\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .md\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .md\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .md\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .md\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .md\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .md\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .md\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .md\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .md\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .md\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .md\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .md\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .md\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .md\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .md\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .md\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .md\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .md\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .md\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .md\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .md\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .md\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .md\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .md\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .md\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .md\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .md\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .md\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .md\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .md\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .md\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .md\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .md\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .md\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .md\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .md\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .md\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .md\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .md\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .md\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .md\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .md\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .md\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .md\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .md\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .md\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .md\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .md\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .md\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .md\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .md\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .md\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .md\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .md\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .md\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .md\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .md\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .md\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .md\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .md\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .md\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .md\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .md\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .md\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .md\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .md\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .md\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .md\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .md\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .md\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .md\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .md\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .md\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .md\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .md\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .md\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .md\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .md\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .md\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .md\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .md\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .md\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .md\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .md\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .md\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .md\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .md\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .md\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .md\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .md\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .md\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .md\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .md\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .md\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .md\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .md\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .md\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .md\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .md\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .md\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .md\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .md\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .md\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .md\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .md\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .md\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .md\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .md\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .md\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .md\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .md\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .md\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .md\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .md\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .md\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .md\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .md\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .md\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .md\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .md\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .md\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .md\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .md\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .md\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .md\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .md\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .md\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .md\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .md\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .md\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .md\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .md\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .md\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .md\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .md\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .md\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .md\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .md\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .md\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .md\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .md\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .md\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .md\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .md\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .md\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .md\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .md\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .md\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .md\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .md\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .md\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .md\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .md\:scroll-p-px {
    scroll-padding: 1px;
  }

  .md\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .md\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .md\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .md\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .md\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .md\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .md\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .md\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .md\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .md\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .md\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .md\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .md\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .md\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .md\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .md\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .md\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .md\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .md\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .md\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .md\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .md\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .md\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .md\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .md\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .md\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .md\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .md\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .md\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .md\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .md\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .md\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .md\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .md\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .md\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .md\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .md\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .md\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .md\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .md\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .md\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .md\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .md\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .md\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .md\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .md\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .md\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .md\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .md\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .md\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .md\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .md\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .md\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .md\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .md\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .md\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .md\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .md\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .md\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .md\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .md\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .md\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .md\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .md\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .md\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .md\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .md\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .md\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .md\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .md\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .md\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .md\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .md\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .md\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .md\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .md\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .md\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .md\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .md\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .md\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .md\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .md\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .md\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .md\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .md\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .md\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .md\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .md\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .md\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .md\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .md\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .md\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .md\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .md\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .md\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .md\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .md\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .md\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .md\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .md\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .md\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .md\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .md\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .md\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .md\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .md\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .md\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .md\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .md\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .md\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .md\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .md\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .md\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .md\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .md\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .md\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .md\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .md\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .md\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .md\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .md\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .md\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .md\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .md\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .md\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .md\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .md\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .md\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .md\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .md\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .md\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .md\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .md\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .md\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .md\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .md\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .md\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .md\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .md\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .md\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .md\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .md\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .md\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .md\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .md\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .md\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .md\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .md\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .md\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .md\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .md\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .md\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .md\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .md\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .md\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .md\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .md\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .md\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .md\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .md\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\: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)));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .md\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .md\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .md\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .md\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .md\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .md\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .md\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .md\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .md\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .md\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .md\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .md\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .md\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .md\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .md\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .md\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .md\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .md\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .md\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .md\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .md\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .md\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .md\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .md\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .md\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .md\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .md\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .md\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .md\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .md\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .md\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .md\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .md\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .md\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .md\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .md\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .md\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .md\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .md\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .md\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .md\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .md\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .md\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .md\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .md\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .md\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .md\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .md\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .md\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .md\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .md\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .md\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .md\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .md\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .md\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .md\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .md\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .md\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .md\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .md\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .md\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .md\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .md\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .md\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .md\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .md\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .md\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .md\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .md\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .md\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .md\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .md\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .md\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .md\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .md\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .md\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .md\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .md\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .md\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .md\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .md\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .md\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .md\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .md\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .md\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .md\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .md\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .md\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .md\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .md\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .md\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .md\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .md\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .md\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .md\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .md\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .md\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .md\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .md\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .md\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .md\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .md\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .md\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .md\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .md\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .md\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .md\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .md\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .md\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .md\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .md\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .md\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .md\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .md\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .md\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .md\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .md\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .md\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .md\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .md\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .md\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .md\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .md\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .md\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .md\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .md\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .md\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .md\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .md\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .md\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .md\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .md\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .md\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .md\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .md\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .md\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .md\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .md\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .md\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .md\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .md\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .md\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .md\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .md\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .md\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .md\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .md\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .md\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .md\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .md\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .md\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .md\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .md\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .md\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .md\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .md\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .md\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .md\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .md\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .md\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .md\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .md\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .md\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .md\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .md\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .md\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .md\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .md\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .md\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .md\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .md\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .md\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .md\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .md\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .md\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .md\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .md\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .md\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .md\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .md\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .md\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .md\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .md\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .md\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .md\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .md\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .md\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .md\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .md\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .md\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .md\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .md\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .md\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .md\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .md\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .md\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .md\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .md\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .md\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .md\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .md\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .md\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .md\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .md\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .md\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .md\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .md\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .md\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .md\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .md\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .md\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .md\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .md\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .md\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .md\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .md\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .md\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .md\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .md\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .md\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .md\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .md\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .md\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .md\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .md\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .md\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .md\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .md\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .md\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .md\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .md\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .md\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .md\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .md\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .md\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .md\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .md\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .md\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .md\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .md\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .md\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .md\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .md\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .md\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .md\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .md\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .md\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .md\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .md\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .md\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .md\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .md\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .md\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .md\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .md\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .md\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .md\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .md\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .md\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .md\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .md\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .md\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .md\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .md\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .md\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .md\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .md\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .md\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .md\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .md\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .md\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .md\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .md\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .md\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .md\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .md\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .md\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .md\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .md\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .md\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .md\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .md\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .md\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .md\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .md\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .md\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .md\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .md\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .md\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .md\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .md\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .md\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .md\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .md\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .md\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .md\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .md\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .md\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .md\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .md\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .md\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .md\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .md\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .md\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .md\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .md\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .md\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .md\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .md\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .md\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .md\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .md\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .md\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .md\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .md\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .md\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .md\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .md\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .md\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .md\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .md\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .md\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .md\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .md\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .md\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .md\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .md\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .md\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .md\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .md\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .md\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .md\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .md\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .md\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .md\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .md\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .md\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .md\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .md\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .md\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .md\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .md\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .md\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .md\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .md\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .md\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .md\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .md\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .md\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .md\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .md\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .md\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .md\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .md\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .md\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .md\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .md\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .md\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .md\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .md\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .md\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .md\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .md\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .md\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .md\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .md\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .md\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .md\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .md\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .md\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .md\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .md\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .md\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .md\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .md\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .md\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .md\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .md\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .md\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .md\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .md\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .md\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .md\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .md\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .md\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .md\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .md\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .md\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .md\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .md\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .md\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .md\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .md\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .md\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .md\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .md\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .md\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .md\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .md\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .md\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .md\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .md\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .md\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .md\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .md\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .md\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .md\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .md\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .md\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .md\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .md\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .md\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .md\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .md\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .md\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .md\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .md\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .md\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .md\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .md\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .md\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .md\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .md\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .md\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .md\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .md\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .md\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .md\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .md\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .md\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .md\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .md\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .md\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .md\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .md\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .md\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .md\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .md\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .md\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .md\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .md\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .md\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .md\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .md\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .md\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .md\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .md\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .md\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .md\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .md\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .md\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .md\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .md\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .md\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .md\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .md\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .md\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .md\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .md\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .md\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .md\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .md\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .md\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .md\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .md\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .md\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .md\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .md\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .md\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .md\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .md\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .md\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .md\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .md\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .md\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .md\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .md\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .md\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .md\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .md\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .md\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .md\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .md\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .md\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .md\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .md\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .md\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .md\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .md\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .md\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .md\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .md\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .md\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .md\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .md\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .md\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .md\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .md\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .md\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .md\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .md\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .md\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .md\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .md\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .md\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .md\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .md\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .md\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .md\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .md\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .md\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .md\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .md\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .md\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .md\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .md\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .md\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .md\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .md\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .md\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .md\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .md\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .md\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .md\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .md\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .md\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .md\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .md\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .md\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .md\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .md\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .md\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .md\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .md\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .md\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .md\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .md\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .md\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .md\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .md\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .md\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .md\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .md\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .md\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .md\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .md\:fill-yellow-200 {
    fill: #fef08a;
  }

  .md\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .md\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .md\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .md\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .md\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .md\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .md\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .md\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .md\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .md\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .md\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .md\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .md\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .md\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .md\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .md\:fill-yellow-300 {
    fill: #fde047;
  }

  .md\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .md\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .md\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .md\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .md\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .md\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .md\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .md\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .md\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .md\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .md\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .md\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .md\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .md\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .md\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .md\:fill-yellow-400 {
    fill: #facc15;
  }

  .md\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .md\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .md\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .md\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .md\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .md\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .md\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .md\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .md\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .md\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .md\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .md\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .md\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .md\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .md\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .md\:fill-yellow-50 {
    fill: #fefce8;
  }

  .md\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .md\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .md\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .md\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .md\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .md\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .md\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .md\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .md\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .md\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .md\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .md\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .md\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .md\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .md\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .md\:fill-yellow-500 {
    fill: #eab308;
  }

  .md\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .md\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .md\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .md\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .md\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .md\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .md\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .md\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .md\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .md\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .md\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .md\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .md\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .md\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .md\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .md\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .md\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .md\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .md\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .md\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .md\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .md\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .md\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .md\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .md\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .md\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .md\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .md\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .md\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .md\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .md\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .md\:fill-yellow-700 {
    fill: #a16207;
  }

  .md\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .md\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .md\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .md\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .md\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .md\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .md\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .md\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .md\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .md\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .md\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .md\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .md\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .md\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .md\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .md\:fill-yellow-800 {
    fill: #854d0e;
  }

  .md\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .md\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .md\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .md\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .md\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .md\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .md\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .md\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .md\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .md\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .md\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .md\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .md\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .md\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .md\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .md\:fill-yellow-900 {
    fill: #713f12;
  }

  .md\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .md\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .md\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .md\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .md\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .md\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .md\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .md\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .md\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .md\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .md\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .md\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .md\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .md\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .md\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .md\:fill-yellow-950 {
    fill: #422006;
  }

  .md\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .md\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .md\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .md\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .md\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .md\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .md\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .md\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .md\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .md\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .md\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .md\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .md\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .md\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .md\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .md\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .md\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .md\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .md\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .md\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .md\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .md\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .md\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .md\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .md\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .md\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .md\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .md\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .md\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .md\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .md\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .md\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .md\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .md\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .md\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .md\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .md\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .md\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .md\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .md\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .md\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .md\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .md\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .md\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .md\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .md\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .md\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .md\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .md\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .md\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .md\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .md\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .md\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .md\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .md\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .md\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .md\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .md\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .md\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .md\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .md\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .md\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .md\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .md\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .md\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .md\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .md\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .md\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .md\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .md\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .md\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .md\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .md\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .md\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .md\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .md\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .md\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .md\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .md\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .md\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .md\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .md\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .md\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .md\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .md\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .md\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .md\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .md\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .md\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .md\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .md\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .md\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .md\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .md\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .md\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .md\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .md\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .md\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .md\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .md\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .md\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .md\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .md\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .md\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .md\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .md\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .md\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .md\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .md\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .md\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .md\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .md\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .md\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .md\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .md\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .md\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .md\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .md\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .md\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .md\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .md\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .md\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .md\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .md\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .md\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .md\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .md\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .md\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .md\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .md\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .md\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .md\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .md\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .md\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .md\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .md\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .md\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .md\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .md\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .md\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .md\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .md\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .md\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .md\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .md\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .md\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .md\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .md\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .md\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .md\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .md\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .md\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .md\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .md\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .md\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .md\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .md\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .md\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .md\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .md\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .md\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .md\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .md\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .md\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .md\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .md\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .md\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .md\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .md\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .md\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .md\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .md\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .md\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .md\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .md\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .md\:stroke-yellow-950 {
    stroke: #422006;
  }

  .md\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .md\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .md\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .md\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .md\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .md\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .md\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .md\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .md\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .md\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .md\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .md\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .md\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .md\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .md\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .md\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .md\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .md\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .md\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .md\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .md\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .md\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .md\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .md\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .md\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .md\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .md\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .md\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .md\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .md\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .md\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .md\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .md\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .md\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .md\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .md\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .md\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .md\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .md\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .md\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .md\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .md\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .md\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .md\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .md\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .md\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .md\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .md\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .md\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .md\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .md\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .md\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .md\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .md\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .md\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .md\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .md\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .md\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .md\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .md\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .md\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .md\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .md\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .md\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .md\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .md\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .md\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .md\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .md\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .md\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .md\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .md\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .md\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .md\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .md\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .md\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .md\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .md\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .md\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .md\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .md\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .md\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .md\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .md\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .md\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .md\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .md\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .md\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .md\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .md\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .md\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .md\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .md\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .md\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .md\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .md\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .md\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .md\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .md\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .md\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .md\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .md\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .md\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .md\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .md\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .md\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .md\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .md\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .md\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .md\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .md\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .md\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .md\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .md\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .md\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .md\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .md\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .md\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .md\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .md\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .md\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .md\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .md\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .md\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .md\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .md\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .md\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .md\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .md\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .md\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .md\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .md\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .md\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .md\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .md\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .md\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .md\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .md\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .md\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .md\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .md\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .md\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .md\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .md\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .md\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .md\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .md\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .md\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .md\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .md\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .md\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .md\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .md\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .md\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .md\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .md\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .md\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .md\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .md\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .md\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .md\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .md\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .md\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .md\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .md\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .md\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .md\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .md\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .md\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .md\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .md\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .md\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .md\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .md\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .md\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .md\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .md\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .md\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .md\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .md\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .md\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .md\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .md\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .md\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .md\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .md\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .md\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .md\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .md\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .md\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .md\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .md\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .md\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .md\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .md\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .md\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .md\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .md\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .md\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .md\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .md\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .md\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .md\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .md\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .md\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .md\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .md\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .md\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .md\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .md\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .md\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .md\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .md\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .md\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .md\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .md\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .md\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .md\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .md\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .md\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .md\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .md\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .md\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .md\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .md\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .md\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .md\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .md\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .md\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .md\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .md\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .md\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .md\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .md\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .md\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .md\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .md\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .md\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .md\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .md\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .md\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .md\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .md\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .md\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .md\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .md\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .md\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .md\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .md\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .md\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .md\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .md\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .md\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .md\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .md\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .md\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .md\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .md\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .md\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .md\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .md\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .md\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .md\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .md\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .md\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .md\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .md\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .md\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .md\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .md\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .md\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .md\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .md\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .md\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .md\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .md\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .md\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .md\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .md\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .md\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .md\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .md\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .md\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .md\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .md\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .md\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .md\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .md\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .md\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .md\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .md\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .md\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .md\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .md\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .md\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .md\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .md\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .md\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .md\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .md\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .md\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .md\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .md\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .md\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .md\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .md\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .md\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .md\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .md\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .md\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .md\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .md\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .md\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .md\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .md\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .md\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .md\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .md\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .md\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .md\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .md\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .md\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .md\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .md\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .md\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .md\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .md\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .md\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .md\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .md\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .md\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .md\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .md\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .md\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .md\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .md\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .md\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .md\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .md\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .md\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .md\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .md\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .md\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .md\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .md\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .md\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .md\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .md\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .md\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .md\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .md\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .md\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .md\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .md\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .md\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .md\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .md\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .md\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .md\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .md\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .md\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .md\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .md\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .md\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .md\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .md\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .md\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .md\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .md\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .md\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .md\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .md\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .md\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .md\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .md\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .md\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .md\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .md\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .md\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .md\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .md\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .md\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .md\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .md\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .md\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .md\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .md\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .md\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .md\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .md\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .md\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .md\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .md\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .md\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .md\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .md\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .md\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .md\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .md\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .md\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .md\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .md\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .md\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .md\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .md\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .md\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .md\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .md\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .md\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .md\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .md\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .md\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .md\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .md\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .md\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .md\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .md\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .md\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .md\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .md\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .md\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .md\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .md\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .md\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .md\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .md\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .md\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .md\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .md\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .md\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .md\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .md\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .md\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .md\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .md\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .md\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .md\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .md\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .md\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .md\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .md\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .md\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .md\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .md\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .md\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .md\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .md\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .md\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .md\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .md\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .md\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .md\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .md\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .md\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .md\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .md\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .md\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .md\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .md\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .md\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .md\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .md\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .md\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .md\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .md\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .md\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .md\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .md\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .md\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .md\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .md\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .md\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .md\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .md\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .md\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .md\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .md\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .md\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .md\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .md\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .md\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .md\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .md\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .md\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .md\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .md\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .md\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .md\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .md\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .md\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .md\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .md\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .md\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .md\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .md\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .md\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .md\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .md\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .md\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .md\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .md\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .md\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .md\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .md\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .md\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .md\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .md\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .md\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .md\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .md\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .md\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .md\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .md\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .md\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .md\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .md\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .md\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .md\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .md\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .md\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .md\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .md\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .md\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .md\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .md\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .md\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .md\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .md\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .md\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .md\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .md\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .md\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .md\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .md\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .md\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .md\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .md\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .md\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .md\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .md\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .md\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .md\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .md\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .md\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .md\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .md\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .md\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .md\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .md\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .md\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .md\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .md\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .md\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .md\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .md\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .md\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .md\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .md\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .md\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .md\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .md\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .md\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .md\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .md\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .md\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .md\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .md\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .md\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .md\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .md\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .md\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .md\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .md\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .md\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .md\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .md\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .md\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .md\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .md\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .md\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .md\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .md\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .md\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .md\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .md\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .md\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .md\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .md\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .md\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .md\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .md\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .md\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .md\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .md\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .md\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .md\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .md\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .md\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .md\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .md\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .md\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .md\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .md\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .md\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .md\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .md\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .md\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .md\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .md\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .md\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .md\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .md\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .md\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .md\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .md\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .md\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .md\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .md\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .md\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .md\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .md\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .md\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .md\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .md\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .md\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .md\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .md\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .md\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .md\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .md\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .md\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .md\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .md\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .md\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .md\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .md\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .md\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .md\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .md\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .md\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .md\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .md\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .md\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .md\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .md\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .md\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .md\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .md\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .md\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .md\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .md\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .md\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .md\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .md\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .md\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .md\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .md\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .md\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .md\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .md\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .md\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .md\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .md\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .md\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .md\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .md\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .md\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .md\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .md\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .md\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .md\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .md\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .md\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .md\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .md\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .md\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .md\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .md\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .md\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .md\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .md\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .md\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .md\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .md\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .md\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .md\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .md\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .md\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .md\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .md\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .md\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .md\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .md\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .md\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .md\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .md\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .md\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .md\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .md\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .md\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .md\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .md\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .md\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .md\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .md\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .md\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .md\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .md\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .md\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .md\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .md\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .md\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .md\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .md\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .md\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .md\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .md\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .md\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .md\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .md\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .md\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .md\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .md\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .md\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .md\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .md\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .md\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .md\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .md\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .md\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .md\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .md\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .md\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .md\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .md\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .md\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .md\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .md\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .md\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .md\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .md\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .md\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .md\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .md\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .md\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .md\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .md\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .md\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .md\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .md\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .md\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .md\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .md\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .md\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .md\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .md\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .md\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .md\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .md\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .md\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .md\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .md\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .md\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .md\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .md\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .md\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .md\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .md\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .md\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .md\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .md\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .md\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .md\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .md\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .md\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .md\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .md\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .md\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .md\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .md\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .md\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .md\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .md\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .md\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .md\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .md\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .md\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .md\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .md\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .md\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .md\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .md\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .md\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .md\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .md\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .md\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .md\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .md\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .md\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .md\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .md\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .md\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .md\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .md\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .md\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .md\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .md\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .md\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .md\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .md\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .md\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .md\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .md\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .md\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .md\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .md\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .md\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .md\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .md\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .md\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .md\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .md\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .md\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .md\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .md\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .md\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .md\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .md\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .md\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .md\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .md\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .md\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .md\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .md\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .md\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .md\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .md\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .md\:caret-yellow-950 {
    caret-color: #422006;
  }

  .md\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .md\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .md\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .md\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .md\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .md\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .md\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .md\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .md\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .md\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .md\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .md\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .md\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .md\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .md\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .md\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .md\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .md\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .md\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .md\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .md\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .md\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .md\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .md\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .md\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .md\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .md\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .md\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .md\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .md\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .md\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .md\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .md\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .md\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .md\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .md\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .md\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .md\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .md\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .md\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .md\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .md\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .md\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .md\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .md\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .md\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .md\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .md\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .md\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .md\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .md\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .md\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .md\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .md\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .md\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .md\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .md\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .md\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .md\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .md\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .md\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .md\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .md\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .md\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .md\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .md\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .md\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .md\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .md\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .md\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .md\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .md\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .md\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .md\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .md\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .md\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .md\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .md\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .md\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .md\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .md\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .md\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .md\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .md\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .md\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .md\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .md\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .md\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .md\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .md\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .md\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .md\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .md\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .md\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .md\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .md\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .md\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .md\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .md\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .md\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .md\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .md\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .md\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .md\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .md\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .md\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .md\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .md\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .md\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .md\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .md\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .md\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .md\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .md\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .md\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .md\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .md\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .md\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .md\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .md\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .md\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .md\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .md\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .md\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .md\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .md\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .md\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .md\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .md\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .md\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .md\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .md\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .md\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .md\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .md\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .md\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .md\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .md\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .md\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .md\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .md\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .md\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .md\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .md\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .md\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .md\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .md\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .md\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .md\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .md\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .md\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .md\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .md\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .md\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .md\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .md\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .md\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .md\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .md\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .md\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .md\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .md\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .md\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .md\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .md\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .md\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .md\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .md\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .md\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .md\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .md\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .md\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .md\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .md\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .md\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .md\:accent-yellow-950 {
    accent-color: #422006;
  }

  .md\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .md\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .md\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .md\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .md\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .md\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .md\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .md\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .md\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .md\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .md\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .md\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .md\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .md\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .md\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .md\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .md\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .md\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .md\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .md\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .md\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .md\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .md\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .md\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .md\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .md\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .md\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .md\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .md\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .md\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .md\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .md\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .md\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .md\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .md\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .md\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .md\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .md\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .md\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .md\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .md\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .md\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .md\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .md\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .md\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .md\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .md\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .md\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .md\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .md\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .md\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .md\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .md\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .md\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .md\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .md\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .md\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .md\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .md\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .md\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .md\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .md\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .md\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .md\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .md\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .md\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .md\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .md\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .md\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .md\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .md\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .md\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .md\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .md\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .md\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .md\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .md\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .md\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .md\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .md\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .md\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .md\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .md\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .md\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .md\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .md\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .md\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .md\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .md\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .md\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .md\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .md\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .md\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .md\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .md\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .md\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .md\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .md\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .md\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .md\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .md\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .md\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .md\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .md\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .md\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .md\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .md\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .md\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .md\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .md\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .md\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .md\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .md\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .md\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .md\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .md\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .md\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .md\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .md\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .md\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .md\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .md\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .md\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .md\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .md\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .md\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .md\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .md\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .md\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .md\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .md\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .md\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .md\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .md\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .md\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .md\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .md\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .md\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .md\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .md\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .md\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .md\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .md\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .md\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .md\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .md\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .md\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .md\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .md\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .md\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .md\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .md\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .md\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .md\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .md\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .md\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .md\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .md\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .md\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .md\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .md\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .md\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .md\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .md\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .md\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .md\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .md\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .md\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .md\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .md\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .md\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .md\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .md\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .md\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .md\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .md\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .md\:outline-yellow-950 {
    outline-color: #422006;
  }

  .md\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .md\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .md\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .md\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .md\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .md\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .md\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .md\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .md\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .md\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .md\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .md\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .md\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .md\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .md\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .md\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .md\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .md\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .md\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .md\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .md\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .md\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .md\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .md\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .md\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .md\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .md\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .md\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .md\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .md\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .md\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .md\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .md\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .md\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .md\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .md\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .md\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .md\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .md\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .md\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .md\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .md\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .md\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .md\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .md\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .md\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .md\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .md\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .md\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .md\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .md\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .md\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .md\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .md\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .md\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .md\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .md\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .md\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .md\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .md\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .md\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .md\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .md\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .md\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .md\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .md\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .md\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .md\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .md\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .md\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .md\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .md\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .md\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .md\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .md\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .md\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .md\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .md\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .md\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .md\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .md\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .md\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .md\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .md\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .md\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .md\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .md\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .md\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .md\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .md\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .md\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .md\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .md\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .md\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .md\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .md\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .md\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .md\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .md\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .md\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .md\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .md\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .md\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .md\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .md\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .md\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .md\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .md\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .md\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .md\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .md\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .md\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .md\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .md\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .md\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .md\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .md\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .md\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .md\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .md\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .md\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .md\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .md\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .md\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .md\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .md\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .md\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .md\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .md\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .md\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .md\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .md\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .md\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .md\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .md\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .md\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .md\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .md\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .md\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .md\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .md\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .md\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .md\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .md\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .md\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .md\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .md\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .md\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .md\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .md\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .md\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .md\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .md\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .md\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .md\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .md\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .md\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .md\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .md\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .md\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .md\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .md\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .md\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .md\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .md\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .md\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .md\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .md\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .md\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .md\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .md\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .md\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .md\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .md\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .md\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .md\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .md\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .md\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .md\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .md\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .md\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .md\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .md\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .md\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .md\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .md\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .md\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .md\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .md\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .md\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .md\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .md\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .md\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .md\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .md\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .md\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .md\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .md\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .md\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .md\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .md\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .md\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .md\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .md\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .md\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .md\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .md\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .md\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .md\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .md\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .md\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .md\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .md\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .md\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .md\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .md\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .md\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .md\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .md\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .md\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .md\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .md\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .md\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .md\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .md\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .md\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .md\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .md\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .md\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .md\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .md\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .md\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .md\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .md\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .md\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .md\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .md\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .md\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .md\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .md\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .md\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .md\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .md\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .md\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .md\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .md\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .md\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .md\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .md\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .md\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .md\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .md\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .md\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .md\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .md\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .md\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .md\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .md\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .md\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .md\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .md\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .md\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .md\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .md\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .md\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .md\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .md\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .md\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .md\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .md\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .md\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .md\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .md\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .md\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .md\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .md\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .md\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .md\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .md\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .md\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .md\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .md\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .md\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .md\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .md\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .md\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .md\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .md\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .md\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .md\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .md\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .md\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .md\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .md\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .md\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .md\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .md\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .md\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .md\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .md\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .md\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .md\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .md\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .md\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .md\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .md\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .md\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .md\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .md\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .md\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .md\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .md\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .md\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .md\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .md\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .md\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .md\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .md\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .md\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .md\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .md\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .md\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .md\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .md\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .md\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .md\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .md\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .md\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .md\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .md\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .md\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .md\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .md\: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);
  }

  .md\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .md\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .md\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .md\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .md\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .md\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .md\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .md\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .md\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .md\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .md\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .md\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .md\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .md\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .md\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .md\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .md\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .md\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .md\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .md\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .md\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .md\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .md\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .md\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .md\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .md\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .md\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .md\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .md\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .md\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .md\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .md\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .md\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .md\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .md\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .md\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .md\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .md\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .md\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .md\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .md\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .md\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .md\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .md\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .md\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .md\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .md\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .md\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .md\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .md\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .md\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .md\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .md\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .md\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .md\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .md\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .md\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .md\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .md\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .md\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .md\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .md\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .md\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .md\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .md\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .md\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .md\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .md\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .md\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .md\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .md\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .md\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .md\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .md\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .md\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .md\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .md\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .md\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .md\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .md\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .md\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .md\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .md\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .md\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .md\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .md\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:-bottom-0 {
    bottom: -0px;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-top-0 {
    top: -0px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:-m-0 {
    margin: -0px;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:-mb-0 {
    margin-bottom: -0px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-0 {
    margin-left: -0px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mr-0 {
    margin-right: -0px;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: -0px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[1000px\] {
    width: 1000px;
  }

  .lg\:w-\[1414px\] {
    width: 1414px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .lg\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .lg\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .lg\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .lg\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .lg\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .lg\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .lg\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .lg\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .lg\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .lg\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .lg\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .lg\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .lg\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .lg\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .lg\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .lg\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .lg\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .lg\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .lg\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .lg\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .lg\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .lg\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .lg\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .lg\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .lg\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .lg\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .lg\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .lg\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .lg\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .lg\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .lg\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .lg\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .lg\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .lg\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .lg\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .lg\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .lg\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .lg\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .lg\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .lg\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .lg\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .lg\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .lg\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .lg\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .lg\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .lg\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .lg\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .lg\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .lg\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .lg\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .lg\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .lg\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .lg\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .lg\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .lg\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .lg\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .lg\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .lg\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .lg\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .lg\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .lg\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .lg\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .lg\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .lg\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .lg\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .lg\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .lg\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .lg\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .lg\:scroll-m-px {
    scroll-margin: 1px;
  }

  .lg\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .lg\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .lg\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .lg\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .lg\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .lg\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .lg\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .lg\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .lg\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .lg\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .lg\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .lg\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .lg\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .lg\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .lg\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .lg\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .lg\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .lg\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .lg\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .lg\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .lg\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .lg\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .lg\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .lg\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .lg\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .lg\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .lg\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .lg\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .lg\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .lg\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .lg\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .lg\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .lg\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .lg\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .lg\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .lg\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .lg\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .lg\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .lg\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .lg\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .lg\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .lg\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .lg\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .lg\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .lg\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .lg\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .lg\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .lg\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .lg\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .lg\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .lg\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .lg\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .lg\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .lg\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .lg\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .lg\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .lg\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .lg\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .lg\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .lg\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .lg\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .lg\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .lg\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .lg\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .lg\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .lg\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .lg\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .lg\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .lg\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .lg\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .lg\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .lg\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .lg\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .lg\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .lg\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .lg\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .lg\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .lg\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .lg\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .lg\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .lg\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .lg\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .lg\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .lg\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .lg\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .lg\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .lg\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .lg\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .lg\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .lg\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .lg\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .lg\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .lg\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .lg\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .lg\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .lg\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .lg\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .lg\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .lg\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .lg\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .lg\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .lg\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .lg\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .lg\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .lg\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .lg\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .lg\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .lg\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .lg\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .lg\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .lg\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .lg\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .lg\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .lg\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .lg\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .lg\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .lg\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .lg\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .lg\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .lg\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .lg\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .lg\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .lg\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .lg\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .lg\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .lg\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .lg\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .lg\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .lg\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .lg\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .lg\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .lg\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .lg\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .lg\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .lg\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .lg\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .lg\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .lg\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .lg\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .lg\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .lg\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .lg\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .lg\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .lg\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .lg\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .lg\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .lg\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .lg\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .lg\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .lg\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .lg\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .lg\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .lg\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .lg\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .lg\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .lg\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .lg\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .lg\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .lg\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .lg\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .lg\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .lg\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .lg\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .lg\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .lg\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .lg\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .lg\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .lg\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .lg\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .lg\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .lg\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .lg\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .lg\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .lg\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .lg\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .lg\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .lg\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .lg\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .lg\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .lg\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .lg\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .lg\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .lg\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .lg\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .lg\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .lg\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .lg\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .lg\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .lg\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .lg\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .lg\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .lg\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .lg\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .lg\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .lg\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .lg\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .lg\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .lg\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .lg\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .lg\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .lg\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .lg\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .lg\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .lg\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .lg\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .lg\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .lg\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .lg\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .lg\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .lg\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .lg\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .lg\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .lg\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .lg\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .lg\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .lg\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .lg\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .lg\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .lg\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .lg\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .lg\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .lg\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .lg\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .lg\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .lg\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .lg\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .lg\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .lg\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .lg\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .lg\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .lg\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .lg\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .lg\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .lg\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .lg\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .lg\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .lg\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .lg\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .lg\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .lg\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .lg\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .lg\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .lg\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .lg\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .lg\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .lg\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .lg\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .lg\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .lg\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .lg\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .lg\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .lg\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .lg\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .lg\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .lg\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .lg\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .lg\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .lg\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .lg\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .lg\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .lg\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .lg\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .lg\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .lg\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .lg\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .lg\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .lg\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .lg\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .lg\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .lg\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .lg\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .lg\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .lg\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .lg\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .lg\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .lg\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .lg\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .lg\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .lg\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .lg\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .lg\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .lg\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .lg\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .lg\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .lg\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .lg\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .lg\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .lg\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .lg\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .lg\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .lg\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .lg\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .lg\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .lg\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .lg\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .lg\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .lg\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .lg\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .lg\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .lg\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .lg\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .lg\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .lg\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .lg\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .lg\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .lg\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .lg\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .lg\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .lg\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .lg\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .lg\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .lg\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .lg\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .lg\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .lg\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .lg\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .lg\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .lg\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .lg\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .lg\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .lg\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .lg\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .lg\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .lg\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .lg\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .lg\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .lg\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .lg\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .lg\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .lg\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .lg\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .lg\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .lg\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .lg\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .lg\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .lg\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .lg\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .lg\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .lg\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .lg\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .lg\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .lg\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .lg\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .lg\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .lg\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .lg\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .lg\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .lg\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .lg\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .lg\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .lg\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .lg\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .lg\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .lg\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .lg\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .lg\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .lg\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .lg\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .lg\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .lg\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .lg\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .lg\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .lg\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .lg\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .lg\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .lg\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .lg\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .lg\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .lg\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .lg\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .lg\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .lg\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .lg\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .lg\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .lg\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .lg\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .lg\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .lg\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .lg\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .lg\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .lg\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .lg\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .lg\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .lg\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .lg\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .lg\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .lg\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .lg\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .lg\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .lg\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .lg\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .lg\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .lg\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .lg\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .lg\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .lg\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .lg\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .lg\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .lg\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .lg\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .lg\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .lg\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .lg\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .lg\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .lg\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .lg\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .lg\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .lg\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .lg\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .lg\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .lg\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .lg\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .lg\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .lg\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .lg\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .lg\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .lg\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .lg\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .lg\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .lg\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .lg\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .lg\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .lg\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .lg\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .lg\:scroll-p-px {
    scroll-padding: 1px;
  }

  .lg\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .lg\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .lg\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .lg\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .lg\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .lg\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .lg\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .lg\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .lg\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .lg\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .lg\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .lg\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .lg\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .lg\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .lg\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .lg\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .lg\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .lg\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .lg\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .lg\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .lg\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .lg\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .lg\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .lg\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .lg\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .lg\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .lg\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .lg\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .lg\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .lg\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .lg\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .lg\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .lg\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .lg\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .lg\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .lg\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .lg\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .lg\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .lg\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .lg\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .lg\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .lg\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .lg\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .lg\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .lg\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .lg\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .lg\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .lg\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .lg\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .lg\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .lg\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .lg\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .lg\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .lg\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .lg\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .lg\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .lg\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .lg\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .lg\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .lg\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .lg\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .lg\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .lg\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .lg\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .lg\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .lg\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .lg\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .lg\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .lg\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .lg\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .lg\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .lg\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .lg\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .lg\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .lg\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .lg\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .lg\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .lg\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .lg\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .lg\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .lg\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .lg\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .lg\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .lg\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .lg\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .lg\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .lg\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .lg\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .lg\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .lg\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .lg\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .lg\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .lg\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .lg\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .lg\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .lg\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .lg\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .lg\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .lg\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .lg\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .lg\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .lg\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .lg\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .lg\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .lg\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .lg\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .lg\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .lg\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .lg\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .lg\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .lg\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .lg\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .lg\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .lg\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .lg\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .lg\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .lg\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .lg\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .lg\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .lg\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .lg\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .lg\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .lg\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .lg\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .lg\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .lg\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .lg\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .lg\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .lg\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .lg\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .lg\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .lg\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .lg\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .lg\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .lg\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .lg\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .lg\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .lg\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .lg\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .lg\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .lg\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .lg\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .lg\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .lg\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .lg\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .lg\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .lg\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .lg\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .lg\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .lg\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .lg\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .lg\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .lg\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .lg\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .lg\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .lg\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .lg\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .lg\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .lg\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .lg\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .lg\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .lg\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .lg\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .lg\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .lg\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .lg\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .lg\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .lg\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .lg\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .lg\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .lg\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .lg\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .lg\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .lg\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .lg\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .lg\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .lg\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .lg\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .lg\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .lg\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .lg\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .lg\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .lg\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .lg\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .lg\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .lg\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .lg\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .lg\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .lg\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .lg\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .lg\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .lg\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .lg\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .lg\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .lg\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .lg\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .lg\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .lg\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .lg\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .lg\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .lg\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .lg\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .lg\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .lg\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .lg\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .lg\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .lg\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .lg\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .lg\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .lg\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .lg\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .lg\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .lg\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .lg\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .lg\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .lg\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .lg\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .lg\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .lg\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .lg\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .lg\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .lg\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .lg\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .lg\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .lg\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .lg\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .lg\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .lg\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .lg\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .lg\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .lg\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .lg\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .lg\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .lg\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .lg\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .lg\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .lg\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .lg\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .lg\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .lg\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .lg\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .lg\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .lg\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .lg\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .lg\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .lg\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .lg\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .lg\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .lg\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .lg\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .lg\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .lg\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .lg\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .lg\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .lg\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .lg\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .lg\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .lg\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .lg\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .lg\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .lg\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .lg\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .lg\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .lg\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .lg\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .lg\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .lg\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .lg\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .lg\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .lg\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .lg\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .lg\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .lg\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .lg\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .lg\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .lg\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .lg\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .lg\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .lg\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .lg\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .lg\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .lg\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .lg\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .lg\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .lg\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .lg\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .lg\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .lg\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .lg\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .lg\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .lg\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .lg\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .lg\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .lg\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .lg\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .lg\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .lg\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .lg\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .lg\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .lg\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .lg\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .lg\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .lg\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .lg\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .lg\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .lg\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .lg\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .lg\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .lg\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .lg\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .lg\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .lg\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .lg\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .lg\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .lg\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .lg\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .lg\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .lg\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .lg\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .lg\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .lg\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .lg\:rounded-4xl {
    border-radius: 2rem;
  }

  .lg\:rounded-5xl {
    border-radius: 2.5rem;
  }

  .lg\:rounded-6xl {
    border-radius: 3rem;
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .lg\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .lg\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .lg\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .lg\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .lg\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .lg\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .lg\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .lg\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .lg\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .lg\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .lg\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .lg\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .lg\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .lg\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .lg\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .lg\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .lg\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .lg\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .lg\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .lg\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .lg\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .lg\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .lg\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .lg\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .lg\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .lg\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .lg\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .lg\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .lg\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .lg\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .lg\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .lg\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .lg\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .lg\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .lg\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .lg\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .lg\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .lg\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .lg\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .lg\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .lg\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .lg\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .lg\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .lg\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .lg\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .lg\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .lg\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .lg\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .lg\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .lg\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .lg\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .lg\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .lg\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .lg\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .lg\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .lg\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .lg\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .lg\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .lg\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .lg\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .lg\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .lg\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .lg\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .lg\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .lg\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .lg\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .lg\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .lg\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .lg\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .lg\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .lg\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .lg\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .lg\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .lg\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .lg\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .lg\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .lg\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .lg\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .lg\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .lg\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .lg\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .lg\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .lg\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .lg\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .lg\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .lg\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .lg\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .lg\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .lg\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .lg\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .lg\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .lg\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .lg\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .lg\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .lg\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .lg\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .lg\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .lg\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .lg\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .lg\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .lg\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .lg\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .lg\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .lg\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .lg\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .lg\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .lg\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .lg\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .lg\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .lg\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .lg\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .lg\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .lg\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .lg\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .lg\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .lg\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .lg\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .lg\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .lg\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .lg\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .lg\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .lg\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .lg\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .lg\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .lg\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .lg\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .lg\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .lg\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .lg\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .lg\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .lg\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .lg\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .lg\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .lg\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .lg\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .lg\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .lg\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .lg\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .lg\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .lg\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .lg\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .lg\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .lg\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .lg\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .lg\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .lg\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .lg\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .lg\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .lg\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .lg\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .lg\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .lg\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .lg\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .lg\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .lg\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .lg\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .lg\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .lg\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .lg\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .lg\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .lg\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .lg\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .lg\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .lg\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .lg\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .lg\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .lg\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .lg\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .lg\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .lg\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .lg\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .lg\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .lg\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .lg\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .lg\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .lg\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .lg\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .lg\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .lg\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .lg\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .lg\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .lg\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .lg\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .lg\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .lg\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .lg\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .lg\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .lg\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .lg\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .lg\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .lg\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .lg\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .lg\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .lg\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .lg\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .lg\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .lg\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .lg\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .lg\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .lg\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .lg\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .lg\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .lg\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .lg\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .lg\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .lg\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .lg\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .lg\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .lg\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .lg\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .lg\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .lg\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .lg\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .lg\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .lg\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .lg\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .lg\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .lg\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .lg\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .lg\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .lg\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .lg\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .lg\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .lg\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .lg\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .lg\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .lg\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .lg\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .lg\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .lg\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .lg\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .lg\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .lg\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .lg\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .lg\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .lg\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .lg\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .lg\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .lg\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .lg\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .lg\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .lg\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .lg\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .lg\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .lg\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .lg\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .lg\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .lg\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .lg\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .lg\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .lg\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .lg\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .lg\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .lg\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .lg\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .lg\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .lg\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .lg\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .lg\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .lg\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .lg\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .lg\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .lg\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .lg\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .lg\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .lg\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .lg\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .lg\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .lg\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .lg\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .lg\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .lg\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .lg\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .lg\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .lg\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .lg\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .lg\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .lg\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .lg\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .lg\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .lg\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .lg\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .lg\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .lg\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .lg\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .lg\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .lg\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .lg\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .lg\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .lg\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .lg\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .lg\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .lg\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .lg\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .lg\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .lg\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .lg\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .lg\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .lg\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .lg\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .lg\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .lg\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .lg\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .lg\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .lg\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .lg\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .lg\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .lg\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .lg\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .lg\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .lg\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .lg\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .lg\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .lg\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .lg\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .lg\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .lg\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .lg\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .lg\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .lg\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .lg\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .lg\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .lg\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .lg\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .lg\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .lg\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .lg\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .lg\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .lg\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .lg\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .lg\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .lg\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .lg\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .lg\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .lg\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .lg\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .lg\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .lg\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .lg\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .lg\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .lg\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .lg\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .lg\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .lg\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .lg\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .lg\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .lg\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .lg\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .lg\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .lg\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .lg\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .lg\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .lg\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .lg\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .lg\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .lg\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .lg\:fill-yellow-200 {
    fill: #fef08a;
  }

  .lg\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .lg\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .lg\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .lg\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .lg\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .lg\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .lg\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .lg\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .lg\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .lg\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .lg\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .lg\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .lg\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .lg\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .lg\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .lg\:fill-yellow-300 {
    fill: #fde047;
  }

  .lg\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .lg\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .lg\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .lg\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .lg\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .lg\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .lg\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .lg\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .lg\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .lg\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .lg\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .lg\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .lg\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .lg\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .lg\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .lg\:fill-yellow-400 {
    fill: #facc15;
  }

  .lg\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .lg\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .lg\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .lg\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .lg\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .lg\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .lg\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .lg\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .lg\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .lg\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .lg\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .lg\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .lg\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .lg\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .lg\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .lg\:fill-yellow-50 {
    fill: #fefce8;
  }

  .lg\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .lg\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .lg\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .lg\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .lg\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .lg\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .lg\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .lg\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .lg\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .lg\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .lg\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .lg\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .lg\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .lg\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .lg\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .lg\:fill-yellow-500 {
    fill: #eab308;
  }

  .lg\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .lg\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .lg\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .lg\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .lg\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .lg\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .lg\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .lg\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .lg\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .lg\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .lg\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .lg\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .lg\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .lg\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .lg\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .lg\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .lg\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .lg\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .lg\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .lg\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .lg\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .lg\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .lg\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .lg\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .lg\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .lg\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .lg\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .lg\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .lg\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .lg\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .lg\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .lg\:fill-yellow-700 {
    fill: #a16207;
  }

  .lg\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .lg\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .lg\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .lg\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .lg\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .lg\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .lg\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .lg\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .lg\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .lg\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .lg\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .lg\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .lg\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .lg\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .lg\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .lg\:fill-yellow-800 {
    fill: #854d0e;
  }

  .lg\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .lg\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .lg\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .lg\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .lg\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .lg\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .lg\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .lg\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .lg\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .lg\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .lg\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .lg\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .lg\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .lg\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .lg\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .lg\:fill-yellow-900 {
    fill: #713f12;
  }

  .lg\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .lg\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .lg\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .lg\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .lg\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .lg\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .lg\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .lg\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .lg\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .lg\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .lg\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .lg\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .lg\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .lg\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .lg\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .lg\:fill-yellow-950 {
    fill: #422006;
  }

  .lg\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .lg\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .lg\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .lg\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .lg\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .lg\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .lg\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .lg\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .lg\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .lg\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .lg\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .lg\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .lg\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .lg\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .lg\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .lg\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .lg\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .lg\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .lg\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .lg\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .lg\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .lg\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .lg\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .lg\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .lg\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .lg\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .lg\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .lg\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .lg\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .lg\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .lg\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .lg\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .lg\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .lg\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .lg\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .lg\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .lg\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .lg\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .lg\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .lg\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .lg\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .lg\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .lg\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .lg\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .lg\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .lg\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .lg\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .lg\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .lg\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .lg\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .lg\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .lg\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .lg\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .lg\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .lg\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .lg\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .lg\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .lg\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .lg\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .lg\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .lg\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .lg\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .lg\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .lg\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .lg\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .lg\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .lg\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .lg\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .lg\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .lg\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .lg\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .lg\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .lg\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .lg\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .lg\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .lg\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .lg\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .lg\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .lg\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .lg\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .lg\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .lg\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .lg\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .lg\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .lg\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .lg\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .lg\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .lg\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .lg\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .lg\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .lg\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .lg\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .lg\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .lg\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .lg\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .lg\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .lg\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .lg\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .lg\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .lg\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .lg\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .lg\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .lg\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .lg\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .lg\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .lg\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .lg\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .lg\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .lg\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .lg\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .lg\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .lg\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .lg\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .lg\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .lg\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .lg\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .lg\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .lg\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .lg\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .lg\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .lg\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .lg\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .lg\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .lg\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .lg\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .lg\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .lg\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .lg\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .lg\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .lg\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .lg\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .lg\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .lg\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .lg\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .lg\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .lg\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .lg\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .lg\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .lg\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .lg\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .lg\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .lg\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .lg\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .lg\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .lg\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .lg\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .lg\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .lg\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .lg\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .lg\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .lg\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .lg\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .lg\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .lg\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .lg\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .lg\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .lg\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .lg\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .lg\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .lg\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .lg\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .lg\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .lg\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .lg\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .lg\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .lg\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .lg\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .lg\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .lg\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .lg\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .lg\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .lg\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .lg\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .lg\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .lg\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .lg\:stroke-yellow-950 {
    stroke: #422006;
  }

  .lg\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .lg\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .lg\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .lg\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .lg\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .lg\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .lg\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .lg\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .lg\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .lg\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .lg\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .lg\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .lg\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .lg\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .lg\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .lg\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .lg\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .lg\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .lg\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .lg\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .lg\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .lg\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .lg\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .lg\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .lg\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .lg\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .lg\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .lg\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .lg\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .lg\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .lg\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .lg\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .lg\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .lg\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .lg\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .lg\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .lg\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .lg\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .lg\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .lg\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .lg\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .lg\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .lg\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .lg\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .lg\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .lg\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .lg\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .lg\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .lg\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .lg\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .lg\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .lg\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .lg\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .lg\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .lg\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .lg\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .lg\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .lg\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .lg\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .lg\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .lg\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .lg\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .lg\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .lg\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .lg\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .lg\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .lg\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .lg\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .lg\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .lg\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .lg\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .lg\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .lg\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .lg\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .lg\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .lg\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .lg\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .lg\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .lg\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .lg\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .lg\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .lg\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .lg\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .lg\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .lg\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .lg\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .lg\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .lg\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .lg\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .lg\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .lg\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .lg\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .lg\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .lg\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .lg\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .lg\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .lg\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .lg\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .lg\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .lg\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .lg\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .lg\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .lg\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .lg\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .lg\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .lg\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .lg\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .lg\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .lg\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .lg\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .lg\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .lg\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .lg\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .lg\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .lg\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .lg\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .lg\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .lg\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .lg\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .lg\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .lg\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .lg\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .lg\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .lg\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .lg\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .lg\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .lg\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .lg\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .lg\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .lg\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .lg\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .lg\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .lg\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .lg\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .lg\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .lg\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .lg\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .lg\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .lg\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .lg\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .lg\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .lg\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .lg\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .lg\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .lg\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .lg\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .lg\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .lg\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .lg\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .lg\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .lg\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .lg\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .lg\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .lg\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .lg\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .lg\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .lg\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .lg\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .lg\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .lg\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .lg\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .lg\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .lg\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .lg\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .lg\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .lg\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .lg\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .lg\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .lg\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .lg\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .lg\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .lg\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .lg\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .lg\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .lg\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .lg\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .lg\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .lg\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .lg\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .lg\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .lg\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .lg\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .lg\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .lg\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .lg\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .lg\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .lg\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .lg\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .lg\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .lg\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .lg\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .lg\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .lg\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .lg\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .lg\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .lg\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .lg\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .lg\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .lg\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .lg\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .lg\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .lg\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .lg\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .lg\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .lg\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .lg\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .lg\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .lg\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .lg\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .lg\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .lg\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .lg\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .lg\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .lg\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .lg\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .lg\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .lg\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .lg\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .lg\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .lg\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .lg\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .lg\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .lg\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .lg\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .lg\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .lg\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .lg\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .lg\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .lg\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .lg\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .lg\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .lg\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .lg\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .lg\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .lg\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .lg\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .lg\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .lg\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .lg\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .lg\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .lg\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .lg\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .lg\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .lg\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .lg\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .lg\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .lg\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .lg\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .lg\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .lg\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .lg\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .lg\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .lg\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .lg\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .lg\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .lg\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .lg\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .lg\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .lg\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .lg\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .lg\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .lg\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .lg\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .lg\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .lg\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .lg\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .lg\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .lg\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .lg\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .lg\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .lg\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .lg\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .lg\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .lg\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .lg\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .lg\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .lg\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .lg\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .lg\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .lg\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .lg\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .lg\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .lg\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .lg\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .lg\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .lg\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .lg\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .lg\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .lg\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .lg\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .lg\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .lg\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .lg\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .lg\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .lg\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .lg\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .lg\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .lg\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .lg\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .lg\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .lg\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .lg\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .lg\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .lg\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .lg\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .lg\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .lg\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .lg\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .lg\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .lg\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .lg\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .lg\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .lg\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .lg\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .lg\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .lg\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .lg\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .lg\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .lg\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .lg\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .lg\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .lg\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .lg\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .lg\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .lg\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .lg\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .lg\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .lg\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .lg\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .lg\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .lg\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .lg\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .lg\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .lg\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .lg\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .lg\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .lg\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .lg\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .lg\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .lg\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .lg\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .lg\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .lg\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .lg\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .lg\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .lg\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .lg\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .lg\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .lg\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .lg\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .lg\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .lg\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .lg\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .lg\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .lg\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .lg\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .lg\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .lg\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .lg\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .lg\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .lg\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .lg\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .lg\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .lg\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .lg\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .lg\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .lg\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .lg\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .lg\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .lg\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .lg\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .lg\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .lg\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .lg\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .lg\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .lg\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .lg\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .lg\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .lg\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .lg\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .lg\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .lg\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .lg\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .lg\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .lg\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .lg\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .lg\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .lg\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .lg\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .lg\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .lg\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .lg\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .lg\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .lg\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .lg\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .lg\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .lg\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .lg\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .lg\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .lg\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .lg\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .lg\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .lg\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .lg\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .lg\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .lg\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .lg\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .lg\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .lg\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .lg\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .lg\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .lg\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .lg\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .lg\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .lg\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .lg\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .lg\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .lg\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .lg\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .lg\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .lg\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .lg\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .lg\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .lg\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .lg\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .lg\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .lg\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .lg\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .lg\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .lg\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .lg\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .lg\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .lg\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .lg\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .lg\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .lg\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .lg\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .lg\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .lg\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .lg\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .lg\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .lg\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .lg\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .lg\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .lg\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .lg\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .lg\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .lg\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .lg\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .lg\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .lg\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .lg\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .lg\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .lg\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .lg\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .lg\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .lg\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .lg\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .lg\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .lg\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .lg\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .lg\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .lg\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .lg\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .lg\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .lg\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .lg\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .lg\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .lg\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .lg\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .lg\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .lg\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .lg\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .lg\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .lg\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .lg\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .lg\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .lg\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .lg\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .lg\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .lg\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .lg\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .lg\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .lg\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .lg\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .lg\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .lg\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .lg\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .lg\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .lg\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .lg\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .lg\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .lg\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .lg\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .lg\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .lg\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .lg\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .lg\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .lg\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .lg\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .lg\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .lg\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .lg\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .lg\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .lg\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .lg\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .lg\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .lg\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .lg\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .lg\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .lg\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .lg\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .lg\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .lg\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .lg\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .lg\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .lg\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .lg\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .lg\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .lg\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .lg\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .lg\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .lg\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .lg\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .lg\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .lg\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .lg\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .lg\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .lg\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .lg\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .lg\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .lg\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .lg\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .lg\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .lg\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .lg\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .lg\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .lg\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .lg\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .lg\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .lg\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .lg\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .lg\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .lg\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .lg\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .lg\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .lg\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .lg\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .lg\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .lg\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .lg\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .lg\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .lg\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .lg\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .lg\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .lg\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .lg\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .lg\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .lg\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .lg\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .lg\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .lg\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .lg\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .lg\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .lg\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .lg\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .lg\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .lg\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .lg\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .lg\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .lg\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .lg\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .lg\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .lg\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .lg\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .lg\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .lg\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .lg\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .lg\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .lg\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .lg\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .lg\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .lg\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .lg\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .lg\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .lg\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .lg\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .lg\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .lg\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .lg\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .lg\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .lg\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .lg\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .lg\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .lg\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .lg\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .lg\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .lg\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .lg\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .lg\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .lg\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .lg\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .lg\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .lg\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .lg\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .lg\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .lg\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .lg\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .lg\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .lg\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .lg\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .lg\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .lg\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .lg\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .lg\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .lg\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .lg\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .lg\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .lg\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .lg\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .lg\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .lg\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .lg\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .lg\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .lg\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .lg\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .lg\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .lg\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .lg\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .lg\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .lg\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .lg\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .lg\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .lg\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .lg\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .lg\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .lg\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .lg\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .lg\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .lg\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .lg\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .lg\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .lg\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .lg\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .lg\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .lg\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .lg\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .lg\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .lg\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .lg\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .lg\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .lg\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .lg\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .lg\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .lg\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .lg\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .lg\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .lg\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .lg\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .lg\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .lg\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .lg\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .lg\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .lg\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .lg\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .lg\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .lg\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .lg\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .lg\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .lg\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .lg\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .lg\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .lg\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .lg\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .lg\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .lg\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .lg\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .lg\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .lg\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .lg\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .lg\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .lg\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .lg\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .lg\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .lg\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .lg\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .lg\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .lg\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .lg\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .lg\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .lg\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .lg\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .lg\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .lg\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .lg\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .lg\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .lg\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .lg\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .lg\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .lg\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .lg\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .lg\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .lg\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .lg\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .lg\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .lg\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .lg\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .lg\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .lg\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .lg\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .lg\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .lg\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .lg\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .lg\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .lg\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .lg\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .lg\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .lg\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .lg\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .lg\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .lg\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .lg\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .lg\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .lg\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .lg\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .lg\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .lg\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .lg\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .lg\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .lg\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .lg\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .lg\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .lg\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .lg\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .lg\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .lg\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .lg\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .lg\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .lg\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .lg\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .lg\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .lg\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .lg\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .lg\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .lg\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .lg\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .lg\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .lg\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .lg\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .lg\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .lg\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .lg\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .lg\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .lg\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .lg\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .lg\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .lg\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .lg\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .lg\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .lg\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .lg\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .lg\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .lg\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .lg\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .lg\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .lg\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .lg\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .lg\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .lg\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .lg\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .lg\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .lg\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .lg\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .lg\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .lg\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .lg\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .lg\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .lg\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .lg\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .lg\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .lg\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .lg\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .lg\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .lg\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .lg\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .lg\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .lg\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .lg\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .lg\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .lg\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .lg\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .lg\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .lg\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .lg\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .lg\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .lg\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .lg\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .lg\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .lg\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .lg\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .lg\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .lg\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .lg\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .lg\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .lg\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .lg\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .lg\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .lg\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .lg\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .lg\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .lg\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .lg\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .lg\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .lg\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .lg\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .lg\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .lg\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .lg\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .lg\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .lg\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .lg\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .lg\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .lg\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .lg\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .lg\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .lg\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .lg\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .lg\:caret-yellow-950 {
    caret-color: #422006;
  }

  .lg\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .lg\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .lg\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .lg\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .lg\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .lg\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .lg\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .lg\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .lg\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .lg\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .lg\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .lg\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .lg\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .lg\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .lg\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .lg\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .lg\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .lg\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .lg\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .lg\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .lg\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .lg\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .lg\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .lg\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .lg\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .lg\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .lg\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .lg\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .lg\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .lg\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .lg\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .lg\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .lg\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .lg\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .lg\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .lg\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .lg\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .lg\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .lg\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .lg\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .lg\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .lg\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .lg\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .lg\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .lg\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .lg\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .lg\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .lg\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .lg\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .lg\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .lg\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .lg\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .lg\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .lg\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .lg\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .lg\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .lg\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .lg\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .lg\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .lg\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .lg\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .lg\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .lg\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .lg\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .lg\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .lg\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .lg\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .lg\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .lg\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .lg\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .lg\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .lg\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .lg\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .lg\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .lg\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .lg\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .lg\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .lg\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .lg\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .lg\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .lg\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .lg\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .lg\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .lg\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .lg\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .lg\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .lg\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .lg\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .lg\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .lg\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .lg\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .lg\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .lg\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .lg\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .lg\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .lg\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .lg\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .lg\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .lg\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .lg\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .lg\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .lg\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .lg\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .lg\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .lg\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .lg\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .lg\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .lg\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .lg\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .lg\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .lg\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .lg\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .lg\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .lg\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .lg\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .lg\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .lg\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .lg\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .lg\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .lg\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .lg\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .lg\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .lg\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .lg\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .lg\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .lg\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .lg\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .lg\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .lg\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .lg\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .lg\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .lg\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .lg\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .lg\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .lg\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .lg\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .lg\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .lg\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .lg\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .lg\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .lg\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .lg\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .lg\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .lg\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .lg\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .lg\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .lg\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .lg\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .lg\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .lg\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .lg\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .lg\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .lg\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .lg\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .lg\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .lg\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .lg\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .lg\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .lg\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .lg\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .lg\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .lg\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .lg\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .lg\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .lg\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .lg\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .lg\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .lg\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .lg\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .lg\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .lg\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .lg\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .lg\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .lg\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .lg\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .lg\:accent-yellow-950 {
    accent-color: #422006;
  }

  .lg\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .lg\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .lg\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .lg\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .lg\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .lg\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .lg\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .lg\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .lg\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .lg\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .lg\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .lg\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .lg\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .lg\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .lg\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .lg\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .lg\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .lg\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .lg\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .lg\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .lg\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .lg\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .lg\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .lg\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .lg\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .lg\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .lg\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .lg\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .lg\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .lg\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .lg\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .lg\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .lg\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .lg\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .lg\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .lg\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .lg\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .lg\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .lg\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .lg\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .lg\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .lg\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .lg\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .lg\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .lg\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .lg\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .lg\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .lg\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .lg\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .lg\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .lg\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .lg\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .lg\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .lg\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .lg\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .lg\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .lg\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .lg\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .lg\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .lg\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .lg\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .lg\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .lg\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .lg\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .lg\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .lg\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .lg\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .lg\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .lg\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .lg\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .lg\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .lg\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .lg\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .lg\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .lg\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .lg\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .lg\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .lg\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .lg\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .lg\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .lg\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .lg\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .lg\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .lg\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .lg\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .lg\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .lg\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .lg\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .lg\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .lg\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .lg\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .lg\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .lg\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .lg\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .lg\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .lg\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .lg\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .lg\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .lg\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .lg\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .lg\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .lg\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .lg\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .lg\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .lg\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .lg\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .lg\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .lg\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .lg\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .lg\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .lg\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .lg\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .lg\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .lg\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .lg\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .lg\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .lg\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .lg\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .lg\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .lg\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .lg\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .lg\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .lg\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .lg\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .lg\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .lg\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .lg\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .lg\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .lg\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .lg\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .lg\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .lg\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .lg\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .lg\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .lg\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .lg\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .lg\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .lg\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .lg\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .lg\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .lg\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .lg\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .lg\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .lg\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .lg\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .lg\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .lg\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .lg\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .lg\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .lg\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .lg\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .lg\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .lg\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .lg\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .lg\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .lg\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .lg\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .lg\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .lg\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .lg\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .lg\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .lg\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .lg\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .lg\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .lg\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .lg\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .lg\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .lg\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .lg\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .lg\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .lg\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .lg\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .lg\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .lg\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .lg\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .lg\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .lg\:outline-yellow-950 {
    outline-color: #422006;
  }

  .lg\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .lg\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .lg\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .lg\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .lg\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .lg\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .lg\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .lg\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .lg\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .lg\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .lg\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .lg\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .lg\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .lg\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .lg\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .lg\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .lg\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .lg\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .lg\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .lg\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .lg\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .lg\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .lg\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .lg\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .lg\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .lg\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .lg\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .lg\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .lg\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .lg\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .lg\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .lg\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .lg\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .lg\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .lg\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .lg\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .lg\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .lg\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .lg\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .lg\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .lg\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .lg\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .lg\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .lg\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .lg\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .lg\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .lg\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .lg\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .lg\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .lg\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .lg\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .lg\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .lg\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .lg\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .lg\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .lg\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .lg\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .lg\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .lg\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .lg\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .lg\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .lg\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .lg\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .lg\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .lg\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .lg\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .lg\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .lg\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .lg\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .lg\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .lg\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .lg\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .lg\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .lg\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .lg\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .lg\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .lg\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .lg\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .lg\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .lg\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .lg\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .lg\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .lg\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .lg\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .lg\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .lg\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .lg\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .lg\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .lg\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .lg\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .lg\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .lg\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .lg\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .lg\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .lg\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .lg\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .lg\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .lg\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .lg\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .lg\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .lg\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .lg\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .lg\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .lg\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .lg\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .lg\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .lg\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .lg\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .lg\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .lg\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .lg\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .lg\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .lg\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .lg\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .lg\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .lg\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .lg\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .lg\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .lg\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .lg\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .lg\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .lg\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .lg\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .lg\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .lg\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .lg\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .lg\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .lg\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .lg\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .lg\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .lg\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .lg\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .lg\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .lg\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .lg\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .lg\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .lg\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .lg\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .lg\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .lg\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .lg\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .lg\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .lg\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .lg\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .lg\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .lg\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .lg\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .lg\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .lg\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .lg\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .lg\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .lg\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .lg\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .lg\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .lg\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .lg\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .lg\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .lg\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .lg\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .lg\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .lg\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .lg\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .lg\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .lg\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .lg\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .lg\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .lg\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .lg\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .lg\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .lg\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .lg\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .lg\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .lg\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .lg\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .lg\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .lg\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .lg\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .lg\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .lg\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .lg\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .lg\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .lg\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .lg\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .lg\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .lg\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .lg\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .lg\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .lg\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .lg\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .lg\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .lg\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .lg\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .lg\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .lg\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .lg\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .lg\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .lg\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .lg\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .lg\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .lg\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .lg\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .lg\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .lg\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .lg\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .lg\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .lg\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .lg\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .lg\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .lg\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .lg\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .lg\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .lg\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .lg\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .lg\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .lg\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .lg\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .lg\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .lg\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .lg\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .lg\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .lg\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .lg\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .lg\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .lg\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .lg\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .lg\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .lg\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .lg\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .lg\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .lg\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .lg\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .lg\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .lg\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .lg\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .lg\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .lg\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .lg\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .lg\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .lg\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .lg\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .lg\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .lg\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .lg\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .lg\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .lg\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .lg\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .lg\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .lg\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .lg\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .lg\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .lg\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .lg\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .lg\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .lg\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .lg\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .lg\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .lg\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .lg\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .lg\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .lg\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .lg\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .lg\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .lg\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .lg\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .lg\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .lg\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .lg\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .lg\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .lg\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .lg\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .lg\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .lg\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .lg\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .lg\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .lg\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .lg\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .lg\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .lg\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .lg\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .lg\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .lg\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .lg\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .lg\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .lg\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .lg\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .lg\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .lg\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .lg\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .lg\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .lg\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .lg\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .lg\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .lg\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .lg\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .lg\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .lg\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .lg\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .lg\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .lg\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .lg\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .lg\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .lg\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .lg\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .lg\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .lg\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .lg\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .lg\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .lg\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .lg\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .lg\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .lg\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .lg\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .lg\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .lg\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .lg\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .lg\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .lg\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .lg\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .lg\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .lg\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .lg\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .lg\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .lg\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .lg\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .lg\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .lg\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .lg\: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);
  }

  .lg\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .lg\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .lg\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .lg\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .lg\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .lg\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .lg\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .lg\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .lg\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .lg\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .lg\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .lg\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .lg\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .lg\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .lg\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .lg\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .lg\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .lg\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .lg\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .lg\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .lg\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .lg\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .lg\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .lg\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .lg\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .lg\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .lg\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }

  :is(.dark .lg\:dark\:bg-transparent) {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {

  .xl\:-bottom-0 {
    bottom: -0px;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-top-0 {
    top: -0px;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:-m-0 {
    margin: -0px;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:-mb-0 {
    margin-bottom: -0px;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-0 {
    margin-left: -0px;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mr-0 {
    margin-right: -0px;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: -0px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:grow-0 {
    flex-grow: 0;
  }

  .xl\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .xl\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .xl\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .xl\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .xl\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .xl\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .xl\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .xl\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .xl\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .xl\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .xl\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .xl\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .xl\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .xl\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .xl\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .xl\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .xl\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .xl\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .xl\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .xl\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .xl\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .xl\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .xl\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .xl\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .xl\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .xl\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .xl\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .xl\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .xl\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .xl\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .xl\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .xl\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .xl\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .xl\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .xl\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .xl\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .xl\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .xl\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .xl\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .xl\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .xl\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .xl\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .xl\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .xl\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .xl\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .xl\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .xl\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .xl\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .xl\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .xl\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .xl\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .xl\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .xl\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .xl\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .xl\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .xl\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .xl\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .xl\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .xl\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .xl\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .xl\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .xl\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .xl\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .xl\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .xl\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .xl\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .xl\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .xl\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .xl\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .xl\:scroll-m-px {
    scroll-margin: 1px;
  }

  .xl\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .xl\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .xl\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .xl\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .xl\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .xl\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .xl\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .xl\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .xl\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .xl\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .xl\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .xl\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .xl\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .xl\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .xl\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .xl\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .xl\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .xl\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .xl\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .xl\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .xl\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .xl\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .xl\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .xl\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .xl\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .xl\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .xl\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .xl\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .xl\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .xl\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .xl\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .xl\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .xl\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .xl\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .xl\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .xl\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .xl\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .xl\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .xl\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .xl\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .xl\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .xl\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .xl\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .xl\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .xl\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .xl\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .xl\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .xl\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .xl\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .xl\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .xl\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .xl\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .xl\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .xl\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .xl\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .xl\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .xl\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .xl\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .xl\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .xl\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .xl\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .xl\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .xl\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .xl\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .xl\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .xl\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .xl\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .xl\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .xl\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .xl\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .xl\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .xl\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .xl\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .xl\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .xl\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .xl\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .xl\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .xl\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .xl\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .xl\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .xl\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .xl\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .xl\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .xl\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .xl\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .xl\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .xl\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .xl\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .xl\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .xl\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .xl\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .xl\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .xl\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .xl\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .xl\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .xl\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .xl\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .xl\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .xl\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .xl\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .xl\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .xl\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .xl\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .xl\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .xl\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .xl\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .xl\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .xl\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .xl\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .xl\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .xl\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .xl\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .xl\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .xl\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .xl\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .xl\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .xl\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .xl\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .xl\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .xl\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .xl\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .xl\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .xl\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .xl\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .xl\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .xl\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .xl\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .xl\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .xl\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .xl\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .xl\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .xl\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .xl\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .xl\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .xl\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .xl\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .xl\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .xl\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .xl\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .xl\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .xl\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .xl\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .xl\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .xl\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .xl\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .xl\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .xl\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .xl\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .xl\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .xl\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .xl\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .xl\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .xl\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .xl\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .xl\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .xl\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .xl\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .xl\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .xl\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .xl\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .xl\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .xl\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .xl\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .xl\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .xl\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .xl\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .xl\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .xl\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .xl\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .xl\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .xl\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .xl\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .xl\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .xl\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .xl\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .xl\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .xl\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .xl\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .xl\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .xl\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .xl\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .xl\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .xl\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .xl\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .xl\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .xl\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .xl\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .xl\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .xl\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .xl\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .xl\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .xl\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .xl\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .xl\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .xl\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .xl\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .xl\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .xl\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .xl\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .xl\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .xl\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .xl\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .xl\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .xl\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .xl\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .xl\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .xl\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .xl\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .xl\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .xl\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .xl\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .xl\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .xl\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .xl\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .xl\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .xl\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .xl\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .xl\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .xl\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .xl\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .xl\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .xl\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .xl\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .xl\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .xl\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .xl\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .xl\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .xl\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .xl\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .xl\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .xl\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .xl\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .xl\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .xl\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .xl\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .xl\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .xl\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .xl\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .xl\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .xl\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .xl\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .xl\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .xl\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .xl\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .xl\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .xl\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .xl\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .xl\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .xl\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .xl\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .xl\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .xl\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .xl\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .xl\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .xl\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .xl\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .xl\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .xl\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .xl\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .xl\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .xl\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .xl\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .xl\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .xl\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .xl\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .xl\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .xl\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .xl\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .xl\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .xl\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .xl\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .xl\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .xl\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .xl\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .xl\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .xl\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .xl\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .xl\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .xl\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .xl\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .xl\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .xl\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .xl\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .xl\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .xl\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .xl\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .xl\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .xl\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .xl\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .xl\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .xl\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .xl\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .xl\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .xl\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .xl\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .xl\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .xl\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .xl\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .xl\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .xl\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .xl\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .xl\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .xl\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .xl\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .xl\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .xl\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .xl\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .xl\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .xl\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .xl\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .xl\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .xl\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .xl\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .xl\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .xl\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .xl\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .xl\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .xl\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .xl\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .xl\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .xl\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .xl\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .xl\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .xl\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .xl\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .xl\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .xl\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .xl\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .xl\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .xl\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .xl\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .xl\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .xl\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .xl\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .xl\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .xl\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .xl\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .xl\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .xl\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .xl\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .xl\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .xl\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .xl\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .xl\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .xl\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .xl\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .xl\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .xl\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .xl\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .xl\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .xl\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .xl\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .xl\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .xl\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .xl\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .xl\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .xl\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .xl\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .xl\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .xl\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .xl\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .xl\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .xl\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .xl\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .xl\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .xl\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .xl\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .xl\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .xl\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .xl\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .xl\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .xl\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .xl\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .xl\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .xl\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .xl\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .xl\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .xl\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .xl\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .xl\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .xl\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .xl\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .xl\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .xl\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .xl\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .xl\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .xl\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .xl\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .xl\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .xl\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .xl\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .xl\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .xl\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .xl\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .xl\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .xl\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .xl\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .xl\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .xl\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .xl\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .xl\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .xl\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .xl\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .xl\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .xl\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .xl\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .xl\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .xl\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .xl\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .xl\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .xl\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .xl\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .xl\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .xl\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .xl\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .xl\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .xl\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .xl\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .xl\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .xl\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .xl\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .xl\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .xl\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .xl\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .xl\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .xl\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .xl\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .xl\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .xl\:scroll-p-px {
    scroll-padding: 1px;
  }

  .xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .xl\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .xl\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .xl\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .xl\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .xl\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .xl\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .xl\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .xl\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .xl\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .xl\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .xl\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .xl\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .xl\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .xl\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .xl\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .xl\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .xl\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .xl\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .xl\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .xl\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .xl\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .xl\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .xl\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .xl\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .xl\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .xl\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .xl\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .xl\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .xl\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .xl\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .xl\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .xl\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .xl\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .xl\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .xl\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .xl\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .xl\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .xl\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .xl\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .xl\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .xl\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .xl\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .xl\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .xl\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .xl\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .xl\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .xl\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .xl\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .xl\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .xl\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .xl\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .xl\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .xl\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .xl\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .xl\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .xl\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .xl\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .xl\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .xl\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .xl\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .xl\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .xl\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .xl\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .xl\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .xl\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .xl\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .xl\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .xl\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .xl\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .xl\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .xl\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .xl\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .xl\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .xl\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .xl\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .xl\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .xl\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .xl\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .xl\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .xl\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .xl\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .xl\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .xl\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .xl\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .xl\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .xl\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .xl\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .xl\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .xl\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .xl\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .xl\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .xl\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .xl\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .xl\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .xl\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .xl\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .xl\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .xl\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .xl\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .xl\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .xl\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .xl\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .xl\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .xl\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .xl\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .xl\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .xl\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .xl\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .xl\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .xl\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .xl\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .xl\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .xl\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .xl\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .xl\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .xl\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .xl\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .xl\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .xl\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .xl\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .xl\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .xl\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .xl\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .xl\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .xl\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .xl\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .xl\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .xl\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .xl\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .xl\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .xl\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .xl\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .xl\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .xl\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .xl\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .xl\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .xl\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .xl\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .xl\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .xl\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .xl\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .xl\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .xl\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .xl\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .xl\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .xl\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .xl\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .xl\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .xl\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .xl\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .xl\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .xl\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .xl\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .xl\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .xl\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .xl\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .xl\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .xl\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .xl\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .xl\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .xl\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .xl\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .xl\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .xl\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .xl\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .xl\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .xl\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .xl\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .xl\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .xl\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .xl\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .xl\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .xl\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .xl\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .xl\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .xl\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .xl\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .xl\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .xl\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .xl\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .xl\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .xl\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .xl\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .xl\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .xl\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .xl\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .xl\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .xl\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .xl\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .xl\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .xl\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .xl\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .xl\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .xl\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .xl\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .xl\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .xl\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .xl\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .xl\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .xl\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .xl\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .xl\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .xl\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .xl\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .xl\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .xl\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .xl\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .xl\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .xl\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .xl\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .xl\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .xl\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .xl\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .xl\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .xl\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .xl\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .xl\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .xl\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .xl\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .xl\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .xl\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .xl\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .xl\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .xl\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .xl\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .xl\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .xl\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .xl\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .xl\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .xl\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .xl\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .xl\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .xl\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .xl\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .xl\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .xl\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .xl\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .xl\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .xl\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .xl\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .xl\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .xl\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .xl\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .xl\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .xl\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .xl\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .xl\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .xl\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .xl\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .xl\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .xl\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .xl\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .xl\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .xl\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .xl\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .xl\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .xl\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .xl\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .xl\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .xl\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .xl\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .xl\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .xl\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .xl\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .xl\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .xl\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .xl\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .xl\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .xl\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .xl\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .xl\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .xl\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .xl\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .xl\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .xl\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .xl\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .xl\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .xl\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .xl\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .xl\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .xl\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .xl\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .xl\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .xl\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .xl\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .xl\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .xl\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .xl\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .xl\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .xl\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .xl\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .xl\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .xl\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .xl\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .xl\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .xl\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .xl\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .xl\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .xl\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .xl\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .xl\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .xl\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .xl\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .xl\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .xl\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .xl\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .xl\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .xl\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .xl\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .xl\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .xl\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .xl\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .xl\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .xl\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .xl\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .xl\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .xl\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .xl\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .xl\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .xl\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .xl\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .xl\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .xl\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .xl\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .xl\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .xl\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .xl\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .xl\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .xl\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .xl\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .xl\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .xl\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .xl\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .xl\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .xl\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .xl\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .xl\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .xl\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .xl\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .xl\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .xl\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .xl\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .xl\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .xl\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .xl\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .xl\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .xl\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .xl\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .xl\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .xl\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .xl\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .xl\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .xl\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .xl\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .xl\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .xl\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .xl\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .xl\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .xl\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .xl\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .xl\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .xl\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .xl\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .xl\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .xl\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .xl\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .xl\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .xl\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .xl\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .xl\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .xl\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .xl\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .xl\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .xl\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .xl\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .xl\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .xl\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .xl\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .xl\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .xl\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .xl\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .xl\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .xl\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .xl\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .xl\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .xl\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .xl\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .xl\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .xl\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .xl\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .xl\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .xl\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .xl\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .xl\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .xl\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .xl\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .xl\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .xl\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .xl\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .xl\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .xl\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .xl\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .xl\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .xl\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .xl\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .xl\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .xl\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .xl\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .xl\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .xl\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .xl\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .xl\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .xl\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .xl\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .xl\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .xl\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .xl\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .xl\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .xl\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .xl\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .xl\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .xl\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .xl\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .xl\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .xl\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .xl\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .xl\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .xl\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .xl\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .xl\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .xl\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .xl\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .xl\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .xl\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .xl\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .xl\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .xl\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .xl\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .xl\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .xl\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .xl\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .xl\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .xl\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .xl\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .xl\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .xl\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .xl\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .xl\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .xl\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .xl\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .xl\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .xl\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .xl\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .xl\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .xl\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .xl\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .xl\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .xl\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .xl\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .xl\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .xl\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .xl\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .xl\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .xl\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .xl\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .xl\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .xl\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .xl\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .xl\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .xl\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .xl\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .xl\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .xl\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .xl\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .xl\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .xl\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .xl\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .xl\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .xl\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .xl\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .xl\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .xl\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .xl\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .xl\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .xl\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .xl\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .xl\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .xl\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .xl\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .xl\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .xl\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .xl\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .xl\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .xl\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .xl\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .xl\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .xl\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .xl\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .xl\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .xl\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .xl\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .xl\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .xl\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .xl\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .xl\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .xl\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .xl\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .xl\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .xl\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .xl\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .xl\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .xl\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .xl\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .xl\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .xl\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .xl\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .xl\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .xl\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .xl\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .xl\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .xl\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .xl\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .xl\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .xl\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .xl\:fill-yellow-200 {
    fill: #fef08a;
  }

  .xl\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .xl\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .xl\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .xl\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .xl\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .xl\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .xl\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .xl\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .xl\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .xl\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .xl\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .xl\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .xl\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .xl\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .xl\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .xl\:fill-yellow-300 {
    fill: #fde047;
  }

  .xl\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .xl\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .xl\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .xl\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .xl\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .xl\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .xl\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .xl\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .xl\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .xl\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .xl\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .xl\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .xl\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .xl\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .xl\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .xl\:fill-yellow-400 {
    fill: #facc15;
  }

  .xl\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .xl\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .xl\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .xl\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .xl\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .xl\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .xl\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .xl\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .xl\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .xl\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .xl\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .xl\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .xl\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .xl\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .xl\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .xl\:fill-yellow-50 {
    fill: #fefce8;
  }

  .xl\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .xl\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .xl\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .xl\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .xl\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .xl\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .xl\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .xl\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .xl\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .xl\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .xl\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .xl\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .xl\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .xl\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .xl\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .xl\:fill-yellow-500 {
    fill: #eab308;
  }

  .xl\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .xl\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .xl\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .xl\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .xl\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .xl\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .xl\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .xl\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .xl\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .xl\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .xl\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .xl\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .xl\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .xl\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .xl\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .xl\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .xl\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .xl\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .xl\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .xl\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .xl\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .xl\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .xl\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .xl\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .xl\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .xl\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .xl\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .xl\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .xl\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .xl\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .xl\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .xl\:fill-yellow-700 {
    fill: #a16207;
  }

  .xl\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .xl\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .xl\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .xl\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .xl\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .xl\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .xl\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .xl\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .xl\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .xl\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .xl\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .xl\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .xl\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .xl\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .xl\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .xl\:fill-yellow-800 {
    fill: #854d0e;
  }

  .xl\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .xl\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .xl\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .xl\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .xl\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .xl\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .xl\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .xl\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .xl\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .xl\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .xl\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .xl\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .xl\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .xl\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .xl\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .xl\:fill-yellow-900 {
    fill: #713f12;
  }

  .xl\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .xl\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .xl\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .xl\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .xl\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .xl\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .xl\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .xl\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .xl\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .xl\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .xl\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .xl\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .xl\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .xl\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .xl\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .xl\:fill-yellow-950 {
    fill: #422006;
  }

  .xl\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .xl\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .xl\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .xl\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .xl\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .xl\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .xl\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .xl\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .xl\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .xl\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .xl\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .xl\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .xl\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .xl\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .xl\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .xl\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .xl\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .xl\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .xl\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .xl\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .xl\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .xl\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .xl\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .xl\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .xl\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .xl\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .xl\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .xl\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .xl\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .xl\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .xl\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .xl\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .xl\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .xl\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .xl\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .xl\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .xl\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .xl\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .xl\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .xl\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .xl\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .xl\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .xl\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .xl\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .xl\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .xl\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .xl\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .xl\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .xl\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .xl\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .xl\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .xl\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .xl\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .xl\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .xl\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .xl\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .xl\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .xl\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .xl\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .xl\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .xl\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .xl\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .xl\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .xl\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .xl\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .xl\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .xl\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .xl\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .xl\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .xl\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .xl\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .xl\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .xl\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .xl\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .xl\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .xl\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .xl\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .xl\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .xl\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .xl\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .xl\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .xl\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .xl\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .xl\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .xl\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .xl\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .xl\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .xl\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .xl\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .xl\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .xl\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .xl\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .xl\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .xl\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .xl\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .xl\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .xl\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .xl\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .xl\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .xl\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .xl\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .xl\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .xl\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .xl\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .xl\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .xl\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .xl\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .xl\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .xl\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .xl\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .xl\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .xl\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .xl\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .xl\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .xl\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .xl\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .xl\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .xl\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .xl\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .xl\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .xl\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .xl\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .xl\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .xl\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .xl\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .xl\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .xl\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .xl\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .xl\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .xl\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .xl\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .xl\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .xl\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .xl\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .xl\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .xl\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .xl\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .xl\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .xl\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .xl\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .xl\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .xl\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .xl\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .xl\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .xl\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .xl\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .xl\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .xl\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .xl\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .xl\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .xl\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .xl\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .xl\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .xl\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .xl\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .xl\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .xl\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .xl\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .xl\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .xl\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .xl\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .xl\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .xl\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .xl\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .xl\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .xl\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .xl\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .xl\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .xl\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .xl\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .xl\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .xl\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .xl\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .xl\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .xl\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .xl\:stroke-yellow-950 {
    stroke: #422006;
  }

  .xl\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .xl\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .xl\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .xl\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .xl\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .xl\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .xl\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .xl\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .xl\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .xl\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .xl\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .xl\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .xl\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .xl\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .xl\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .xl\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .xl\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .xl\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .xl\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .xl\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .xl\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .xl\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .xl\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .xl\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .xl\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .xl\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .xl\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .xl\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .xl\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .xl\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .xl\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .xl\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .xl\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .xl\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .xl\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .xl\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .xl\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .xl\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .xl\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .xl\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .xl\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .xl\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .xl\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .xl\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .xl\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .xl\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .xl\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .xl\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .xl\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .xl\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .xl\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .xl\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .xl\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .xl\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .xl\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .xl\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .xl\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .xl\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .xl\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .xl\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .xl\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .xl\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .xl\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .xl\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .xl\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .xl\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .xl\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .xl\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .xl\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .xl\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .xl\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .xl\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .xl\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .xl\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .xl\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .xl\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .xl\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .xl\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .xl\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .xl\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .xl\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .xl\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .xl\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .xl\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .xl\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .xl\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .xl\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .xl\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .xl\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .xl\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .xl\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .xl\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .xl\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .xl\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .xl\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .xl\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .xl\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .xl\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .xl\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .xl\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .xl\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .xl\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .xl\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .xl\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .xl\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .xl\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .xl\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .xl\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .xl\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .xl\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .xl\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .xl\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .xl\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .xl\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .xl\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .xl\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .xl\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .xl\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .xl\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .xl\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .xl\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .xl\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .xl\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .xl\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .xl\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .xl\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .xl\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .xl\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .xl\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .xl\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .xl\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .xl\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .xl\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .xl\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .xl\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .xl\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .xl\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .xl\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .xl\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .xl\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .xl\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .xl\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .xl\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .xl\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .xl\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .xl\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .xl\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .xl\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .xl\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .xl\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .xl\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .xl\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .xl\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .xl\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .xl\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .xl\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .xl\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .xl\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .xl\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .xl\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .xl\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .xl\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .xl\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .xl\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .xl\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .xl\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .xl\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .xl\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .xl\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .xl\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .xl\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .xl\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .xl\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .xl\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .xl\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .xl\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .xl\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .xl\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .xl\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .xl\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .xl\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .xl\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .xl\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .xl\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .xl\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .xl\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .xl\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .xl\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .xl\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .xl\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .xl\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .xl\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .xl\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .xl\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .xl\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .xl\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .xl\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .xl\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .xl\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .xl\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .xl\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .xl\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .xl\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .xl\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .xl\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .xl\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .xl\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .xl\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .xl\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .xl\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .xl\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .xl\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .xl\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .xl\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .xl\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .xl\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .xl\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .xl\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .xl\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .xl\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .xl\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .xl\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .xl\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .xl\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .xl\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .xl\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .xl\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .xl\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .xl\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .xl\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .xl\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .xl\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .xl\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .xl\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .xl\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .xl\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .xl\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .xl\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .xl\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .xl\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .xl\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .xl\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .xl\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .xl\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .xl\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .xl\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .xl\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .xl\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .xl\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .xl\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .xl\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .xl\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .xl\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .xl\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .xl\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .xl\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .xl\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .xl\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .xl\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .xl\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .xl\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .xl\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .xl\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .xl\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .xl\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .xl\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .xl\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .xl\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .xl\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .xl\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .xl\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .xl\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .xl\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .xl\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .xl\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .xl\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .xl\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .xl\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .xl\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .xl\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .xl\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .xl\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .xl\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .xl\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .xl\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .xl\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .xl\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .xl\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .xl\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .xl\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .xl\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .xl\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .xl\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .xl\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .xl\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .xl\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .xl\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .xl\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .xl\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .xl\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .xl\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .xl\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .xl\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .xl\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .xl\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .xl\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .xl\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .xl\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .xl\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .xl\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .xl\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .xl\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .xl\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .xl\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .xl\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .xl\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .xl\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .xl\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .xl\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .xl\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .xl\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .xl\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .xl\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .xl\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .xl\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .xl\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .xl\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .xl\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .xl\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .xl\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .xl\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .xl\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .xl\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .xl\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .xl\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .xl\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .xl\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .xl\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .xl\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .xl\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .xl\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .xl\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .xl\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .xl\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .xl\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .xl\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .xl\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .xl\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .xl\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .xl\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .xl\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .xl\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .xl\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .xl\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .xl\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .xl\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .xl\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .xl\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .xl\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .xl\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .xl\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .xl\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .xl\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .xl\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .xl\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .xl\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .xl\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .xl\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .xl\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .xl\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .xl\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .xl\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .xl\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .xl\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .xl\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .xl\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .xl\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .xl\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .xl\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .xl\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .xl\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .xl\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .xl\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .xl\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .xl\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .xl\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .xl\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .xl\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .xl\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .xl\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .xl\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .xl\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .xl\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .xl\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .xl\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .xl\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .xl\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .xl\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .xl\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .xl\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .xl\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .xl\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .xl\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .xl\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .xl\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .xl\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .xl\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .xl\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .xl\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .xl\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .xl\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .xl\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .xl\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .xl\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .xl\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .xl\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .xl\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .xl\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .xl\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .xl\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .xl\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .xl\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .xl\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .xl\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .xl\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .xl\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .xl\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .xl\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .xl\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .xl\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .xl\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .xl\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .xl\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .xl\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .xl\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .xl\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .xl\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .xl\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .xl\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .xl\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .xl\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .xl\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .xl\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .xl\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .xl\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .xl\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .xl\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .xl\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .xl\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .xl\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .xl\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .xl\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .xl\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .xl\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .xl\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .xl\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .xl\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .xl\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .xl\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .xl\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .xl\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .xl\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .xl\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .xl\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .xl\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .xl\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .xl\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .xl\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .xl\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .xl\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .xl\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .xl\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .xl\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .xl\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .xl\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .xl\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .xl\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .xl\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .xl\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .xl\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .xl\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .xl\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .xl\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .xl\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .xl\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .xl\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .xl\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .xl\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .xl\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .xl\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .xl\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .xl\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .xl\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .xl\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .xl\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .xl\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .xl\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .xl\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .xl\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .xl\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .xl\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .xl\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .xl\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .xl\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .xl\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .xl\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .xl\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .xl\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .xl\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .xl\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .xl\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .xl\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .xl\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .xl\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .xl\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .xl\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .xl\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .xl\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .xl\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .xl\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .xl\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .xl\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .xl\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .xl\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .xl\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .xl\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .xl\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .xl\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .xl\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .xl\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .xl\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .xl\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .xl\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .xl\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .xl\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .xl\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .xl\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .xl\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .xl\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .xl\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .xl\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .xl\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .xl\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .xl\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .xl\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .xl\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .xl\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .xl\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .xl\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .xl\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .xl\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .xl\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .xl\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .xl\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .xl\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .xl\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .xl\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .xl\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .xl\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .xl\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .xl\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .xl\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .xl\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .xl\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .xl\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .xl\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .xl\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .xl\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .xl\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .xl\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .xl\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .xl\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .xl\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .xl\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .xl\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .xl\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .xl\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .xl\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .xl\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .xl\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .xl\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .xl\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .xl\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .xl\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .xl\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .xl\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .xl\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .xl\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .xl\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .xl\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .xl\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .xl\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .xl\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .xl\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .xl\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .xl\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .xl\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .xl\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .xl\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .xl\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .xl\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .xl\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .xl\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .xl\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .xl\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .xl\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .xl\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .xl\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .xl\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .xl\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .xl\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .xl\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .xl\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .xl\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .xl\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .xl\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .xl\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .xl\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .xl\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .xl\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .xl\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .xl\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .xl\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .xl\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .xl\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .xl\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .xl\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .xl\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .xl\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .xl\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .xl\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .xl\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .xl\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .xl\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .xl\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .xl\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .xl\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .xl\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .xl\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .xl\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .xl\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .xl\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .xl\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .xl\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .xl\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .xl\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .xl\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .xl\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .xl\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .xl\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .xl\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .xl\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .xl\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .xl\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .xl\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .xl\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .xl\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .xl\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .xl\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .xl\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .xl\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .xl\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .xl\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .xl\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .xl\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .xl\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .xl\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .xl\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .xl\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .xl\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .xl\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .xl\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .xl\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .xl\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .xl\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .xl\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .xl\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .xl\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .xl\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .xl\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .xl\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .xl\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .xl\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .xl\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .xl\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .xl\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .xl\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .xl\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .xl\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .xl\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .xl\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .xl\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .xl\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .xl\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .xl\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .xl\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .xl\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .xl\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .xl\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .xl\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .xl\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .xl\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .xl\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .xl\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .xl\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .xl\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .xl\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .xl\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .xl\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .xl\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .xl\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .xl\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .xl\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .xl\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .xl\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .xl\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .xl\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .xl\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .xl\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .xl\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .xl\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .xl\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .xl\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .xl\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .xl\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .xl\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .xl\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .xl\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .xl\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .xl\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .xl\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .xl\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .xl\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .xl\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .xl\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .xl\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .xl\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .xl\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .xl\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .xl\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .xl\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .xl\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .xl\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .xl\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .xl\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .xl\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .xl\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .xl\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .xl\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .xl\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .xl\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .xl\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .xl\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .xl\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .xl\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .xl\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .xl\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .xl\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .xl\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .xl\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .xl\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .xl\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .xl\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .xl\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .xl\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .xl\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .xl\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .xl\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .xl\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .xl\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .xl\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .xl\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .xl\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .xl\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .xl\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .xl\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .xl\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .xl\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .xl\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .xl\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .xl\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .xl\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .xl\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .xl\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .xl\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .xl\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .xl\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .xl\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .xl\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .xl\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .xl\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .xl\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .xl\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .xl\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .xl\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .xl\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .xl\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .xl\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .xl\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .xl\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .xl\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .xl\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .xl\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .xl\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .xl\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .xl\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .xl\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .xl\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .xl\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .xl\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .xl\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .xl\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .xl\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .xl\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .xl\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .xl\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .xl\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .xl\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .xl\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .xl\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .xl\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .xl\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .xl\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .xl\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .xl\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .xl\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .xl\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .xl\:caret-yellow-950 {
    caret-color: #422006;
  }

  .xl\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .xl\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .xl\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .xl\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .xl\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .xl\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .xl\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .xl\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .xl\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .xl\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .xl\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .xl\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .xl\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .xl\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .xl\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .xl\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .xl\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .xl\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .xl\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .xl\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .xl\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .xl\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .xl\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .xl\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .xl\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .xl\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .xl\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .xl\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .xl\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .xl\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .xl\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .xl\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .xl\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .xl\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .xl\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .xl\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .xl\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .xl\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .xl\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .xl\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .xl\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .xl\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .xl\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .xl\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .xl\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .xl\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .xl\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .xl\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .xl\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .xl\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .xl\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .xl\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .xl\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .xl\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .xl\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .xl\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .xl\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .xl\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .xl\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .xl\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .xl\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .xl\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .xl\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .xl\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .xl\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .xl\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .xl\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .xl\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .xl\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .xl\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .xl\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .xl\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .xl\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .xl\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .xl\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .xl\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .xl\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .xl\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .xl\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .xl\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .xl\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .xl\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .xl\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .xl\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .xl\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .xl\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .xl\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .xl\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .xl\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .xl\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .xl\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .xl\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .xl\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .xl\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .xl\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .xl\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .xl\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .xl\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .xl\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .xl\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .xl\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .xl\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .xl\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .xl\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .xl\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .xl\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .xl\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .xl\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .xl\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .xl\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .xl\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .xl\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .xl\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .xl\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .xl\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .xl\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .xl\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .xl\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .xl\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .xl\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .xl\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .xl\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .xl\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .xl\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .xl\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .xl\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .xl\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .xl\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .xl\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .xl\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .xl\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .xl\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .xl\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .xl\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .xl\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .xl\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .xl\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .xl\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .xl\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .xl\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .xl\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .xl\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .xl\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .xl\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .xl\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .xl\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .xl\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .xl\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .xl\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .xl\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .xl\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .xl\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .xl\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .xl\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .xl\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .xl\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .xl\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .xl\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .xl\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .xl\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .xl\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .xl\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .xl\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .xl\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .xl\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .xl\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .xl\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .xl\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .xl\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .xl\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .xl\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .xl\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .xl\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .xl\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .xl\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .xl\:accent-yellow-950 {
    accent-color: #422006;
  }

  .xl\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .xl\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .xl\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .xl\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .xl\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .xl\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .xl\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .xl\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .xl\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .xl\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .xl\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .xl\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .xl\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .xl\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .xl\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .xl\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\: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);
  }

  .xl\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .xl\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .xl\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .xl\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .xl\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .xl\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .xl\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .xl\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .xl\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .xl\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .xl\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .xl\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .xl\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .xl\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .xl\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .xl\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .xl\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .xl\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .xl\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .xl\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .xl\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .xl\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .xl\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .xl\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .xl\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .xl\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .xl\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .xl\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .xl\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .xl\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .xl\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .xl\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .xl\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .xl\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .xl\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .xl\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .xl\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .xl\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .xl\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .xl\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .xl\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .xl\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .xl\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .xl\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .xl\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .xl\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .xl\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .xl\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .xl\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .xl\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .xl\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .xl\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .xl\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .xl\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .xl\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .xl\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .xl\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .xl\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .xl\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .xl\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .xl\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .xl\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .xl\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .xl\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .xl\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .xl\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .xl\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .xl\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .xl\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .xl\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .xl\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .xl\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .xl\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .xl\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .xl\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .xl\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .xl\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .xl\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .xl\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .xl\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .xl\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .xl\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .xl\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .xl\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .xl\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .xl\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .xl\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .xl\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .xl\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .xl\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .xl\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .xl\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .xl\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .xl\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .xl\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .xl\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .xl\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .xl\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .xl\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .xl\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .xl\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .xl\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .xl\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .xl\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .xl\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .xl\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .xl\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .xl\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .xl\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .xl\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .xl\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .xl\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .xl\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .xl\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .xl\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .xl\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .xl\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .xl\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .xl\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .xl\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .xl\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .xl\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .xl\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .xl\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .xl\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .xl\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .xl\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .xl\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .xl\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .xl\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .xl\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .xl\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .xl\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .xl\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .xl\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .xl\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .xl\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .xl\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .xl\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .xl\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .xl\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .xl\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .xl\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .xl\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .xl\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .xl\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .xl\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .xl\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .xl\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .xl\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .xl\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .xl\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .xl\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .xl\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .xl\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .xl\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .xl\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .xl\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .xl\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .xl\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .xl\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .xl\:outline-yellow-950 {
    outline-color: #422006;
  }

  .xl\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .xl\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .xl\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .xl\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .xl\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .xl\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .xl\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .xl\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .xl\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .xl\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .xl\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .xl\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .xl\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .xl\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .xl\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .xl\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .xl\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .xl\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .xl\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .xl\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .xl\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .xl\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .xl\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .xl\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .xl\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .xl\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .xl\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .xl\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .xl\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .xl\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .xl\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .xl\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .xl\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .xl\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .xl\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .xl\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .xl\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .xl\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .xl\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .xl\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .xl\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .xl\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .xl\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .xl\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .xl\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .xl\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .xl\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .xl\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .xl\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .xl\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .xl\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .xl\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .xl\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .xl\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .xl\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .xl\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .xl\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .xl\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .xl\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .xl\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .xl\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .xl\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .xl\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .xl\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .xl\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .xl\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .xl\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .xl\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .xl\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .xl\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .xl\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .xl\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .xl\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .xl\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .xl\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .xl\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .xl\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .xl\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .xl\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .xl\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .xl\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .xl\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .xl\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .xl\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .xl\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .xl\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .xl\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .xl\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .xl\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .xl\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .xl\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .xl\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .xl\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .xl\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .xl\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .xl\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .xl\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .xl\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .xl\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .xl\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .xl\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .xl\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .xl\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .xl\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .xl\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .xl\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .xl\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .xl\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .xl\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .xl\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .xl\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .xl\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .xl\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .xl\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .xl\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .xl\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .xl\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .xl\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .xl\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .xl\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .xl\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .xl\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .xl\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .xl\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .xl\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .xl\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .xl\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .xl\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .xl\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .xl\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .xl\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .xl\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .xl\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .xl\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .xl\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .xl\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .xl\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .xl\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .xl\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .xl\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .xl\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .xl\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .xl\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .xl\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .xl\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .xl\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .xl\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .xl\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .xl\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .xl\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .xl\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .xl\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .xl\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .xl\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .xl\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .xl\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .xl\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .xl\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .xl\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .xl\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .xl\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .xl\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .xl\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .xl\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .xl\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .xl\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .xl\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .xl\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .xl\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .xl\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .xl\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .xl\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .xl\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .xl\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .xl\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .xl\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .xl\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .xl\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .xl\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .xl\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .xl\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .xl\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .xl\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .xl\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .xl\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .xl\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .xl\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .xl\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .xl\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .xl\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .xl\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .xl\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .xl\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .xl\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .xl\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .xl\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .xl\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .xl\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .xl\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .xl\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .xl\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .xl\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .xl\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .xl\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .xl\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .xl\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .xl\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .xl\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .xl\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .xl\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .xl\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .xl\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .xl\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .xl\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .xl\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .xl\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .xl\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .xl\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .xl\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .xl\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .xl\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .xl\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .xl\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .xl\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .xl\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .xl\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .xl\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .xl\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .xl\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .xl\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .xl\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .xl\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .xl\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .xl\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .xl\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .xl\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .xl\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .xl\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .xl\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .xl\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .xl\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .xl\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .xl\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .xl\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .xl\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .xl\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .xl\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .xl\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .xl\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .xl\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .xl\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .xl\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .xl\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .xl\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .xl\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .xl\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .xl\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .xl\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .xl\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .xl\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .xl\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .xl\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .xl\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .xl\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .xl\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .xl\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .xl\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .xl\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .xl\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .xl\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .xl\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .xl\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .xl\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .xl\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .xl\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .xl\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .xl\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .xl\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .xl\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .xl\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .xl\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .xl\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .xl\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .xl\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .xl\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .xl\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .xl\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .xl\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .xl\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .xl\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .xl\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .xl\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .xl\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .xl\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .xl\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .xl\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .xl\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .xl\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .xl\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .xl\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .xl\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .xl\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .xl\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .xl\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .xl\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .xl\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .xl\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .xl\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .xl\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .xl\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .xl\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .xl\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .xl\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .xl\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .xl\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .xl\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .xl\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .xl\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .xl\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .xl\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .xl\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .xl\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .xl\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .xl\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .xl\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .xl\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .xl\: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);
  }

  .xl\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .xl\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .xl\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .xl\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .xl\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .xl\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .xl\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .xl\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .xl\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .xl\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .xl\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .xl\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .xl\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .xl\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .xl\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .xl\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .xl\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .xl\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .xl\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .xl\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .xl\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .xl\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .xl\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .xl\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .xl\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .xl\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .xl\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-bottom-0 {
    bottom: -0px;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-top-0 {
    top: -0px;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-top-14 {
    top: -3.5rem;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:top-16 {
    top: 4rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:-m-0 {
    margin: -0px;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-60 {
    margin: -15rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-\[500px\] {
    margin-left: 500px;
    margin-right: 500px;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:-mb-0 {
    margin-bottom: -0px;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-ml-0 {
    margin-left: -0px;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-mr-0 {
    margin-right: -0px;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mt-0 {
    margin-top: -0px;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .\32xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\32xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .\32xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .\32xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .\32xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .\32xl\:h-0 {
    height: 0px;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-1\/2 {
    height: 50%;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl\:h-1\/4 {
    height: 25%;
  }

  .\32xl\:h-1\/5 {
    height: 20%;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\32xl\:h-2\/4 {
    height: 50%;
  }

  .\32xl\:h-2\/5 {
    height: 40%;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-3\/4 {
    height: 75%;
  }

  .\32xl\:h-3\/5 {
    height: 60%;
  }

  .\32xl\:h-3\/6 {
    height: 50%;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-4\/5 {
    height: 80%;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:max-h-0 {
    max-height: 0px;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:w-0 {
    width: 0px;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:grow-0 {
    flex-grow: 0;
  }

  .\32xl\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .\32xl\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .\32xl\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .\32xl\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .\32xl\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .\32xl\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .\32xl\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .\32xl\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .\32xl\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .\32xl\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .\32xl\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .\32xl\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .\32xl\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .\32xl\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .\32xl\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .\32xl\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .\32xl\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .\32xl\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .\32xl\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .\32xl\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .\32xl\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .\32xl\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .\32xl\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .\32xl\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .\32xl\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .\32xl\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .\32xl\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .\32xl\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .\32xl\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .\32xl\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .\32xl\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .\32xl\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .\32xl\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .\32xl\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .\32xl\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .\32xl\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .\32xl\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .\32xl\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .\32xl\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .\32xl\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .\32xl\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .\32xl\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .\32xl\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .\32xl\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .\32xl\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .\32xl\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .\32xl\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .\32xl\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .\32xl\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .\32xl\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .\32xl\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .\32xl\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .\32xl\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .\32xl\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .\32xl\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .\32xl\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .\32xl\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .\32xl\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .\32xl\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .\32xl\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .\32xl\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .\32xl\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .\32xl\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .\32xl\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .\32xl\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .\32xl\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .\32xl\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .\32xl\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .\32xl\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .\32xl\:scroll-m-px {
    scroll-margin: 1px;
  }

  .\32xl\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .\32xl\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .\32xl\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .\32xl\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .\32xl\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .\32xl\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .\32xl\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .\32xl\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .\32xl\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .\32xl\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .\32xl\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .\32xl\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .\32xl\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .\32xl\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .\32xl\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .\32xl\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .\32xl\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .\32xl\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .\32xl\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .\32xl\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .\32xl\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .\32xl\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .\32xl\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .\32xl\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .\32xl\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .\32xl\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .\32xl\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .\32xl\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .\32xl\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .\32xl\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .\32xl\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .\32xl\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .\32xl\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .\32xl\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .\32xl\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .\32xl\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .\32xl\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .\32xl\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .\32xl\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .\32xl\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .\32xl\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .\32xl\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .\32xl\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .\32xl\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .\32xl\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .\32xl\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .\32xl\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .\32xl\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .\32xl\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .\32xl\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .\32xl\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .\32xl\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .\32xl\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .\32xl\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .\32xl\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .\32xl\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .\32xl\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .\32xl\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .\32xl\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .\32xl\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .\32xl\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .\32xl\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .\32xl\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .\32xl\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .\32xl\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .\32xl\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .\32xl\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .\32xl\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .\32xl\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .\32xl\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .\32xl\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .\32xl\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .\32xl\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .\32xl\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .\32xl\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .\32xl\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .\32xl\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .\32xl\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .\32xl\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .\32xl\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .\32xl\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .\32xl\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .\32xl\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .\32xl\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .\32xl\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .\32xl\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .\32xl\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .\32xl\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .\32xl\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .\32xl\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .\32xl\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .\32xl\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .\32xl\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .\32xl\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .\32xl\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .\32xl\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .\32xl\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .\32xl\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .\32xl\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .\32xl\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .\32xl\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .\32xl\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .\32xl\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .\32xl\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .\32xl\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .\32xl\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .\32xl\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .\32xl\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .\32xl\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .\32xl\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .\32xl\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .\32xl\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .\32xl\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .\32xl\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .\32xl\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .\32xl\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .\32xl\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .\32xl\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .\32xl\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .\32xl\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .\32xl\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .\32xl\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .\32xl\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .\32xl\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .\32xl\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .\32xl\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .\32xl\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .\32xl\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .\32xl\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .\32xl\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .\32xl\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .\32xl\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .\32xl\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .\32xl\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .\32xl\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .\32xl\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .\32xl\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .\32xl\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .\32xl\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .\32xl\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .\32xl\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .\32xl\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .\32xl\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .\32xl\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .\32xl\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .\32xl\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .\32xl\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .\32xl\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .\32xl\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .\32xl\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .\32xl\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .\32xl\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .\32xl\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .\32xl\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .\32xl\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .\32xl\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .\32xl\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .\32xl\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .\32xl\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .\32xl\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .\32xl\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .\32xl\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .\32xl\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .\32xl\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .\32xl\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .\32xl\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .\32xl\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .\32xl\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .\32xl\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .\32xl\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .\32xl\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .\32xl\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .\32xl\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .\32xl\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .\32xl\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .\32xl\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .\32xl\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .\32xl\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .\32xl\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .\32xl\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .\32xl\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .\32xl\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .\32xl\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .\32xl\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .\32xl\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .\32xl\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .\32xl\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .\32xl\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .\32xl\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .\32xl\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .\32xl\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .\32xl\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .\32xl\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .\32xl\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .\32xl\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .\32xl\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .\32xl\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .\32xl\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .\32xl\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .\32xl\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .\32xl\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .\32xl\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .\32xl\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .\32xl\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .\32xl\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .\32xl\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .\32xl\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .\32xl\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .\32xl\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .\32xl\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .\32xl\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .\32xl\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .\32xl\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .\32xl\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .\32xl\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .\32xl\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .\32xl\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .\32xl\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .\32xl\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .\32xl\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .\32xl\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .\32xl\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .\32xl\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .\32xl\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .\32xl\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .\32xl\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .\32xl\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .\32xl\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .\32xl\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .\32xl\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .\32xl\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .\32xl\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .\32xl\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .\32xl\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .\32xl\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .\32xl\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .\32xl\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .\32xl\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .\32xl\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .\32xl\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .\32xl\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .\32xl\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .\32xl\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .\32xl\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .\32xl\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .\32xl\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .\32xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .\32xl\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .\32xl\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .\32xl\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .\32xl\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .\32xl\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .\32xl\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .\32xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .\32xl\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .\32xl\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .\32xl\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .\32xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .\32xl\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .\32xl\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .\32xl\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .\32xl\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .\32xl\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .\32xl\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .\32xl\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .\32xl\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .\32xl\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .\32xl\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .\32xl\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .\32xl\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .\32xl\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .\32xl\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .\32xl\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .\32xl\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .\32xl\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .\32xl\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .\32xl\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .\32xl\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .\32xl\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .\32xl\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .\32xl\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .\32xl\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .\32xl\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .\32xl\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .\32xl\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .\32xl\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .\32xl\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .\32xl\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .\32xl\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .\32xl\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .\32xl\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .\32xl\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .\32xl\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .\32xl\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .\32xl\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .\32xl\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .\32xl\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .\32xl\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .\32xl\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .\32xl\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .\32xl\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .\32xl\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .\32xl\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .\32xl\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .\32xl\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .\32xl\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .\32xl\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .\32xl\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .\32xl\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .\32xl\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .\32xl\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .\32xl\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .\32xl\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .\32xl\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .\32xl\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .\32xl\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .\32xl\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .\32xl\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .\32xl\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .\32xl\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .\32xl\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .\32xl\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .\32xl\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .\32xl\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .\32xl\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .\32xl\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .\32xl\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .\32xl\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .\32xl\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .\32xl\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .\32xl\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .\32xl\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .\32xl\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .\32xl\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .\32xl\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .\32xl\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .\32xl\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .\32xl\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .\32xl\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .\32xl\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .\32xl\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .\32xl\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .\32xl\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .\32xl\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .\32xl\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .\32xl\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .\32xl\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .\32xl\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .\32xl\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .\32xl\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .\32xl\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .\32xl\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .\32xl\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .\32xl\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .\32xl\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .\32xl\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .\32xl\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .\32xl\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .\32xl\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .\32xl\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .\32xl\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .\32xl\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .\32xl\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .\32xl\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .\32xl\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .\32xl\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .\32xl\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .\32xl\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .\32xl\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .\32xl\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .\32xl\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .\32xl\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .\32xl\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .\32xl\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .\32xl\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .\32xl\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .\32xl\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .\32xl\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .\32xl\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .\32xl\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .\32xl\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .\32xl\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .\32xl\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .\32xl\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .\32xl\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .\32xl\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .\32xl\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .\32xl\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .\32xl\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .\32xl\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .\32xl\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .\32xl\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .\32xl\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .\32xl\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .\32xl\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .\32xl\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .\32xl\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .\32xl\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .\32xl\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .\32xl\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .\32xl\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .\32xl\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .\32xl\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .\32xl\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .\32xl\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .\32xl\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .\32xl\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .\32xl\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .\32xl\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .\32xl\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .\32xl\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .\32xl\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .\32xl\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .\32xl\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .\32xl\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .\32xl\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .\32xl\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .\32xl\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .\32xl\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .\32xl\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .\32xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .\32xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .\32xl\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .\32xl\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .\32xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .\32xl\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .\32xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .\32xl\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .\32xl\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .\32xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .\32xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .\32xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .\32xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .\32xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .\32xl\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .\32xl\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .\32xl\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .\32xl\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .\32xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .\32xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .\32xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .\32xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .\32xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .\32xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .\32xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .\32xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .\32xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .\32xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .\32xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .\32xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .\32xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .\32xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .\32xl\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .\32xl\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .\32xl\:scroll-p-px {
    scroll-padding: 1px;
  }

  .\32xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .\32xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .\32xl\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .\32xl\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .\32xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .\32xl\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .\32xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .\32xl\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .\32xl\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .\32xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .\32xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .\32xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .\32xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .\32xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .\32xl\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .\32xl\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .\32xl\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .\32xl\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .\32xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .\32xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .\32xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .\32xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .\32xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .\32xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .\32xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .\32xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .\32xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .\32xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .\32xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .\32xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .\32xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .\32xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .\32xl\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .\32xl\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .\32xl\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .\32xl\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .\32xl\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .\32xl\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .\32xl\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .\32xl\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .\32xl\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .\32xl\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .\32xl\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .\32xl\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .\32xl\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .\32xl\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .\32xl\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .\32xl\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .\32xl\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .\32xl\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .\32xl\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .\32xl\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .\32xl\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .\32xl\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .\32xl\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .\32xl\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .\32xl\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .\32xl\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .\32xl\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .\32xl\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .\32xl\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .\32xl\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .\32xl\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .\32xl\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .\32xl\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .\32xl\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .\32xl\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .\32xl\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .\32xl\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .\32xl\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .\32xl\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .\32xl\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .\32xl\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .\32xl\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .\32xl\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .\32xl\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .\32xl\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .\32xl\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .\32xl\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .\32xl\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .\32xl\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .\32xl\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .\32xl\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .\32xl\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .\32xl\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .\32xl\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .\32xl\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .\32xl\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .\32xl\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .\32xl\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .\32xl\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .\32xl\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .\32xl\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .\32xl\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .\32xl\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .\32xl\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .\32xl\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .\32xl\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .\32xl\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .\32xl\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .\32xl\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .\32xl\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .\32xl\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .\32xl\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .\32xl\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .\32xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .\32xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .\32xl\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .\32xl\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .\32xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .\32xl\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .\32xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .\32xl\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .\32xl\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .\32xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .\32xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .\32xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .\32xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .\32xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .\32xl\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .\32xl\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .\32xl\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .\32xl\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .\32xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .\32xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .\32xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .\32xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .\32xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .\32xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .\32xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .\32xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .\32xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .\32xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .\32xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .\32xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .\32xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .\32xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .\32xl\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .\32xl\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .\32xl\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .\32xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .\32xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .\32xl\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .\32xl\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .\32xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .\32xl\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .\32xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .\32xl\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .\32xl\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .\32xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .\32xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .\32xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .\32xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .\32xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .\32xl\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .\32xl\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .\32xl\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .\32xl\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .\32xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .\32xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .\32xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .\32xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .\32xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .\32xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .\32xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .\32xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .\32xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .\32xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .\32xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .\32xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .\32xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .\32xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .\32xl\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .\32xl\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .\32xl\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .\32xl\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .\32xl\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .\32xl\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .\32xl\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .\32xl\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .\32xl\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .\32xl\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .\32xl\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .\32xl\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .\32xl\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .\32xl\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .\32xl\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .\32xl\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .\32xl\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .\32xl\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .\32xl\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .\32xl\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .\32xl\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .\32xl\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .\32xl\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .\32xl\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .\32xl\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .\32xl\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .\32xl\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .\32xl\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .\32xl\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .\32xl\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .\32xl\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .\32xl\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .\32xl\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .\32xl\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .\32xl\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .\32xl\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .\32xl\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .\32xl\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem;
  }

  .\32xl\:gap-96 {
    gap: 24rem;
  }

  .\32xl\:gap-px {
    gap: 1px;
  }

  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .\32xl\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .\32xl\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .\32xl\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .\32xl\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .\32xl\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .\32xl\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .\32xl\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .\32xl\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .\32xl\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .\32xl\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .\32xl\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .\32xl\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .\32xl\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .\32xl\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .\32xl\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .\32xl\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .\32xl\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .\32xl\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .\32xl\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .\32xl\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .\32xl\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .\32xl\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\32xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .\32xl\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .\32xl\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .\32xl\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .\32xl\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .\32xl\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .\32xl\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .\32xl\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .\32xl\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .\32xl\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .\32xl\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .\32xl\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .\32xl\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .\32xl\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .\32xl\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .\32xl\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .\32xl\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .\32xl\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .\32xl\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .\32xl\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .\32xl\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .\32xl\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .\32xl\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .\32xl\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .\32xl\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .\32xl\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .\32xl\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .\32xl\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .\32xl\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .\32xl\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .\32xl\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .\32xl\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .\32xl\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .\32xl\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .\32xl\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .\32xl\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .\32xl\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .\32xl\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .\32xl\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .\32xl\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .\32xl\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .\32xl\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .\32xl\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .\32xl\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .\32xl\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .\32xl\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .\32xl\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .\32xl\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .\32xl\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .\32xl\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .\32xl\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .\32xl\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .\32xl\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .\32xl\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .\32xl\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .\32xl\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .\32xl\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .\32xl\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .\32xl\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .\32xl\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .\32xl\:fill-yellow-200 {
    fill: #fef08a;
  }

  .\32xl\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .\32xl\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .\32xl\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .\32xl\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .\32xl\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .\32xl\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .\32xl\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .\32xl\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .\32xl\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .\32xl\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .\32xl\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .\32xl\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .\32xl\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .\32xl\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .\32xl\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .\32xl\:fill-yellow-300 {
    fill: #fde047;
  }

  .\32xl\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .\32xl\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .\32xl\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .\32xl\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .\32xl\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .\32xl\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .\32xl\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .\32xl\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .\32xl\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .\32xl\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .\32xl\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .\32xl\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .\32xl\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .\32xl\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .\32xl\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .\32xl\:fill-yellow-400 {
    fill: #facc15;
  }

  .\32xl\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .\32xl\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .\32xl\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .\32xl\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .\32xl\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .\32xl\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .\32xl\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .\32xl\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .\32xl\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .\32xl\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .\32xl\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .\32xl\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .\32xl\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .\32xl\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .\32xl\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .\32xl\:fill-yellow-50 {
    fill: #fefce8;
  }

  .\32xl\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .\32xl\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .\32xl\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .\32xl\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .\32xl\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .\32xl\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .\32xl\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .\32xl\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .\32xl\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .\32xl\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .\32xl\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .\32xl\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .\32xl\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .\32xl\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .\32xl\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .\32xl\:fill-yellow-500 {
    fill: #eab308;
  }

  .\32xl\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .\32xl\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .\32xl\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .\32xl\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .\32xl\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .\32xl\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .\32xl\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .\32xl\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .\32xl\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .\32xl\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .\32xl\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .\32xl\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .\32xl\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .\32xl\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .\32xl\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .\32xl\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .\32xl\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .\32xl\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .\32xl\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .\32xl\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .\32xl\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .\32xl\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .\32xl\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .\32xl\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .\32xl\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .\32xl\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .\32xl\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .\32xl\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .\32xl\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .\32xl\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .\32xl\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .\32xl\:fill-yellow-700 {
    fill: #a16207;
  }

  .\32xl\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .\32xl\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .\32xl\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .\32xl\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .\32xl\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .\32xl\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .\32xl\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .\32xl\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .\32xl\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .\32xl\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .\32xl\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .\32xl\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .\32xl\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .\32xl\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .\32xl\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .\32xl\:fill-yellow-800 {
    fill: #854d0e;
  }

  .\32xl\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .\32xl\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .\32xl\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .\32xl\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .\32xl\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .\32xl\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .\32xl\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .\32xl\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .\32xl\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .\32xl\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .\32xl\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .\32xl\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .\32xl\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .\32xl\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .\32xl\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .\32xl\:fill-yellow-900 {
    fill: #713f12;
  }

  .\32xl\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .\32xl\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .\32xl\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .\32xl\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .\32xl\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .\32xl\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .\32xl\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .\32xl\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .\32xl\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .\32xl\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .\32xl\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .\32xl\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .\32xl\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .\32xl\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .\32xl\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .\32xl\:fill-yellow-950 {
    fill: #422006;
  }

  .\32xl\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .\32xl\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .\32xl\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .\32xl\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .\32xl\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .\32xl\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .\32xl\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .\32xl\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .\32xl\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .\32xl\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .\32xl\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .\32xl\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .\32xl\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .\32xl\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .\32xl\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .\32xl\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .\32xl\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .\32xl\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .\32xl\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .\32xl\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .\32xl\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .\32xl\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .\32xl\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .\32xl\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .\32xl\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .\32xl\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .\32xl\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .\32xl\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .\32xl\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .\32xl\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .\32xl\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .\32xl\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .\32xl\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .\32xl\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .\32xl\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .\32xl\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .\32xl\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .\32xl\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .\32xl\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .\32xl\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .\32xl\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .\32xl\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .\32xl\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .\32xl\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .\32xl\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .\32xl\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .\32xl\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .\32xl\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .\32xl\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .\32xl\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .\32xl\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .\32xl\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .\32xl\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .\32xl\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .\32xl\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .\32xl\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .\32xl\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .\32xl\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .\32xl\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .\32xl\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .\32xl\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .\32xl\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .\32xl\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .\32xl\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .\32xl\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .\32xl\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .\32xl\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .\32xl\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .\32xl\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .\32xl\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .\32xl\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .\32xl\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .\32xl\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .\32xl\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .\32xl\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .\32xl\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .\32xl\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .\32xl\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .\32xl\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .\32xl\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .\32xl\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .\32xl\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .\32xl\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .\32xl\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .\32xl\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .\32xl\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .\32xl\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .\32xl\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .\32xl\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .\32xl\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .\32xl\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .\32xl\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .\32xl\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .\32xl\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .\32xl\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .\32xl\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .\32xl\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .\32xl\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .\32xl\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .\32xl\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .\32xl\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .\32xl\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .\32xl\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .\32xl\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .\32xl\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .\32xl\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .\32xl\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .\32xl\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .\32xl\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .\32xl\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .\32xl\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .\32xl\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .\32xl\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .\32xl\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .\32xl\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .\32xl\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .\32xl\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .\32xl\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .\32xl\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .\32xl\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .\32xl\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .\32xl\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .\32xl\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .\32xl\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .\32xl\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .\32xl\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .\32xl\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .\32xl\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .\32xl\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .\32xl\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .\32xl\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .\32xl\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .\32xl\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .\32xl\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .\32xl\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .\32xl\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .\32xl\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .\32xl\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .\32xl\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .\32xl\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .\32xl\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .\32xl\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .\32xl\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .\32xl\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .\32xl\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .\32xl\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .\32xl\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .\32xl\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .\32xl\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .\32xl\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .\32xl\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .\32xl\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .\32xl\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .\32xl\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .\32xl\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .\32xl\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .\32xl\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .\32xl\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .\32xl\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .\32xl\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .\32xl\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .\32xl\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .\32xl\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .\32xl\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .\32xl\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .\32xl\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .\32xl\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .\32xl\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .\32xl\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .\32xl\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .\32xl\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .\32xl\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .\32xl\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .\32xl\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .\32xl\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .\32xl\:stroke-yellow-950 {
    stroke: #422006;
  }

  .\32xl\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .\32xl\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .\32xl\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .\32xl\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .\32xl\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .\32xl\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .\32xl\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .\32xl\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .\32xl\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .\32xl\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .\32xl\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .\32xl\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .\32xl\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .\32xl\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .\32xl\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .\32xl\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .\32xl\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .\32xl\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .\32xl\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .\32xl\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .\32xl\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .\32xl\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .\32xl\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .\32xl\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .\32xl\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .\32xl\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .\32xl\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .\32xl\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .\32xl\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .\32xl\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .\32xl\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .\32xl\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .\32xl\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .\32xl\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .\32xl\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .\32xl\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .\32xl\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .\32xl\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .\32xl\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .\32xl\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .\32xl\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .\32xl\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .\32xl\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .\32xl\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .\32xl\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .\32xl\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .\32xl\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .\32xl\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .\32xl\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .\32xl\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .\32xl\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .\32xl\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .\32xl\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .\32xl\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .\32xl\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .\32xl\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .\32xl\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .\32xl\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .\32xl\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .\32xl\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .\32xl\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .\32xl\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .\32xl\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .\32xl\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .\32xl\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .\32xl\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .\32xl\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .\32xl\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .\32xl\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .\32xl\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\32xl\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\32xl\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\32xl\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\32xl\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\32xl\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\32xl\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\32xl\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\32xl\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\32xl\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\32xl\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\32xl\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\32xl\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\32xl\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\32xl\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\32xl\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\32xl\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\32xl\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\32xl\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\32xl\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\32xl\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\32xl\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\32xl\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\32xl\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\32xl\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\32xl\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\32xl\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\32xl\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\32xl\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\32xl\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\32xl\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\32xl\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\32xl\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\32xl\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\32xl\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\32xl\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\32xl\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\32xl\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\32xl\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\32xl\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\32xl\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\32xl\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\32xl\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\32xl\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\32xl\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .\32xl\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .\32xl\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .\32xl\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .\32xl\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .\32xl\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .\32xl\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .\32xl\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .\32xl\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .\32xl\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .\32xl\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .\32xl\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .\32xl\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .\32xl\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .\32xl\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .\32xl\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .\32xl\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .\32xl\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .\32xl\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .\32xl\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .\32xl\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .\32xl\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .\32xl\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .\32xl\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .\32xl\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .\32xl\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .\32xl\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .\32xl\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .\32xl\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .\32xl\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .\32xl\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:caret-yellow-950 {
    caret-color: #422006;
  }

  .\32xl\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .\32xl\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .\32xl\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .\32xl\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .\32xl\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .\32xl\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .\32xl\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .\32xl\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .\32xl\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .\32xl\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .\32xl\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .\32xl\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .\32xl\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .\32xl\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .\32xl\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .\32xl\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .\32xl\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .\32xl\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .\32xl\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .\32xl\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .\32xl\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .\32xl\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .\32xl\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .\32xl\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .\32xl\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .\32xl\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .\32xl\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .\32xl\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .\32xl\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .\32xl\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .\32xl\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .\32xl\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .\32xl\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:accent-yellow-950 {
    accent-color: #422006;
  }

  .\32xl\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .\32xl\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .\32xl\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\: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);
  }

  .\32xl\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\32xl\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .\32xl\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .\32xl\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .\32xl\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .\32xl\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .\32xl\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .\32xl\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .\32xl\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .\32xl\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .\32xl\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .\32xl\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .\32xl\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .\32xl\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .\32xl\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .\32xl\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .\32xl\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .\32xl\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .\32xl\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .\32xl\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .\32xl\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .\32xl\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .\32xl\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .\32xl\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .\32xl\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .\32xl\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .\32xl\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .\32xl\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .\32xl\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .\32xl\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .\32xl\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .\32xl\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:outline-yellow-950 {
    outline-color: #422006;
  }

  .\32xl\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .\32xl\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .\32xl\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .\32xl\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .\32xl\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .\32xl\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .\32xl\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .\32xl\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .\32xl\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .\32xl\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .\32xl\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .\32xl\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .\32xl\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .\32xl\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .\32xl\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .\32xl\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .\32xl\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .\32xl\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .\32xl\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .\32xl\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .\32xl\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .\32xl\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .\32xl\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .\32xl\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .\32xl\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .\32xl\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .\32xl\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .\32xl\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .\32xl\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .\32xl\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .\32xl\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .\32xl\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .\32xl\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .\32xl\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .\32xl\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .\32xl\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .\32xl\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .\32xl\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .\32xl\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .\32xl\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .\32xl\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .\32xl\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .\32xl\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .\32xl\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .\32xl\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .\32xl\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .\32xl\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .\32xl\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\: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);
  }

  .\32xl\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .\32xl\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}
@media (min-width: 1920px) {

  .\33xl\:-bottom-0 {
    bottom: -0px;
  }

  .\33xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\33xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\33xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\33xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\33xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\33xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\33xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\33xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\33xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\33xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\33xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\33xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\33xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\33xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\33xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\33xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\33xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\33xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\33xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\33xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\33xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\33xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\33xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\33xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\33xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\33xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\33xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\33xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\33xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\33xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\33xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\33xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\33xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\33xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\33xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\33xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\33xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\33xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\33xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\33xl\:-bottom-px {
    bottom: -1px;
  }

  .\33xl\:-top-0 {
    top: -0px;
  }

  .\33xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\33xl\:-top-1 {
    top: -0.25rem;
  }

  .\33xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\33xl\:-top-1\/2 {
    top: -50%;
  }

  .\33xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\33xl\:-top-1\/4 {
    top: -25%;
  }

  .\33xl\:-top-10 {
    top: -2.5rem;
  }

  .\33xl\:-top-11 {
    top: -2.75rem;
  }

  .\33xl\:-top-12 {
    top: -3rem;
  }

  .\33xl\:-top-14 {
    top: -3.5rem;
  }

  .\33xl\:-top-16 {
    top: -4rem;
  }

  .\33xl\:-top-2 {
    top: -0.5rem;
  }

  .\33xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\33xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\33xl\:-top-2\/4 {
    top: -50%;
  }

  .\33xl\:-top-20 {
    top: -5rem;
  }

  .\33xl\:-top-24 {
    top: -6rem;
  }

  .\33xl\:-top-28 {
    top: -7rem;
  }

  .\33xl\:-top-3 {
    top: -0.75rem;
  }

  .\33xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\33xl\:-top-3\/4 {
    top: -75%;
  }

  .\33xl\:-top-32 {
    top: -8rem;
  }

  .\33xl\:-top-36 {
    top: -9rem;
  }

  .\33xl\:-top-4 {
    top: -1rem;
  }

  .\33xl\:-top-40 {
    top: -10rem;
  }

  .\33xl\:-top-44 {
    top: -11rem;
  }

  .\33xl\:-top-48 {
    top: -12rem;
  }

  .\33xl\:-top-5 {
    top: -1.25rem;
  }

  .\33xl\:-top-52 {
    top: -13rem;
  }

  .\33xl\:-top-56 {
    top: -14rem;
  }

  .\33xl\:-top-6 {
    top: -1.5rem;
  }

  .\33xl\:-top-60 {
    top: -15rem;
  }

  .\33xl\:-top-64 {
    top: -16rem;
  }

  .\33xl\:-top-7 {
    top: -1.75rem;
  }

  .\33xl\:-top-72 {
    top: -18rem;
  }

  .\33xl\:-top-8 {
    top: -2rem;
  }

  .\33xl\:-top-80 {
    top: -20rem;
  }

  .\33xl\:-top-9 {
    top: -2.25rem;
  }

  .\33xl\:-top-96 {
    top: -24rem;
  }

  .\33xl\:-top-px {
    top: -1px;
  }

  .\33xl\:bottom-0 {
    bottom: 0px;
  }

  .\33xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\33xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\33xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\33xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\33xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\33xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\33xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\33xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\33xl\:bottom-12 {
    bottom: 3rem;
  }

  .\33xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\33xl\:bottom-16 {
    bottom: 4rem;
  }

  .\33xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\33xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\33xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\33xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\33xl\:bottom-20 {
    bottom: 5rem;
  }

  .\33xl\:bottom-24 {
    bottom: 6rem;
  }

  .\33xl\:bottom-28 {
    bottom: 7rem;
  }

  .\33xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\33xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\33xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\33xl\:bottom-32 {
    bottom: 8rem;
  }

  .\33xl\:bottom-36 {
    bottom: 9rem;
  }

  .\33xl\:bottom-4 {
    bottom: 1rem;
  }

  .\33xl\:bottom-40 {
    bottom: 10rem;
  }

  .\33xl\:bottom-44 {
    bottom: 11rem;
  }

  .\33xl\:bottom-48 {
    bottom: 12rem;
  }

  .\33xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\33xl\:bottom-52 {
    bottom: 13rem;
  }

  .\33xl\:bottom-56 {
    bottom: 14rem;
  }

  .\33xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\33xl\:bottom-60 {
    bottom: 15rem;
  }

  .\33xl\:bottom-64 {
    bottom: 16rem;
  }

  .\33xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\33xl\:bottom-72 {
    bottom: 18rem;
  }

  .\33xl\:bottom-8 {
    bottom: 2rem;
  }

  .\33xl\:bottom-80 {
    bottom: 20rem;
  }

  .\33xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\33xl\:bottom-96 {
    bottom: 24rem;
  }

  .\33xl\:bottom-px {
    bottom: 1px;
  }

  .\33xl\:top-0 {
    top: 0px;
  }

  .\33xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\33xl\:top-1 {
    top: 0.25rem;
  }

  .\33xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\33xl\:top-1\/2 {
    top: 50%;
  }

  .\33xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\33xl\:top-1\/4 {
    top: 25%;
  }

  .\33xl\:top-10 {
    top: 2.5rem;
  }

  .\33xl\:top-11 {
    top: 2.75rem;
  }

  .\33xl\:top-12 {
    top: 3rem;
  }

  .\33xl\:top-14 {
    top: 3.5rem;
  }

  .\33xl\:top-16 {
    top: 4rem;
  }

  .\33xl\:top-2 {
    top: 0.5rem;
  }

  .\33xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\33xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\33xl\:top-2\/4 {
    top: 50%;
  }

  .\33xl\:top-20 {
    top: 5rem;
  }

  .\33xl\:top-24 {
    top: 6rem;
  }

  .\33xl\:top-28 {
    top: 7rem;
  }

  .\33xl\:top-3 {
    top: 0.75rem;
  }

  .\33xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\33xl\:top-3\/4 {
    top: 75%;
  }

  .\33xl\:top-32 {
    top: 8rem;
  }

  .\33xl\:top-36 {
    top: 9rem;
  }

  .\33xl\:top-4 {
    top: 1rem;
  }

  .\33xl\:top-40 {
    top: 10rem;
  }

  .\33xl\:top-44 {
    top: 11rem;
  }

  .\33xl\:top-48 {
    top: 12rem;
  }

  .\33xl\:top-5 {
    top: 1.25rem;
  }

  .\33xl\:top-52 {
    top: 13rem;
  }

  .\33xl\:top-56 {
    top: 14rem;
  }

  .\33xl\:top-6 {
    top: 1.5rem;
  }

  .\33xl\:top-60 {
    top: 15rem;
  }

  .\33xl\:top-64 {
    top: 16rem;
  }

  .\33xl\:top-7 {
    top: 1.75rem;
  }

  .\33xl\:top-72 {
    top: 18rem;
  }

  .\33xl\:top-8 {
    top: 2rem;
  }

  .\33xl\:top-80 {
    top: 20rem;
  }

  .\33xl\:top-9 {
    top: 2.25rem;
  }

  .\33xl\:top-96 {
    top: 24rem;
  }

  .\33xl\:top-px {
    top: 1px;
  }

  .\33xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\33xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\33xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\33xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\33xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\33xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\33xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\33xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\33xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\33xl\:-m-0 {
    margin: -0px;
  }

  .\33xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\33xl\:-m-1 {
    margin: -0.25rem;
  }

  .\33xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\33xl\:-m-10 {
    margin: -2.5rem;
  }

  .\33xl\:-m-11 {
    margin: -2.75rem;
  }

  .\33xl\:-m-12 {
    margin: -3rem;
  }

  .\33xl\:-m-14 {
    margin: -3.5rem;
  }

  .\33xl\:-m-16 {
    margin: -4rem;
  }

  .\33xl\:-m-2 {
    margin: -0.5rem;
  }

  .\33xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\33xl\:-m-20 {
    margin: -5rem;
  }

  .\33xl\:-m-24 {
    margin: -6rem;
  }

  .\33xl\:-m-28 {
    margin: -7rem;
  }

  .\33xl\:-m-3 {
    margin: -0.75rem;
  }

  .\33xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\33xl\:-m-32 {
    margin: -8rem;
  }

  .\33xl\:-m-36 {
    margin: -9rem;
  }

  .\33xl\:-m-4 {
    margin: -1rem;
  }

  .\33xl\:-m-40 {
    margin: -10rem;
  }

  .\33xl\:-m-44 {
    margin: -11rem;
  }

  .\33xl\:-m-48 {
    margin: -12rem;
  }

  .\33xl\:-m-5 {
    margin: -1.25rem;
  }

  .\33xl\:-m-52 {
    margin: -13rem;
  }

  .\33xl\:-m-56 {
    margin: -14rem;
  }

  .\33xl\:-m-6 {
    margin: -1.5rem;
  }

  .\33xl\:-m-60 {
    margin: -15rem;
  }

  .\33xl\:-m-64 {
    margin: -16rem;
  }

  .\33xl\:-m-7 {
    margin: -1.75rem;
  }

  .\33xl\:-m-72 {
    margin: -18rem;
  }

  .\33xl\:-m-8 {
    margin: -2rem;
  }

  .\33xl\:-m-80 {
    margin: -20rem;
  }

  .\33xl\:-m-9 {
    margin: -2.25rem;
  }

  .\33xl\:-m-96 {
    margin: -24rem;
  }

  .\33xl\:-m-px {
    margin: -1px;
  }

  .\33xl\:m-0 {
    margin: 0px;
  }

  .\33xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\33xl\:m-1 {
    margin: 0.25rem;
  }

  .\33xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\33xl\:m-10 {
    margin: 2.5rem;
  }

  .\33xl\:m-11 {
    margin: 2.75rem;
  }

  .\33xl\:m-12 {
    margin: 3rem;
  }

  .\33xl\:m-14 {
    margin: 3.5rem;
  }

  .\33xl\:m-16 {
    margin: 4rem;
  }

  .\33xl\:m-2 {
    margin: 0.5rem;
  }

  .\33xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\33xl\:m-20 {
    margin: 5rem;
  }

  .\33xl\:m-24 {
    margin: 6rem;
  }

  .\33xl\:m-28 {
    margin: 7rem;
  }

  .\33xl\:m-3 {
    margin: 0.75rem;
  }

  .\33xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\33xl\:m-32 {
    margin: 8rem;
  }

  .\33xl\:m-36 {
    margin: 9rem;
  }

  .\33xl\:m-4 {
    margin: 1rem;
  }

  .\33xl\:m-40 {
    margin: 10rem;
  }

  .\33xl\:m-44 {
    margin: 11rem;
  }

  .\33xl\:m-48 {
    margin: 12rem;
  }

  .\33xl\:m-5 {
    margin: 1.25rem;
  }

  .\33xl\:m-52 {
    margin: 13rem;
  }

  .\33xl\:m-56 {
    margin: 14rem;
  }

  .\33xl\:m-6 {
    margin: 1.5rem;
  }

  .\33xl\:m-60 {
    margin: 15rem;
  }

  .\33xl\:m-64 {
    margin: 16rem;
  }

  .\33xl\:m-7 {
    margin: 1.75rem;
  }

  .\33xl\:m-72 {
    margin: 18rem;
  }

  .\33xl\:m-8 {
    margin: 2rem;
  }

  .\33xl\:m-80 {
    margin: 20rem;
  }

  .\33xl\:m-9 {
    margin: 2.25rem;
  }

  .\33xl\:m-96 {
    margin: 24rem;
  }

  .\33xl\:m-px {
    margin: 1px;
  }

  .\33xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .\33xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\33xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\33xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\33xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\33xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\33xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\33xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\33xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\33xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\33xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\33xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\33xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\33xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\33xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\33xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\33xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\33xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\33xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\33xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\33xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\33xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\33xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\33xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\33xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\33xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\33xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\33xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\33xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\33xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\33xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\33xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\33xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\33xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\33xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\33xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .\33xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\33xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\33xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\33xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\33xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\33xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\33xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\33xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\33xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\33xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\33xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\33xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\33xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\33xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\33xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\33xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\33xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\33xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\33xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\33xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\33xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\33xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\33xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\33xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\33xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\33xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\33xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\33xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\33xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\33xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\33xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\33xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\33xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\33xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\33xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\33xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\33xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\33xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\33xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\33xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\33xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\33xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\33xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\33xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\33xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\33xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\33xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\33xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\33xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\33xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\33xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\33xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\33xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\33xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\33xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\33xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\33xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\33xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\33xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\33xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\33xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\33xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\33xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\33xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\33xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\33xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\33xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\33xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\33xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\33xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\33xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\33xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\33xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\33xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\33xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\33xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\33xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\33xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\33xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\33xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\33xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\33xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\33xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\33xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\33xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\33xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\33xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\33xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\33xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\33xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\33xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\33xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\33xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\33xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\33xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\33xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\33xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\33xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\33xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\33xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\33xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\33xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\33xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\33xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\33xl\:-mb-0 {
    margin-bottom: -0px;
  }

  .\33xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\33xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\33xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\33xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\33xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\33xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\33xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\33xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\33xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\33xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\33xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\33xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\33xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\33xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\33xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\33xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\33xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\33xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\33xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\33xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\33xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\33xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\33xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\33xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\33xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\33xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\33xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\33xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\33xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\33xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\33xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\33xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\33xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\33xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\33xl\:-ml-0 {
    margin-left: -0px;
  }

  .\33xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\33xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\33xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\33xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\33xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\33xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\33xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\33xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\33xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\33xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\33xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\33xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\33xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\33xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\33xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\33xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\33xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\33xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\33xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\33xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\33xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\33xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\33xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\33xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\33xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\33xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\33xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\33xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\33xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\33xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\33xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\33xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\33xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\33xl\:-ml-px {
    margin-left: -1px;
  }

  .\33xl\:-mr-0 {
    margin-right: -0px;
  }

  .\33xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\33xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\33xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\33xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\33xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\33xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\33xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\33xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\33xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\33xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\33xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\33xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\33xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\33xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\33xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\33xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\33xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\33xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\33xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\33xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\33xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\33xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\33xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\33xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\33xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\33xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\33xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\33xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\33xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\33xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\33xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\33xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\33xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\33xl\:-mr-px {
    margin-right: -1px;
  }

  .\33xl\:-mt-0 {
    margin-top: -0px;
  }

  .\33xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\33xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\33xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\33xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\33xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\33xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\33xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\33xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\33xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\33xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\33xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\33xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\33xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\33xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\33xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\33xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\33xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\33xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\33xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\33xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\33xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\33xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\33xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\33xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\33xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\33xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\33xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\33xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\33xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\33xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\33xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\33xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\33xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\33xl\:-mt-px {
    margin-top: -1px;
  }

  .\33xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\33xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\33xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\33xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\33xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\33xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\33xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\33xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\33xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\33xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\33xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\33xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\33xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\33xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\33xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\33xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\33xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\33xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\33xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\33xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\33xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\33xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\33xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\33xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\33xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\33xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\33xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\33xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\33xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\33xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\33xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\33xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\33xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\33xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\33xl\:mb-px {
    margin-bottom: 1px;
  }

  .\33xl\:ml-0 {
    margin-left: 0px;
  }

  .\33xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\33xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\33xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\33xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\33xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\33xl\:ml-12 {
    margin-left: 3rem;
  }

  .\33xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\33xl\:ml-16 {
    margin-left: 4rem;
  }

  .\33xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\33xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\33xl\:ml-20 {
    margin-left: 5rem;
  }

  .\33xl\:ml-24 {
    margin-left: 6rem;
  }

  .\33xl\:ml-28 {
    margin-left: 7rem;
  }

  .\33xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\33xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\33xl\:ml-32 {
    margin-left: 8rem;
  }

  .\33xl\:ml-36 {
    margin-left: 9rem;
  }

  .\33xl\:ml-4 {
    margin-left: 1rem;
  }

  .\33xl\:ml-40 {
    margin-left: 10rem;
  }

  .\33xl\:ml-44 {
    margin-left: 11rem;
  }

  .\33xl\:ml-48 {
    margin-left: 12rem;
  }

  .\33xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\33xl\:ml-52 {
    margin-left: 13rem;
  }

  .\33xl\:ml-56 {
    margin-left: 14rem;
  }

  .\33xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\33xl\:ml-60 {
    margin-left: 15rem;
  }

  .\33xl\:ml-64 {
    margin-left: 16rem;
  }

  .\33xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\33xl\:ml-72 {
    margin-left: 18rem;
  }

  .\33xl\:ml-8 {
    margin-left: 2rem;
  }

  .\33xl\:ml-80 {
    margin-left: 20rem;
  }

  .\33xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\33xl\:ml-96 {
    margin-left: 24rem;
  }

  .\33xl\:ml-px {
    margin-left: 1px;
  }

  .\33xl\:mr-0 {
    margin-right: 0px;
  }

  .\33xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\33xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\33xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\33xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\33xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\33xl\:mr-12 {
    margin-right: 3rem;
  }

  .\33xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\33xl\:mr-16 {
    margin-right: 4rem;
  }

  .\33xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\33xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\33xl\:mr-20 {
    margin-right: 5rem;
  }

  .\33xl\:mr-24 {
    margin-right: 6rem;
  }

  .\33xl\:mr-28 {
    margin-right: 7rem;
  }

  .\33xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\33xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\33xl\:mr-32 {
    margin-right: 8rem;
  }

  .\33xl\:mr-36 {
    margin-right: 9rem;
  }

  .\33xl\:mr-4 {
    margin-right: 1rem;
  }

  .\33xl\:mr-40 {
    margin-right: 10rem;
  }

  .\33xl\:mr-44 {
    margin-right: 11rem;
  }

  .\33xl\:mr-48 {
    margin-right: 12rem;
  }

  .\33xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\33xl\:mr-52 {
    margin-right: 13rem;
  }

  .\33xl\:mr-56 {
    margin-right: 14rem;
  }

  .\33xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\33xl\:mr-60 {
    margin-right: 15rem;
  }

  .\33xl\:mr-64 {
    margin-right: 16rem;
  }

  .\33xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\33xl\:mr-72 {
    margin-right: 18rem;
  }

  .\33xl\:mr-8 {
    margin-right: 2rem;
  }

  .\33xl\:mr-80 {
    margin-right: 20rem;
  }

  .\33xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\33xl\:mr-96 {
    margin-right: 24rem;
  }

  .\33xl\:mr-px {
    margin-right: 1px;
  }

  .\33xl\:mt-0 {
    margin-top: 0px;
  }

  .\33xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\33xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\33xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\33xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\33xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\33xl\:mt-12 {
    margin-top: 3rem;
  }

  .\33xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\33xl\:mt-16 {
    margin-top: 4rem;
  }

  .\33xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\33xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\33xl\:mt-20 {
    margin-top: 5rem;
  }

  .\33xl\:mt-24 {
    margin-top: 6rem;
  }

  .\33xl\:mt-28 {
    margin-top: 7rem;
  }

  .\33xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\33xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\33xl\:mt-32 {
    margin-top: 8rem;
  }

  .\33xl\:mt-36 {
    margin-top: 9rem;
  }

  .\33xl\:mt-4 {
    margin-top: 1rem;
  }

  .\33xl\:mt-40 {
    margin-top: 10rem;
  }

  .\33xl\:mt-44 {
    margin-top: 11rem;
  }

  .\33xl\:mt-48 {
    margin-top: 12rem;
  }

  .\33xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\33xl\:mt-52 {
    margin-top: 13rem;
  }

  .\33xl\:mt-56 {
    margin-top: 14rem;
  }

  .\33xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\33xl\:mt-60 {
    margin-top: 15rem;
  }

  .\33xl\:mt-64 {
    margin-top: 16rem;
  }

  .\33xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\33xl\:mt-72 {
    margin-top: 18rem;
  }

  .\33xl\:mt-8 {
    margin-top: 2rem;
  }

  .\33xl\:mt-80 {
    margin-top: 20rem;
  }

  .\33xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\33xl\:mt-96 {
    margin-top: 24rem;
  }

  .\33xl\:mt-px {
    margin-top: 1px;
  }

  .\33xl\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .\33xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\33xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .\33xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .\33xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .\33xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .\33xl\:h-0 {
    height: 0px;
  }

  .\33xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\33xl\:h-1 {
    height: 0.25rem;
  }

  .\33xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\33xl\:h-1\/2 {
    height: 50%;
  }

  .\33xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\33xl\:h-1\/4 {
    height: 25%;
  }

  .\33xl\:h-1\/5 {
    height: 20%;
  }

  .\33xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\33xl\:h-10 {
    height: 2.5rem;
  }

  .\33xl\:h-11 {
    height: 2.75rem;
  }

  .\33xl\:h-12 {
    height: 3rem;
  }

  .\33xl\:h-14 {
    height: 3.5rem;
  }

  .\33xl\:h-16 {
    height: 4rem;
  }

  .\33xl\:h-2 {
    height: 0.5rem;
  }

  .\33xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\33xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\33xl\:h-2\/4 {
    height: 50%;
  }

  .\33xl\:h-2\/5 {
    height: 40%;
  }

  .\33xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\33xl\:h-20 {
    height: 5rem;
  }

  .\33xl\:h-24 {
    height: 6rem;
  }

  .\33xl\:h-28 {
    height: 7rem;
  }

  .\33xl\:h-3 {
    height: 0.75rem;
  }

  .\33xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\33xl\:h-3\/4 {
    height: 75%;
  }

  .\33xl\:h-3\/5 {
    height: 60%;
  }

  .\33xl\:h-3\/6 {
    height: 50%;
  }

  .\33xl\:h-32 {
    height: 8rem;
  }

  .\33xl\:h-36 {
    height: 9rem;
  }

  .\33xl\:h-4 {
    height: 1rem;
  }

  .\33xl\:h-4\/5 {
    height: 80%;
  }

  .\33xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\33xl\:h-40 {
    height: 10rem;
  }

  .\33xl\:h-44 {
    height: 11rem;
  }

  .\33xl\:h-48 {
    height: 12rem;
  }

  .\33xl\:h-5 {
    height: 1.25rem;
  }

  .\33xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\33xl\:h-52 {
    height: 13rem;
  }

  .\33xl\:h-56 {
    height: 14rem;
  }

  .\33xl\:h-6 {
    height: 1.5rem;
  }

  .\33xl\:h-60 {
    height: 15rem;
  }

  .\33xl\:h-64 {
    height: 16rem;
  }

  .\33xl\:h-7 {
    height: 1.75rem;
  }

  .\33xl\:h-72 {
    height: 18rem;
  }

  .\33xl\:h-8 {
    height: 2rem;
  }

  .\33xl\:h-80 {
    height: 20rem;
  }

  .\33xl\:h-9 {
    height: 2.25rem;
  }

  .\33xl\:h-96 {
    height: 24rem;
  }

  .\33xl\:h-px {
    height: 1px;
  }

  .\33xl\:max-h-0 {
    max-height: 0px;
  }

  .\33xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\33xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\33xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\33xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\33xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\33xl\:max-h-12 {
    max-height: 3rem;
  }

  .\33xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\33xl\:max-h-16 {
    max-height: 4rem;
  }

  .\33xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\33xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\33xl\:max-h-20 {
    max-height: 5rem;
  }

  .\33xl\:max-h-24 {
    max-height: 6rem;
  }

  .\33xl\:max-h-28 {
    max-height: 7rem;
  }

  .\33xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\33xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\33xl\:max-h-32 {
    max-height: 8rem;
  }

  .\33xl\:max-h-36 {
    max-height: 9rem;
  }

  .\33xl\:max-h-4 {
    max-height: 1rem;
  }

  .\33xl\:max-h-40 {
    max-height: 10rem;
  }

  .\33xl\:max-h-44 {
    max-height: 11rem;
  }

  .\33xl\:max-h-48 {
    max-height: 12rem;
  }

  .\33xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\33xl\:max-h-52 {
    max-height: 13rem;
  }

  .\33xl\:max-h-56 {
    max-height: 14rem;
  }

  .\33xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\33xl\:max-h-60 {
    max-height: 15rem;
  }

  .\33xl\:max-h-64 {
    max-height: 16rem;
  }

  .\33xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\33xl\:max-h-72 {
    max-height: 18rem;
  }

  .\33xl\:max-h-8 {
    max-height: 2rem;
  }

  .\33xl\:max-h-80 {
    max-height: 20rem;
  }

  .\33xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\33xl\:max-h-96 {
    max-height: 24rem;
  }

  .\33xl\:max-h-px {
    max-height: 1px;
  }

  .\33xl\:min-h-0 {
    min-height: 0px;
  }

  .\33xl\:w-0 {
    width: 0px;
  }

  .\33xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\33xl\:w-1 {
    width: 0.25rem;
  }

  .\33xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\33xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\33xl\:w-1\/2 {
    width: 50%;
  }

  .\33xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\33xl\:w-1\/4 {
    width: 25%;
  }

  .\33xl\:w-1\/5 {
    width: 20%;
  }

  .\33xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\33xl\:w-10 {
    width: 2.5rem;
  }

  .\33xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\33xl\:w-11 {
    width: 2.75rem;
  }

  .\33xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\33xl\:w-12 {
    width: 3rem;
  }

  .\33xl\:w-14 {
    width: 3.5rem;
  }

  .\33xl\:w-16 {
    width: 4rem;
  }

  .\33xl\:w-2 {
    width: 0.5rem;
  }

  .\33xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\33xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\33xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\33xl\:w-2\/4 {
    width: 50%;
  }

  .\33xl\:w-2\/5 {
    width: 40%;
  }

  .\33xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\33xl\:w-20 {
    width: 5rem;
  }

  .\33xl\:w-24 {
    width: 6rem;
  }

  .\33xl\:w-28 {
    width: 7rem;
  }

  .\33xl\:w-3 {
    width: 0.75rem;
  }

  .\33xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\33xl\:w-3\/12 {
    width: 25%;
  }

  .\33xl\:w-3\/4 {
    width: 75%;
  }

  .\33xl\:w-3\/5 {
    width: 60%;
  }

  .\33xl\:w-3\/6 {
    width: 50%;
  }

  .\33xl\:w-32 {
    width: 8rem;
  }

  .\33xl\:w-36 {
    width: 9rem;
  }

  .\33xl\:w-4 {
    width: 1rem;
  }

  .\33xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\33xl\:w-4\/5 {
    width: 80%;
  }

  .\33xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\33xl\:w-40 {
    width: 10rem;
  }

  .\33xl\:w-44 {
    width: 11rem;
  }

  .\33xl\:w-48 {
    width: 12rem;
  }

  .\33xl\:w-5 {
    width: 1.25rem;
  }

  .\33xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\33xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\33xl\:w-52 {
    width: 13rem;
  }

  .\33xl\:w-56 {
    width: 14rem;
  }

  .\33xl\:w-6 {
    width: 1.5rem;
  }

  .\33xl\:w-6\/12 {
    width: 50%;
  }

  .\33xl\:w-60 {
    width: 15rem;
  }

  .\33xl\:w-64 {
    width: 16rem;
  }

  .\33xl\:w-7 {
    width: 1.75rem;
  }

  .\33xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\33xl\:w-72 {
    width: 18rem;
  }

  .\33xl\:w-8 {
    width: 2rem;
  }

  .\33xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\33xl\:w-80 {
    width: 20rem;
  }

  .\33xl\:w-9 {
    width: 2.25rem;
  }

  .\33xl\:w-9\/12 {
    width: 75%;
  }

  .\33xl\:w-96 {
    width: 24rem;
  }

  .\33xl\:w-px {
    width: 1px;
  }

  .\33xl\:min-w-0 {
    min-width: 0px;
  }

  .\33xl\:max-w-0 {
    max-width: 0rem;
  }

  .\33xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\33xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\33xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\33xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\33xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\33xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\33xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\33xl\:grow-0 {
    flex-grow: 0;
  }

  .\33xl\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .\33xl\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .\33xl\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .\33xl\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .\33xl\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .\33xl\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .\33xl\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .\33xl\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .\33xl\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .\33xl\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .\33xl\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .\33xl\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .\33xl\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .\33xl\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .\33xl\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .\33xl\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .\33xl\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .\33xl\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .\33xl\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .\33xl\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .\33xl\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .\33xl\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .\33xl\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .\33xl\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .\33xl\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .\33xl\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .\33xl\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .\33xl\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .\33xl\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .\33xl\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .\33xl\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .\33xl\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .\33xl\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .\33xl\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .\33xl\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .\33xl\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .\33xl\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .\33xl\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .\33xl\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .\33xl\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .\33xl\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .\33xl\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .\33xl\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .\33xl\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .\33xl\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .\33xl\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .\33xl\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .\33xl\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .\33xl\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .\33xl\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .\33xl\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .\33xl\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .\33xl\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .\33xl\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .\33xl\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .\33xl\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .\33xl\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .\33xl\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .\33xl\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .\33xl\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .\33xl\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .\33xl\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .\33xl\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .\33xl\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .\33xl\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .\33xl\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .\33xl\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .\33xl\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .\33xl\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .\33xl\:scroll-m-px {
    scroll-margin: 1px;
  }

  .\33xl\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .\33xl\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .\33xl\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .\33xl\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .\33xl\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .\33xl\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .\33xl\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .\33xl\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .\33xl\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .\33xl\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .\33xl\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .\33xl\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .\33xl\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .\33xl\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .\33xl\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .\33xl\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .\33xl\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .\33xl\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .\33xl\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .\33xl\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .\33xl\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .\33xl\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .\33xl\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .\33xl\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .\33xl\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .\33xl\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .\33xl\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .\33xl\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .\33xl\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .\33xl\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .\33xl\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .\33xl\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .\33xl\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .\33xl\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .\33xl\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .\33xl\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .\33xl\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .\33xl\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .\33xl\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .\33xl\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .\33xl\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .\33xl\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .\33xl\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .\33xl\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .\33xl\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .\33xl\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .\33xl\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .\33xl\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .\33xl\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .\33xl\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .\33xl\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .\33xl\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .\33xl\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .\33xl\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .\33xl\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .\33xl\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .\33xl\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .\33xl\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .\33xl\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .\33xl\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .\33xl\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .\33xl\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .\33xl\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .\33xl\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .\33xl\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .\33xl\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .\33xl\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .\33xl\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .\33xl\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .\33xl\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .\33xl\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .\33xl\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .\33xl\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .\33xl\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .\33xl\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .\33xl\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .\33xl\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .\33xl\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .\33xl\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .\33xl\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .\33xl\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .\33xl\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .\33xl\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .\33xl\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .\33xl\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .\33xl\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .\33xl\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .\33xl\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .\33xl\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .\33xl\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .\33xl\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .\33xl\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .\33xl\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .\33xl\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .\33xl\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .\33xl\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .\33xl\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .\33xl\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .\33xl\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .\33xl\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .\33xl\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .\33xl\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .\33xl\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .\33xl\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .\33xl\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .\33xl\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .\33xl\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .\33xl\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .\33xl\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .\33xl\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .\33xl\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .\33xl\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .\33xl\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .\33xl\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .\33xl\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .\33xl\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .\33xl\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .\33xl\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .\33xl\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .\33xl\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .\33xl\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .\33xl\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .\33xl\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .\33xl\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .\33xl\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .\33xl\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .\33xl\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .\33xl\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .\33xl\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .\33xl\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .\33xl\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .\33xl\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .\33xl\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .\33xl\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .\33xl\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .\33xl\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .\33xl\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .\33xl\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .\33xl\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .\33xl\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .\33xl\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .\33xl\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .\33xl\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .\33xl\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .\33xl\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .\33xl\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .\33xl\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .\33xl\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .\33xl\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .\33xl\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .\33xl\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .\33xl\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .\33xl\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .\33xl\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .\33xl\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .\33xl\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .\33xl\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .\33xl\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .\33xl\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .\33xl\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .\33xl\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .\33xl\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .\33xl\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .\33xl\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .\33xl\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .\33xl\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .\33xl\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .\33xl\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .\33xl\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .\33xl\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .\33xl\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .\33xl\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .\33xl\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .\33xl\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .\33xl\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .\33xl\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .\33xl\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .\33xl\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .\33xl\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .\33xl\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .\33xl\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .\33xl\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .\33xl\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .\33xl\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .\33xl\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .\33xl\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .\33xl\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .\33xl\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .\33xl\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .\33xl\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .\33xl\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .\33xl\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .\33xl\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .\33xl\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .\33xl\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .\33xl\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .\33xl\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .\33xl\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .\33xl\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .\33xl\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .\33xl\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .\33xl\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .\33xl\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .\33xl\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .\33xl\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .\33xl\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .\33xl\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .\33xl\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .\33xl\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .\33xl\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .\33xl\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .\33xl\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .\33xl\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .\33xl\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .\33xl\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .\33xl\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .\33xl\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .\33xl\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .\33xl\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .\33xl\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .\33xl\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .\33xl\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .\33xl\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .\33xl\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .\33xl\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .\33xl\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .\33xl\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .\33xl\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .\33xl\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .\33xl\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .\33xl\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .\33xl\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .\33xl\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .\33xl\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .\33xl\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .\33xl\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .\33xl\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .\33xl\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .\33xl\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .\33xl\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .\33xl\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .\33xl\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .\33xl\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .\33xl\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .\33xl\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .\33xl\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .\33xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .\33xl\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .\33xl\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .\33xl\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .\33xl\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .\33xl\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .\33xl\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .\33xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .\33xl\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .\33xl\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .\33xl\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .\33xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .\33xl\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .\33xl\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .\33xl\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .\33xl\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .\33xl\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .\33xl\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .\33xl\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .\33xl\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .\33xl\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .\33xl\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .\33xl\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .\33xl\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .\33xl\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .\33xl\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .\33xl\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .\33xl\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .\33xl\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .\33xl\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .\33xl\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .\33xl\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .\33xl\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .\33xl\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .\33xl\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .\33xl\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .\33xl\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .\33xl\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .\33xl\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .\33xl\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .\33xl\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .\33xl\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .\33xl\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .\33xl\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .\33xl\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .\33xl\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .\33xl\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .\33xl\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .\33xl\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .\33xl\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .\33xl\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .\33xl\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .\33xl\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .\33xl\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .\33xl\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .\33xl\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .\33xl\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .\33xl\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .\33xl\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .\33xl\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .\33xl\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .\33xl\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .\33xl\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .\33xl\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .\33xl\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .\33xl\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .\33xl\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .\33xl\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .\33xl\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .\33xl\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .\33xl\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .\33xl\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .\33xl\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .\33xl\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .\33xl\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .\33xl\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .\33xl\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .\33xl\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .\33xl\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .\33xl\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .\33xl\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .\33xl\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .\33xl\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .\33xl\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .\33xl\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .\33xl\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .\33xl\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .\33xl\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .\33xl\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .\33xl\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .\33xl\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .\33xl\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .\33xl\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .\33xl\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .\33xl\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .\33xl\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .\33xl\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .\33xl\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .\33xl\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .\33xl\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .\33xl\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .\33xl\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .\33xl\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .\33xl\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .\33xl\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .\33xl\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .\33xl\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .\33xl\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .\33xl\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .\33xl\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .\33xl\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .\33xl\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .\33xl\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .\33xl\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .\33xl\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .\33xl\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .\33xl\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .\33xl\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .\33xl\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .\33xl\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .\33xl\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .\33xl\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .\33xl\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .\33xl\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .\33xl\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .\33xl\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .\33xl\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .\33xl\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .\33xl\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .\33xl\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .\33xl\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .\33xl\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .\33xl\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .\33xl\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .\33xl\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .\33xl\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .\33xl\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .\33xl\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .\33xl\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .\33xl\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .\33xl\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .\33xl\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .\33xl\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .\33xl\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .\33xl\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .\33xl\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .\33xl\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .\33xl\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .\33xl\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .\33xl\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .\33xl\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .\33xl\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .\33xl\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .\33xl\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .\33xl\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .\33xl\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .\33xl\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .\33xl\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .\33xl\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .\33xl\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .\33xl\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .\33xl\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .\33xl\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .\33xl\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .\33xl\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .\33xl\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .\33xl\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .\33xl\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .\33xl\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .\33xl\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .\33xl\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .\33xl\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .\33xl\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .\33xl\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .\33xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .\33xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .\33xl\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .\33xl\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .\33xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .\33xl\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .\33xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .\33xl\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .\33xl\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .\33xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .\33xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .\33xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .\33xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .\33xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .\33xl\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .\33xl\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .\33xl\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .\33xl\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .\33xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .\33xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .\33xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .\33xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .\33xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .\33xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .\33xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .\33xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .\33xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .\33xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .\33xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .\33xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .\33xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .\33xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .\33xl\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .\33xl\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .\33xl\:scroll-p-px {
    scroll-padding: 1px;
  }

  .\33xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .\33xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .\33xl\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .\33xl\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .\33xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .\33xl\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .\33xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .\33xl\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .\33xl\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .\33xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .\33xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .\33xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .\33xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .\33xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .\33xl\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .\33xl\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .\33xl\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .\33xl\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .\33xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .\33xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .\33xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .\33xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .\33xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .\33xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .\33xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .\33xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .\33xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .\33xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .\33xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .\33xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .\33xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .\33xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .\33xl\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .\33xl\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .\33xl\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .\33xl\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .\33xl\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .\33xl\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .\33xl\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .\33xl\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .\33xl\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .\33xl\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .\33xl\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .\33xl\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .\33xl\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .\33xl\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .\33xl\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .\33xl\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .\33xl\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .\33xl\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .\33xl\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .\33xl\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .\33xl\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .\33xl\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .\33xl\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .\33xl\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .\33xl\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .\33xl\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .\33xl\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .\33xl\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .\33xl\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .\33xl\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .\33xl\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .\33xl\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .\33xl\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .\33xl\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .\33xl\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .\33xl\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .\33xl\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .\33xl\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .\33xl\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .\33xl\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .\33xl\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .\33xl\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .\33xl\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .\33xl\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .\33xl\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .\33xl\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .\33xl\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .\33xl\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .\33xl\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .\33xl\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .\33xl\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .\33xl\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .\33xl\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .\33xl\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .\33xl\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .\33xl\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .\33xl\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .\33xl\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .\33xl\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .\33xl\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .\33xl\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .\33xl\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .\33xl\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .\33xl\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .\33xl\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .\33xl\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .\33xl\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .\33xl\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .\33xl\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .\33xl\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .\33xl\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .\33xl\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .\33xl\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .\33xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .\33xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .\33xl\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .\33xl\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .\33xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .\33xl\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .\33xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .\33xl\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .\33xl\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .\33xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .\33xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .\33xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .\33xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .\33xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .\33xl\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .\33xl\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .\33xl\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .\33xl\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .\33xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .\33xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .\33xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .\33xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .\33xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .\33xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .\33xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .\33xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .\33xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .\33xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .\33xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .\33xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .\33xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .\33xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .\33xl\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .\33xl\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .\33xl\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .\33xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .\33xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .\33xl\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .\33xl\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .\33xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .\33xl\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .\33xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .\33xl\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .\33xl\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .\33xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .\33xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .\33xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .\33xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .\33xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .\33xl\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .\33xl\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .\33xl\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .\33xl\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .\33xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .\33xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .\33xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .\33xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .\33xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .\33xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .\33xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .\33xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .\33xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .\33xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .\33xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .\33xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .\33xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .\33xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .\33xl\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .\33xl\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .\33xl\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .\33xl\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .\33xl\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .\33xl\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .\33xl\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .\33xl\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .\33xl\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .\33xl\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .\33xl\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .\33xl\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .\33xl\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .\33xl\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .\33xl\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .\33xl\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .\33xl\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .\33xl\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .\33xl\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .\33xl\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .\33xl\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .\33xl\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .\33xl\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .\33xl\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .\33xl\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .\33xl\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .\33xl\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .\33xl\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .\33xl\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .\33xl\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .\33xl\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .\33xl\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .\33xl\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .\33xl\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .\33xl\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .\33xl\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .\33xl\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .\33xl\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .\33xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\33xl\:gap-0 {
    gap: 0px;
  }

  .\33xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\33xl\:gap-1 {
    gap: 0.25rem;
  }

  .\33xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\33xl\:gap-10 {
    gap: 2.5rem;
  }

  .\33xl\:gap-11 {
    gap: 2.75rem;
  }

  .\33xl\:gap-12 {
    gap: 3rem;
  }

  .\33xl\:gap-14 {
    gap: 3.5rem;
  }

  .\33xl\:gap-16 {
    gap: 4rem;
  }

  .\33xl\:gap-2 {
    gap: 0.5rem;
  }

  .\33xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\33xl\:gap-20 {
    gap: 5rem;
  }

  .\33xl\:gap-24 {
    gap: 6rem;
  }

  .\33xl\:gap-28 {
    gap: 7rem;
  }

  .\33xl\:gap-3 {
    gap: 0.75rem;
  }

  .\33xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\33xl\:gap-32 {
    gap: 8rem;
  }

  .\33xl\:gap-36 {
    gap: 9rem;
  }

  .\33xl\:gap-4 {
    gap: 1rem;
  }

  .\33xl\:gap-40 {
    gap: 10rem;
  }

  .\33xl\:gap-44 {
    gap: 11rem;
  }

  .\33xl\:gap-48 {
    gap: 12rem;
  }

  .\33xl\:gap-5 {
    gap: 1.25rem;
  }

  .\33xl\:gap-52 {
    gap: 13rem;
  }

  .\33xl\:gap-56 {
    gap: 14rem;
  }

  .\33xl\:gap-6 {
    gap: 1.5rem;
  }

  .\33xl\:gap-60 {
    gap: 15rem;
  }

  .\33xl\:gap-64 {
    gap: 16rem;
  }

  .\33xl\:gap-7 {
    gap: 1.75rem;
  }

  .\33xl\:gap-72 {
    gap: 18rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

  .\33xl\:gap-80 {
    gap: 20rem;
  }

  .\33xl\:gap-9 {
    gap: 2.25rem;
  }

  .\33xl\:gap-96 {
    gap: 24rem;
  }

  .\33xl\:gap-px {
    gap: 1px;
  }

  .\33xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .\33xl\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .\33xl\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .\33xl\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .\33xl\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .\33xl\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .\33xl\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .\33xl\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .\33xl\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .\33xl\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .\33xl\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .\33xl\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .\33xl\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .\33xl\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .\33xl\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .\33xl\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .\33xl\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .\33xl\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .\33xl\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .\33xl\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .\33xl\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .\33xl\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .\33xl\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .\33xl\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .\33xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .\33xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .\33xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .\33xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .\33xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .\33xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .\33xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .\33xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .\33xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .\33xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .\33xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .\33xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .\33xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .\33xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .\33xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .\33xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .\33xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .\33xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .\33xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .\33xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\33xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .\33xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .\33xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .\33xl\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .\33xl\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .\33xl\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .\33xl\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .\33xl\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .\33xl\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .\33xl\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .\33xl\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .\33xl\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .\33xl\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .\33xl\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .\33xl\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .\33xl\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .\33xl\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .\33xl\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .\33xl\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .\33xl\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .\33xl\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .\33xl\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .\33xl\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .\33xl\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .\33xl\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .\33xl\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .\33xl\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .\33xl\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .\33xl\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .\33xl\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .\33xl\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .\33xl\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .\33xl\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .\33xl\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .\33xl\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .\33xl\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .\33xl\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .\33xl\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .\33xl\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .\33xl\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .\33xl\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .\33xl\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .\33xl\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .\33xl\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .\33xl\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .\33xl\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .\33xl\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .\33xl\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .\33xl\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .\33xl\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .\33xl\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .\33xl\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .\33xl\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .\33xl\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .\33xl\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .\33xl\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .\33xl\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .\33xl\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .\33xl\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .\33xl\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .\33xl\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .\33xl\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .\33xl\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .\33xl\:fill-yellow-200 {
    fill: #fef08a;
  }

  .\33xl\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .\33xl\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .\33xl\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .\33xl\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .\33xl\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .\33xl\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .\33xl\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .\33xl\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .\33xl\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .\33xl\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .\33xl\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .\33xl\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .\33xl\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .\33xl\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .\33xl\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .\33xl\:fill-yellow-300 {
    fill: #fde047;
  }

  .\33xl\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .\33xl\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .\33xl\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .\33xl\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .\33xl\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .\33xl\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .\33xl\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .\33xl\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .\33xl\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .\33xl\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .\33xl\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .\33xl\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .\33xl\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .\33xl\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .\33xl\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .\33xl\:fill-yellow-400 {
    fill: #facc15;
  }

  .\33xl\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .\33xl\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .\33xl\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .\33xl\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .\33xl\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .\33xl\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .\33xl\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .\33xl\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .\33xl\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .\33xl\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .\33xl\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .\33xl\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .\33xl\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .\33xl\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .\33xl\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .\33xl\:fill-yellow-50 {
    fill: #fefce8;
  }

  .\33xl\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .\33xl\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .\33xl\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .\33xl\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .\33xl\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .\33xl\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .\33xl\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .\33xl\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .\33xl\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .\33xl\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .\33xl\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .\33xl\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .\33xl\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .\33xl\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .\33xl\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .\33xl\:fill-yellow-500 {
    fill: #eab308;
  }

  .\33xl\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .\33xl\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .\33xl\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .\33xl\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .\33xl\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .\33xl\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .\33xl\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .\33xl\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .\33xl\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .\33xl\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .\33xl\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .\33xl\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .\33xl\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .\33xl\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .\33xl\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .\33xl\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .\33xl\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .\33xl\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .\33xl\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .\33xl\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .\33xl\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .\33xl\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .\33xl\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .\33xl\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .\33xl\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .\33xl\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .\33xl\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .\33xl\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .\33xl\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .\33xl\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .\33xl\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .\33xl\:fill-yellow-700 {
    fill: #a16207;
  }

  .\33xl\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .\33xl\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .\33xl\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .\33xl\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .\33xl\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .\33xl\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .\33xl\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .\33xl\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .\33xl\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .\33xl\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .\33xl\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .\33xl\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .\33xl\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .\33xl\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .\33xl\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .\33xl\:fill-yellow-800 {
    fill: #854d0e;
  }

  .\33xl\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .\33xl\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .\33xl\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .\33xl\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .\33xl\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .\33xl\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .\33xl\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .\33xl\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .\33xl\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .\33xl\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .\33xl\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .\33xl\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .\33xl\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .\33xl\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .\33xl\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .\33xl\:fill-yellow-900 {
    fill: #713f12;
  }

  .\33xl\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .\33xl\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .\33xl\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .\33xl\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .\33xl\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .\33xl\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .\33xl\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .\33xl\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .\33xl\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .\33xl\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .\33xl\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .\33xl\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .\33xl\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .\33xl\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .\33xl\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .\33xl\:fill-yellow-950 {
    fill: #422006;
  }

  .\33xl\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .\33xl\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .\33xl\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .\33xl\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .\33xl\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .\33xl\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .\33xl\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .\33xl\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .\33xl\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .\33xl\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .\33xl\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .\33xl\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .\33xl\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .\33xl\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .\33xl\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .\33xl\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .\33xl\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .\33xl\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .\33xl\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .\33xl\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .\33xl\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .\33xl\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .\33xl\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .\33xl\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .\33xl\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .\33xl\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .\33xl\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .\33xl\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .\33xl\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .\33xl\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .\33xl\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .\33xl\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .\33xl\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .\33xl\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .\33xl\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .\33xl\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .\33xl\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .\33xl\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .\33xl\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .\33xl\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .\33xl\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .\33xl\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .\33xl\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .\33xl\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .\33xl\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .\33xl\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .\33xl\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .\33xl\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .\33xl\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .\33xl\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .\33xl\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .\33xl\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .\33xl\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .\33xl\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .\33xl\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .\33xl\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .\33xl\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .\33xl\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .\33xl\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .\33xl\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .\33xl\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .\33xl\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .\33xl\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .\33xl\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .\33xl\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .\33xl\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .\33xl\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .\33xl\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .\33xl\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .\33xl\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .\33xl\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .\33xl\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .\33xl\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .\33xl\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .\33xl\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .\33xl\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .\33xl\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .\33xl\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .\33xl\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .\33xl\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .\33xl\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .\33xl\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .\33xl\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .\33xl\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .\33xl\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .\33xl\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .\33xl\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .\33xl\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .\33xl\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .\33xl\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .\33xl\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .\33xl\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .\33xl\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .\33xl\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .\33xl\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .\33xl\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .\33xl\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .\33xl\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .\33xl\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .\33xl\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .\33xl\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .\33xl\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .\33xl\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .\33xl\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .\33xl\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .\33xl\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .\33xl\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .\33xl\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .\33xl\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .\33xl\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .\33xl\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .\33xl\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .\33xl\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .\33xl\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .\33xl\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .\33xl\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .\33xl\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .\33xl\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .\33xl\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .\33xl\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .\33xl\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .\33xl\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .\33xl\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .\33xl\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .\33xl\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .\33xl\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .\33xl\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .\33xl\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .\33xl\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .\33xl\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .\33xl\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .\33xl\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .\33xl\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .\33xl\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .\33xl\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .\33xl\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .\33xl\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .\33xl\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .\33xl\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .\33xl\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .\33xl\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .\33xl\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .\33xl\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .\33xl\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .\33xl\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .\33xl\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .\33xl\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .\33xl\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .\33xl\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .\33xl\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .\33xl\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .\33xl\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .\33xl\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .\33xl\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .\33xl\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .\33xl\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .\33xl\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .\33xl\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .\33xl\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .\33xl\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .\33xl\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .\33xl\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .\33xl\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .\33xl\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .\33xl\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .\33xl\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .\33xl\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .\33xl\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .\33xl\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .\33xl\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .\33xl\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .\33xl\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .\33xl\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .\33xl\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .\33xl\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .\33xl\:stroke-yellow-950 {
    stroke: #422006;
  }

  .\33xl\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .\33xl\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .\33xl\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .\33xl\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .\33xl\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .\33xl\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .\33xl\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .\33xl\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .\33xl\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .\33xl\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .\33xl\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .\33xl\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .\33xl\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .\33xl\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .\33xl\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .\33xl\:p-0 {
    padding: 0px;
  }

  .\33xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\33xl\:p-1 {
    padding: 0.25rem;
  }

  .\33xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\33xl\:p-10 {
    padding: 2.5rem;
  }

  .\33xl\:p-11 {
    padding: 2.75rem;
  }

  .\33xl\:p-12 {
    padding: 3rem;
  }

  .\33xl\:p-14 {
    padding: 3.5rem;
  }

  .\33xl\:p-16 {
    padding: 4rem;
  }

  .\33xl\:p-2 {
    padding: 0.5rem;
  }

  .\33xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\33xl\:p-20 {
    padding: 5rem;
  }

  .\33xl\:p-24 {
    padding: 6rem;
  }

  .\33xl\:p-28 {
    padding: 7rem;
  }

  .\33xl\:p-3 {
    padding: 0.75rem;
  }

  .\33xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\33xl\:p-32 {
    padding: 8rem;
  }

  .\33xl\:p-36 {
    padding: 9rem;
  }

  .\33xl\:p-4 {
    padding: 1rem;
  }

  .\33xl\:p-40 {
    padding: 10rem;
  }

  .\33xl\:p-44 {
    padding: 11rem;
  }

  .\33xl\:p-48 {
    padding: 12rem;
  }

  .\33xl\:p-5 {
    padding: 1.25rem;
  }

  .\33xl\:p-52 {
    padding: 13rem;
  }

  .\33xl\:p-56 {
    padding: 14rem;
  }

  .\33xl\:p-6 {
    padding: 1.5rem;
  }

  .\33xl\:p-60 {
    padding: 15rem;
  }

  .\33xl\:p-64 {
    padding: 16rem;
  }

  .\33xl\:p-7 {
    padding: 1.75rem;
  }

  .\33xl\:p-72 {
    padding: 18rem;
  }

  .\33xl\:p-8 {
    padding: 2rem;
  }

  .\33xl\:p-80 {
    padding: 20rem;
  }

  .\33xl\:p-9 {
    padding: 2.25rem;
  }

  .\33xl\:p-96 {
    padding: 24rem;
  }

  .\33xl\:p-px {
    padding: 1px;
  }

  .\33xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\33xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\33xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\33xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\33xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\33xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\33xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\33xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\33xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\33xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\33xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\33xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\33xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\33xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\33xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\33xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\33xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\33xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\33xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\33xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\33xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\33xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\33xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\33xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\33xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\33xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\33xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\33xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\33xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\33xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\33xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\33xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\33xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\33xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\33xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\33xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\33xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\33xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\33xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\33xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\33xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\33xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\33xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\33xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\33xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\33xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\33xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\33xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\33xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\33xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\33xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\33xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\33xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\33xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\33xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\33xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\33xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\33xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\33xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\33xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\33xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\33xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\33xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\33xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\33xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\33xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\33xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\33xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\33xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\33xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\33xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\33xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\33xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\33xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\33xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\33xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\33xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\33xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\33xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\33xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\33xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\33xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\33xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\33xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\33xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\33xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\33xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\33xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\33xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\33xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\33xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\33xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\33xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\33xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\33xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\33xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\33xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\33xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\33xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\33xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\33xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\33xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\33xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\33xl\:pb-px {
    padding-bottom: 1px;
  }

  .\33xl\:pl-0 {
    padding-left: 0px;
  }

  .\33xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\33xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\33xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\33xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\33xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\33xl\:pl-12 {
    padding-left: 3rem;
  }

  .\33xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\33xl\:pl-16 {
    padding-left: 4rem;
  }

  .\33xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\33xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\33xl\:pl-20 {
    padding-left: 5rem;
  }

  .\33xl\:pl-24 {
    padding-left: 6rem;
  }

  .\33xl\:pl-28 {
    padding-left: 7rem;
  }

  .\33xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\33xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\33xl\:pl-32 {
    padding-left: 8rem;
  }

  .\33xl\:pl-36 {
    padding-left: 9rem;
  }

  .\33xl\:pl-4 {
    padding-left: 1rem;
  }

  .\33xl\:pl-40 {
    padding-left: 10rem;
  }

  .\33xl\:pl-44 {
    padding-left: 11rem;
  }

  .\33xl\:pl-48 {
    padding-left: 12rem;
  }

  .\33xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\33xl\:pl-52 {
    padding-left: 13rem;
  }

  .\33xl\:pl-56 {
    padding-left: 14rem;
  }

  .\33xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\33xl\:pl-60 {
    padding-left: 15rem;
  }

  .\33xl\:pl-64 {
    padding-left: 16rem;
  }

  .\33xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\33xl\:pl-72 {
    padding-left: 18rem;
  }

  .\33xl\:pl-8 {
    padding-left: 2rem;
  }

  .\33xl\:pl-80 {
    padding-left: 20rem;
  }

  .\33xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\33xl\:pl-96 {
    padding-left: 24rem;
  }

  .\33xl\:pl-px {
    padding-left: 1px;
  }

  .\33xl\:pr-0 {
    padding-right: 0px;
  }

  .\33xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\33xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\33xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\33xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\33xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\33xl\:pr-12 {
    padding-right: 3rem;
  }

  .\33xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\33xl\:pr-16 {
    padding-right: 4rem;
  }

  .\33xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\33xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\33xl\:pr-20 {
    padding-right: 5rem;
  }

  .\33xl\:pr-24 {
    padding-right: 6rem;
  }

  .\33xl\:pr-28 {
    padding-right: 7rem;
  }

  .\33xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\33xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\33xl\:pr-32 {
    padding-right: 8rem;
  }

  .\33xl\:pr-36 {
    padding-right: 9rem;
  }

  .\33xl\:pr-4 {
    padding-right: 1rem;
  }

  .\33xl\:pr-40 {
    padding-right: 10rem;
  }

  .\33xl\:pr-44 {
    padding-right: 11rem;
  }

  .\33xl\:pr-48 {
    padding-right: 12rem;
  }

  .\33xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\33xl\:pr-52 {
    padding-right: 13rem;
  }

  .\33xl\:pr-56 {
    padding-right: 14rem;
  }

  .\33xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\33xl\:pr-60 {
    padding-right: 15rem;
  }

  .\33xl\:pr-64 {
    padding-right: 16rem;
  }

  .\33xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\33xl\:pr-72 {
    padding-right: 18rem;
  }

  .\33xl\:pr-8 {
    padding-right: 2rem;
  }

  .\33xl\:pr-80 {
    padding-right: 20rem;
  }

  .\33xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\33xl\:pr-96 {
    padding-right: 24rem;
  }

  .\33xl\:pr-px {
    padding-right: 1px;
  }

  .\33xl\:pt-0 {
    padding-top: 0px;
  }

  .\33xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\33xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\33xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\33xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\33xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem;
  }

  .\33xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\33xl\:pt-16 {
    padding-top: 4rem;
  }

  .\33xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\33xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\33xl\:pt-20 {
    padding-top: 5rem;
  }

  .\33xl\:pt-24 {
    padding-top: 6rem;
  }

  .\33xl\:pt-28 {
    padding-top: 7rem;
  }

  .\33xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\33xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem;
  }

  .\33xl\:pt-36 {
    padding-top: 9rem;
  }

  .\33xl\:pt-4 {
    padding-top: 1rem;
  }

  .\33xl\:pt-40 {
    padding-top: 10rem;
  }

  .\33xl\:pt-44 {
    padding-top: 11rem;
  }

  .\33xl\:pt-48 {
    padding-top: 12rem;
  }

  .\33xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\33xl\:pt-52 {
    padding-top: 13rem;
  }

  .\33xl\:pt-56 {
    padding-top: 14rem;
  }

  .\33xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\33xl\:pt-60 {
    padding-top: 15rem;
  }

  .\33xl\:pt-64 {
    padding-top: 16rem;
  }

  .\33xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\33xl\:pt-72 {
    padding-top: 18rem;
  }

  .\33xl\:pt-8 {
    padding-top: 2rem;
  }

  .\33xl\:pt-80 {
    padding-top: 20rem;
  }

  .\33xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\33xl\:pt-96 {
    padding-top: 24rem;
  }

  .\33xl\:pt-px {
    padding-top: 1px;
  }

  .\33xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .\33xl\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .\33xl\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .\33xl\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .\33xl\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .\33xl\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .\33xl\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .\33xl\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .\33xl\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .\33xl\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .\33xl\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .\33xl\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .\33xl\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .\33xl\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .\33xl\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .\33xl\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .\33xl\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .\33xl\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .\33xl\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .\33xl\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .\33xl\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .\33xl\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .\33xl\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .\33xl\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .\33xl\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .\33xl\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .\33xl\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .\33xl\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .\33xl\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .\33xl\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .\33xl\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .\33xl\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .\33xl\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .\33xl\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .\33xl\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .\33xl\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .\33xl\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .\33xl\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .\33xl\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .\33xl\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .\33xl\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .\33xl\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .\33xl\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .\33xl\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .\33xl\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .\33xl\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .\33xl\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .\33xl\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .\33xl\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .\33xl\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .\33xl\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .\33xl\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .\33xl\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .\33xl\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .\33xl\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .\33xl\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .\33xl\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\33xl\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\33xl\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\33xl\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\33xl\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\33xl\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\33xl\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\33xl\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\33xl\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\33xl\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\33xl\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\33xl\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\33xl\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\33xl\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\33xl\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\33xl\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\33xl\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\33xl\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\33xl\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\33xl\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\33xl\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\33xl\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\33xl\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\33xl\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\33xl\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\33xl\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\33xl\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\33xl\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\33xl\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\33xl\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\33xl\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\33xl\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\33xl\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\33xl\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\33xl\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\33xl\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\33xl\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\33xl\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\33xl\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\33xl\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\33xl\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\33xl\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\33xl\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\33xl\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\33xl\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\33xl\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .\33xl\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .\33xl\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .\33xl\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .\33xl\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .\33xl\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .\33xl\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .\33xl\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .\33xl\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .\33xl\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .\33xl\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .\33xl\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .\33xl\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .\33xl\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .\33xl\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .\33xl\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .\33xl\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .\33xl\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .\33xl\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .\33xl\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .\33xl\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .\33xl\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .\33xl\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .\33xl\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .\33xl\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .\33xl\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .\33xl\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .\33xl\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .\33xl\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .\33xl\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .\33xl\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:caret-yellow-950 {
    caret-color: #422006;
  }

  .\33xl\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .\33xl\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .\33xl\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .\33xl\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .\33xl\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .\33xl\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .\33xl\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .\33xl\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .\33xl\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .\33xl\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .\33xl\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .\33xl\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .\33xl\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .\33xl\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .\33xl\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .\33xl\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .\33xl\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .\33xl\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .\33xl\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .\33xl\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .\33xl\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .\33xl\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .\33xl\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .\33xl\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .\33xl\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .\33xl\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .\33xl\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .\33xl\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .\33xl\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .\33xl\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .\33xl\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .\33xl\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .\33xl\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:accent-yellow-950 {
    accent-color: #422006;
  }

  .\33xl\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .\33xl\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .\33xl\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\: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);
  }

  .\33xl\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\33xl\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .\33xl\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .\33xl\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .\33xl\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .\33xl\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .\33xl\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .\33xl\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .\33xl\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .\33xl\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .\33xl\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .\33xl\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .\33xl\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .\33xl\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .\33xl\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .\33xl\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .\33xl\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .\33xl\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .\33xl\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .\33xl\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .\33xl\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .\33xl\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .\33xl\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .\33xl\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .\33xl\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .\33xl\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .\33xl\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .\33xl\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .\33xl\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .\33xl\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .\33xl\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .\33xl\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:outline-yellow-950 {
    outline-color: #422006;
  }

  .\33xl\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .\33xl\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .\33xl\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .\33xl\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .\33xl\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .\33xl\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .\33xl\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .\33xl\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .\33xl\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .\33xl\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .\33xl\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .\33xl\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .\33xl\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .\33xl\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .\33xl\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .\33xl\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .\33xl\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .\33xl\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .\33xl\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .\33xl\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .\33xl\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .\33xl\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .\33xl\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .\33xl\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .\33xl\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .\33xl\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\33xl\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .\33xl\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .\33xl\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .\33xl\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .\33xl\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .\33xl\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .\33xl\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .\33xl\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .\33xl\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .\33xl\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .\33xl\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .\33xl\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .\33xl\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .\33xl\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .\33xl\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .\33xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\33xl\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .\33xl\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .\33xl\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .\33xl\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .\33xl\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .\33xl\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .\33xl\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .\33xl\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .\33xl\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .\33xl\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .\33xl\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .\33xl\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .\33xl\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .\33xl\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .\33xl\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .\33xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\33xl\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .\33xl\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .\33xl\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .\33xl\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .\33xl\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .\33xl\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .\33xl\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .\33xl\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .\33xl\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .\33xl\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .\33xl\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .\33xl\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .\33xl\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .\33xl\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .\33xl\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .\33xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\33xl\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .\33xl\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .\33xl\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .\33xl\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .\33xl\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .\33xl\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .\33xl\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .\33xl\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .\33xl\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .\33xl\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .\33xl\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .\33xl\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .\33xl\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .\33xl\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .\33xl\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .\33xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\33xl\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .\33xl\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .\33xl\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .\33xl\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .\33xl\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .\33xl\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .\33xl\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .\33xl\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .\33xl\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .\33xl\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .\33xl\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .\33xl\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .\33xl\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .\33xl\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .\33xl\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .\33xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\33xl\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .\33xl\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .\33xl\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .\33xl\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .\33xl\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .\33xl\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .\33xl\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .\33xl\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .\33xl\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .\33xl\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .\33xl\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .\33xl\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .\33xl\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .\33xl\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .\33xl\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .\33xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\33xl\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .\33xl\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .\33xl\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .\33xl\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .\33xl\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .\33xl\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .\33xl\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .\33xl\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .\33xl\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .\33xl\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .\33xl\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .\33xl\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .\33xl\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .\33xl\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .\33xl\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .\33xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\33xl\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .\33xl\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .\33xl\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .\33xl\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .\33xl\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .\33xl\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .\33xl\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .\33xl\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .\33xl\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .\33xl\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .\33xl\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .\33xl\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .\33xl\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .\33xl\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .\33xl\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .\33xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\33xl\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .\33xl\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .\33xl\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .\33xl\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .\33xl\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .\33xl\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .\33xl\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .\33xl\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .\33xl\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .\33xl\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .\33xl\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .\33xl\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .\33xl\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .\33xl\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .\33xl\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .\33xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\33xl\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .\33xl\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .\33xl\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .\33xl\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .\33xl\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .\33xl\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .\33xl\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .\33xl\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .\33xl\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .\33xl\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .\33xl\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .\33xl\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .\33xl\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .\33xl\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .\33xl\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .\33xl\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .\33xl\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .\33xl\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .\33xl\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .\33xl\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .\33xl\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .\33xl\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .\33xl\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .\33xl\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .\33xl\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .\33xl\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .\33xl\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .\33xl\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .\33xl\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .\33xl\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .\33xl\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .\33xl\: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);
  }

  .\33xl\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .\33xl\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .\33xl\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .\33xl\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .\33xl\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}
@media (min-width: 2304px) {

  .\34xl\:-bottom-0 {
    bottom: -0px;
  }

  .\34xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\34xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\34xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\34xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\34xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\34xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\34xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\34xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\34xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\34xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\34xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\34xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\34xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\34xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\34xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\34xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\34xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\34xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\34xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\34xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\34xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\34xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\34xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\34xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\34xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\34xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\34xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\34xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\34xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\34xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\34xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\34xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\34xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\34xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\34xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\34xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\34xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\34xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\34xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\34xl\:-bottom-px {
    bottom: -1px;
  }

  .\34xl\:-top-0 {
    top: -0px;
  }

  .\34xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\34xl\:-top-1 {
    top: -0.25rem;
  }

  .\34xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\34xl\:-top-1\/2 {
    top: -50%;
  }

  .\34xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\34xl\:-top-1\/4 {
    top: -25%;
  }

  .\34xl\:-top-10 {
    top: -2.5rem;
  }

  .\34xl\:-top-11 {
    top: -2.75rem;
  }

  .\34xl\:-top-12 {
    top: -3rem;
  }

  .\34xl\:-top-14 {
    top: -3.5rem;
  }

  .\34xl\:-top-16 {
    top: -4rem;
  }

  .\34xl\:-top-2 {
    top: -0.5rem;
  }

  .\34xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\34xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\34xl\:-top-2\/4 {
    top: -50%;
  }

  .\34xl\:-top-20 {
    top: -5rem;
  }

  .\34xl\:-top-24 {
    top: -6rem;
  }

  .\34xl\:-top-28 {
    top: -7rem;
  }

  .\34xl\:-top-3 {
    top: -0.75rem;
  }

  .\34xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\34xl\:-top-3\/4 {
    top: -75%;
  }

  .\34xl\:-top-32 {
    top: -8rem;
  }

  .\34xl\:-top-36 {
    top: -9rem;
  }

  .\34xl\:-top-4 {
    top: -1rem;
  }

  .\34xl\:-top-40 {
    top: -10rem;
  }

  .\34xl\:-top-44 {
    top: -11rem;
  }

  .\34xl\:-top-48 {
    top: -12rem;
  }

  .\34xl\:-top-5 {
    top: -1.25rem;
  }

  .\34xl\:-top-52 {
    top: -13rem;
  }

  .\34xl\:-top-56 {
    top: -14rem;
  }

  .\34xl\:-top-6 {
    top: -1.5rem;
  }

  .\34xl\:-top-60 {
    top: -15rem;
  }

  .\34xl\:-top-64 {
    top: -16rem;
  }

  .\34xl\:-top-7 {
    top: -1.75rem;
  }

  .\34xl\:-top-72 {
    top: -18rem;
  }

  .\34xl\:-top-8 {
    top: -2rem;
  }

  .\34xl\:-top-80 {
    top: -20rem;
  }

  .\34xl\:-top-9 {
    top: -2.25rem;
  }

  .\34xl\:-top-96 {
    top: -24rem;
  }

  .\34xl\:-top-px {
    top: -1px;
  }

  .\34xl\:bottom-0 {
    bottom: 0px;
  }

  .\34xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\34xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\34xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\34xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\34xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\34xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\34xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\34xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\34xl\:bottom-12 {
    bottom: 3rem;
  }

  .\34xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\34xl\:bottom-16 {
    bottom: 4rem;
  }

  .\34xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\34xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\34xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\34xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\34xl\:bottom-20 {
    bottom: 5rem;
  }

  .\34xl\:bottom-24 {
    bottom: 6rem;
  }

  .\34xl\:bottom-28 {
    bottom: 7rem;
  }

  .\34xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\34xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\34xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\34xl\:bottom-32 {
    bottom: 8rem;
  }

  .\34xl\:bottom-36 {
    bottom: 9rem;
  }

  .\34xl\:bottom-4 {
    bottom: 1rem;
  }

  .\34xl\:bottom-40 {
    bottom: 10rem;
  }

  .\34xl\:bottom-44 {
    bottom: 11rem;
  }

  .\34xl\:bottom-48 {
    bottom: 12rem;
  }

  .\34xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\34xl\:bottom-52 {
    bottom: 13rem;
  }

  .\34xl\:bottom-56 {
    bottom: 14rem;
  }

  .\34xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\34xl\:bottom-60 {
    bottom: 15rem;
  }

  .\34xl\:bottom-64 {
    bottom: 16rem;
  }

  .\34xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\34xl\:bottom-72 {
    bottom: 18rem;
  }

  .\34xl\:bottom-8 {
    bottom: 2rem;
  }

  .\34xl\:bottom-80 {
    bottom: 20rem;
  }

  .\34xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\34xl\:bottom-96 {
    bottom: 24rem;
  }

  .\34xl\:bottom-px {
    bottom: 1px;
  }

  .\34xl\:top-0 {
    top: 0px;
  }

  .\34xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\34xl\:top-1 {
    top: 0.25rem;
  }

  .\34xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\34xl\:top-1\/2 {
    top: 50%;
  }

  .\34xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\34xl\:top-1\/4 {
    top: 25%;
  }

  .\34xl\:top-10 {
    top: 2.5rem;
  }

  .\34xl\:top-11 {
    top: 2.75rem;
  }

  .\34xl\:top-12 {
    top: 3rem;
  }

  .\34xl\:top-14 {
    top: 3.5rem;
  }

  .\34xl\:top-16 {
    top: 4rem;
  }

  .\34xl\:top-2 {
    top: 0.5rem;
  }

  .\34xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\34xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\34xl\:top-2\/4 {
    top: 50%;
  }

  .\34xl\:top-20 {
    top: 5rem;
  }

  .\34xl\:top-24 {
    top: 6rem;
  }

  .\34xl\:top-28 {
    top: 7rem;
  }

  .\34xl\:top-3 {
    top: 0.75rem;
  }

  .\34xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\34xl\:top-3\/4 {
    top: 75%;
  }

  .\34xl\:top-32 {
    top: 8rem;
  }

  .\34xl\:top-36 {
    top: 9rem;
  }

  .\34xl\:top-4 {
    top: 1rem;
  }

  .\34xl\:top-40 {
    top: 10rem;
  }

  .\34xl\:top-44 {
    top: 11rem;
  }

  .\34xl\:top-48 {
    top: 12rem;
  }

  .\34xl\:top-5 {
    top: 1.25rem;
  }

  .\34xl\:top-52 {
    top: 13rem;
  }

  .\34xl\:top-56 {
    top: 14rem;
  }

  .\34xl\:top-6 {
    top: 1.5rem;
  }

  .\34xl\:top-60 {
    top: 15rem;
  }

  .\34xl\:top-64 {
    top: 16rem;
  }

  .\34xl\:top-7 {
    top: 1.75rem;
  }

  .\34xl\:top-72 {
    top: 18rem;
  }

  .\34xl\:top-8 {
    top: 2rem;
  }

  .\34xl\:top-80 {
    top: 20rem;
  }

  .\34xl\:top-9 {
    top: 2.25rem;
  }

  .\34xl\:top-96 {
    top: 24rem;
  }

  .\34xl\:top-px {
    top: 1px;
  }

  .\34xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\34xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\34xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\34xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\34xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\34xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\34xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\34xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\34xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\34xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\34xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\34xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\34xl\:-m-0 {
    margin: -0px;
  }

  .\34xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\34xl\:-m-1 {
    margin: -0.25rem;
  }

  .\34xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\34xl\:-m-10 {
    margin: -2.5rem;
  }

  .\34xl\:-m-11 {
    margin: -2.75rem;
  }

  .\34xl\:-m-12 {
    margin: -3rem;
  }

  .\34xl\:-m-14 {
    margin: -3.5rem;
  }

  .\34xl\:-m-16 {
    margin: -4rem;
  }

  .\34xl\:-m-2 {
    margin: -0.5rem;
  }

  .\34xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\34xl\:-m-20 {
    margin: -5rem;
  }

  .\34xl\:-m-24 {
    margin: -6rem;
  }

  .\34xl\:-m-28 {
    margin: -7rem;
  }

  .\34xl\:-m-3 {
    margin: -0.75rem;
  }

  .\34xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\34xl\:-m-32 {
    margin: -8rem;
  }

  .\34xl\:-m-36 {
    margin: -9rem;
  }

  .\34xl\:-m-4 {
    margin: -1rem;
  }

  .\34xl\:-m-40 {
    margin: -10rem;
  }

  .\34xl\:-m-44 {
    margin: -11rem;
  }

  .\34xl\:-m-48 {
    margin: -12rem;
  }

  .\34xl\:-m-5 {
    margin: -1.25rem;
  }

  .\34xl\:-m-52 {
    margin: -13rem;
  }

  .\34xl\:-m-56 {
    margin: -14rem;
  }

  .\34xl\:-m-6 {
    margin: -1.5rem;
  }

  .\34xl\:-m-60 {
    margin: -15rem;
  }

  .\34xl\:-m-64 {
    margin: -16rem;
  }

  .\34xl\:-m-7 {
    margin: -1.75rem;
  }

  .\34xl\:-m-72 {
    margin: -18rem;
  }

  .\34xl\:-m-8 {
    margin: -2rem;
  }

  .\34xl\:-m-80 {
    margin: -20rem;
  }

  .\34xl\:-m-9 {
    margin: -2.25rem;
  }

  .\34xl\:-m-96 {
    margin: -24rem;
  }

  .\34xl\:-m-px {
    margin: -1px;
  }

  .\34xl\:m-0 {
    margin: 0px;
  }

  .\34xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\34xl\:m-1 {
    margin: 0.25rem;
  }

  .\34xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\34xl\:m-10 {
    margin: 2.5rem;
  }

  .\34xl\:m-11 {
    margin: 2.75rem;
  }

  .\34xl\:m-12 {
    margin: 3rem;
  }

  .\34xl\:m-14 {
    margin: 3.5rem;
  }

  .\34xl\:m-16 {
    margin: 4rem;
  }

  .\34xl\:m-2 {
    margin: 0.5rem;
  }

  .\34xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\34xl\:m-20 {
    margin: 5rem;
  }

  .\34xl\:m-24 {
    margin: 6rem;
  }

  .\34xl\:m-28 {
    margin: 7rem;
  }

  .\34xl\:m-3 {
    margin: 0.75rem;
  }

  .\34xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\34xl\:m-32 {
    margin: 8rem;
  }

  .\34xl\:m-36 {
    margin: 9rem;
  }

  .\34xl\:m-4 {
    margin: 1rem;
  }

  .\34xl\:m-40 {
    margin: 10rem;
  }

  .\34xl\:m-44 {
    margin: 11rem;
  }

  .\34xl\:m-48 {
    margin: 12rem;
  }

  .\34xl\:m-5 {
    margin: 1.25rem;
  }

  .\34xl\:m-52 {
    margin: 13rem;
  }

  .\34xl\:m-56 {
    margin: 14rem;
  }

  .\34xl\:m-6 {
    margin: 1.5rem;
  }

  .\34xl\:m-60 {
    margin: 15rem;
  }

  .\34xl\:m-64 {
    margin: 16rem;
  }

  .\34xl\:m-7 {
    margin: 1.75rem;
  }

  .\34xl\:m-72 {
    margin: 18rem;
  }

  .\34xl\:m-8 {
    margin: 2rem;
  }

  .\34xl\:m-80 {
    margin: 20rem;
  }

  .\34xl\:m-9 {
    margin: 2.25rem;
  }

  .\34xl\:m-96 {
    margin: 24rem;
  }

  .\34xl\:m-px {
    margin: 1px;
  }

  .\34xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .\34xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\34xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\34xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\34xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\34xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\34xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\34xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\34xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\34xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\34xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\34xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\34xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\34xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\34xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\34xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\34xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\34xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\34xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\34xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\34xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\34xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\34xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\34xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\34xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\34xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\34xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\34xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\34xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\34xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\34xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\34xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\34xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\34xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\34xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\34xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .\34xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\34xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\34xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\34xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\34xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\34xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\34xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\34xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\34xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\34xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\34xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\34xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\34xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\34xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\34xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\34xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\34xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\34xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\34xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\34xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\34xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\34xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\34xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\34xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\34xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\34xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\34xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\34xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\34xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\34xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\34xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\34xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\34xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\34xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\34xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\34xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\34xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\34xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\34xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\34xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\34xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\34xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\34xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\34xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\34xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\34xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\34xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\34xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\34xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\34xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\34xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\34xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\34xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\34xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\34xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\34xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\34xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\34xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\34xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\34xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\34xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\34xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\34xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\34xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\34xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\34xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\34xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\34xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\34xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\34xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\34xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\34xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\34xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\34xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\34xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\34xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\34xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\34xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\34xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\34xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\34xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\34xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\34xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\34xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\34xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\34xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\34xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\34xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\34xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\34xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\34xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\34xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\34xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\34xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\34xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\34xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\34xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\34xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\34xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\34xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\34xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\34xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\34xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\34xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\34xl\:-mb-0 {
    margin-bottom: -0px;
  }

  .\34xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\34xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\34xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\34xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\34xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\34xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\34xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\34xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\34xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\34xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\34xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\34xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\34xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\34xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\34xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\34xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\34xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\34xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\34xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\34xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\34xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\34xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\34xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\34xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\34xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\34xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\34xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\34xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\34xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\34xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\34xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\34xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\34xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\34xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\34xl\:-ml-0 {
    margin-left: -0px;
  }

  .\34xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\34xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\34xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\34xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\34xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\34xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\34xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\34xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\34xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\34xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\34xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\34xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\34xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\34xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\34xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\34xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\34xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\34xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\34xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\34xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\34xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\34xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\34xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\34xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\34xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\34xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\34xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\34xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\34xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\34xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\34xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\34xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\34xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\34xl\:-ml-px {
    margin-left: -1px;
  }

  .\34xl\:-mr-0 {
    margin-right: -0px;
  }

  .\34xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\34xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\34xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\34xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\34xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\34xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\34xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\34xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\34xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\34xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\34xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\34xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\34xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\34xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\34xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\34xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\34xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\34xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\34xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\34xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\34xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\34xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\34xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\34xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\34xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\34xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\34xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\34xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\34xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\34xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\34xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\34xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\34xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\34xl\:-mr-px {
    margin-right: -1px;
  }

  .\34xl\:-mt-0 {
    margin-top: -0px;
  }

  .\34xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\34xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\34xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\34xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\34xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\34xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\34xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\34xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\34xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\34xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\34xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\34xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\34xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\34xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\34xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\34xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\34xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\34xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\34xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\34xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\34xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\34xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\34xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\34xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\34xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\34xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\34xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\34xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\34xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\34xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\34xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\34xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\34xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\34xl\:-mt-px {
    margin-top: -1px;
  }

  .\34xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\34xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\34xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\34xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\34xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\34xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\34xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\34xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\34xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\34xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\34xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\34xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\34xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\34xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\34xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\34xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\34xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\34xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\34xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\34xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\34xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\34xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\34xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\34xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\34xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\34xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\34xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\34xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\34xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\34xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\34xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\34xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\34xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\34xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\34xl\:mb-px {
    margin-bottom: 1px;
  }

  .\34xl\:ml-0 {
    margin-left: 0px;
  }

  .\34xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\34xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\34xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\34xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\34xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\34xl\:ml-12 {
    margin-left: 3rem;
  }

  .\34xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\34xl\:ml-16 {
    margin-left: 4rem;
  }

  .\34xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\34xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\34xl\:ml-20 {
    margin-left: 5rem;
  }

  .\34xl\:ml-24 {
    margin-left: 6rem;
  }

  .\34xl\:ml-28 {
    margin-left: 7rem;
  }

  .\34xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\34xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\34xl\:ml-32 {
    margin-left: 8rem;
  }

  .\34xl\:ml-36 {
    margin-left: 9rem;
  }

  .\34xl\:ml-4 {
    margin-left: 1rem;
  }

  .\34xl\:ml-40 {
    margin-left: 10rem;
  }

  .\34xl\:ml-44 {
    margin-left: 11rem;
  }

  .\34xl\:ml-48 {
    margin-left: 12rem;
  }

  .\34xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\34xl\:ml-52 {
    margin-left: 13rem;
  }

  .\34xl\:ml-56 {
    margin-left: 14rem;
  }

  .\34xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\34xl\:ml-60 {
    margin-left: 15rem;
  }

  .\34xl\:ml-64 {
    margin-left: 16rem;
  }

  .\34xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\34xl\:ml-72 {
    margin-left: 18rem;
  }

  .\34xl\:ml-8 {
    margin-left: 2rem;
  }

  .\34xl\:ml-80 {
    margin-left: 20rem;
  }

  .\34xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\34xl\:ml-96 {
    margin-left: 24rem;
  }

  .\34xl\:ml-px {
    margin-left: 1px;
  }

  .\34xl\:mr-0 {
    margin-right: 0px;
  }

  .\34xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\34xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\34xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\34xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\34xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\34xl\:mr-12 {
    margin-right: 3rem;
  }

  .\34xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\34xl\:mr-16 {
    margin-right: 4rem;
  }

  .\34xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\34xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\34xl\:mr-20 {
    margin-right: 5rem;
  }

  .\34xl\:mr-24 {
    margin-right: 6rem;
  }

  .\34xl\:mr-28 {
    margin-right: 7rem;
  }

  .\34xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\34xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\34xl\:mr-32 {
    margin-right: 8rem;
  }

  .\34xl\:mr-36 {
    margin-right: 9rem;
  }

  .\34xl\:mr-4 {
    margin-right: 1rem;
  }

  .\34xl\:mr-40 {
    margin-right: 10rem;
  }

  .\34xl\:mr-44 {
    margin-right: 11rem;
  }

  .\34xl\:mr-48 {
    margin-right: 12rem;
  }

  .\34xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\34xl\:mr-52 {
    margin-right: 13rem;
  }

  .\34xl\:mr-56 {
    margin-right: 14rem;
  }

  .\34xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\34xl\:mr-60 {
    margin-right: 15rem;
  }

  .\34xl\:mr-64 {
    margin-right: 16rem;
  }

  .\34xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\34xl\:mr-72 {
    margin-right: 18rem;
  }

  .\34xl\:mr-8 {
    margin-right: 2rem;
  }

  .\34xl\:mr-80 {
    margin-right: 20rem;
  }

  .\34xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\34xl\:mr-96 {
    margin-right: 24rem;
  }

  .\34xl\:mr-px {
    margin-right: 1px;
  }

  .\34xl\:mt-0 {
    margin-top: 0px;
  }

  .\34xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\34xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\34xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\34xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\34xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\34xl\:mt-12 {
    margin-top: 3rem;
  }

  .\34xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\34xl\:mt-16 {
    margin-top: 4rem;
  }

  .\34xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\34xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\34xl\:mt-20 {
    margin-top: 5rem;
  }

  .\34xl\:mt-24 {
    margin-top: 6rem;
  }

  .\34xl\:mt-28 {
    margin-top: 7rem;
  }

  .\34xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\34xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\34xl\:mt-32 {
    margin-top: 8rem;
  }

  .\34xl\:mt-36 {
    margin-top: 9rem;
  }

  .\34xl\:mt-4 {
    margin-top: 1rem;
  }

  .\34xl\:mt-40 {
    margin-top: 10rem;
  }

  .\34xl\:mt-44 {
    margin-top: 11rem;
  }

  .\34xl\:mt-48 {
    margin-top: 12rem;
  }

  .\34xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\34xl\:mt-52 {
    margin-top: 13rem;
  }

  .\34xl\:mt-56 {
    margin-top: 14rem;
  }

  .\34xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\34xl\:mt-60 {
    margin-top: 15rem;
  }

  .\34xl\:mt-64 {
    margin-top: 16rem;
  }

  .\34xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\34xl\:mt-72 {
    margin-top: 18rem;
  }

  .\34xl\:mt-8 {
    margin-top: 2rem;
  }

  .\34xl\:mt-80 {
    margin-top: 20rem;
  }

  .\34xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\34xl\:mt-96 {
    margin-top: 24rem;
  }

  .\34xl\:mt-px {
    margin-top: 1px;
  }

  .\34xl\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .\34xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\34xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .\34xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .\34xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .\34xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .\34xl\:h-0 {
    height: 0px;
  }

  .\34xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\34xl\:h-1 {
    height: 0.25rem;
  }

  .\34xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\34xl\:h-1\/2 {
    height: 50%;
  }

  .\34xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\34xl\:h-1\/4 {
    height: 25%;
  }

  .\34xl\:h-1\/5 {
    height: 20%;
  }

  .\34xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\34xl\:h-10 {
    height: 2.5rem;
  }

  .\34xl\:h-11 {
    height: 2.75rem;
  }

  .\34xl\:h-12 {
    height: 3rem;
  }

  .\34xl\:h-14 {
    height: 3.5rem;
  }

  .\34xl\:h-16 {
    height: 4rem;
  }

  .\34xl\:h-2 {
    height: 0.5rem;
  }

  .\34xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\34xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\34xl\:h-2\/4 {
    height: 50%;
  }

  .\34xl\:h-2\/5 {
    height: 40%;
  }

  .\34xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\34xl\:h-20 {
    height: 5rem;
  }

  .\34xl\:h-24 {
    height: 6rem;
  }

  .\34xl\:h-28 {
    height: 7rem;
  }

  .\34xl\:h-3 {
    height: 0.75rem;
  }

  .\34xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\34xl\:h-3\/4 {
    height: 75%;
  }

  .\34xl\:h-3\/5 {
    height: 60%;
  }

  .\34xl\:h-3\/6 {
    height: 50%;
  }

  .\34xl\:h-32 {
    height: 8rem;
  }

  .\34xl\:h-36 {
    height: 9rem;
  }

  .\34xl\:h-4 {
    height: 1rem;
  }

  .\34xl\:h-4\/5 {
    height: 80%;
  }

  .\34xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\34xl\:h-40 {
    height: 10rem;
  }

  .\34xl\:h-44 {
    height: 11rem;
  }

  .\34xl\:h-48 {
    height: 12rem;
  }

  .\34xl\:h-5 {
    height: 1.25rem;
  }

  .\34xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\34xl\:h-52 {
    height: 13rem;
  }

  .\34xl\:h-56 {
    height: 14rem;
  }

  .\34xl\:h-6 {
    height: 1.5rem;
  }

  .\34xl\:h-60 {
    height: 15rem;
  }

  .\34xl\:h-64 {
    height: 16rem;
  }

  .\34xl\:h-7 {
    height: 1.75rem;
  }

  .\34xl\:h-72 {
    height: 18rem;
  }

  .\34xl\:h-8 {
    height: 2rem;
  }

  .\34xl\:h-80 {
    height: 20rem;
  }

  .\34xl\:h-9 {
    height: 2.25rem;
  }

  .\34xl\:h-96 {
    height: 24rem;
  }

  .\34xl\:h-px {
    height: 1px;
  }

  .\34xl\:max-h-0 {
    max-height: 0px;
  }

  .\34xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\34xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\34xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\34xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\34xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\34xl\:max-h-12 {
    max-height: 3rem;
  }

  .\34xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\34xl\:max-h-16 {
    max-height: 4rem;
  }

  .\34xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\34xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\34xl\:max-h-20 {
    max-height: 5rem;
  }

  .\34xl\:max-h-24 {
    max-height: 6rem;
  }

  .\34xl\:max-h-28 {
    max-height: 7rem;
  }

  .\34xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\34xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\34xl\:max-h-32 {
    max-height: 8rem;
  }

  .\34xl\:max-h-36 {
    max-height: 9rem;
  }

  .\34xl\:max-h-4 {
    max-height: 1rem;
  }

  .\34xl\:max-h-40 {
    max-height: 10rem;
  }

  .\34xl\:max-h-44 {
    max-height: 11rem;
  }

  .\34xl\:max-h-48 {
    max-height: 12rem;
  }

  .\34xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\34xl\:max-h-52 {
    max-height: 13rem;
  }

  .\34xl\:max-h-56 {
    max-height: 14rem;
  }

  .\34xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\34xl\:max-h-60 {
    max-height: 15rem;
  }

  .\34xl\:max-h-64 {
    max-height: 16rem;
  }

  .\34xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\34xl\:max-h-72 {
    max-height: 18rem;
  }

  .\34xl\:max-h-8 {
    max-height: 2rem;
  }

  .\34xl\:max-h-80 {
    max-height: 20rem;
  }

  .\34xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\34xl\:max-h-96 {
    max-height: 24rem;
  }

  .\34xl\:max-h-px {
    max-height: 1px;
  }

  .\34xl\:min-h-0 {
    min-height: 0px;
  }

  .\34xl\:w-0 {
    width: 0px;
  }

  .\34xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\34xl\:w-1 {
    width: 0.25rem;
  }

  .\34xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\34xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\34xl\:w-1\/2 {
    width: 50%;
  }

  .\34xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\34xl\:w-1\/4 {
    width: 25%;
  }

  .\34xl\:w-1\/5 {
    width: 20%;
  }

  .\34xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\34xl\:w-10 {
    width: 2.5rem;
  }

  .\34xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\34xl\:w-11 {
    width: 2.75rem;
  }

  .\34xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\34xl\:w-12 {
    width: 3rem;
  }

  .\34xl\:w-14 {
    width: 3.5rem;
  }

  .\34xl\:w-16 {
    width: 4rem;
  }

  .\34xl\:w-2 {
    width: 0.5rem;
  }

  .\34xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\34xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\34xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\34xl\:w-2\/4 {
    width: 50%;
  }

  .\34xl\:w-2\/5 {
    width: 40%;
  }

  .\34xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\34xl\:w-20 {
    width: 5rem;
  }

  .\34xl\:w-24 {
    width: 6rem;
  }

  .\34xl\:w-28 {
    width: 7rem;
  }

  .\34xl\:w-3 {
    width: 0.75rem;
  }

  .\34xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\34xl\:w-3\/12 {
    width: 25%;
  }

  .\34xl\:w-3\/4 {
    width: 75%;
  }

  .\34xl\:w-3\/5 {
    width: 60%;
  }

  .\34xl\:w-3\/6 {
    width: 50%;
  }

  .\34xl\:w-32 {
    width: 8rem;
  }

  .\34xl\:w-36 {
    width: 9rem;
  }

  .\34xl\:w-4 {
    width: 1rem;
  }

  .\34xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\34xl\:w-4\/5 {
    width: 80%;
  }

  .\34xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\34xl\:w-40 {
    width: 10rem;
  }

  .\34xl\:w-44 {
    width: 11rem;
  }

  .\34xl\:w-48 {
    width: 12rem;
  }

  .\34xl\:w-5 {
    width: 1.25rem;
  }

  .\34xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\34xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\34xl\:w-52 {
    width: 13rem;
  }

  .\34xl\:w-56 {
    width: 14rem;
  }

  .\34xl\:w-6 {
    width: 1.5rem;
  }

  .\34xl\:w-6\/12 {
    width: 50%;
  }

  .\34xl\:w-60 {
    width: 15rem;
  }

  .\34xl\:w-64 {
    width: 16rem;
  }

  .\34xl\:w-7 {
    width: 1.75rem;
  }

  .\34xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\34xl\:w-72 {
    width: 18rem;
  }

  .\34xl\:w-8 {
    width: 2rem;
  }

  .\34xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\34xl\:w-80 {
    width: 20rem;
  }

  .\34xl\:w-9 {
    width: 2.25rem;
  }

  .\34xl\:w-9\/12 {
    width: 75%;
  }

  .\34xl\:w-96 {
    width: 24rem;
  }

  .\34xl\:w-px {
    width: 1px;
  }

  .\34xl\:min-w-0 {
    min-width: 0px;
  }

  .\34xl\:max-w-0 {
    max-width: 0rem;
  }

  .\34xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\34xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\34xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\34xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\34xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\34xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\34xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\34xl\:grow-0 {
    flex-grow: 0;
  }

  .\34xl\:-scroll-m-0 {
    scroll-margin: -0px;
  }

  .\34xl\:-scroll-m-0\.5 {
    scroll-margin: -0.125rem;
  }

  .\34xl\:-scroll-m-1 {
    scroll-margin: -0.25rem;
  }

  .\34xl\:-scroll-m-1\.5 {
    scroll-margin: -0.375rem;
  }

  .\34xl\:-scroll-m-10 {
    scroll-margin: -2.5rem;
  }

  .\34xl\:-scroll-m-11 {
    scroll-margin: -2.75rem;
  }

  .\34xl\:-scroll-m-12 {
    scroll-margin: -3rem;
  }

  .\34xl\:-scroll-m-14 {
    scroll-margin: -3.5rem;
  }

  .\34xl\:-scroll-m-16 {
    scroll-margin: -4rem;
  }

  .\34xl\:-scroll-m-2 {
    scroll-margin: -0.5rem;
  }

  .\34xl\:-scroll-m-2\.5 {
    scroll-margin: -0.625rem;
  }

  .\34xl\:-scroll-m-20 {
    scroll-margin: -5rem;
  }

  .\34xl\:-scroll-m-24 {
    scroll-margin: -6rem;
  }

  .\34xl\:-scroll-m-28 {
    scroll-margin: -7rem;
  }

  .\34xl\:-scroll-m-3 {
    scroll-margin: -0.75rem;
  }

  .\34xl\:-scroll-m-3\.5 {
    scroll-margin: -0.875rem;
  }

  .\34xl\:-scroll-m-32 {
    scroll-margin: -8rem;
  }

  .\34xl\:-scroll-m-36 {
    scroll-margin: -9rem;
  }

  .\34xl\:-scroll-m-4 {
    scroll-margin: -1rem;
  }

  .\34xl\:-scroll-m-40 {
    scroll-margin: -10rem;
  }

  .\34xl\:-scroll-m-44 {
    scroll-margin: -11rem;
  }

  .\34xl\:-scroll-m-48 {
    scroll-margin: -12rem;
  }

  .\34xl\:-scroll-m-5 {
    scroll-margin: -1.25rem;
  }

  .\34xl\:-scroll-m-52 {
    scroll-margin: -13rem;
  }

  .\34xl\:-scroll-m-56 {
    scroll-margin: -14rem;
  }

  .\34xl\:-scroll-m-6 {
    scroll-margin: -1.5rem;
  }

  .\34xl\:-scroll-m-60 {
    scroll-margin: -15rem;
  }

  .\34xl\:-scroll-m-64 {
    scroll-margin: -16rem;
  }

  .\34xl\:-scroll-m-7 {
    scroll-margin: -1.75rem;
  }

  .\34xl\:-scroll-m-72 {
    scroll-margin: -18rem;
  }

  .\34xl\:-scroll-m-8 {
    scroll-margin: -2rem;
  }

  .\34xl\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .\34xl\:-scroll-m-9 {
    scroll-margin: -2.25rem;
  }

  .\34xl\:-scroll-m-96 {
    scroll-margin: -24rem;
  }

  .\34xl\:-scroll-m-px {
    scroll-margin: -1px;
  }

  .\34xl\:scroll-m-0 {
    scroll-margin: 0px;
  }

  .\34xl\:scroll-m-0\.5 {
    scroll-margin: 0.125rem;
  }

  .\34xl\:scroll-m-1 {
    scroll-margin: 0.25rem;
  }

  .\34xl\:scroll-m-1\.5 {
    scroll-margin: 0.375rem;
  }

  .\34xl\:scroll-m-10 {
    scroll-margin: 2.5rem;
  }

  .\34xl\:scroll-m-11 {
    scroll-margin: 2.75rem;
  }

  .\34xl\:scroll-m-12 {
    scroll-margin: 3rem;
  }

  .\34xl\:scroll-m-14 {
    scroll-margin: 3.5rem;
  }

  .\34xl\:scroll-m-16 {
    scroll-margin: 4rem;
  }

  .\34xl\:scroll-m-2 {
    scroll-margin: 0.5rem;
  }

  .\34xl\:scroll-m-2\.5 {
    scroll-margin: 0.625rem;
  }

  .\34xl\:scroll-m-20 {
    scroll-margin: 5rem;
  }

  .\34xl\:scroll-m-24 {
    scroll-margin: 6rem;
  }

  .\34xl\:scroll-m-28 {
    scroll-margin: 7rem;
  }

  .\34xl\:scroll-m-3 {
    scroll-margin: 0.75rem;
  }

  .\34xl\:scroll-m-3\.5 {
    scroll-margin: 0.875rem;
  }

  .\34xl\:scroll-m-32 {
    scroll-margin: 8rem;
  }

  .\34xl\:scroll-m-36 {
    scroll-margin: 9rem;
  }

  .\34xl\:scroll-m-4 {
    scroll-margin: 1rem;
  }

  .\34xl\:scroll-m-40 {
    scroll-margin: 10rem;
  }

  .\34xl\:scroll-m-44 {
    scroll-margin: 11rem;
  }

  .\34xl\:scroll-m-48 {
    scroll-margin: 12rem;
  }

  .\34xl\:scroll-m-5 {
    scroll-margin: 1.25rem;
  }

  .\34xl\:scroll-m-52 {
    scroll-margin: 13rem;
  }

  .\34xl\:scroll-m-56 {
    scroll-margin: 14rem;
  }

  .\34xl\:scroll-m-6 {
    scroll-margin: 1.5rem;
  }

  .\34xl\:scroll-m-60 {
    scroll-margin: 15rem;
  }

  .\34xl\:scroll-m-64 {
    scroll-margin: 16rem;
  }

  .\34xl\:scroll-m-7 {
    scroll-margin: 1.75rem;
  }

  .\34xl\:scroll-m-72 {
    scroll-margin: 18rem;
  }

  .\34xl\:scroll-m-8 {
    scroll-margin: 2rem;
  }

  .\34xl\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .\34xl\:scroll-m-9 {
    scroll-margin: 2.25rem;
  }

  .\34xl\:scroll-m-96 {
    scroll-margin: 24rem;
  }

  .\34xl\:scroll-m-px {
    scroll-margin: 1px;
  }

  .\34xl\:-scroll-mx-0 {
    scroll-margin-left: -0px;
    scroll-margin-right: -0px;
  }

  .\34xl\:-scroll-mx-0\.5 {
    scroll-margin-left: -0.125rem;
    scroll-margin-right: -0.125rem;
  }

  .\34xl\:-scroll-mx-1 {
    scroll-margin-left: -0.25rem;
    scroll-margin-right: -0.25rem;
  }

  .\34xl\:-scroll-mx-1\.5 {
    scroll-margin-left: -0.375rem;
    scroll-margin-right: -0.375rem;
  }

  .\34xl\:-scroll-mx-10 {
    scroll-margin-left: -2.5rem;
    scroll-margin-right: -2.5rem;
  }

  .\34xl\:-scroll-mx-11 {
    scroll-margin-left: -2.75rem;
    scroll-margin-right: -2.75rem;
  }

  .\34xl\:-scroll-mx-12 {
    scroll-margin-left: -3rem;
    scroll-margin-right: -3rem;
  }

  .\34xl\:-scroll-mx-14 {
    scroll-margin-left: -3.5rem;
    scroll-margin-right: -3.5rem;
  }

  .\34xl\:-scroll-mx-16 {
    scroll-margin-left: -4rem;
    scroll-margin-right: -4rem;
  }

  .\34xl\:-scroll-mx-2 {
    scroll-margin-left: -0.5rem;
    scroll-margin-right: -0.5rem;
  }

  .\34xl\:-scroll-mx-2\.5 {
    scroll-margin-left: -0.625rem;
    scroll-margin-right: -0.625rem;
  }

  .\34xl\:-scroll-mx-20 {
    scroll-margin-left: -5rem;
    scroll-margin-right: -5rem;
  }

  .\34xl\:-scroll-mx-24 {
    scroll-margin-left: -6rem;
    scroll-margin-right: -6rem;
  }

  .\34xl\:-scroll-mx-28 {
    scroll-margin-left: -7rem;
    scroll-margin-right: -7rem;
  }

  .\34xl\:-scroll-mx-3 {
    scroll-margin-left: -0.75rem;
    scroll-margin-right: -0.75rem;
  }

  .\34xl\:-scroll-mx-3\.5 {
    scroll-margin-left: -0.875rem;
    scroll-margin-right: -0.875rem;
  }

  .\34xl\:-scroll-mx-32 {
    scroll-margin-left: -8rem;
    scroll-margin-right: -8rem;
  }

  .\34xl\:-scroll-mx-36 {
    scroll-margin-left: -9rem;
    scroll-margin-right: -9rem;
  }

  .\34xl\:-scroll-mx-4 {
    scroll-margin-left: -1rem;
    scroll-margin-right: -1rem;
  }

  .\34xl\:-scroll-mx-40 {
    scroll-margin-left: -10rem;
    scroll-margin-right: -10rem;
  }

  .\34xl\:-scroll-mx-44 {
    scroll-margin-left: -11rem;
    scroll-margin-right: -11rem;
  }

  .\34xl\:-scroll-mx-48 {
    scroll-margin-left: -12rem;
    scroll-margin-right: -12rem;
  }

  .\34xl\:-scroll-mx-5 {
    scroll-margin-left: -1.25rem;
    scroll-margin-right: -1.25rem;
  }

  .\34xl\:-scroll-mx-52 {
    scroll-margin-left: -13rem;
    scroll-margin-right: -13rem;
  }

  .\34xl\:-scroll-mx-56 {
    scroll-margin-left: -14rem;
    scroll-margin-right: -14rem;
  }

  .\34xl\:-scroll-mx-6 {
    scroll-margin-left: -1.5rem;
    scroll-margin-right: -1.5rem;
  }

  .\34xl\:-scroll-mx-60 {
    scroll-margin-left: -15rem;
    scroll-margin-right: -15rem;
  }

  .\34xl\:-scroll-mx-64 {
    scroll-margin-left: -16rem;
    scroll-margin-right: -16rem;
  }

  .\34xl\:-scroll-mx-7 {
    scroll-margin-left: -1.75rem;
    scroll-margin-right: -1.75rem;
  }

  .\34xl\:-scroll-mx-72 {
    scroll-margin-left: -18rem;
    scroll-margin-right: -18rem;
  }

  .\34xl\:-scroll-mx-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .\34xl\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .\34xl\:-scroll-mx-9 {
    scroll-margin-left: -2.25rem;
    scroll-margin-right: -2.25rem;
  }

  .\34xl\:-scroll-mx-96 {
    scroll-margin-left: -24rem;
    scroll-margin-right: -24rem;
  }

  .\34xl\:-scroll-mx-px {
    scroll-margin-left: -1px;
    scroll-margin-right: -1px;
  }

  .\34xl\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .\34xl\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .\34xl\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .\34xl\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .\34xl\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .\34xl\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .\34xl\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .\34xl\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .\34xl\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .\34xl\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .\34xl\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .\34xl\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .\34xl\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .\34xl\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .\34xl\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .\34xl\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .\34xl\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .\34xl\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .\34xl\:-scroll-my-4 {
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .\34xl\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .\34xl\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .\34xl\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .\34xl\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .\34xl\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .\34xl\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .\34xl\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .\34xl\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .\34xl\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .\34xl\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .\34xl\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .\34xl\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .\34xl\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .\34xl\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .\34xl\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .\34xl\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .\34xl\:scroll-mx-0 {
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
  }

  .\34xl\:scroll-mx-0\.5 {
    scroll-margin-left: 0.125rem;
    scroll-margin-right: 0.125rem;
  }

  .\34xl\:scroll-mx-1 {
    scroll-margin-left: 0.25rem;
    scroll-margin-right: 0.25rem;
  }

  .\34xl\:scroll-mx-1\.5 {
    scroll-margin-left: 0.375rem;
    scroll-margin-right: 0.375rem;
  }

  .\34xl\:scroll-mx-10 {
    scroll-margin-left: 2.5rem;
    scroll-margin-right: 2.5rem;
  }

  .\34xl\:scroll-mx-11 {
    scroll-margin-left: 2.75rem;
    scroll-margin-right: 2.75rem;
  }

  .\34xl\:scroll-mx-12 {
    scroll-margin-left: 3rem;
    scroll-margin-right: 3rem;
  }

  .\34xl\:scroll-mx-14 {
    scroll-margin-left: 3.5rem;
    scroll-margin-right: 3.5rem;
  }

  .\34xl\:scroll-mx-16 {
    scroll-margin-left: 4rem;
    scroll-margin-right: 4rem;
  }

  .\34xl\:scroll-mx-2 {
    scroll-margin-left: 0.5rem;
    scroll-margin-right: 0.5rem;
  }

  .\34xl\:scroll-mx-2\.5 {
    scroll-margin-left: 0.625rem;
    scroll-margin-right: 0.625rem;
  }

  .\34xl\:scroll-mx-20 {
    scroll-margin-left: 5rem;
    scroll-margin-right: 5rem;
  }

  .\34xl\:scroll-mx-24 {
    scroll-margin-left: 6rem;
    scroll-margin-right: 6rem;
  }

  .\34xl\:scroll-mx-28 {
    scroll-margin-left: 7rem;
    scroll-margin-right: 7rem;
  }

  .\34xl\:scroll-mx-3 {
    scroll-margin-left: 0.75rem;
    scroll-margin-right: 0.75rem;
  }

  .\34xl\:scroll-mx-3\.5 {
    scroll-margin-left: 0.875rem;
    scroll-margin-right: 0.875rem;
  }

  .\34xl\:scroll-mx-32 {
    scroll-margin-left: 8rem;
    scroll-margin-right: 8rem;
  }

  .\34xl\:scroll-mx-36 {
    scroll-margin-left: 9rem;
    scroll-margin-right: 9rem;
  }

  .\34xl\:scroll-mx-4 {
    scroll-margin-left: 1rem;
    scroll-margin-right: 1rem;
  }

  .\34xl\:scroll-mx-40 {
    scroll-margin-left: 10rem;
    scroll-margin-right: 10rem;
  }

  .\34xl\:scroll-mx-44 {
    scroll-margin-left: 11rem;
    scroll-margin-right: 11rem;
  }

  .\34xl\:scroll-mx-48 {
    scroll-margin-left: 12rem;
    scroll-margin-right: 12rem;
  }

  .\34xl\:scroll-mx-5 {
    scroll-margin-left: 1.25rem;
    scroll-margin-right: 1.25rem;
  }

  .\34xl\:scroll-mx-52 {
    scroll-margin-left: 13rem;
    scroll-margin-right: 13rem;
  }

  .\34xl\:scroll-mx-56 {
    scroll-margin-left: 14rem;
    scroll-margin-right: 14rem;
  }

  .\34xl\:scroll-mx-6 {
    scroll-margin-left: 1.5rem;
    scroll-margin-right: 1.5rem;
  }

  .\34xl\:scroll-mx-60 {
    scroll-margin-left: 15rem;
    scroll-margin-right: 15rem;
  }

  .\34xl\:scroll-mx-64 {
    scroll-margin-left: 16rem;
    scroll-margin-right: 16rem;
  }

  .\34xl\:scroll-mx-7 {
    scroll-margin-left: 1.75rem;
    scroll-margin-right: 1.75rem;
  }

  .\34xl\:scroll-mx-72 {
    scroll-margin-left: 18rem;
    scroll-margin-right: 18rem;
  }

  .\34xl\:scroll-mx-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .\34xl\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .\34xl\:scroll-mx-9 {
    scroll-margin-left: 2.25rem;
    scroll-margin-right: 2.25rem;
  }

  .\34xl\:scroll-mx-96 {
    scroll-margin-left: 24rem;
    scroll-margin-right: 24rem;
  }

  .\34xl\:scroll-mx-px {
    scroll-margin-left: 1px;
    scroll-margin-right: 1px;
  }

  .\34xl\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .\34xl\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .\34xl\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .\34xl\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .\34xl\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .\34xl\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .\34xl\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .\34xl\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .\34xl\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .\34xl\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .\34xl\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .\34xl\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .\34xl\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .\34xl\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .\34xl\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .\34xl\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .\34xl\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .\34xl\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .\34xl\:scroll-my-4 {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .\34xl\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .\34xl\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .\34xl\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .\34xl\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .\34xl\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .\34xl\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .\34xl\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .\34xl\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .\34xl\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .\34xl\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .\34xl\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .\34xl\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .\34xl\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .\34xl\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .\34xl\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .\34xl\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .\34xl\:-scroll-mb-0 {
    scroll-margin-bottom: -0px;
  }

  .\34xl\:-scroll-mb-0\.5 {
    scroll-margin-bottom: -0.125rem;
  }

  .\34xl\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }

  .\34xl\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }

  .\34xl\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }

  .\34xl\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }

  .\34xl\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }

  .\34xl\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }

  .\34xl\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }

  .\34xl\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }

  .\34xl\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }

  .\34xl\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }

  .\34xl\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }

  .\34xl\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }

  .\34xl\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }

  .\34xl\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }

  .\34xl\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }

  .\34xl\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }

  .\34xl\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }

  .\34xl\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }

  .\34xl\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }

  .\34xl\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }

  .\34xl\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }

  .\34xl\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }

  .\34xl\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }

  .\34xl\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }

  .\34xl\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }

  .\34xl\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }

  .\34xl\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }

  .\34xl\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }

  .\34xl\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }

  .\34xl\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .\34xl\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }

  .\34xl\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }

  .\34xl\:-scroll-mb-px {
    scroll-margin-bottom: -1px;
  }

  .\34xl\:-scroll-ml-0 {
    scroll-margin-left: -0px;
  }

  .\34xl\:-scroll-ml-0\.5 {
    scroll-margin-left: -0.125rem;
  }

  .\34xl\:-scroll-ml-1 {
    scroll-margin-left: -0.25rem;
  }

  .\34xl\:-scroll-ml-1\.5 {
    scroll-margin-left: -0.375rem;
  }

  .\34xl\:-scroll-ml-10 {
    scroll-margin-left: -2.5rem;
  }

  .\34xl\:-scroll-ml-11 {
    scroll-margin-left: -2.75rem;
  }

  .\34xl\:-scroll-ml-12 {
    scroll-margin-left: -3rem;
  }

  .\34xl\:-scroll-ml-14 {
    scroll-margin-left: -3.5rem;
  }

  .\34xl\:-scroll-ml-16 {
    scroll-margin-left: -4rem;
  }

  .\34xl\:-scroll-ml-2 {
    scroll-margin-left: -0.5rem;
  }

  .\34xl\:-scroll-ml-2\.5 {
    scroll-margin-left: -0.625rem;
  }

  .\34xl\:-scroll-ml-20 {
    scroll-margin-left: -5rem;
  }

  .\34xl\:-scroll-ml-24 {
    scroll-margin-left: -6rem;
  }

  .\34xl\:-scroll-ml-28 {
    scroll-margin-left: -7rem;
  }

  .\34xl\:-scroll-ml-3 {
    scroll-margin-left: -0.75rem;
  }

  .\34xl\:-scroll-ml-3\.5 {
    scroll-margin-left: -0.875rem;
  }

  .\34xl\:-scroll-ml-32 {
    scroll-margin-left: -8rem;
  }

  .\34xl\:-scroll-ml-36 {
    scroll-margin-left: -9rem;
  }

  .\34xl\:-scroll-ml-4 {
    scroll-margin-left: -1rem;
  }

  .\34xl\:-scroll-ml-40 {
    scroll-margin-left: -10rem;
  }

  .\34xl\:-scroll-ml-44 {
    scroll-margin-left: -11rem;
  }

  .\34xl\:-scroll-ml-48 {
    scroll-margin-left: -12rem;
  }

  .\34xl\:-scroll-ml-5 {
    scroll-margin-left: -1.25rem;
  }

  .\34xl\:-scroll-ml-52 {
    scroll-margin-left: -13rem;
  }

  .\34xl\:-scroll-ml-56 {
    scroll-margin-left: -14rem;
  }

  .\34xl\:-scroll-ml-6 {
    scroll-margin-left: -1.5rem;
  }

  .\34xl\:-scroll-ml-60 {
    scroll-margin-left: -15rem;
  }

  .\34xl\:-scroll-ml-64 {
    scroll-margin-left: -16rem;
  }

  .\34xl\:-scroll-ml-7 {
    scroll-margin-left: -1.75rem;
  }

  .\34xl\:-scroll-ml-72 {
    scroll-margin-left: -18rem;
  }

  .\34xl\:-scroll-ml-8 {
    scroll-margin-left: -2rem;
  }

  .\34xl\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .\34xl\:-scroll-ml-9 {
    scroll-margin-left: -2.25rem;
  }

  .\34xl\:-scroll-ml-96 {
    scroll-margin-left: -24rem;
  }

  .\34xl\:-scroll-ml-px {
    scroll-margin-left: -1px;
  }

  .\34xl\:-scroll-mr-0 {
    scroll-margin-right: -0px;
  }

  .\34xl\:-scroll-mr-0\.5 {
    scroll-margin-right: -0.125rem;
  }

  .\34xl\:-scroll-mr-1 {
    scroll-margin-right: -0.25rem;
  }

  .\34xl\:-scroll-mr-1\.5 {
    scroll-margin-right: -0.375rem;
  }

  .\34xl\:-scroll-mr-10 {
    scroll-margin-right: -2.5rem;
  }

  .\34xl\:-scroll-mr-11 {
    scroll-margin-right: -2.75rem;
  }

  .\34xl\:-scroll-mr-12 {
    scroll-margin-right: -3rem;
  }

  .\34xl\:-scroll-mr-14 {
    scroll-margin-right: -3.5rem;
  }

  .\34xl\:-scroll-mr-16 {
    scroll-margin-right: -4rem;
  }

  .\34xl\:-scroll-mr-2 {
    scroll-margin-right: -0.5rem;
  }

  .\34xl\:-scroll-mr-2\.5 {
    scroll-margin-right: -0.625rem;
  }

  .\34xl\:-scroll-mr-20 {
    scroll-margin-right: -5rem;
  }

  .\34xl\:-scroll-mr-24 {
    scroll-margin-right: -6rem;
  }

  .\34xl\:-scroll-mr-28 {
    scroll-margin-right: -7rem;
  }

  .\34xl\:-scroll-mr-3 {
    scroll-margin-right: -0.75rem;
  }

  .\34xl\:-scroll-mr-3\.5 {
    scroll-margin-right: -0.875rem;
  }

  .\34xl\:-scroll-mr-32 {
    scroll-margin-right: -8rem;
  }

  .\34xl\:-scroll-mr-36 {
    scroll-margin-right: -9rem;
  }

  .\34xl\:-scroll-mr-4 {
    scroll-margin-right: -1rem;
  }

  .\34xl\:-scroll-mr-40 {
    scroll-margin-right: -10rem;
  }

  .\34xl\:-scroll-mr-44 {
    scroll-margin-right: -11rem;
  }

  .\34xl\:-scroll-mr-48 {
    scroll-margin-right: -12rem;
  }

  .\34xl\:-scroll-mr-5 {
    scroll-margin-right: -1.25rem;
  }

  .\34xl\:-scroll-mr-52 {
    scroll-margin-right: -13rem;
  }

  .\34xl\:-scroll-mr-56 {
    scroll-margin-right: -14rem;
  }

  .\34xl\:-scroll-mr-6 {
    scroll-margin-right: -1.5rem;
  }

  .\34xl\:-scroll-mr-60 {
    scroll-margin-right: -15rem;
  }

  .\34xl\:-scroll-mr-64 {
    scroll-margin-right: -16rem;
  }

  .\34xl\:-scroll-mr-7 {
    scroll-margin-right: -1.75rem;
  }

  .\34xl\:-scroll-mr-72 {
    scroll-margin-right: -18rem;
  }

  .\34xl\:-scroll-mr-8 {
    scroll-margin-right: -2rem;
  }

  .\34xl\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .\34xl\:-scroll-mr-9 {
    scroll-margin-right: -2.25rem;
  }

  .\34xl\:-scroll-mr-96 {
    scroll-margin-right: -24rem;
  }

  .\34xl\:-scroll-mr-px {
    scroll-margin-right: -1px;
  }

  .\34xl\:-scroll-mt-0 {
    scroll-margin-top: -0px;
  }

  .\34xl\:-scroll-mt-0\.5 {
    scroll-margin-top: -0.125rem;
  }

  .\34xl\:-scroll-mt-1 {
    scroll-margin-top: -0.25rem;
  }

  .\34xl\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }

  .\34xl\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }

  .\34xl\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }

  .\34xl\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }

  .\34xl\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }

  .\34xl\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }

  .\34xl\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }

  .\34xl\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }

  .\34xl\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }

  .\34xl\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }

  .\34xl\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }

  .\34xl\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }

  .\34xl\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }

  .\34xl\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }

  .\34xl\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }

  .\34xl\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }

  .\34xl\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }

  .\34xl\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }

  .\34xl\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }

  .\34xl\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }

  .\34xl\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }

  .\34xl\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }

  .\34xl\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }

  .\34xl\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }

  .\34xl\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }

  .\34xl\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }

  .\34xl\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }

  .\34xl\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }

  .\34xl\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .\34xl\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }

  .\34xl\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }

  .\34xl\:-scroll-mt-px {
    scroll-margin-top: -1px;
  }

  .\34xl\:scroll-mb-0 {
    scroll-margin-bottom: 0px;
  }

  .\34xl\:scroll-mb-0\.5 {
    scroll-margin-bottom: 0.125rem;
  }

  .\34xl\:scroll-mb-1 {
    scroll-margin-bottom: 0.25rem;
  }

  .\34xl\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }

  .\34xl\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }

  .\34xl\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }

  .\34xl\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }

  .\34xl\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }

  .\34xl\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }

  .\34xl\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }

  .\34xl\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }

  .\34xl\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }

  .\34xl\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }

  .\34xl\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }

  .\34xl\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }

  .\34xl\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }

  .\34xl\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }

  .\34xl\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }

  .\34xl\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }

  .\34xl\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }

  .\34xl\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }

  .\34xl\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }

  .\34xl\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }

  .\34xl\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }

  .\34xl\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }

  .\34xl\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }

  .\34xl\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }

  .\34xl\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }

  .\34xl\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }

  .\34xl\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }

  .\34xl\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }

  .\34xl\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .\34xl\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }

  .\34xl\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }

  .\34xl\:scroll-mb-px {
    scroll-margin-bottom: 1px;
  }

  .\34xl\:scroll-ml-0 {
    scroll-margin-left: 0px;
  }

  .\34xl\:scroll-ml-0\.5 {
    scroll-margin-left: 0.125rem;
  }

  .\34xl\:scroll-ml-1 {
    scroll-margin-left: 0.25rem;
  }

  .\34xl\:scroll-ml-1\.5 {
    scroll-margin-left: 0.375rem;
  }

  .\34xl\:scroll-ml-10 {
    scroll-margin-left: 2.5rem;
  }

  .\34xl\:scroll-ml-11 {
    scroll-margin-left: 2.75rem;
  }

  .\34xl\:scroll-ml-12 {
    scroll-margin-left: 3rem;
  }

  .\34xl\:scroll-ml-14 {
    scroll-margin-left: 3.5rem;
  }

  .\34xl\:scroll-ml-16 {
    scroll-margin-left: 4rem;
  }

  .\34xl\:scroll-ml-2 {
    scroll-margin-left: 0.5rem;
  }

  .\34xl\:scroll-ml-2\.5 {
    scroll-margin-left: 0.625rem;
  }

  .\34xl\:scroll-ml-20 {
    scroll-margin-left: 5rem;
  }

  .\34xl\:scroll-ml-24 {
    scroll-margin-left: 6rem;
  }

  .\34xl\:scroll-ml-28 {
    scroll-margin-left: 7rem;
  }

  .\34xl\:scroll-ml-3 {
    scroll-margin-left: 0.75rem;
  }

  .\34xl\:scroll-ml-3\.5 {
    scroll-margin-left: 0.875rem;
  }

  .\34xl\:scroll-ml-32 {
    scroll-margin-left: 8rem;
  }

  .\34xl\:scroll-ml-36 {
    scroll-margin-left: 9rem;
  }

  .\34xl\:scroll-ml-4 {
    scroll-margin-left: 1rem;
  }

  .\34xl\:scroll-ml-40 {
    scroll-margin-left: 10rem;
  }

  .\34xl\:scroll-ml-44 {
    scroll-margin-left: 11rem;
  }

  .\34xl\:scroll-ml-48 {
    scroll-margin-left: 12rem;
  }

  .\34xl\:scroll-ml-5 {
    scroll-margin-left: 1.25rem;
  }

  .\34xl\:scroll-ml-52 {
    scroll-margin-left: 13rem;
  }

  .\34xl\:scroll-ml-56 {
    scroll-margin-left: 14rem;
  }

  .\34xl\:scroll-ml-6 {
    scroll-margin-left: 1.5rem;
  }

  .\34xl\:scroll-ml-60 {
    scroll-margin-left: 15rem;
  }

  .\34xl\:scroll-ml-64 {
    scroll-margin-left: 16rem;
  }

  .\34xl\:scroll-ml-7 {
    scroll-margin-left: 1.75rem;
  }

  .\34xl\:scroll-ml-72 {
    scroll-margin-left: 18rem;
  }

  .\34xl\:scroll-ml-8 {
    scroll-margin-left: 2rem;
  }

  .\34xl\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .\34xl\:scroll-ml-9 {
    scroll-margin-left: 2.25rem;
  }

  .\34xl\:scroll-ml-96 {
    scroll-margin-left: 24rem;
  }

  .\34xl\:scroll-ml-px {
    scroll-margin-left: 1px;
  }

  .\34xl\:scroll-mr-0 {
    scroll-margin-right: 0px;
  }

  .\34xl\:scroll-mr-0\.5 {
    scroll-margin-right: 0.125rem;
  }

  .\34xl\:scroll-mr-1 {
    scroll-margin-right: 0.25rem;
  }

  .\34xl\:scroll-mr-1\.5 {
    scroll-margin-right: 0.375rem;
  }

  .\34xl\:scroll-mr-10 {
    scroll-margin-right: 2.5rem;
  }

  .\34xl\:scroll-mr-11 {
    scroll-margin-right: 2.75rem;
  }

  .\34xl\:scroll-mr-12 {
    scroll-margin-right: 3rem;
  }

  .\34xl\:scroll-mr-14 {
    scroll-margin-right: 3.5rem;
  }

  .\34xl\:scroll-mr-16 {
    scroll-margin-right: 4rem;
  }

  .\34xl\:scroll-mr-2 {
    scroll-margin-right: 0.5rem;
  }

  .\34xl\:scroll-mr-2\.5 {
    scroll-margin-right: 0.625rem;
  }

  .\34xl\:scroll-mr-20 {
    scroll-margin-right: 5rem;
  }

  .\34xl\:scroll-mr-24 {
    scroll-margin-right: 6rem;
  }

  .\34xl\:scroll-mr-28 {
    scroll-margin-right: 7rem;
  }

  .\34xl\:scroll-mr-3 {
    scroll-margin-right: 0.75rem;
  }

  .\34xl\:scroll-mr-3\.5 {
    scroll-margin-right: 0.875rem;
  }

  .\34xl\:scroll-mr-32 {
    scroll-margin-right: 8rem;
  }

  .\34xl\:scroll-mr-36 {
    scroll-margin-right: 9rem;
  }

  .\34xl\:scroll-mr-4 {
    scroll-margin-right: 1rem;
  }

  .\34xl\:scroll-mr-40 {
    scroll-margin-right: 10rem;
  }

  .\34xl\:scroll-mr-44 {
    scroll-margin-right: 11rem;
  }

  .\34xl\:scroll-mr-48 {
    scroll-margin-right: 12rem;
  }

  .\34xl\:scroll-mr-5 {
    scroll-margin-right: 1.25rem;
  }

  .\34xl\:scroll-mr-52 {
    scroll-margin-right: 13rem;
  }

  .\34xl\:scroll-mr-56 {
    scroll-margin-right: 14rem;
  }

  .\34xl\:scroll-mr-6 {
    scroll-margin-right: 1.5rem;
  }

  .\34xl\:scroll-mr-60 {
    scroll-margin-right: 15rem;
  }

  .\34xl\:scroll-mr-64 {
    scroll-margin-right: 16rem;
  }

  .\34xl\:scroll-mr-7 {
    scroll-margin-right: 1.75rem;
  }

  .\34xl\:scroll-mr-72 {
    scroll-margin-right: 18rem;
  }

  .\34xl\:scroll-mr-8 {
    scroll-margin-right: 2rem;
  }

  .\34xl\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .\34xl\:scroll-mr-9 {
    scroll-margin-right: 2.25rem;
  }

  .\34xl\:scroll-mr-96 {
    scroll-margin-right: 24rem;
  }

  .\34xl\:scroll-mr-px {
    scroll-margin-right: 1px;
  }

  .\34xl\:scroll-mt-0 {
    scroll-margin-top: 0px;
  }

  .\34xl\:scroll-mt-0\.5 {
    scroll-margin-top: 0.125rem;
  }

  .\34xl\:scroll-mt-1 {
    scroll-margin-top: 0.25rem;
  }

  .\34xl\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }

  .\34xl\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }

  .\34xl\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }

  .\34xl\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }

  .\34xl\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }

  .\34xl\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }

  .\34xl\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }

  .\34xl\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }

  .\34xl\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

  .\34xl\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }

  .\34xl\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }

  .\34xl\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }

  .\34xl\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }

  .\34xl\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }

  .\34xl\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }

  .\34xl\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }

  .\34xl\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }

  .\34xl\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }

  .\34xl\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }

  .\34xl\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }

  .\34xl\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }

  .\34xl\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }

  .\34xl\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }

  .\34xl\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }

  .\34xl\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }

  .\34xl\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }

  .\34xl\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }

  .\34xl\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }

  .\34xl\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .\34xl\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }

  .\34xl\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }

  .\34xl\:scroll-mt-px {
    scroll-margin-top: 1px;
  }

  .\34xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .\34xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .\34xl\:scroll-p-1 {
    scroll-padding: 0.25rem;
  }

  .\34xl\:scroll-p-1\.5 {
    scroll-padding: 0.375rem;
  }

  .\34xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .\34xl\:scroll-p-11 {
    scroll-padding: 2.75rem;
  }

  .\34xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .\34xl\:scroll-p-14 {
    scroll-padding: 3.5rem;
  }

  .\34xl\:scroll-p-16 {
    scroll-padding: 4rem;
  }

  .\34xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .\34xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .\34xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .\34xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .\34xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .\34xl\:scroll-p-3 {
    scroll-padding: 0.75rem;
  }

  .\34xl\:scroll-p-3\.5 {
    scroll-padding: 0.875rem;
  }

  .\34xl\:scroll-p-32 {
    scroll-padding: 8rem;
  }

  .\34xl\:scroll-p-36 {
    scroll-padding: 9rem;
  }

  .\34xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .\34xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .\34xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .\34xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .\34xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .\34xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .\34xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .\34xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .\34xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .\34xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .\34xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .\34xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .\34xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .\34xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .\34xl\:scroll-p-9 {
    scroll-padding: 2.25rem;
  }

  .\34xl\:scroll-p-96 {
    scroll-padding: 24rem;
  }

  .\34xl\:scroll-p-px {
    scroll-padding: 1px;
  }

  .\34xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .\34xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .\34xl\:scroll-px-1 {
    scroll-padding-left: 0.25rem;
    scroll-padding-right: 0.25rem;
  }

  .\34xl\:scroll-px-1\.5 {
    scroll-padding-left: 0.375rem;
    scroll-padding-right: 0.375rem;
  }

  .\34xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .\34xl\:scroll-px-11 {
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .\34xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .\34xl\:scroll-px-14 {
    scroll-padding-left: 3.5rem;
    scroll-padding-right: 3.5rem;
  }

  .\34xl\:scroll-px-16 {
    scroll-padding-left: 4rem;
    scroll-padding-right: 4rem;
  }

  .\34xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .\34xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .\34xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .\34xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .\34xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .\34xl\:scroll-px-3 {
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .\34xl\:scroll-px-3\.5 {
    scroll-padding-left: 0.875rem;
    scroll-padding-right: 0.875rem;
  }

  .\34xl\:scroll-px-32 {
    scroll-padding-left: 8rem;
    scroll-padding-right: 8rem;
  }

  .\34xl\:scroll-px-36 {
    scroll-padding-left: 9rem;
    scroll-padding-right: 9rem;
  }

  .\34xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .\34xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .\34xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .\34xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .\34xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .\34xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .\34xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .\34xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .\34xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .\34xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .\34xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .\34xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .\34xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .\34xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .\34xl\:scroll-px-9 {
    scroll-padding-left: 2.25rem;
    scroll-padding-right: 2.25rem;
  }

  .\34xl\:scroll-px-96 {
    scroll-padding-left: 24rem;
    scroll-padding-right: 24rem;
  }

  .\34xl\:scroll-px-px {
    scroll-padding-left: 1px;
    scroll-padding-right: 1px;
  }

  .\34xl\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .\34xl\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .\34xl\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .\34xl\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .\34xl\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .\34xl\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .\34xl\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .\34xl\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .\34xl\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .\34xl\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .\34xl\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .\34xl\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .\34xl\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .\34xl\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .\34xl\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .\34xl\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .\34xl\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .\34xl\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .\34xl\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .\34xl\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .\34xl\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .\34xl\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .\34xl\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .\34xl\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .\34xl\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .\34xl\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .\34xl\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .\34xl\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .\34xl\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .\34xl\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .\34xl\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .\34xl\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .\34xl\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .\34xl\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .\34xl\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

  .\34xl\:scroll-pb-0 {
    scroll-padding-bottom: 0px;
  }

  .\34xl\:scroll-pb-0\.5 {
    scroll-padding-bottom: 0.125rem;
  }

  .\34xl\:scroll-pb-1 {
    scroll-padding-bottom: 0.25rem;
  }

  .\34xl\:scroll-pb-1\.5 {
    scroll-padding-bottom: 0.375rem;
  }

  .\34xl\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .\34xl\:scroll-pb-11 {
    scroll-padding-bottom: 2.75rem;
  }

  .\34xl\:scroll-pb-12 {
    scroll-padding-bottom: 3rem;
  }

  .\34xl\:scroll-pb-14 {
    scroll-padding-bottom: 3.5rem;
  }

  .\34xl\:scroll-pb-16 {
    scroll-padding-bottom: 4rem;
  }

  .\34xl\:scroll-pb-2 {
    scroll-padding-bottom: 0.5rem;
  }

  .\34xl\:scroll-pb-2\.5 {
    scroll-padding-bottom: 0.625rem;
  }

  .\34xl\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

  .\34xl\:scroll-pb-24 {
    scroll-padding-bottom: 6rem;
  }

  .\34xl\:scroll-pb-28 {
    scroll-padding-bottom: 7rem;
  }

  .\34xl\:scroll-pb-3 {
    scroll-padding-bottom: 0.75rem;
  }

  .\34xl\:scroll-pb-3\.5 {
    scroll-padding-bottom: 0.875rem;
  }

  .\34xl\:scroll-pb-32 {
    scroll-padding-bottom: 8rem;
  }

  .\34xl\:scroll-pb-36 {
    scroll-padding-bottom: 9rem;
  }

  .\34xl\:scroll-pb-4 {
    scroll-padding-bottom: 1rem;
  }

  .\34xl\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }

  .\34xl\:scroll-pb-44 {
    scroll-padding-bottom: 11rem;
  }

  .\34xl\:scroll-pb-48 {
    scroll-padding-bottom: 12rem;
  }

  .\34xl\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .\34xl\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .\34xl\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .\34xl\:scroll-pb-6 {
    scroll-padding-bottom: 1.5rem;
  }

  .\34xl\:scroll-pb-60 {
    scroll-padding-bottom: 15rem;
  }

  .\34xl\:scroll-pb-64 {
    scroll-padding-bottom: 16rem;
  }

  .\34xl\:scroll-pb-7 {
    scroll-padding-bottom: 1.75rem;
  }

  .\34xl\:scroll-pb-72 {
    scroll-padding-bottom: 18rem;
  }

  .\34xl\:scroll-pb-8 {
    scroll-padding-bottom: 2rem;
  }

  .\34xl\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .\34xl\:scroll-pb-9 {
    scroll-padding-bottom: 2.25rem;
  }

  .\34xl\:scroll-pb-96 {
    scroll-padding-bottom: 24rem;
  }

  .\34xl\:scroll-pb-px {
    scroll-padding-bottom: 1px;
  }

  .\34xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .\34xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .\34xl\:scroll-pl-1 {
    scroll-padding-left: 0.25rem;
  }

  .\34xl\:scroll-pl-1\.5 {
    scroll-padding-left: 0.375rem;
  }

  .\34xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .\34xl\:scroll-pl-11 {
    scroll-padding-left: 2.75rem;
  }

  .\34xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .\34xl\:scroll-pl-14 {
    scroll-padding-left: 3.5rem;
  }

  .\34xl\:scroll-pl-16 {
    scroll-padding-left: 4rem;
  }

  .\34xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .\34xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .\34xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .\34xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .\34xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .\34xl\:scroll-pl-3 {
    scroll-padding-left: 0.75rem;
  }

  .\34xl\:scroll-pl-3\.5 {
    scroll-padding-left: 0.875rem;
  }

  .\34xl\:scroll-pl-32 {
    scroll-padding-left: 8rem;
  }

  .\34xl\:scroll-pl-36 {
    scroll-padding-left: 9rem;
  }

  .\34xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .\34xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .\34xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .\34xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .\34xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .\34xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .\34xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .\34xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .\34xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .\34xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .\34xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .\34xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .\34xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .\34xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .\34xl\:scroll-pl-9 {
    scroll-padding-left: 2.25rem;
  }

  .\34xl\:scroll-pl-96 {
    scroll-padding-left: 24rem;
  }

  .\34xl\:scroll-pl-px {
    scroll-padding-left: 1px;
  }

  .\34xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .\34xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .\34xl\:scroll-pr-1 {
    scroll-padding-right: 0.25rem;
  }

  .\34xl\:scroll-pr-1\.5 {
    scroll-padding-right: 0.375rem;
  }

  .\34xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .\34xl\:scroll-pr-11 {
    scroll-padding-right: 2.75rem;
  }

  .\34xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .\34xl\:scroll-pr-14 {
    scroll-padding-right: 3.5rem;
  }

  .\34xl\:scroll-pr-16 {
    scroll-padding-right: 4rem;
  }

  .\34xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .\34xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .\34xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .\34xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .\34xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .\34xl\:scroll-pr-3 {
    scroll-padding-right: 0.75rem;
  }

  .\34xl\:scroll-pr-3\.5 {
    scroll-padding-right: 0.875rem;
  }

  .\34xl\:scroll-pr-32 {
    scroll-padding-right: 8rem;
  }

  .\34xl\:scroll-pr-36 {
    scroll-padding-right: 9rem;
  }

  .\34xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .\34xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .\34xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .\34xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .\34xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .\34xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .\34xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .\34xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .\34xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .\34xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .\34xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .\34xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .\34xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .\34xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .\34xl\:scroll-pr-9 {
    scroll-padding-right: 2.25rem;
  }

  .\34xl\:scroll-pr-96 {
    scroll-padding-right: 24rem;
  }

  .\34xl\:scroll-pr-px {
    scroll-padding-right: 1px;
  }

  .\34xl\:scroll-pt-0 {
    scroll-padding-top: 0px;
  }

  .\34xl\:scroll-pt-0\.5 {
    scroll-padding-top: 0.125rem;
  }

  .\34xl\:scroll-pt-1 {
    scroll-padding-top: 0.25rem;
  }

  .\34xl\:scroll-pt-1\.5 {
    scroll-padding-top: 0.375rem;
  }

  .\34xl\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .\34xl\:scroll-pt-11 {
    scroll-padding-top: 2.75rem;
  }

  .\34xl\:scroll-pt-12 {
    scroll-padding-top: 3rem;
  }

  .\34xl\:scroll-pt-14 {
    scroll-padding-top: 3.5rem;
  }

  .\34xl\:scroll-pt-16 {
    scroll-padding-top: 4rem;
  }

  .\34xl\:scroll-pt-2 {
    scroll-padding-top: 0.5rem;
  }

  .\34xl\:scroll-pt-2\.5 {
    scroll-padding-top: 0.625rem;
  }

  .\34xl\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .\34xl\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .\34xl\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .\34xl\:scroll-pt-3 {
    scroll-padding-top: 0.75rem;
  }

  .\34xl\:scroll-pt-3\.5 {
    scroll-padding-top: 0.875rem;
  }

  .\34xl\:scroll-pt-32 {
    scroll-padding-top: 8rem;
  }

  .\34xl\:scroll-pt-36 {
    scroll-padding-top: 9rem;
  }

  .\34xl\:scroll-pt-4 {
    scroll-padding-top: 1rem;
  }

  .\34xl\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }

  .\34xl\:scroll-pt-44 {
    scroll-padding-top: 11rem;
  }

  .\34xl\:scroll-pt-48 {
    scroll-padding-top: 12rem;
  }

  .\34xl\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .\34xl\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .\34xl\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .\34xl\:scroll-pt-6 {
    scroll-padding-top: 1.5rem;
  }

  .\34xl\:scroll-pt-60 {
    scroll-padding-top: 15rem;
  }

  .\34xl\:scroll-pt-64 {
    scroll-padding-top: 16rem;
  }

  .\34xl\:scroll-pt-7 {
    scroll-padding-top: 1.75rem;
  }

  .\34xl\:scroll-pt-72 {
    scroll-padding-top: 18rem;
  }

  .\34xl\:scroll-pt-8 {
    scroll-padding-top: 2rem;
  }

  .\34xl\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .\34xl\:scroll-pt-9 {
    scroll-padding-top: 2.25rem;
  }

  .\34xl\:scroll-pt-96 {
    scroll-padding-top: 24rem;
  }

  .\34xl\:scroll-pt-px {
    scroll-padding-top: 1px;
  }

  .\34xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\34xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\34xl\:gap-0 {
    gap: 0px;
  }

  .\34xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\34xl\:gap-1 {
    gap: 0.25rem;
  }

  .\34xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\34xl\:gap-10 {
    gap: 2.5rem;
  }

  .\34xl\:gap-11 {
    gap: 2.75rem;
  }

  .\34xl\:gap-12 {
    gap: 3rem;
  }

  .\34xl\:gap-14 {
    gap: 3.5rem;
  }

  .\34xl\:gap-16 {
    gap: 4rem;
  }

  .\34xl\:gap-2 {
    gap: 0.5rem;
  }

  .\34xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\34xl\:gap-20 {
    gap: 5rem;
  }

  .\34xl\:gap-24 {
    gap: 6rem;
  }

  .\34xl\:gap-28 {
    gap: 7rem;
  }

  .\34xl\:gap-3 {
    gap: 0.75rem;
  }

  .\34xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\34xl\:gap-32 {
    gap: 8rem;
  }

  .\34xl\:gap-36 {
    gap: 9rem;
  }

  .\34xl\:gap-4 {
    gap: 1rem;
  }

  .\34xl\:gap-40 {
    gap: 10rem;
  }

  .\34xl\:gap-44 {
    gap: 11rem;
  }

  .\34xl\:gap-48 {
    gap: 12rem;
  }

  .\34xl\:gap-5 {
    gap: 1.25rem;
  }

  .\34xl\:gap-52 {
    gap: 13rem;
  }

  .\34xl\:gap-56 {
    gap: 14rem;
  }

  .\34xl\:gap-6 {
    gap: 1.5rem;
  }

  .\34xl\:gap-60 {
    gap: 15rem;
  }

  .\34xl\:gap-64 {
    gap: 16rem;
  }

  .\34xl\:gap-7 {
    gap: 1.75rem;
  }

  .\34xl\:gap-72 {
    gap: 18rem;
  }

  .\34xl\:gap-8 {
    gap: 2rem;
  }

  .\34xl\:gap-80 {
    gap: 20rem;
  }

  .\34xl\:gap-9 {
    gap: 2.25rem;
  }

  .\34xl\:gap-96 {
    gap: 24rem;
  }

  .\34xl\:gap-px {
    gap: 1px;
  }

  .\34xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0);
  }

  .\34xl\:divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 1);
  }

  .\34xl\:divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0);
  }

  .\34xl\:divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 1);
  }

  .\34xl\:divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0);
  }

  .\34xl\:divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 1);
  }

  .\34xl\:divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0);
  }

  .\34xl\:divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 1);
  }

  .\34xl\:divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0);
  }

  .\34xl\:divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 1);
  }

  .\34xl\:divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0);
  }

  .\34xl\:divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 1);
  }

  .\34xl\:divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0);
  }

  .\34xl\:divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 1);
  }

  .\34xl\:divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0);
  }

  .\34xl\:divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 1);
  }

  .\34xl\:divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0);
  }

  .\34xl\:divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 1);
  }

  .\34xl\:divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0);
  }

  .\34xl\:divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 1);
  }

  .\34xl\:divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-divide-opacity));
  }

  .\34xl\:divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0);
  }

  .\34xl\:divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 1);
  }

  .\34xl\:divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-x-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-x-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-x-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-x-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-x-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-x-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-x-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-x-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-x-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-x-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-y-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-y-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-y-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-y-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-y-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-y-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-y-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-y-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-y-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-y-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .\34xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .\34xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .\34xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .\34xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .\34xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .\34xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .\34xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .\34xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .\34xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .\34xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .\34xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .\34xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .\34xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .\34xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .\34xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .\34xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .\34xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .\34xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .\34xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .\34xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .\34xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .\34xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .\34xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }

  .\34xl\:bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }

  .\34xl\:bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }

  .\34xl\:bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }

  .\34xl\:bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }

  .\34xl\:bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }

  .\34xl\:bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }

  .\34xl\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }

  .\34xl\:bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }

  .\34xl\:bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }

  .\34xl\:bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }

  .\34xl\:bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }

  .\34xl\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }

  .\34xl\:bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }

  .\34xl\:bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }

  .\34xl\:bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }

  .\34xl\:bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }

  .\34xl\:bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }

  .\34xl\:bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }

  .\34xl\:bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }

  .\34xl\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:bg-yellow-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 32 6 / var(--tw-bg-opacity));
  }

  .\34xl\:bg-yellow-950\/0 {
    background-color: rgb(66 32 6 / 0);
  }

  .\34xl\:bg-yellow-950\/10 {
    background-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:bg-yellow-950\/100 {
    background-color: rgb(66 32 6 / 1);
  }

  .\34xl\:bg-yellow-950\/20 {
    background-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:bg-yellow-950\/25 {
    background-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:bg-yellow-950\/30 {
    background-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:bg-yellow-950\/40 {
    background-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:bg-yellow-950\/5 {
    background-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:bg-yellow-950\/50 {
    background-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:bg-yellow-950\/60 {
    background-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:bg-yellow-950\/70 {
    background-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:bg-yellow-950\/75 {
    background-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:bg-yellow-950\/80 {
    background-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:bg-yellow-950\/90 {
    background-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:bg-yellow-950\/95 {
    background-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .\34xl\:from-10\% {
    --tw-gradient-from-position: 10%;
  }

  .\34xl\:from-100\% {
    --tw-gradient-from-position: 100%;
  }

  .\34xl\:from-15\% {
    --tw-gradient-from-position: 15%;
  }

  .\34xl\:from-20\% {
    --tw-gradient-from-position: 20%;
  }

  .\34xl\:from-25\% {
    --tw-gradient-from-position: 25%;
  }

  .\34xl\:from-30\% {
    --tw-gradient-from-position: 30%;
  }

  .\34xl\:from-35\% {
    --tw-gradient-from-position: 35%;
  }

  .\34xl\:from-40\% {
    --tw-gradient-from-position: 40%;
  }

  .\34xl\:from-45\% {
    --tw-gradient-from-position: 45%;
  }

  .\34xl\:from-5\% {
    --tw-gradient-from-position: 5%;
  }

  .\34xl\:from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .\34xl\:from-55\% {
    --tw-gradient-from-position: 55%;
  }

  .\34xl\:from-60\% {
    --tw-gradient-from-position: 60%;
  }

  .\34xl\:from-65\% {
    --tw-gradient-from-position: 65%;
  }

  .\34xl\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .\34xl\:from-75\% {
    --tw-gradient-from-position: 75%;
  }

  .\34xl\:from-80\% {
    --tw-gradient-from-position: 80%;
  }

  .\34xl\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .\34xl\:from-90\% {
    --tw-gradient-from-position: 90%;
  }

  .\34xl\:from-95\% {
    --tw-gradient-from-position: 95%;
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\: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);
  }

  .\34xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/0 {
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/10 {
    --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/100 {
    --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/20 {
    --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/25 {
    --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/30 {
    --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/40 {
    --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/5 {
    --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/50 {
    --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/60 {
    --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/70 {
    --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/75 {
    --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/80 {
    --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/90 {
    --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-100\/95 {
    --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/0 {
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/10 {
    --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/100 {
    --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/20 {
    --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/25 {
    --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/30 {
    --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/40 {
    --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/5 {
    --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/50 {
    --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/60 {
    --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/70 {
    --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/75 {
    --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/80 {
    --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/90 {
    --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-200\/95 {
    --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300 {
    --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/0 {
    --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/10 {
    --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/100 {
    --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/20 {
    --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/25 {
    --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/30 {
    --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/40 {
    --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/5 {
    --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/50 {
    --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/60 {
    --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/70 {
    --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/75 {
    --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/80 {
    --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/90 {
    --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-300\/95 {
    --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400 {
    --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/0 {
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/10 {
    --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/100 {
    --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/20 {
    --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/25 {
    --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/30 {
    --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/40 {
    --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/5 {
    --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/50 {
    --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/60 {
    --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/70 {
    --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/75 {
    --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/80 {
    --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/90 {
    --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-400\/95 {
    --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/0 {
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/10 {
    --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/100 {
    --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/20 {
    --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/25 {
    --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/30 {
    --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/40 {
    --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/5 {
    --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/50 {
    --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/60 {
    --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/70 {
    --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/75 {
    --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/80 {
    --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/90 {
    --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-50\/95 {
    --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/0 {
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/10 {
    --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/100 {
    --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/20 {
    --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/25 {
    --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/30 {
    --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/40 {
    --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/5 {
    --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/50 {
    --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/60 {
    --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/70 {
    --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/75 {
    --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/80 {
    --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/90 {
    --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-500\/95 {
    --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/0 {
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/10 {
    --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/100 {
    --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/20 {
    --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/25 {
    --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/30 {
    --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/40 {
    --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/5 {
    --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/50 {
    --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/60 {
    --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/70 {
    --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/75 {
    --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/80 {
    --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/90 {
    --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-600\/95 {
    --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700 {
    --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/0 {
    --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/10 {
    --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/100 {
    --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/20 {
    --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/25 {
    --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/30 {
    --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/40 {
    --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/5 {
    --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/50 {
    --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/60 {
    --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/70 {
    --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/75 {
    --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/80 {
    --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/90 {
    --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-700\/95 {
    --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/0 {
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/10 {
    --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/100 {
    --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/20 {
    --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/25 {
    --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/30 {
    --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/40 {
    --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/5 {
    --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/50 {
    --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/60 {
    --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/70 {
    --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/75 {
    --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/80 {
    --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/90 {
    --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-800\/95 {
    --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900 {
    --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/0 {
    --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/10 {
    --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/100 {
    --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/20 {
    --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/25 {
    --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/30 {
    --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/40 {
    --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/5 {
    --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/50 {
    --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/60 {
    --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/70 {
    --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/75 {
    --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/80 {
    --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/90 {
    --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-900\/95 {
    --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950 {
    --tw-gradient-to: #422006 var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/0 {
    --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/10 {
    --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/100 {
    --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/20 {
    --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/25 {
    --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/30 {
    --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/40 {
    --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/5 {
    --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/50 {
    --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/60 {
    --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/70 {
    --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/75 {
    --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/80 {
    --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/90 {
    --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
  }

  .\34xl\:to-yellow-950\/95 {
    --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
  }

  .\34xl\:fill-yellow-100 {
    fill: #fef9c3;
  }

  .\34xl\:fill-yellow-100\/0 {
    fill: rgb(254 249 195 / 0);
  }

  .\34xl\:fill-yellow-100\/10 {
    fill: rgb(254 249 195 / 0.1);
  }

  .\34xl\:fill-yellow-100\/100 {
    fill: rgb(254 249 195 / 1);
  }

  .\34xl\:fill-yellow-100\/20 {
    fill: rgb(254 249 195 / 0.2);
  }

  .\34xl\:fill-yellow-100\/25 {
    fill: rgb(254 249 195 / 0.25);
  }

  .\34xl\:fill-yellow-100\/30 {
    fill: rgb(254 249 195 / 0.3);
  }

  .\34xl\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .\34xl\:fill-yellow-100\/5 {
    fill: rgb(254 249 195 / 0.05);
  }

  .\34xl\:fill-yellow-100\/50 {
    fill: rgb(254 249 195 / 0.5);
  }

  .\34xl\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .\34xl\:fill-yellow-100\/70 {
    fill: rgb(254 249 195 / 0.7);
  }

  .\34xl\:fill-yellow-100\/75 {
    fill: rgb(254 249 195 / 0.75);
  }

  .\34xl\:fill-yellow-100\/80 {
    fill: rgb(254 249 195 / 0.8);
  }

  .\34xl\:fill-yellow-100\/90 {
    fill: rgb(254 249 195 / 0.9);
  }

  .\34xl\:fill-yellow-100\/95 {
    fill: rgb(254 249 195 / 0.95);
  }

  .\34xl\:fill-yellow-200 {
    fill: #fef08a;
  }

  .\34xl\:fill-yellow-200\/0 {
    fill: rgb(254 240 138 / 0);
  }

  .\34xl\:fill-yellow-200\/10 {
    fill: rgb(254 240 138 / 0.1);
  }

  .\34xl\:fill-yellow-200\/100 {
    fill: rgb(254 240 138 / 1);
  }

  .\34xl\:fill-yellow-200\/20 {
    fill: rgb(254 240 138 / 0.2);
  }

  .\34xl\:fill-yellow-200\/25 {
    fill: rgb(254 240 138 / 0.25);
  }

  .\34xl\:fill-yellow-200\/30 {
    fill: rgb(254 240 138 / 0.3);
  }

  .\34xl\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .\34xl\:fill-yellow-200\/5 {
    fill: rgb(254 240 138 / 0.05);
  }

  .\34xl\:fill-yellow-200\/50 {
    fill: rgb(254 240 138 / 0.5);
  }

  .\34xl\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .\34xl\:fill-yellow-200\/70 {
    fill: rgb(254 240 138 / 0.7);
  }

  .\34xl\:fill-yellow-200\/75 {
    fill: rgb(254 240 138 / 0.75);
  }

  .\34xl\:fill-yellow-200\/80 {
    fill: rgb(254 240 138 / 0.8);
  }

  .\34xl\:fill-yellow-200\/90 {
    fill: rgb(254 240 138 / 0.9);
  }

  .\34xl\:fill-yellow-200\/95 {
    fill: rgb(254 240 138 / 0.95);
  }

  .\34xl\:fill-yellow-300 {
    fill: #fde047;
  }

  .\34xl\:fill-yellow-300\/0 {
    fill: rgb(253 224 71 / 0);
  }

  .\34xl\:fill-yellow-300\/10 {
    fill: rgb(253 224 71 / 0.1);
  }

  .\34xl\:fill-yellow-300\/100 {
    fill: rgb(253 224 71 / 1);
  }

  .\34xl\:fill-yellow-300\/20 {
    fill: rgb(253 224 71 / 0.2);
  }

  .\34xl\:fill-yellow-300\/25 {
    fill: rgb(253 224 71 / 0.25);
  }

  .\34xl\:fill-yellow-300\/30 {
    fill: rgb(253 224 71 / 0.3);
  }

  .\34xl\:fill-yellow-300\/40 {
    fill: rgb(253 224 71 / 0.4);
  }

  .\34xl\:fill-yellow-300\/5 {
    fill: rgb(253 224 71 / 0.05);
  }

  .\34xl\:fill-yellow-300\/50 {
    fill: rgb(253 224 71 / 0.5);
  }

  .\34xl\:fill-yellow-300\/60 {
    fill: rgb(253 224 71 / 0.6);
  }

  .\34xl\:fill-yellow-300\/70 {
    fill: rgb(253 224 71 / 0.7);
  }

  .\34xl\:fill-yellow-300\/75 {
    fill: rgb(253 224 71 / 0.75);
  }

  .\34xl\:fill-yellow-300\/80 {
    fill: rgb(253 224 71 / 0.8);
  }

  .\34xl\:fill-yellow-300\/90 {
    fill: rgb(253 224 71 / 0.9);
  }

  .\34xl\:fill-yellow-300\/95 {
    fill: rgb(253 224 71 / 0.95);
  }

  .\34xl\:fill-yellow-400 {
    fill: #facc15;
  }

  .\34xl\:fill-yellow-400\/0 {
    fill: rgb(250 204 21 / 0);
  }

  .\34xl\:fill-yellow-400\/10 {
    fill: rgb(250 204 21 / 0.1);
  }

  .\34xl\:fill-yellow-400\/100 {
    fill: rgb(250 204 21 / 1);
  }

  .\34xl\:fill-yellow-400\/20 {
    fill: rgb(250 204 21 / 0.2);
  }

  .\34xl\:fill-yellow-400\/25 {
    fill: rgb(250 204 21 / 0.25);
  }

  .\34xl\:fill-yellow-400\/30 {
    fill: rgb(250 204 21 / 0.3);
  }

  .\34xl\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .\34xl\:fill-yellow-400\/5 {
    fill: rgb(250 204 21 / 0.05);
  }

  .\34xl\:fill-yellow-400\/50 {
    fill: rgb(250 204 21 / 0.5);
  }

  .\34xl\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .\34xl\:fill-yellow-400\/70 {
    fill: rgb(250 204 21 / 0.7);
  }

  .\34xl\:fill-yellow-400\/75 {
    fill: rgb(250 204 21 / 0.75);
  }

  .\34xl\:fill-yellow-400\/80 {
    fill: rgb(250 204 21 / 0.8);
  }

  .\34xl\:fill-yellow-400\/90 {
    fill: rgb(250 204 21 / 0.9);
  }

  .\34xl\:fill-yellow-400\/95 {
    fill: rgb(250 204 21 / 0.95);
  }

  .\34xl\:fill-yellow-50 {
    fill: #fefce8;
  }

  .\34xl\:fill-yellow-50\/0 {
    fill: rgb(254 252 232 / 0);
  }

  .\34xl\:fill-yellow-50\/10 {
    fill: rgb(254 252 232 / 0.1);
  }

  .\34xl\:fill-yellow-50\/100 {
    fill: rgb(254 252 232 / 1);
  }

  .\34xl\:fill-yellow-50\/20 {
    fill: rgb(254 252 232 / 0.2);
  }

  .\34xl\:fill-yellow-50\/25 {
    fill: rgb(254 252 232 / 0.25);
  }

  .\34xl\:fill-yellow-50\/30 {
    fill: rgb(254 252 232 / 0.3);
  }

  .\34xl\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .\34xl\:fill-yellow-50\/5 {
    fill: rgb(254 252 232 / 0.05);
  }

  .\34xl\:fill-yellow-50\/50 {
    fill: rgb(254 252 232 / 0.5);
  }

  .\34xl\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .\34xl\:fill-yellow-50\/70 {
    fill: rgb(254 252 232 / 0.7);
  }

  .\34xl\:fill-yellow-50\/75 {
    fill: rgb(254 252 232 / 0.75);
  }

  .\34xl\:fill-yellow-50\/80 {
    fill: rgb(254 252 232 / 0.8);
  }

  .\34xl\:fill-yellow-50\/90 {
    fill: rgb(254 252 232 / 0.9);
  }

  .\34xl\:fill-yellow-50\/95 {
    fill: rgb(254 252 232 / 0.95);
  }

  .\34xl\:fill-yellow-500 {
    fill: #eab308;
  }

  .\34xl\:fill-yellow-500\/0 {
    fill: rgb(234 179 8 / 0);
  }

  .\34xl\:fill-yellow-500\/10 {
    fill: rgb(234 179 8 / 0.1);
  }

  .\34xl\:fill-yellow-500\/100 {
    fill: rgb(234 179 8 / 1);
  }

  .\34xl\:fill-yellow-500\/20 {
    fill: rgb(234 179 8 / 0.2);
  }

  .\34xl\:fill-yellow-500\/25 {
    fill: rgb(234 179 8 / 0.25);
  }

  .\34xl\:fill-yellow-500\/30 {
    fill: rgb(234 179 8 / 0.3);
  }

  .\34xl\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .\34xl\:fill-yellow-500\/5 {
    fill: rgb(234 179 8 / 0.05);
  }

  .\34xl\:fill-yellow-500\/50 {
    fill: rgb(234 179 8 / 0.5);
  }

  .\34xl\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .\34xl\:fill-yellow-500\/70 {
    fill: rgb(234 179 8 / 0.7);
  }

  .\34xl\:fill-yellow-500\/75 {
    fill: rgb(234 179 8 / 0.75);
  }

  .\34xl\:fill-yellow-500\/80 {
    fill: rgb(234 179 8 / 0.8);
  }

  .\34xl\:fill-yellow-500\/90 {
    fill: rgb(234 179 8 / 0.9);
  }

  .\34xl\:fill-yellow-500\/95 {
    fill: rgb(234 179 8 / 0.95);
  }

  .\34xl\:fill-yellow-600 {
    fill: #ca8a04;
  }

  .\34xl\:fill-yellow-600\/0 {
    fill: rgb(202 138 4 / 0);
  }

  .\34xl\:fill-yellow-600\/10 {
    fill: rgb(202 138 4 / 0.1);
  }

  .\34xl\:fill-yellow-600\/100 {
    fill: rgb(202 138 4 / 1);
  }

  .\34xl\:fill-yellow-600\/20 {
    fill: rgb(202 138 4 / 0.2);
  }

  .\34xl\:fill-yellow-600\/25 {
    fill: rgb(202 138 4 / 0.25);
  }

  .\34xl\:fill-yellow-600\/30 {
    fill: rgb(202 138 4 / 0.3);
  }

  .\34xl\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .\34xl\:fill-yellow-600\/5 {
    fill: rgb(202 138 4 / 0.05);
  }

  .\34xl\:fill-yellow-600\/50 {
    fill: rgb(202 138 4 / 0.5);
  }

  .\34xl\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .\34xl\:fill-yellow-600\/70 {
    fill: rgb(202 138 4 / 0.7);
  }

  .\34xl\:fill-yellow-600\/75 {
    fill: rgb(202 138 4 / 0.75);
  }

  .\34xl\:fill-yellow-600\/80 {
    fill: rgb(202 138 4 / 0.8);
  }

  .\34xl\:fill-yellow-600\/90 {
    fill: rgb(202 138 4 / 0.9);
  }

  .\34xl\:fill-yellow-600\/95 {
    fill: rgb(202 138 4 / 0.95);
  }

  .\34xl\:fill-yellow-700 {
    fill: #a16207;
  }

  .\34xl\:fill-yellow-700\/0 {
    fill: rgb(161 98 7 / 0);
  }

  .\34xl\:fill-yellow-700\/10 {
    fill: rgb(161 98 7 / 0.1);
  }

  .\34xl\:fill-yellow-700\/100 {
    fill: rgb(161 98 7 / 1);
  }

  .\34xl\:fill-yellow-700\/20 {
    fill: rgb(161 98 7 / 0.2);
  }

  .\34xl\:fill-yellow-700\/25 {
    fill: rgb(161 98 7 / 0.25);
  }

  .\34xl\:fill-yellow-700\/30 {
    fill: rgb(161 98 7 / 0.3);
  }

  .\34xl\:fill-yellow-700\/40 {
    fill: rgb(161 98 7 / 0.4);
  }

  .\34xl\:fill-yellow-700\/5 {
    fill: rgb(161 98 7 / 0.05);
  }

  .\34xl\:fill-yellow-700\/50 {
    fill: rgb(161 98 7 / 0.5);
  }

  .\34xl\:fill-yellow-700\/60 {
    fill: rgb(161 98 7 / 0.6);
  }

  .\34xl\:fill-yellow-700\/70 {
    fill: rgb(161 98 7 / 0.7);
  }

  .\34xl\:fill-yellow-700\/75 {
    fill: rgb(161 98 7 / 0.75);
  }

  .\34xl\:fill-yellow-700\/80 {
    fill: rgb(161 98 7 / 0.8);
  }

  .\34xl\:fill-yellow-700\/90 {
    fill: rgb(161 98 7 / 0.9);
  }

  .\34xl\:fill-yellow-700\/95 {
    fill: rgb(161 98 7 / 0.95);
  }

  .\34xl\:fill-yellow-800 {
    fill: #854d0e;
  }

  .\34xl\:fill-yellow-800\/0 {
    fill: rgb(133 77 14 / 0);
  }

  .\34xl\:fill-yellow-800\/10 {
    fill: rgb(133 77 14 / 0.1);
  }

  .\34xl\:fill-yellow-800\/100 {
    fill: rgb(133 77 14 / 1);
  }

  .\34xl\:fill-yellow-800\/20 {
    fill: rgb(133 77 14 / 0.2);
  }

  .\34xl\:fill-yellow-800\/25 {
    fill: rgb(133 77 14 / 0.25);
  }

  .\34xl\:fill-yellow-800\/30 {
    fill: rgb(133 77 14 / 0.3);
  }

  .\34xl\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .\34xl\:fill-yellow-800\/5 {
    fill: rgb(133 77 14 / 0.05);
  }

  .\34xl\:fill-yellow-800\/50 {
    fill: rgb(133 77 14 / 0.5);
  }

  .\34xl\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .\34xl\:fill-yellow-800\/70 {
    fill: rgb(133 77 14 / 0.7);
  }

  .\34xl\:fill-yellow-800\/75 {
    fill: rgb(133 77 14 / 0.75);
  }

  .\34xl\:fill-yellow-800\/80 {
    fill: rgb(133 77 14 / 0.8);
  }

  .\34xl\:fill-yellow-800\/90 {
    fill: rgb(133 77 14 / 0.9);
  }

  .\34xl\:fill-yellow-800\/95 {
    fill: rgb(133 77 14 / 0.95);
  }

  .\34xl\:fill-yellow-900 {
    fill: #713f12;
  }

  .\34xl\:fill-yellow-900\/0 {
    fill: rgb(113 63 18 / 0);
  }

  .\34xl\:fill-yellow-900\/10 {
    fill: rgb(113 63 18 / 0.1);
  }

  .\34xl\:fill-yellow-900\/100 {
    fill: rgb(113 63 18 / 1);
  }

  .\34xl\:fill-yellow-900\/20 {
    fill: rgb(113 63 18 / 0.2);
  }

  .\34xl\:fill-yellow-900\/25 {
    fill: rgb(113 63 18 / 0.25);
  }

  .\34xl\:fill-yellow-900\/30 {
    fill: rgb(113 63 18 / 0.3);
  }

  .\34xl\:fill-yellow-900\/40 {
    fill: rgb(113 63 18 / 0.4);
  }

  .\34xl\:fill-yellow-900\/5 {
    fill: rgb(113 63 18 / 0.05);
  }

  .\34xl\:fill-yellow-900\/50 {
    fill: rgb(113 63 18 / 0.5);
  }

  .\34xl\:fill-yellow-900\/60 {
    fill: rgb(113 63 18 / 0.6);
  }

  .\34xl\:fill-yellow-900\/70 {
    fill: rgb(113 63 18 / 0.7);
  }

  .\34xl\:fill-yellow-900\/75 {
    fill: rgb(113 63 18 / 0.75);
  }

  .\34xl\:fill-yellow-900\/80 {
    fill: rgb(113 63 18 / 0.8);
  }

  .\34xl\:fill-yellow-900\/90 {
    fill: rgb(113 63 18 / 0.9);
  }

  .\34xl\:fill-yellow-900\/95 {
    fill: rgb(113 63 18 / 0.95);
  }

  .\34xl\:fill-yellow-950 {
    fill: #422006;
  }

  .\34xl\:fill-yellow-950\/0 {
    fill: rgb(66 32 6 / 0);
  }

  .\34xl\:fill-yellow-950\/10 {
    fill: rgb(66 32 6 / 0.1);
  }

  .\34xl\:fill-yellow-950\/100 {
    fill: rgb(66 32 6 / 1);
  }

  .\34xl\:fill-yellow-950\/20 {
    fill: rgb(66 32 6 / 0.2);
  }

  .\34xl\:fill-yellow-950\/25 {
    fill: rgb(66 32 6 / 0.25);
  }

  .\34xl\:fill-yellow-950\/30 {
    fill: rgb(66 32 6 / 0.3);
  }

  .\34xl\:fill-yellow-950\/40 {
    fill: rgb(66 32 6 / 0.4);
  }

  .\34xl\:fill-yellow-950\/5 {
    fill: rgb(66 32 6 / 0.05);
  }

  .\34xl\:fill-yellow-950\/50 {
    fill: rgb(66 32 6 / 0.5);
  }

  .\34xl\:fill-yellow-950\/60 {
    fill: rgb(66 32 6 / 0.6);
  }

  .\34xl\:fill-yellow-950\/70 {
    fill: rgb(66 32 6 / 0.7);
  }

  .\34xl\:fill-yellow-950\/75 {
    fill: rgb(66 32 6 / 0.75);
  }

  .\34xl\:fill-yellow-950\/80 {
    fill: rgb(66 32 6 / 0.8);
  }

  .\34xl\:fill-yellow-950\/90 {
    fill: rgb(66 32 6 / 0.9);
  }

  .\34xl\:fill-yellow-950\/95 {
    fill: rgb(66 32 6 / 0.95);
  }

  .\34xl\:stroke-yellow-100 {
    stroke: #fef9c3;
  }

  .\34xl\:stroke-yellow-100\/0 {
    stroke: rgb(254 249 195 / 0);
  }

  .\34xl\:stroke-yellow-100\/10 {
    stroke: rgb(254 249 195 / 0.1);
  }

  .\34xl\:stroke-yellow-100\/100 {
    stroke: rgb(254 249 195 / 1);
  }

  .\34xl\:stroke-yellow-100\/20 {
    stroke: rgb(254 249 195 / 0.2);
  }

  .\34xl\:stroke-yellow-100\/25 {
    stroke: rgb(254 249 195 / 0.25);
  }

  .\34xl\:stroke-yellow-100\/30 {
    stroke: rgb(254 249 195 / 0.3);
  }

  .\34xl\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .\34xl\:stroke-yellow-100\/5 {
    stroke: rgb(254 249 195 / 0.05);
  }

  .\34xl\:stroke-yellow-100\/50 {
    stroke: rgb(254 249 195 / 0.5);
  }

  .\34xl\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .\34xl\:stroke-yellow-100\/70 {
    stroke: rgb(254 249 195 / 0.7);
  }

  .\34xl\:stroke-yellow-100\/75 {
    stroke: rgb(254 249 195 / 0.75);
  }

  .\34xl\:stroke-yellow-100\/80 {
    stroke: rgb(254 249 195 / 0.8);
  }

  .\34xl\:stroke-yellow-100\/90 {
    stroke: rgb(254 249 195 / 0.9);
  }

  .\34xl\:stroke-yellow-100\/95 {
    stroke: rgb(254 249 195 / 0.95);
  }

  .\34xl\:stroke-yellow-200 {
    stroke: #fef08a;
  }

  .\34xl\:stroke-yellow-200\/0 {
    stroke: rgb(254 240 138 / 0);
  }

  .\34xl\:stroke-yellow-200\/10 {
    stroke: rgb(254 240 138 / 0.1);
  }

  .\34xl\:stroke-yellow-200\/100 {
    stroke: rgb(254 240 138 / 1);
  }

  .\34xl\:stroke-yellow-200\/20 {
    stroke: rgb(254 240 138 / 0.2);
  }

  .\34xl\:stroke-yellow-200\/25 {
    stroke: rgb(254 240 138 / 0.25);
  }

  .\34xl\:stroke-yellow-200\/30 {
    stroke: rgb(254 240 138 / 0.3);
  }

  .\34xl\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .\34xl\:stroke-yellow-200\/5 {
    stroke: rgb(254 240 138 / 0.05);
  }

  .\34xl\:stroke-yellow-200\/50 {
    stroke: rgb(254 240 138 / 0.5);
  }

  .\34xl\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .\34xl\:stroke-yellow-200\/70 {
    stroke: rgb(254 240 138 / 0.7);
  }

  .\34xl\:stroke-yellow-200\/75 {
    stroke: rgb(254 240 138 / 0.75);
  }

  .\34xl\:stroke-yellow-200\/80 {
    stroke: rgb(254 240 138 / 0.8);
  }

  .\34xl\:stroke-yellow-200\/90 {
    stroke: rgb(254 240 138 / 0.9);
  }

  .\34xl\:stroke-yellow-200\/95 {
    stroke: rgb(254 240 138 / 0.95);
  }

  .\34xl\:stroke-yellow-300 {
    stroke: #fde047;
  }

  .\34xl\:stroke-yellow-300\/0 {
    stroke: rgb(253 224 71 / 0);
  }

  .\34xl\:stroke-yellow-300\/10 {
    stroke: rgb(253 224 71 / 0.1);
  }

  .\34xl\:stroke-yellow-300\/100 {
    stroke: rgb(253 224 71 / 1);
  }

  .\34xl\:stroke-yellow-300\/20 {
    stroke: rgb(253 224 71 / 0.2);
  }

  .\34xl\:stroke-yellow-300\/25 {
    stroke: rgb(253 224 71 / 0.25);
  }

  .\34xl\:stroke-yellow-300\/30 {
    stroke: rgb(253 224 71 / 0.3);
  }

  .\34xl\:stroke-yellow-300\/40 {
    stroke: rgb(253 224 71 / 0.4);
  }

  .\34xl\:stroke-yellow-300\/5 {
    stroke: rgb(253 224 71 / 0.05);
  }

  .\34xl\:stroke-yellow-300\/50 {
    stroke: rgb(253 224 71 / 0.5);
  }

  .\34xl\:stroke-yellow-300\/60 {
    stroke: rgb(253 224 71 / 0.6);
  }

  .\34xl\:stroke-yellow-300\/70 {
    stroke: rgb(253 224 71 / 0.7);
  }

  .\34xl\:stroke-yellow-300\/75 {
    stroke: rgb(253 224 71 / 0.75);
  }

  .\34xl\:stroke-yellow-300\/80 {
    stroke: rgb(253 224 71 / 0.8);
  }

  .\34xl\:stroke-yellow-300\/90 {
    stroke: rgb(253 224 71 / 0.9);
  }

  .\34xl\:stroke-yellow-300\/95 {
    stroke: rgb(253 224 71 / 0.95);
  }

  .\34xl\:stroke-yellow-400 {
    stroke: #facc15;
  }

  .\34xl\:stroke-yellow-400\/0 {
    stroke: rgb(250 204 21 / 0);
  }

  .\34xl\:stroke-yellow-400\/10 {
    stroke: rgb(250 204 21 / 0.1);
  }

  .\34xl\:stroke-yellow-400\/100 {
    stroke: rgb(250 204 21 / 1);
  }

  .\34xl\:stroke-yellow-400\/20 {
    stroke: rgb(250 204 21 / 0.2);
  }

  .\34xl\:stroke-yellow-400\/25 {
    stroke: rgb(250 204 21 / 0.25);
  }

  .\34xl\:stroke-yellow-400\/30 {
    stroke: rgb(250 204 21 / 0.3);
  }

  .\34xl\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .\34xl\:stroke-yellow-400\/5 {
    stroke: rgb(250 204 21 / 0.05);
  }

  .\34xl\:stroke-yellow-400\/50 {
    stroke: rgb(250 204 21 / 0.5);
  }

  .\34xl\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .\34xl\:stroke-yellow-400\/70 {
    stroke: rgb(250 204 21 / 0.7);
  }

  .\34xl\:stroke-yellow-400\/75 {
    stroke: rgb(250 204 21 / 0.75);
  }

  .\34xl\:stroke-yellow-400\/80 {
    stroke: rgb(250 204 21 / 0.8);
  }

  .\34xl\:stroke-yellow-400\/90 {
    stroke: rgb(250 204 21 / 0.9);
  }

  .\34xl\:stroke-yellow-400\/95 {
    stroke: rgb(250 204 21 / 0.95);
  }

  .\34xl\:stroke-yellow-50 {
    stroke: #fefce8;
  }

  .\34xl\:stroke-yellow-50\/0 {
    stroke: rgb(254 252 232 / 0);
  }

  .\34xl\:stroke-yellow-50\/10 {
    stroke: rgb(254 252 232 / 0.1);
  }

  .\34xl\:stroke-yellow-50\/100 {
    stroke: rgb(254 252 232 / 1);
  }

  .\34xl\:stroke-yellow-50\/20 {
    stroke: rgb(254 252 232 / 0.2);
  }

  .\34xl\:stroke-yellow-50\/25 {
    stroke: rgb(254 252 232 / 0.25);
  }

  .\34xl\:stroke-yellow-50\/30 {
    stroke: rgb(254 252 232 / 0.3);
  }

  .\34xl\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .\34xl\:stroke-yellow-50\/5 {
    stroke: rgb(254 252 232 / 0.05);
  }

  .\34xl\:stroke-yellow-50\/50 {
    stroke: rgb(254 252 232 / 0.5);
  }

  .\34xl\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .\34xl\:stroke-yellow-50\/70 {
    stroke: rgb(254 252 232 / 0.7);
  }

  .\34xl\:stroke-yellow-50\/75 {
    stroke: rgb(254 252 232 / 0.75);
  }

  .\34xl\:stroke-yellow-50\/80 {
    stroke: rgb(254 252 232 / 0.8);
  }

  .\34xl\:stroke-yellow-50\/90 {
    stroke: rgb(254 252 232 / 0.9);
  }

  .\34xl\:stroke-yellow-50\/95 {
    stroke: rgb(254 252 232 / 0.95);
  }

  .\34xl\:stroke-yellow-500 {
    stroke: #eab308;
  }

  .\34xl\:stroke-yellow-500\/0 {
    stroke: rgb(234 179 8 / 0);
  }

  .\34xl\:stroke-yellow-500\/10 {
    stroke: rgb(234 179 8 / 0.1);
  }

  .\34xl\:stroke-yellow-500\/100 {
    stroke: rgb(234 179 8 / 1);
  }

  .\34xl\:stroke-yellow-500\/20 {
    stroke: rgb(234 179 8 / 0.2);
  }

  .\34xl\:stroke-yellow-500\/25 {
    stroke: rgb(234 179 8 / 0.25);
  }

  .\34xl\:stroke-yellow-500\/30 {
    stroke: rgb(234 179 8 / 0.3);
  }

  .\34xl\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .\34xl\:stroke-yellow-500\/5 {
    stroke: rgb(234 179 8 / 0.05);
  }

  .\34xl\:stroke-yellow-500\/50 {
    stroke: rgb(234 179 8 / 0.5);
  }

  .\34xl\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .\34xl\:stroke-yellow-500\/70 {
    stroke: rgb(234 179 8 / 0.7);
  }

  .\34xl\:stroke-yellow-500\/75 {
    stroke: rgb(234 179 8 / 0.75);
  }

  .\34xl\:stroke-yellow-500\/80 {
    stroke: rgb(234 179 8 / 0.8);
  }

  .\34xl\:stroke-yellow-500\/90 {
    stroke: rgb(234 179 8 / 0.9);
  }

  .\34xl\:stroke-yellow-500\/95 {
    stroke: rgb(234 179 8 / 0.95);
  }

  .\34xl\:stroke-yellow-600 {
    stroke: #ca8a04;
  }

  .\34xl\:stroke-yellow-600\/0 {
    stroke: rgb(202 138 4 / 0);
  }

  .\34xl\:stroke-yellow-600\/10 {
    stroke: rgb(202 138 4 / 0.1);
  }

  .\34xl\:stroke-yellow-600\/100 {
    stroke: rgb(202 138 4 / 1);
  }

  .\34xl\:stroke-yellow-600\/20 {
    stroke: rgb(202 138 4 / 0.2);
  }

  .\34xl\:stroke-yellow-600\/25 {
    stroke: rgb(202 138 4 / 0.25);
  }

  .\34xl\:stroke-yellow-600\/30 {
    stroke: rgb(202 138 4 / 0.3);
  }

  .\34xl\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .\34xl\:stroke-yellow-600\/5 {
    stroke: rgb(202 138 4 / 0.05);
  }

  .\34xl\:stroke-yellow-600\/50 {
    stroke: rgb(202 138 4 / 0.5);
  }

  .\34xl\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .\34xl\:stroke-yellow-600\/70 {
    stroke: rgb(202 138 4 / 0.7);
  }

  .\34xl\:stroke-yellow-600\/75 {
    stroke: rgb(202 138 4 / 0.75);
  }

  .\34xl\:stroke-yellow-600\/80 {
    stroke: rgb(202 138 4 / 0.8);
  }

  .\34xl\:stroke-yellow-600\/90 {
    stroke: rgb(202 138 4 / 0.9);
  }

  .\34xl\:stroke-yellow-600\/95 {
    stroke: rgb(202 138 4 / 0.95);
  }

  .\34xl\:stroke-yellow-700 {
    stroke: #a16207;
  }

  .\34xl\:stroke-yellow-700\/0 {
    stroke: rgb(161 98 7 / 0);
  }

  .\34xl\:stroke-yellow-700\/10 {
    stroke: rgb(161 98 7 / 0.1);
  }

  .\34xl\:stroke-yellow-700\/100 {
    stroke: rgb(161 98 7 / 1);
  }

  .\34xl\:stroke-yellow-700\/20 {
    stroke: rgb(161 98 7 / 0.2);
  }

  .\34xl\:stroke-yellow-700\/25 {
    stroke: rgb(161 98 7 / 0.25);
  }

  .\34xl\:stroke-yellow-700\/30 {
    stroke: rgb(161 98 7 / 0.3);
  }

  .\34xl\:stroke-yellow-700\/40 {
    stroke: rgb(161 98 7 / 0.4);
  }

  .\34xl\:stroke-yellow-700\/5 {
    stroke: rgb(161 98 7 / 0.05);
  }

  .\34xl\:stroke-yellow-700\/50 {
    stroke: rgb(161 98 7 / 0.5);
  }

  .\34xl\:stroke-yellow-700\/60 {
    stroke: rgb(161 98 7 / 0.6);
  }

  .\34xl\:stroke-yellow-700\/70 {
    stroke: rgb(161 98 7 / 0.7);
  }

  .\34xl\:stroke-yellow-700\/75 {
    stroke: rgb(161 98 7 / 0.75);
  }

  .\34xl\:stroke-yellow-700\/80 {
    stroke: rgb(161 98 7 / 0.8);
  }

  .\34xl\:stroke-yellow-700\/90 {
    stroke: rgb(161 98 7 / 0.9);
  }

  .\34xl\:stroke-yellow-700\/95 {
    stroke: rgb(161 98 7 / 0.95);
  }

  .\34xl\:stroke-yellow-800 {
    stroke: #854d0e;
  }

  .\34xl\:stroke-yellow-800\/0 {
    stroke: rgb(133 77 14 / 0);
  }

  .\34xl\:stroke-yellow-800\/10 {
    stroke: rgb(133 77 14 / 0.1);
  }

  .\34xl\:stroke-yellow-800\/100 {
    stroke: rgb(133 77 14 / 1);
  }

  .\34xl\:stroke-yellow-800\/20 {
    stroke: rgb(133 77 14 / 0.2);
  }

  .\34xl\:stroke-yellow-800\/25 {
    stroke: rgb(133 77 14 / 0.25);
  }

  .\34xl\:stroke-yellow-800\/30 {
    stroke: rgb(133 77 14 / 0.3);
  }

  .\34xl\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .\34xl\:stroke-yellow-800\/5 {
    stroke: rgb(133 77 14 / 0.05);
  }

  .\34xl\:stroke-yellow-800\/50 {
    stroke: rgb(133 77 14 / 0.5);
  }

  .\34xl\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .\34xl\:stroke-yellow-800\/70 {
    stroke: rgb(133 77 14 / 0.7);
  }

  .\34xl\:stroke-yellow-800\/75 {
    stroke: rgb(133 77 14 / 0.75);
  }

  .\34xl\:stroke-yellow-800\/80 {
    stroke: rgb(133 77 14 / 0.8);
  }

  .\34xl\:stroke-yellow-800\/90 {
    stroke: rgb(133 77 14 / 0.9);
  }

  .\34xl\:stroke-yellow-800\/95 {
    stroke: rgb(133 77 14 / 0.95);
  }

  .\34xl\:stroke-yellow-900 {
    stroke: #713f12;
  }

  .\34xl\:stroke-yellow-900\/0 {
    stroke: rgb(113 63 18 / 0);
  }

  .\34xl\:stroke-yellow-900\/10 {
    stroke: rgb(113 63 18 / 0.1);
  }

  .\34xl\:stroke-yellow-900\/100 {
    stroke: rgb(113 63 18 / 1);
  }

  .\34xl\:stroke-yellow-900\/20 {
    stroke: rgb(113 63 18 / 0.2);
  }

  .\34xl\:stroke-yellow-900\/25 {
    stroke: rgb(113 63 18 / 0.25);
  }

  .\34xl\:stroke-yellow-900\/30 {
    stroke: rgb(113 63 18 / 0.3);
  }

  .\34xl\:stroke-yellow-900\/40 {
    stroke: rgb(113 63 18 / 0.4);
  }

  .\34xl\:stroke-yellow-900\/5 {
    stroke: rgb(113 63 18 / 0.05);
  }

  .\34xl\:stroke-yellow-900\/50 {
    stroke: rgb(113 63 18 / 0.5);
  }

  .\34xl\:stroke-yellow-900\/60 {
    stroke: rgb(113 63 18 / 0.6);
  }

  .\34xl\:stroke-yellow-900\/70 {
    stroke: rgb(113 63 18 / 0.7);
  }

  .\34xl\:stroke-yellow-900\/75 {
    stroke: rgb(113 63 18 / 0.75);
  }

  .\34xl\:stroke-yellow-900\/80 {
    stroke: rgb(113 63 18 / 0.8);
  }

  .\34xl\:stroke-yellow-900\/90 {
    stroke: rgb(113 63 18 / 0.9);
  }

  .\34xl\:stroke-yellow-900\/95 {
    stroke: rgb(113 63 18 / 0.95);
  }

  .\34xl\:stroke-yellow-950 {
    stroke: #422006;
  }

  .\34xl\:stroke-yellow-950\/0 {
    stroke: rgb(66 32 6 / 0);
  }

  .\34xl\:stroke-yellow-950\/10 {
    stroke: rgb(66 32 6 / 0.1);
  }

  .\34xl\:stroke-yellow-950\/100 {
    stroke: rgb(66 32 6 / 1);
  }

  .\34xl\:stroke-yellow-950\/20 {
    stroke: rgb(66 32 6 / 0.2);
  }

  .\34xl\:stroke-yellow-950\/25 {
    stroke: rgb(66 32 6 / 0.25);
  }

  .\34xl\:stroke-yellow-950\/30 {
    stroke: rgb(66 32 6 / 0.3);
  }

  .\34xl\:stroke-yellow-950\/40 {
    stroke: rgb(66 32 6 / 0.4);
  }

  .\34xl\:stroke-yellow-950\/5 {
    stroke: rgb(66 32 6 / 0.05);
  }

  .\34xl\:stroke-yellow-950\/50 {
    stroke: rgb(66 32 6 / 0.5);
  }

  .\34xl\:stroke-yellow-950\/60 {
    stroke: rgb(66 32 6 / 0.6);
  }

  .\34xl\:stroke-yellow-950\/70 {
    stroke: rgb(66 32 6 / 0.7);
  }

  .\34xl\:stroke-yellow-950\/75 {
    stroke: rgb(66 32 6 / 0.75);
  }

  .\34xl\:stroke-yellow-950\/80 {
    stroke: rgb(66 32 6 / 0.8);
  }

  .\34xl\:stroke-yellow-950\/90 {
    stroke: rgb(66 32 6 / 0.9);
  }

  .\34xl\:stroke-yellow-950\/95 {
    stroke: rgb(66 32 6 / 0.95);
  }

  .\34xl\:p-0 {
    padding: 0px;
  }

  .\34xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\34xl\:p-1 {
    padding: 0.25rem;
  }

  .\34xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\34xl\:p-10 {
    padding: 2.5rem;
  }

  .\34xl\:p-11 {
    padding: 2.75rem;
  }

  .\34xl\:p-12 {
    padding: 3rem;
  }

  .\34xl\:p-14 {
    padding: 3.5rem;
  }

  .\34xl\:p-16 {
    padding: 4rem;
  }

  .\34xl\:p-2 {
    padding: 0.5rem;
  }

  .\34xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\34xl\:p-20 {
    padding: 5rem;
  }

  .\34xl\:p-24 {
    padding: 6rem;
  }

  .\34xl\:p-28 {
    padding: 7rem;
  }

  .\34xl\:p-3 {
    padding: 0.75rem;
  }

  .\34xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\34xl\:p-32 {
    padding: 8rem;
  }

  .\34xl\:p-36 {
    padding: 9rem;
  }

  .\34xl\:p-4 {
    padding: 1rem;
  }

  .\34xl\:p-40 {
    padding: 10rem;
  }

  .\34xl\:p-44 {
    padding: 11rem;
  }

  .\34xl\:p-48 {
    padding: 12rem;
  }

  .\34xl\:p-5 {
    padding: 1.25rem;
  }

  .\34xl\:p-52 {
    padding: 13rem;
  }

  .\34xl\:p-56 {
    padding: 14rem;
  }

  .\34xl\:p-6 {
    padding: 1.5rem;
  }

  .\34xl\:p-60 {
    padding: 15rem;
  }

  .\34xl\:p-64 {
    padding: 16rem;
  }

  .\34xl\:p-7 {
    padding: 1.75rem;
  }

  .\34xl\:p-72 {
    padding: 18rem;
  }

  .\34xl\:p-8 {
    padding: 2rem;
  }

  .\34xl\:p-80 {
    padding: 20rem;
  }

  .\34xl\:p-9 {
    padding: 2.25rem;
  }

  .\34xl\:p-96 {
    padding: 24rem;
  }

  .\34xl\:p-px {
    padding: 1px;
  }

  .\34xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\34xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\34xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\34xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\34xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\34xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\34xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\34xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\34xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\34xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\34xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\34xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\34xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\34xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\34xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\34xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\34xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\34xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\34xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\34xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\34xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\34xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\34xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\34xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\34xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\34xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\34xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\34xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\34xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\34xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\34xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\34xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\34xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\34xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\34xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\34xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\34xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\34xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\34xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\34xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\34xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\34xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\34xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\34xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\34xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\34xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\34xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\34xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\34xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\34xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\34xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\34xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\34xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\34xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\34xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\34xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\34xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\34xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\34xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\34xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\34xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\34xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\34xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\34xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\34xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\34xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\34xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\34xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\34xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\34xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\34xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\34xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\34xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\34xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\34xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\34xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\34xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\34xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\34xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\34xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\34xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\34xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\34xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\34xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\34xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\34xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\34xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\34xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\34xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\34xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\34xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\34xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\34xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\34xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\34xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\34xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\34xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\34xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\34xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\34xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\34xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\34xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\34xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\34xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\34xl\:pb-px {
    padding-bottom: 1px;
  }

  .\34xl\:pl-0 {
    padding-left: 0px;
  }

  .\34xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\34xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\34xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\34xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\34xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\34xl\:pl-12 {
    padding-left: 3rem;
  }

  .\34xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\34xl\:pl-16 {
    padding-left: 4rem;
  }

  .\34xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\34xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\34xl\:pl-20 {
    padding-left: 5rem;
  }

  .\34xl\:pl-24 {
    padding-left: 6rem;
  }

  .\34xl\:pl-28 {
    padding-left: 7rem;
  }

  .\34xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\34xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\34xl\:pl-32 {
    padding-left: 8rem;
  }

  .\34xl\:pl-36 {
    padding-left: 9rem;
  }

  .\34xl\:pl-4 {
    padding-left: 1rem;
  }

  .\34xl\:pl-40 {
    padding-left: 10rem;
  }

  .\34xl\:pl-44 {
    padding-left: 11rem;
  }

  .\34xl\:pl-48 {
    padding-left: 12rem;
  }

  .\34xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\34xl\:pl-52 {
    padding-left: 13rem;
  }

  .\34xl\:pl-56 {
    padding-left: 14rem;
  }

  .\34xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\34xl\:pl-60 {
    padding-left: 15rem;
  }

  .\34xl\:pl-64 {
    padding-left: 16rem;
  }

  .\34xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\34xl\:pl-72 {
    padding-left: 18rem;
  }

  .\34xl\:pl-8 {
    padding-left: 2rem;
  }

  .\34xl\:pl-80 {
    padding-left: 20rem;
  }

  .\34xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\34xl\:pl-96 {
    padding-left: 24rem;
  }

  .\34xl\:pl-px {
    padding-left: 1px;
  }

  .\34xl\:pr-0 {
    padding-right: 0px;
  }

  .\34xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\34xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\34xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\34xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\34xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\34xl\:pr-12 {
    padding-right: 3rem;
  }

  .\34xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\34xl\:pr-16 {
    padding-right: 4rem;
  }

  .\34xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\34xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\34xl\:pr-20 {
    padding-right: 5rem;
  }

  .\34xl\:pr-24 {
    padding-right: 6rem;
  }

  .\34xl\:pr-28 {
    padding-right: 7rem;
  }

  .\34xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\34xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\34xl\:pr-32 {
    padding-right: 8rem;
  }

  .\34xl\:pr-36 {
    padding-right: 9rem;
  }

  .\34xl\:pr-4 {
    padding-right: 1rem;
  }

  .\34xl\:pr-40 {
    padding-right: 10rem;
  }

  .\34xl\:pr-44 {
    padding-right: 11rem;
  }

  .\34xl\:pr-48 {
    padding-right: 12rem;
  }

  .\34xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\34xl\:pr-52 {
    padding-right: 13rem;
  }

  .\34xl\:pr-56 {
    padding-right: 14rem;
  }

  .\34xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\34xl\:pr-60 {
    padding-right: 15rem;
  }

  .\34xl\:pr-64 {
    padding-right: 16rem;
  }

  .\34xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\34xl\:pr-72 {
    padding-right: 18rem;
  }

  .\34xl\:pr-8 {
    padding-right: 2rem;
  }

  .\34xl\:pr-80 {
    padding-right: 20rem;
  }

  .\34xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\34xl\:pr-96 {
    padding-right: 24rem;
  }

  .\34xl\:pr-px {
    padding-right: 1px;
  }

  .\34xl\:pt-0 {
    padding-top: 0px;
  }

  .\34xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\34xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\34xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\34xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\34xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\34xl\:pt-12 {
    padding-top: 3rem;
  }

  .\34xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\34xl\:pt-16 {
    padding-top: 4rem;
  }

  .\34xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\34xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\34xl\:pt-20 {
    padding-top: 5rem;
  }

  .\34xl\:pt-24 {
    padding-top: 6rem;
  }

  .\34xl\:pt-28 {
    padding-top: 7rem;
  }

  .\34xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\34xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\34xl\:pt-32 {
    padding-top: 8rem;
  }

  .\34xl\:pt-36 {
    padding-top: 9rem;
  }

  .\34xl\:pt-4 {
    padding-top: 1rem;
  }

  .\34xl\:pt-40 {
    padding-top: 10rem;
  }

  .\34xl\:pt-44 {
    padding-top: 11rem;
  }

  .\34xl\:pt-48 {
    padding-top: 12rem;
  }

  .\34xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\34xl\:pt-52 {
    padding-top: 13rem;
  }

  .\34xl\:pt-56 {
    padding-top: 14rem;
  }

  .\34xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\34xl\:pt-60 {
    padding-top: 15rem;
  }

  .\34xl\:pt-64 {
    padding-top: 16rem;
  }

  .\34xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\34xl\:pt-72 {
    padding-top: 18rem;
  }

  .\34xl\:pt-8 {
    padding-top: 2rem;
  }

  .\34xl\:pt-80 {
    padding-top: 20rem;
  }

  .\34xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\34xl\:pt-96 {
    padding-top: 24rem;
  }

  .\34xl\:pt-px {
    padding-top: 1px;
  }

  .\34xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }

  .\34xl\:text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }

  .\34xl\:text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }

  .\34xl\:text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }

  .\34xl\:text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }

  .\34xl\:text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }

  .\34xl\:text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }

  .\34xl\:text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }

  .\34xl\:text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }

  .\34xl\:text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }

  .\34xl\:text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }

  .\34xl\:text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }

  .\34xl\:text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }

  .\34xl\:text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }

  .\34xl\:text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }

  .\34xl\:text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }

  .\34xl\:text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }

  .\34xl\:text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }

  .\34xl\:text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }

  .\34xl\:text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }

  .\34xl\:text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:text-yellow-950 {
    --tw-text-opacity: 1;
    color: rgb(66 32 6 / var(--tw-text-opacity));
  }

  .\34xl\:text-yellow-950\/0 {
    color: rgb(66 32 6 / 0);
  }

  .\34xl\:text-yellow-950\/10 {
    color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:text-yellow-950\/100 {
    color: rgb(66 32 6 / 1);
  }

  .\34xl\:text-yellow-950\/20 {
    color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:text-yellow-950\/25 {
    color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:text-yellow-950\/30 {
    color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:text-yellow-950\/40 {
    color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:text-yellow-950\/5 {
    color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:text-yellow-950\/50 {
    color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:text-yellow-950\/60 {
    color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:text-yellow-950\/70 {
    color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:text-yellow-950\/75 {
    color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:text-yellow-950\/80 {
    color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:text-yellow-950\/90 {
    color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:text-yellow-950\/95 {
    color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:decoration-yellow-100 {
    text-decoration-color: #fef9c3;
  }

  .\34xl\:decoration-yellow-100\/0 {
    text-decoration-color: rgb(254 249 195 / 0);
  }

  .\34xl\:decoration-yellow-100\/10 {
    text-decoration-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:decoration-yellow-100\/100 {
    text-decoration-color: rgb(254 249 195 / 1);
  }

  .\34xl\:decoration-yellow-100\/20 {
    text-decoration-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:decoration-yellow-100\/25 {
    text-decoration-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:decoration-yellow-100\/30 {
    text-decoration-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:decoration-yellow-100\/5 {
    text-decoration-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:decoration-yellow-100\/50 {
    text-decoration-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:decoration-yellow-100\/70 {
    text-decoration-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:decoration-yellow-100\/75 {
    text-decoration-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:decoration-yellow-100\/80 {
    text-decoration-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:decoration-yellow-100\/90 {
    text-decoration-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:decoration-yellow-100\/95 {
    text-decoration-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:decoration-yellow-200 {
    text-decoration-color: #fef08a;
  }

  .\34xl\:decoration-yellow-200\/0 {
    text-decoration-color: rgb(254 240 138 / 0);
  }

  .\34xl\:decoration-yellow-200\/10 {
    text-decoration-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:decoration-yellow-200\/100 {
    text-decoration-color: rgb(254 240 138 / 1);
  }

  .\34xl\:decoration-yellow-200\/20 {
    text-decoration-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:decoration-yellow-200\/25 {
    text-decoration-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:decoration-yellow-200\/30 {
    text-decoration-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:decoration-yellow-200\/5 {
    text-decoration-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:decoration-yellow-200\/50 {
    text-decoration-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:decoration-yellow-200\/70 {
    text-decoration-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:decoration-yellow-200\/75 {
    text-decoration-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:decoration-yellow-200\/80 {
    text-decoration-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:decoration-yellow-200\/90 {
    text-decoration-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:decoration-yellow-200\/95 {
    text-decoration-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:decoration-yellow-300 {
    text-decoration-color: #fde047;
  }

  .\34xl\:decoration-yellow-300\/0 {
    text-decoration-color: rgb(253 224 71 / 0);
  }

  .\34xl\:decoration-yellow-300\/10 {
    text-decoration-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:decoration-yellow-300\/100 {
    text-decoration-color: rgb(253 224 71 / 1);
  }

  .\34xl\:decoration-yellow-300\/20 {
    text-decoration-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:decoration-yellow-300\/25 {
    text-decoration-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:decoration-yellow-300\/30 {
    text-decoration-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:decoration-yellow-300\/40 {
    text-decoration-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:decoration-yellow-300\/5 {
    text-decoration-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:decoration-yellow-300\/50 {
    text-decoration-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:decoration-yellow-300\/60 {
    text-decoration-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:decoration-yellow-300\/70 {
    text-decoration-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:decoration-yellow-300\/75 {
    text-decoration-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:decoration-yellow-300\/80 {
    text-decoration-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:decoration-yellow-300\/90 {
    text-decoration-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:decoration-yellow-300\/95 {
    text-decoration-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:decoration-yellow-400 {
    text-decoration-color: #facc15;
  }

  .\34xl\:decoration-yellow-400\/0 {
    text-decoration-color: rgb(250 204 21 / 0);
  }

  .\34xl\:decoration-yellow-400\/10 {
    text-decoration-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:decoration-yellow-400\/100 {
    text-decoration-color: rgb(250 204 21 / 1);
  }

  .\34xl\:decoration-yellow-400\/20 {
    text-decoration-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:decoration-yellow-400\/25 {
    text-decoration-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:decoration-yellow-400\/30 {
    text-decoration-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:decoration-yellow-400\/5 {
    text-decoration-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:decoration-yellow-400\/50 {
    text-decoration-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:decoration-yellow-400\/70 {
    text-decoration-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:decoration-yellow-400\/75 {
    text-decoration-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:decoration-yellow-400\/80 {
    text-decoration-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:decoration-yellow-400\/90 {
    text-decoration-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:decoration-yellow-400\/95 {
    text-decoration-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:decoration-yellow-50 {
    text-decoration-color: #fefce8;
  }

  .\34xl\:decoration-yellow-50\/0 {
    text-decoration-color: rgb(254 252 232 / 0);
  }

  .\34xl\:decoration-yellow-50\/10 {
    text-decoration-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:decoration-yellow-50\/100 {
    text-decoration-color: rgb(254 252 232 / 1);
  }

  .\34xl\:decoration-yellow-50\/20 {
    text-decoration-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:decoration-yellow-50\/25 {
    text-decoration-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:decoration-yellow-50\/30 {
    text-decoration-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:decoration-yellow-50\/5 {
    text-decoration-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:decoration-yellow-50\/50 {
    text-decoration-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:decoration-yellow-50\/70 {
    text-decoration-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:decoration-yellow-50\/75 {
    text-decoration-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:decoration-yellow-50\/80 {
    text-decoration-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:decoration-yellow-50\/90 {
    text-decoration-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:decoration-yellow-50\/95 {
    text-decoration-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:decoration-yellow-500 {
    text-decoration-color: #eab308;
  }

  .\34xl\:decoration-yellow-500\/0 {
    text-decoration-color: rgb(234 179 8 / 0);
  }

  .\34xl\:decoration-yellow-500\/10 {
    text-decoration-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:decoration-yellow-500\/100 {
    text-decoration-color: rgb(234 179 8 / 1);
  }

  .\34xl\:decoration-yellow-500\/20 {
    text-decoration-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:decoration-yellow-500\/25 {
    text-decoration-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:decoration-yellow-500\/30 {
    text-decoration-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:decoration-yellow-500\/5 {
    text-decoration-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:decoration-yellow-500\/50 {
    text-decoration-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:decoration-yellow-500\/70 {
    text-decoration-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:decoration-yellow-500\/75 {
    text-decoration-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:decoration-yellow-500\/80 {
    text-decoration-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:decoration-yellow-500\/90 {
    text-decoration-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:decoration-yellow-500\/95 {
    text-decoration-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:decoration-yellow-600 {
    text-decoration-color: #ca8a04;
  }

  .\34xl\:decoration-yellow-600\/0 {
    text-decoration-color: rgb(202 138 4 / 0);
  }

  .\34xl\:decoration-yellow-600\/10 {
    text-decoration-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:decoration-yellow-600\/100 {
    text-decoration-color: rgb(202 138 4 / 1);
  }

  .\34xl\:decoration-yellow-600\/20 {
    text-decoration-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:decoration-yellow-600\/25 {
    text-decoration-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:decoration-yellow-600\/30 {
    text-decoration-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:decoration-yellow-600\/5 {
    text-decoration-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:decoration-yellow-600\/50 {
    text-decoration-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:decoration-yellow-600\/70 {
    text-decoration-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:decoration-yellow-600\/75 {
    text-decoration-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:decoration-yellow-600\/80 {
    text-decoration-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:decoration-yellow-600\/90 {
    text-decoration-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:decoration-yellow-600\/95 {
    text-decoration-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:decoration-yellow-700 {
    text-decoration-color: #a16207;
  }

  .\34xl\:decoration-yellow-700\/0 {
    text-decoration-color: rgb(161 98 7 / 0);
  }

  .\34xl\:decoration-yellow-700\/10 {
    text-decoration-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:decoration-yellow-700\/100 {
    text-decoration-color: rgb(161 98 7 / 1);
  }

  .\34xl\:decoration-yellow-700\/20 {
    text-decoration-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:decoration-yellow-700\/25 {
    text-decoration-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:decoration-yellow-700\/30 {
    text-decoration-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:decoration-yellow-700\/40 {
    text-decoration-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:decoration-yellow-700\/5 {
    text-decoration-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:decoration-yellow-700\/50 {
    text-decoration-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:decoration-yellow-700\/60 {
    text-decoration-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:decoration-yellow-700\/70 {
    text-decoration-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:decoration-yellow-700\/75 {
    text-decoration-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:decoration-yellow-700\/80 {
    text-decoration-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:decoration-yellow-700\/90 {
    text-decoration-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:decoration-yellow-700\/95 {
    text-decoration-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:decoration-yellow-800 {
    text-decoration-color: #854d0e;
  }

  .\34xl\:decoration-yellow-800\/0 {
    text-decoration-color: rgb(133 77 14 / 0);
  }

  .\34xl\:decoration-yellow-800\/10 {
    text-decoration-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:decoration-yellow-800\/100 {
    text-decoration-color: rgb(133 77 14 / 1);
  }

  .\34xl\:decoration-yellow-800\/20 {
    text-decoration-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:decoration-yellow-800\/25 {
    text-decoration-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:decoration-yellow-800\/30 {
    text-decoration-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:decoration-yellow-800\/5 {
    text-decoration-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:decoration-yellow-800\/50 {
    text-decoration-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:decoration-yellow-800\/70 {
    text-decoration-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:decoration-yellow-800\/75 {
    text-decoration-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:decoration-yellow-800\/80 {
    text-decoration-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:decoration-yellow-800\/90 {
    text-decoration-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:decoration-yellow-800\/95 {
    text-decoration-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:decoration-yellow-900 {
    text-decoration-color: #713f12;
  }

  .\34xl\:decoration-yellow-900\/0 {
    text-decoration-color: rgb(113 63 18 / 0);
  }

  .\34xl\:decoration-yellow-900\/10 {
    text-decoration-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:decoration-yellow-900\/100 {
    text-decoration-color: rgb(113 63 18 / 1);
  }

  .\34xl\:decoration-yellow-900\/20 {
    text-decoration-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:decoration-yellow-900\/25 {
    text-decoration-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:decoration-yellow-900\/30 {
    text-decoration-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:decoration-yellow-900\/40 {
    text-decoration-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:decoration-yellow-900\/5 {
    text-decoration-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:decoration-yellow-900\/50 {
    text-decoration-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:decoration-yellow-900\/60 {
    text-decoration-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:decoration-yellow-900\/70 {
    text-decoration-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:decoration-yellow-900\/75 {
    text-decoration-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:decoration-yellow-900\/80 {
    text-decoration-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:decoration-yellow-900\/90 {
    text-decoration-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:decoration-yellow-900\/95 {
    text-decoration-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:decoration-yellow-950 {
    text-decoration-color: #422006;
  }

  .\34xl\:decoration-yellow-950\/0 {
    text-decoration-color: rgb(66 32 6 / 0);
  }

  .\34xl\:decoration-yellow-950\/10 {
    text-decoration-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:decoration-yellow-950\/100 {
    text-decoration-color: rgb(66 32 6 / 1);
  }

  .\34xl\:decoration-yellow-950\/20 {
    text-decoration-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:decoration-yellow-950\/25 {
    text-decoration-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:decoration-yellow-950\/30 {
    text-decoration-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:decoration-yellow-950\/40 {
    text-decoration-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:decoration-yellow-950\/5 {
    text-decoration-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:decoration-yellow-950\/50 {
    text-decoration-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:decoration-yellow-950\/60 {
    text-decoration-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:decoration-yellow-950\/70 {
    text-decoration-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:decoration-yellow-950\/75 {
    text-decoration-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:decoration-yellow-950\/80 {
    text-decoration-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:decoration-yellow-950\/90 {
    text-decoration-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:decoration-yellow-950\/95 {
    text-decoration-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-100\/0::-moz-placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\34xl\:placeholder-yellow-100\/0::placeholder {
    color: rgb(254 249 195 / 0);
  }

  .\34xl\:placeholder-yellow-100\/10::-moz-placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:placeholder-yellow-100\/10::placeholder {
    color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:placeholder-yellow-100\/100::-moz-placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\34xl\:placeholder-yellow-100\/100::placeholder {
    color: rgb(254 249 195 / 1);
  }

  .\34xl\:placeholder-yellow-100\/20::-moz-placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:placeholder-yellow-100\/20::placeholder {
    color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:placeholder-yellow-100\/25::-moz-placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:placeholder-yellow-100\/25::placeholder {
    color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:placeholder-yellow-100\/30::-moz-placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:placeholder-yellow-100\/30::placeholder {
    color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:placeholder-yellow-100\/40::-moz-placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:placeholder-yellow-100\/40::placeholder {
    color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:placeholder-yellow-100\/5::-moz-placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:placeholder-yellow-100\/5::placeholder {
    color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:placeholder-yellow-100\/50::-moz-placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:placeholder-yellow-100\/50::placeholder {
    color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:placeholder-yellow-100\/60::-moz-placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:placeholder-yellow-100\/60::placeholder {
    color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:placeholder-yellow-100\/70::-moz-placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:placeholder-yellow-100\/70::placeholder {
    color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:placeholder-yellow-100\/75::-moz-placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:placeholder-yellow-100\/75::placeholder {
    color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:placeholder-yellow-100\/80::-moz-placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:placeholder-yellow-100\/80::placeholder {
    color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:placeholder-yellow-100\/90::-moz-placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:placeholder-yellow-100\/90::placeholder {
    color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:placeholder-yellow-100\/95::-moz-placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:placeholder-yellow-100\/95::placeholder {
    color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-200\/0::-moz-placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\34xl\:placeholder-yellow-200\/0::placeholder {
    color: rgb(254 240 138 / 0);
  }

  .\34xl\:placeholder-yellow-200\/10::-moz-placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:placeholder-yellow-200\/10::placeholder {
    color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:placeholder-yellow-200\/100::-moz-placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\34xl\:placeholder-yellow-200\/100::placeholder {
    color: rgb(254 240 138 / 1);
  }

  .\34xl\:placeholder-yellow-200\/20::-moz-placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:placeholder-yellow-200\/20::placeholder {
    color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:placeholder-yellow-200\/25::-moz-placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:placeholder-yellow-200\/25::placeholder {
    color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:placeholder-yellow-200\/30::-moz-placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:placeholder-yellow-200\/30::placeholder {
    color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:placeholder-yellow-200\/40::-moz-placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:placeholder-yellow-200\/40::placeholder {
    color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:placeholder-yellow-200\/5::-moz-placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:placeholder-yellow-200\/5::placeholder {
    color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:placeholder-yellow-200\/50::-moz-placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:placeholder-yellow-200\/50::placeholder {
    color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:placeholder-yellow-200\/60::-moz-placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:placeholder-yellow-200\/60::placeholder {
    color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:placeholder-yellow-200\/70::-moz-placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:placeholder-yellow-200\/70::placeholder {
    color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:placeholder-yellow-200\/75::-moz-placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:placeholder-yellow-200\/75::placeholder {
    color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:placeholder-yellow-200\/80::-moz-placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:placeholder-yellow-200\/80::placeholder {
    color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:placeholder-yellow-200\/90::-moz-placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:placeholder-yellow-200\/90::placeholder {
    color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:placeholder-yellow-200\/95::-moz-placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:placeholder-yellow-200\/95::placeholder {
    color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(253 224 71 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-300\/0::-moz-placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\34xl\:placeholder-yellow-300\/0::placeholder {
    color: rgb(253 224 71 / 0);
  }

  .\34xl\:placeholder-yellow-300\/10::-moz-placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:placeholder-yellow-300\/10::placeholder {
    color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:placeholder-yellow-300\/100::-moz-placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\34xl\:placeholder-yellow-300\/100::placeholder {
    color: rgb(253 224 71 / 1);
  }

  .\34xl\:placeholder-yellow-300\/20::-moz-placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:placeholder-yellow-300\/20::placeholder {
    color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:placeholder-yellow-300\/25::-moz-placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:placeholder-yellow-300\/25::placeholder {
    color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:placeholder-yellow-300\/30::-moz-placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:placeholder-yellow-300\/30::placeholder {
    color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:placeholder-yellow-300\/40::-moz-placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:placeholder-yellow-300\/40::placeholder {
    color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:placeholder-yellow-300\/5::-moz-placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:placeholder-yellow-300\/5::placeholder {
    color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:placeholder-yellow-300\/50::-moz-placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:placeholder-yellow-300\/50::placeholder {
    color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:placeholder-yellow-300\/60::-moz-placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:placeholder-yellow-300\/60::placeholder {
    color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:placeholder-yellow-300\/70::-moz-placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:placeholder-yellow-300\/70::placeholder {
    color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:placeholder-yellow-300\/75::-moz-placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:placeholder-yellow-300\/75::placeholder {
    color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:placeholder-yellow-300\/80::-moz-placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:placeholder-yellow-300\/80::placeholder {
    color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:placeholder-yellow-300\/90::-moz-placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:placeholder-yellow-300\/90::placeholder {
    color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:placeholder-yellow-300\/95::-moz-placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:placeholder-yellow-300\/95::placeholder {
    color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-400\/0::-moz-placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\34xl\:placeholder-yellow-400\/0::placeholder {
    color: rgb(250 204 21 / 0);
  }

  .\34xl\:placeholder-yellow-400\/10::-moz-placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:placeholder-yellow-400\/10::placeholder {
    color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:placeholder-yellow-400\/100::-moz-placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\34xl\:placeholder-yellow-400\/100::placeholder {
    color: rgb(250 204 21 / 1);
  }

  .\34xl\:placeholder-yellow-400\/20::-moz-placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:placeholder-yellow-400\/20::placeholder {
    color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:placeholder-yellow-400\/25::-moz-placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:placeholder-yellow-400\/25::placeholder {
    color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:placeholder-yellow-400\/30::-moz-placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:placeholder-yellow-400\/30::placeholder {
    color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:placeholder-yellow-400\/40::-moz-placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:placeholder-yellow-400\/40::placeholder {
    color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:placeholder-yellow-400\/5::-moz-placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:placeholder-yellow-400\/5::placeholder {
    color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:placeholder-yellow-400\/50::-moz-placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:placeholder-yellow-400\/50::placeholder {
    color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:placeholder-yellow-400\/60::-moz-placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:placeholder-yellow-400\/60::placeholder {
    color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:placeholder-yellow-400\/70::-moz-placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:placeholder-yellow-400\/70::placeholder {
    color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:placeholder-yellow-400\/75::-moz-placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:placeholder-yellow-400\/75::placeholder {
    color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:placeholder-yellow-400\/80::-moz-placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:placeholder-yellow-400\/80::placeholder {
    color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:placeholder-yellow-400\/90::-moz-placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:placeholder-yellow-400\/90::placeholder {
    color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:placeholder-yellow-400\/95::-moz-placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:placeholder-yellow-400\/95::placeholder {
    color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-50\/0::-moz-placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\34xl\:placeholder-yellow-50\/0::placeholder {
    color: rgb(254 252 232 / 0);
  }

  .\34xl\:placeholder-yellow-50\/10::-moz-placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:placeholder-yellow-50\/10::placeholder {
    color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:placeholder-yellow-50\/100::-moz-placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\34xl\:placeholder-yellow-50\/100::placeholder {
    color: rgb(254 252 232 / 1);
  }

  .\34xl\:placeholder-yellow-50\/20::-moz-placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:placeholder-yellow-50\/20::placeholder {
    color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:placeholder-yellow-50\/25::-moz-placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:placeholder-yellow-50\/25::placeholder {
    color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:placeholder-yellow-50\/30::-moz-placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:placeholder-yellow-50\/30::placeholder {
    color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:placeholder-yellow-50\/40::-moz-placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:placeholder-yellow-50\/40::placeholder {
    color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:placeholder-yellow-50\/5::-moz-placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:placeholder-yellow-50\/5::placeholder {
    color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:placeholder-yellow-50\/50::-moz-placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:placeholder-yellow-50\/50::placeholder {
    color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:placeholder-yellow-50\/60::-moz-placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:placeholder-yellow-50\/60::placeholder {
    color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:placeholder-yellow-50\/70::-moz-placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:placeholder-yellow-50\/70::placeholder {
    color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:placeholder-yellow-50\/75::-moz-placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:placeholder-yellow-50\/75::placeholder {
    color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:placeholder-yellow-50\/80::-moz-placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:placeholder-yellow-50\/80::placeholder {
    color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:placeholder-yellow-50\/90::-moz-placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:placeholder-yellow-50\/90::placeholder {
    color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:placeholder-yellow-50\/95::-moz-placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:placeholder-yellow-50\/95::placeholder {
    color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-500\/0::-moz-placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\34xl\:placeholder-yellow-500\/0::placeholder {
    color: rgb(234 179 8 / 0);
  }

  .\34xl\:placeholder-yellow-500\/10::-moz-placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:placeholder-yellow-500\/10::placeholder {
    color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:placeholder-yellow-500\/100::-moz-placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\34xl\:placeholder-yellow-500\/100::placeholder {
    color: rgb(234 179 8 / 1);
  }

  .\34xl\:placeholder-yellow-500\/20::-moz-placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:placeholder-yellow-500\/20::placeholder {
    color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:placeholder-yellow-500\/25::-moz-placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:placeholder-yellow-500\/25::placeholder {
    color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:placeholder-yellow-500\/30::-moz-placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:placeholder-yellow-500\/30::placeholder {
    color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:placeholder-yellow-500\/40::-moz-placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:placeholder-yellow-500\/40::placeholder {
    color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:placeholder-yellow-500\/5::-moz-placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:placeholder-yellow-500\/5::placeholder {
    color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:placeholder-yellow-500\/50::-moz-placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:placeholder-yellow-500\/50::placeholder {
    color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:placeholder-yellow-500\/60::-moz-placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:placeholder-yellow-500\/60::placeholder {
    color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:placeholder-yellow-500\/70::-moz-placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:placeholder-yellow-500\/70::placeholder {
    color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:placeholder-yellow-500\/75::-moz-placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:placeholder-yellow-500\/75::placeholder {
    color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:placeholder-yellow-500\/80::-moz-placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:placeholder-yellow-500\/80::placeholder {
    color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:placeholder-yellow-500\/90::-moz-placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:placeholder-yellow-500\/90::placeholder {
    color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:placeholder-yellow-500\/95::-moz-placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:placeholder-yellow-500\/95::placeholder {
    color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-600\/0::-moz-placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\34xl\:placeholder-yellow-600\/0::placeholder {
    color: rgb(202 138 4 / 0);
  }

  .\34xl\:placeholder-yellow-600\/10::-moz-placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:placeholder-yellow-600\/10::placeholder {
    color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:placeholder-yellow-600\/100::-moz-placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\34xl\:placeholder-yellow-600\/100::placeholder {
    color: rgb(202 138 4 / 1);
  }

  .\34xl\:placeholder-yellow-600\/20::-moz-placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:placeholder-yellow-600\/20::placeholder {
    color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:placeholder-yellow-600\/25::-moz-placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:placeholder-yellow-600\/25::placeholder {
    color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:placeholder-yellow-600\/30::-moz-placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:placeholder-yellow-600\/30::placeholder {
    color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:placeholder-yellow-600\/40::-moz-placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:placeholder-yellow-600\/40::placeholder {
    color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:placeholder-yellow-600\/5::-moz-placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:placeholder-yellow-600\/5::placeholder {
    color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:placeholder-yellow-600\/50::-moz-placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:placeholder-yellow-600\/50::placeholder {
    color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:placeholder-yellow-600\/60::-moz-placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:placeholder-yellow-600\/60::placeholder {
    color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:placeholder-yellow-600\/70::-moz-placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:placeholder-yellow-600\/70::placeholder {
    color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:placeholder-yellow-600\/75::-moz-placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:placeholder-yellow-600\/75::placeholder {
    color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:placeholder-yellow-600\/80::-moz-placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:placeholder-yellow-600\/80::placeholder {
    color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:placeholder-yellow-600\/90::-moz-placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:placeholder-yellow-600\/90::placeholder {
    color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:placeholder-yellow-600\/95::-moz-placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:placeholder-yellow-600\/95::placeholder {
    color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(161 98 7 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-700\/0::-moz-placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\34xl\:placeholder-yellow-700\/0::placeholder {
    color: rgb(161 98 7 / 0);
  }

  .\34xl\:placeholder-yellow-700\/10::-moz-placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:placeholder-yellow-700\/10::placeholder {
    color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:placeholder-yellow-700\/100::-moz-placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\34xl\:placeholder-yellow-700\/100::placeholder {
    color: rgb(161 98 7 / 1);
  }

  .\34xl\:placeholder-yellow-700\/20::-moz-placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:placeholder-yellow-700\/20::placeholder {
    color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:placeholder-yellow-700\/25::-moz-placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:placeholder-yellow-700\/25::placeholder {
    color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:placeholder-yellow-700\/30::-moz-placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:placeholder-yellow-700\/30::placeholder {
    color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:placeholder-yellow-700\/40::-moz-placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:placeholder-yellow-700\/40::placeholder {
    color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:placeholder-yellow-700\/5::-moz-placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:placeholder-yellow-700\/5::placeholder {
    color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:placeholder-yellow-700\/50::-moz-placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:placeholder-yellow-700\/50::placeholder {
    color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:placeholder-yellow-700\/60::-moz-placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:placeholder-yellow-700\/60::placeholder {
    color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:placeholder-yellow-700\/70::-moz-placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:placeholder-yellow-700\/70::placeholder {
    color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:placeholder-yellow-700\/75::-moz-placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:placeholder-yellow-700\/75::placeholder {
    color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:placeholder-yellow-700\/80::-moz-placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:placeholder-yellow-700\/80::placeholder {
    color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:placeholder-yellow-700\/90::-moz-placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:placeholder-yellow-700\/90::placeholder {
    color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:placeholder-yellow-700\/95::-moz-placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:placeholder-yellow-700\/95::placeholder {
    color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-800\/0::-moz-placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\34xl\:placeholder-yellow-800\/0::placeholder {
    color: rgb(133 77 14 / 0);
  }

  .\34xl\:placeholder-yellow-800\/10::-moz-placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:placeholder-yellow-800\/10::placeholder {
    color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:placeholder-yellow-800\/100::-moz-placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\34xl\:placeholder-yellow-800\/100::placeholder {
    color: rgb(133 77 14 / 1);
  }

  .\34xl\:placeholder-yellow-800\/20::-moz-placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:placeholder-yellow-800\/20::placeholder {
    color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:placeholder-yellow-800\/25::-moz-placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:placeholder-yellow-800\/25::placeholder {
    color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:placeholder-yellow-800\/30::-moz-placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:placeholder-yellow-800\/30::placeholder {
    color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:placeholder-yellow-800\/40::-moz-placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:placeholder-yellow-800\/40::placeholder {
    color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:placeholder-yellow-800\/5::-moz-placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:placeholder-yellow-800\/5::placeholder {
    color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:placeholder-yellow-800\/50::-moz-placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:placeholder-yellow-800\/50::placeholder {
    color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:placeholder-yellow-800\/60::-moz-placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:placeholder-yellow-800\/60::placeholder {
    color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:placeholder-yellow-800\/70::-moz-placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:placeholder-yellow-800\/70::placeholder {
    color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:placeholder-yellow-800\/75::-moz-placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:placeholder-yellow-800\/75::placeholder {
    color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:placeholder-yellow-800\/80::-moz-placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:placeholder-yellow-800\/80::placeholder {
    color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:placeholder-yellow-800\/90::-moz-placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:placeholder-yellow-800\/90::placeholder {
    color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:placeholder-yellow-800\/95::-moz-placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:placeholder-yellow-800\/95::placeholder {
    color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(113 63 18 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-900\/0::-moz-placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\34xl\:placeholder-yellow-900\/0::placeholder {
    color: rgb(113 63 18 / 0);
  }

  .\34xl\:placeholder-yellow-900\/10::-moz-placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:placeholder-yellow-900\/10::placeholder {
    color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:placeholder-yellow-900\/100::-moz-placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\34xl\:placeholder-yellow-900\/100::placeholder {
    color: rgb(113 63 18 / 1);
  }

  .\34xl\:placeholder-yellow-900\/20::-moz-placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:placeholder-yellow-900\/20::placeholder {
    color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:placeholder-yellow-900\/25::-moz-placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:placeholder-yellow-900\/25::placeholder {
    color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:placeholder-yellow-900\/30::-moz-placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:placeholder-yellow-900\/30::placeholder {
    color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:placeholder-yellow-900\/40::-moz-placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:placeholder-yellow-900\/40::placeholder {
    color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:placeholder-yellow-900\/5::-moz-placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:placeholder-yellow-900\/5::placeholder {
    color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:placeholder-yellow-900\/50::-moz-placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:placeholder-yellow-900\/50::placeholder {
    color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:placeholder-yellow-900\/60::-moz-placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:placeholder-yellow-900\/60::placeholder {
    color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:placeholder-yellow-900\/70::-moz-placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:placeholder-yellow-900\/70::placeholder {
    color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:placeholder-yellow-900\/75::-moz-placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:placeholder-yellow-900\/75::placeholder {
    color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:placeholder-yellow-900\/80::-moz-placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:placeholder-yellow-900\/80::placeholder {
    color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:placeholder-yellow-900\/90::-moz-placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:placeholder-yellow-900\/90::placeholder {
    color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:placeholder-yellow-900\/95::-moz-placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:placeholder-yellow-900\/95::placeholder {
    color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:placeholder-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(66 32 6 / var(--tw-placeholder-opacity));
  }

  .\34xl\:placeholder-yellow-950\/0::-moz-placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\34xl\:placeholder-yellow-950\/0::placeholder {
    color: rgb(66 32 6 / 0);
  }

  .\34xl\:placeholder-yellow-950\/10::-moz-placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:placeholder-yellow-950\/10::placeholder {
    color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:placeholder-yellow-950\/100::-moz-placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\34xl\:placeholder-yellow-950\/100::placeholder {
    color: rgb(66 32 6 / 1);
  }

  .\34xl\:placeholder-yellow-950\/20::-moz-placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:placeholder-yellow-950\/20::placeholder {
    color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:placeholder-yellow-950\/25::-moz-placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:placeholder-yellow-950\/25::placeholder {
    color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:placeholder-yellow-950\/30::-moz-placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:placeholder-yellow-950\/30::placeholder {
    color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:placeholder-yellow-950\/40::-moz-placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:placeholder-yellow-950\/40::placeholder {
    color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:placeholder-yellow-950\/5::-moz-placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:placeholder-yellow-950\/5::placeholder {
    color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:placeholder-yellow-950\/50::-moz-placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:placeholder-yellow-950\/50::placeholder {
    color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:placeholder-yellow-950\/60::-moz-placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:placeholder-yellow-950\/60::placeholder {
    color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:placeholder-yellow-950\/70::-moz-placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:placeholder-yellow-950\/70::placeholder {
    color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:placeholder-yellow-950\/75::-moz-placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:placeholder-yellow-950\/75::placeholder {
    color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:placeholder-yellow-950\/80::-moz-placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:placeholder-yellow-950\/80::placeholder {
    color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:placeholder-yellow-950\/90::-moz-placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:placeholder-yellow-950\/90::placeholder {
    color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:placeholder-yellow-950\/95::-moz-placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:placeholder-yellow-950\/95::placeholder {
    color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:caret-yellow-100 {
    caret-color: #fef9c3;
  }

  .\34xl\:caret-yellow-100\/0 {
    caret-color: rgb(254 249 195 / 0);
  }

  .\34xl\:caret-yellow-100\/10 {
    caret-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:caret-yellow-100\/100 {
    caret-color: rgb(254 249 195 / 1);
  }

  .\34xl\:caret-yellow-100\/20 {
    caret-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:caret-yellow-100\/25 {
    caret-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:caret-yellow-100\/30 {
    caret-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:caret-yellow-100\/5 {
    caret-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:caret-yellow-100\/50 {
    caret-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:caret-yellow-100\/70 {
    caret-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:caret-yellow-100\/75 {
    caret-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:caret-yellow-100\/80 {
    caret-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:caret-yellow-100\/90 {
    caret-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:caret-yellow-100\/95 {
    caret-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:caret-yellow-200 {
    caret-color: #fef08a;
  }

  .\34xl\:caret-yellow-200\/0 {
    caret-color: rgb(254 240 138 / 0);
  }

  .\34xl\:caret-yellow-200\/10 {
    caret-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:caret-yellow-200\/100 {
    caret-color: rgb(254 240 138 / 1);
  }

  .\34xl\:caret-yellow-200\/20 {
    caret-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:caret-yellow-200\/25 {
    caret-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:caret-yellow-200\/30 {
    caret-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:caret-yellow-200\/5 {
    caret-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:caret-yellow-200\/50 {
    caret-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:caret-yellow-200\/70 {
    caret-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:caret-yellow-200\/75 {
    caret-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:caret-yellow-200\/80 {
    caret-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:caret-yellow-200\/90 {
    caret-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:caret-yellow-200\/95 {
    caret-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:caret-yellow-300 {
    caret-color: #fde047;
  }

  .\34xl\:caret-yellow-300\/0 {
    caret-color: rgb(253 224 71 / 0);
  }

  .\34xl\:caret-yellow-300\/10 {
    caret-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:caret-yellow-300\/100 {
    caret-color: rgb(253 224 71 / 1);
  }

  .\34xl\:caret-yellow-300\/20 {
    caret-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:caret-yellow-300\/25 {
    caret-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:caret-yellow-300\/30 {
    caret-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:caret-yellow-300\/40 {
    caret-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:caret-yellow-300\/5 {
    caret-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:caret-yellow-300\/50 {
    caret-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:caret-yellow-300\/60 {
    caret-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:caret-yellow-300\/70 {
    caret-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:caret-yellow-300\/75 {
    caret-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:caret-yellow-300\/80 {
    caret-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:caret-yellow-300\/90 {
    caret-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:caret-yellow-300\/95 {
    caret-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:caret-yellow-400 {
    caret-color: #facc15;
  }

  .\34xl\:caret-yellow-400\/0 {
    caret-color: rgb(250 204 21 / 0);
  }

  .\34xl\:caret-yellow-400\/10 {
    caret-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:caret-yellow-400\/100 {
    caret-color: rgb(250 204 21 / 1);
  }

  .\34xl\:caret-yellow-400\/20 {
    caret-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:caret-yellow-400\/25 {
    caret-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:caret-yellow-400\/30 {
    caret-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:caret-yellow-400\/5 {
    caret-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:caret-yellow-400\/50 {
    caret-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:caret-yellow-400\/70 {
    caret-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:caret-yellow-400\/75 {
    caret-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:caret-yellow-400\/80 {
    caret-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:caret-yellow-400\/90 {
    caret-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:caret-yellow-400\/95 {
    caret-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:caret-yellow-50 {
    caret-color: #fefce8;
  }

  .\34xl\:caret-yellow-50\/0 {
    caret-color: rgb(254 252 232 / 0);
  }

  .\34xl\:caret-yellow-50\/10 {
    caret-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:caret-yellow-50\/100 {
    caret-color: rgb(254 252 232 / 1);
  }

  .\34xl\:caret-yellow-50\/20 {
    caret-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:caret-yellow-50\/25 {
    caret-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:caret-yellow-50\/30 {
    caret-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:caret-yellow-50\/5 {
    caret-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:caret-yellow-50\/50 {
    caret-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:caret-yellow-50\/70 {
    caret-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:caret-yellow-50\/75 {
    caret-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:caret-yellow-50\/80 {
    caret-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:caret-yellow-50\/90 {
    caret-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:caret-yellow-50\/95 {
    caret-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:caret-yellow-500 {
    caret-color: #eab308;
  }

  .\34xl\:caret-yellow-500\/0 {
    caret-color: rgb(234 179 8 / 0);
  }

  .\34xl\:caret-yellow-500\/10 {
    caret-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:caret-yellow-500\/100 {
    caret-color: rgb(234 179 8 / 1);
  }

  .\34xl\:caret-yellow-500\/20 {
    caret-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:caret-yellow-500\/25 {
    caret-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:caret-yellow-500\/30 {
    caret-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:caret-yellow-500\/5 {
    caret-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:caret-yellow-500\/50 {
    caret-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:caret-yellow-500\/70 {
    caret-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:caret-yellow-500\/75 {
    caret-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:caret-yellow-500\/80 {
    caret-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:caret-yellow-500\/90 {
    caret-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:caret-yellow-500\/95 {
    caret-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:caret-yellow-600 {
    caret-color: #ca8a04;
  }

  .\34xl\:caret-yellow-600\/0 {
    caret-color: rgb(202 138 4 / 0);
  }

  .\34xl\:caret-yellow-600\/10 {
    caret-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:caret-yellow-600\/100 {
    caret-color: rgb(202 138 4 / 1);
  }

  .\34xl\:caret-yellow-600\/20 {
    caret-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:caret-yellow-600\/25 {
    caret-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:caret-yellow-600\/30 {
    caret-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:caret-yellow-600\/5 {
    caret-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:caret-yellow-600\/50 {
    caret-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:caret-yellow-600\/70 {
    caret-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:caret-yellow-600\/75 {
    caret-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:caret-yellow-600\/80 {
    caret-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:caret-yellow-600\/90 {
    caret-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:caret-yellow-600\/95 {
    caret-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:caret-yellow-700 {
    caret-color: #a16207;
  }

  .\34xl\:caret-yellow-700\/0 {
    caret-color: rgb(161 98 7 / 0);
  }

  .\34xl\:caret-yellow-700\/10 {
    caret-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:caret-yellow-700\/100 {
    caret-color: rgb(161 98 7 / 1);
  }

  .\34xl\:caret-yellow-700\/20 {
    caret-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:caret-yellow-700\/25 {
    caret-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:caret-yellow-700\/30 {
    caret-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:caret-yellow-700\/40 {
    caret-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:caret-yellow-700\/5 {
    caret-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:caret-yellow-700\/50 {
    caret-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:caret-yellow-700\/60 {
    caret-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:caret-yellow-700\/70 {
    caret-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:caret-yellow-700\/75 {
    caret-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:caret-yellow-700\/80 {
    caret-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:caret-yellow-700\/90 {
    caret-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:caret-yellow-700\/95 {
    caret-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:caret-yellow-800 {
    caret-color: #854d0e;
  }

  .\34xl\:caret-yellow-800\/0 {
    caret-color: rgb(133 77 14 / 0);
  }

  .\34xl\:caret-yellow-800\/10 {
    caret-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:caret-yellow-800\/100 {
    caret-color: rgb(133 77 14 / 1);
  }

  .\34xl\:caret-yellow-800\/20 {
    caret-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:caret-yellow-800\/25 {
    caret-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:caret-yellow-800\/30 {
    caret-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:caret-yellow-800\/5 {
    caret-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:caret-yellow-800\/50 {
    caret-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:caret-yellow-800\/70 {
    caret-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:caret-yellow-800\/75 {
    caret-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:caret-yellow-800\/80 {
    caret-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:caret-yellow-800\/90 {
    caret-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:caret-yellow-800\/95 {
    caret-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:caret-yellow-900 {
    caret-color: #713f12;
  }

  .\34xl\:caret-yellow-900\/0 {
    caret-color: rgb(113 63 18 / 0);
  }

  .\34xl\:caret-yellow-900\/10 {
    caret-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:caret-yellow-900\/100 {
    caret-color: rgb(113 63 18 / 1);
  }

  .\34xl\:caret-yellow-900\/20 {
    caret-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:caret-yellow-900\/25 {
    caret-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:caret-yellow-900\/30 {
    caret-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:caret-yellow-900\/40 {
    caret-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:caret-yellow-900\/5 {
    caret-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:caret-yellow-900\/50 {
    caret-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:caret-yellow-900\/60 {
    caret-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:caret-yellow-900\/70 {
    caret-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:caret-yellow-900\/75 {
    caret-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:caret-yellow-900\/80 {
    caret-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:caret-yellow-900\/90 {
    caret-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:caret-yellow-900\/95 {
    caret-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:caret-yellow-950 {
    caret-color: #422006;
  }

  .\34xl\:caret-yellow-950\/0 {
    caret-color: rgb(66 32 6 / 0);
  }

  .\34xl\:caret-yellow-950\/10 {
    caret-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:caret-yellow-950\/100 {
    caret-color: rgb(66 32 6 / 1);
  }

  .\34xl\:caret-yellow-950\/20 {
    caret-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:caret-yellow-950\/25 {
    caret-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:caret-yellow-950\/30 {
    caret-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:caret-yellow-950\/40 {
    caret-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:caret-yellow-950\/5 {
    caret-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:caret-yellow-950\/50 {
    caret-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:caret-yellow-950\/60 {
    caret-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:caret-yellow-950\/70 {
    caret-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:caret-yellow-950\/75 {
    caret-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:caret-yellow-950\/80 {
    caret-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:caret-yellow-950\/90 {
    caret-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:caret-yellow-950\/95 {
    caret-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:accent-yellow-100 {
    accent-color: #fef9c3;
  }

  .\34xl\:accent-yellow-100\/0 {
    accent-color: rgb(254 249 195 / 0);
  }

  .\34xl\:accent-yellow-100\/10 {
    accent-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:accent-yellow-100\/100 {
    accent-color: rgb(254 249 195 / 1);
  }

  .\34xl\:accent-yellow-100\/20 {
    accent-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:accent-yellow-100\/25 {
    accent-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:accent-yellow-100\/30 {
    accent-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:accent-yellow-100\/5 {
    accent-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:accent-yellow-100\/50 {
    accent-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:accent-yellow-100\/70 {
    accent-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:accent-yellow-100\/75 {
    accent-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:accent-yellow-100\/80 {
    accent-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:accent-yellow-100\/90 {
    accent-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:accent-yellow-100\/95 {
    accent-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:accent-yellow-200 {
    accent-color: #fef08a;
  }

  .\34xl\:accent-yellow-200\/0 {
    accent-color: rgb(254 240 138 / 0);
  }

  .\34xl\:accent-yellow-200\/10 {
    accent-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:accent-yellow-200\/100 {
    accent-color: rgb(254 240 138 / 1);
  }

  .\34xl\:accent-yellow-200\/20 {
    accent-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:accent-yellow-200\/25 {
    accent-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:accent-yellow-200\/30 {
    accent-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:accent-yellow-200\/5 {
    accent-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:accent-yellow-200\/50 {
    accent-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:accent-yellow-200\/70 {
    accent-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:accent-yellow-200\/75 {
    accent-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:accent-yellow-200\/80 {
    accent-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:accent-yellow-200\/90 {
    accent-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:accent-yellow-200\/95 {
    accent-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:accent-yellow-300 {
    accent-color: #fde047;
  }

  .\34xl\:accent-yellow-300\/0 {
    accent-color: rgb(253 224 71 / 0);
  }

  .\34xl\:accent-yellow-300\/10 {
    accent-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:accent-yellow-300\/100 {
    accent-color: rgb(253 224 71 / 1);
  }

  .\34xl\:accent-yellow-300\/20 {
    accent-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:accent-yellow-300\/25 {
    accent-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:accent-yellow-300\/30 {
    accent-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:accent-yellow-300\/40 {
    accent-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:accent-yellow-300\/5 {
    accent-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:accent-yellow-300\/50 {
    accent-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:accent-yellow-300\/60 {
    accent-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:accent-yellow-300\/70 {
    accent-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:accent-yellow-300\/75 {
    accent-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:accent-yellow-300\/80 {
    accent-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:accent-yellow-300\/90 {
    accent-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:accent-yellow-300\/95 {
    accent-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:accent-yellow-400 {
    accent-color: #facc15;
  }

  .\34xl\:accent-yellow-400\/0 {
    accent-color: rgb(250 204 21 / 0);
  }

  .\34xl\:accent-yellow-400\/10 {
    accent-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:accent-yellow-400\/100 {
    accent-color: rgb(250 204 21 / 1);
  }

  .\34xl\:accent-yellow-400\/20 {
    accent-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:accent-yellow-400\/25 {
    accent-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:accent-yellow-400\/30 {
    accent-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:accent-yellow-400\/5 {
    accent-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:accent-yellow-400\/50 {
    accent-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:accent-yellow-400\/70 {
    accent-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:accent-yellow-400\/75 {
    accent-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:accent-yellow-400\/80 {
    accent-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:accent-yellow-400\/90 {
    accent-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:accent-yellow-400\/95 {
    accent-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:accent-yellow-50 {
    accent-color: #fefce8;
  }

  .\34xl\:accent-yellow-50\/0 {
    accent-color: rgb(254 252 232 / 0);
  }

  .\34xl\:accent-yellow-50\/10 {
    accent-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:accent-yellow-50\/100 {
    accent-color: rgb(254 252 232 / 1);
  }

  .\34xl\:accent-yellow-50\/20 {
    accent-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:accent-yellow-50\/25 {
    accent-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:accent-yellow-50\/30 {
    accent-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:accent-yellow-50\/5 {
    accent-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:accent-yellow-50\/50 {
    accent-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:accent-yellow-50\/70 {
    accent-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:accent-yellow-50\/75 {
    accent-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:accent-yellow-50\/80 {
    accent-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:accent-yellow-50\/90 {
    accent-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:accent-yellow-50\/95 {
    accent-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:accent-yellow-500 {
    accent-color: #eab308;
  }

  .\34xl\:accent-yellow-500\/0 {
    accent-color: rgb(234 179 8 / 0);
  }

  .\34xl\:accent-yellow-500\/10 {
    accent-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:accent-yellow-500\/100 {
    accent-color: rgb(234 179 8 / 1);
  }

  .\34xl\:accent-yellow-500\/20 {
    accent-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:accent-yellow-500\/25 {
    accent-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:accent-yellow-500\/30 {
    accent-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:accent-yellow-500\/5 {
    accent-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:accent-yellow-500\/50 {
    accent-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:accent-yellow-500\/70 {
    accent-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:accent-yellow-500\/75 {
    accent-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:accent-yellow-500\/80 {
    accent-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:accent-yellow-500\/90 {
    accent-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:accent-yellow-500\/95 {
    accent-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:accent-yellow-600 {
    accent-color: #ca8a04;
  }

  .\34xl\:accent-yellow-600\/0 {
    accent-color: rgb(202 138 4 / 0);
  }

  .\34xl\:accent-yellow-600\/10 {
    accent-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:accent-yellow-600\/100 {
    accent-color: rgb(202 138 4 / 1);
  }

  .\34xl\:accent-yellow-600\/20 {
    accent-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:accent-yellow-600\/25 {
    accent-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:accent-yellow-600\/30 {
    accent-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:accent-yellow-600\/5 {
    accent-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:accent-yellow-600\/50 {
    accent-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:accent-yellow-600\/70 {
    accent-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:accent-yellow-600\/75 {
    accent-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:accent-yellow-600\/80 {
    accent-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:accent-yellow-600\/90 {
    accent-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:accent-yellow-600\/95 {
    accent-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:accent-yellow-700 {
    accent-color: #a16207;
  }

  .\34xl\:accent-yellow-700\/0 {
    accent-color: rgb(161 98 7 / 0);
  }

  .\34xl\:accent-yellow-700\/10 {
    accent-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:accent-yellow-700\/100 {
    accent-color: rgb(161 98 7 / 1);
  }

  .\34xl\:accent-yellow-700\/20 {
    accent-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:accent-yellow-700\/25 {
    accent-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:accent-yellow-700\/30 {
    accent-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:accent-yellow-700\/40 {
    accent-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:accent-yellow-700\/5 {
    accent-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:accent-yellow-700\/50 {
    accent-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:accent-yellow-700\/60 {
    accent-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:accent-yellow-700\/70 {
    accent-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:accent-yellow-700\/75 {
    accent-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:accent-yellow-700\/80 {
    accent-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:accent-yellow-700\/90 {
    accent-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:accent-yellow-700\/95 {
    accent-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:accent-yellow-800 {
    accent-color: #854d0e;
  }

  .\34xl\:accent-yellow-800\/0 {
    accent-color: rgb(133 77 14 / 0);
  }

  .\34xl\:accent-yellow-800\/10 {
    accent-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:accent-yellow-800\/100 {
    accent-color: rgb(133 77 14 / 1);
  }

  .\34xl\:accent-yellow-800\/20 {
    accent-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:accent-yellow-800\/25 {
    accent-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:accent-yellow-800\/30 {
    accent-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:accent-yellow-800\/5 {
    accent-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:accent-yellow-800\/50 {
    accent-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:accent-yellow-800\/70 {
    accent-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:accent-yellow-800\/75 {
    accent-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:accent-yellow-800\/80 {
    accent-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:accent-yellow-800\/90 {
    accent-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:accent-yellow-800\/95 {
    accent-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:accent-yellow-900 {
    accent-color: #713f12;
  }

  .\34xl\:accent-yellow-900\/0 {
    accent-color: rgb(113 63 18 / 0);
  }

  .\34xl\:accent-yellow-900\/10 {
    accent-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:accent-yellow-900\/100 {
    accent-color: rgb(113 63 18 / 1);
  }

  .\34xl\:accent-yellow-900\/20 {
    accent-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:accent-yellow-900\/25 {
    accent-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:accent-yellow-900\/30 {
    accent-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:accent-yellow-900\/40 {
    accent-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:accent-yellow-900\/5 {
    accent-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:accent-yellow-900\/50 {
    accent-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:accent-yellow-900\/60 {
    accent-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:accent-yellow-900\/70 {
    accent-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:accent-yellow-900\/75 {
    accent-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:accent-yellow-900\/80 {
    accent-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:accent-yellow-900\/90 {
    accent-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:accent-yellow-900\/95 {
    accent-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:accent-yellow-950 {
    accent-color: #422006;
  }

  .\34xl\:accent-yellow-950\/0 {
    accent-color: rgb(66 32 6 / 0);
  }

  .\34xl\:accent-yellow-950\/10 {
    accent-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:accent-yellow-950\/100 {
    accent-color: rgb(66 32 6 / 1);
  }

  .\34xl\:accent-yellow-950\/20 {
    accent-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:accent-yellow-950\/25 {
    accent-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:accent-yellow-950\/30 {
    accent-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:accent-yellow-950\/40 {
    accent-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:accent-yellow-950\/5 {
    accent-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:accent-yellow-950\/50 {
    accent-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:accent-yellow-950\/60 {
    accent-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:accent-yellow-950\/70 {
    accent-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:accent-yellow-950\/75 {
    accent-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:accent-yellow-950\/80 {
    accent-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:accent-yellow-950\/90 {
    accent-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:accent-yellow-950\/95 {
    accent-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:shadow-1 {
    --tw-shadow: 1px 1px 10px #000;
    --tw-shadow-colored: 1px 1px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\34xl\: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);
  }

  .\34xl\:shadow-yellow-100 {
    --tw-shadow-color: #fef9c3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/0 {
    --tw-shadow-color: rgb(254 249 195 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/10 {
    --tw-shadow-color: rgb(254 249 195 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/100 {
    --tw-shadow-color: rgb(254 249 195 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/20 {
    --tw-shadow-color: rgb(254 249 195 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/25 {
    --tw-shadow-color: rgb(254 249 195 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/30 {
    --tw-shadow-color: rgb(254 249 195 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/40 {
    --tw-shadow-color: rgb(254 249 195 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/5 {
    --tw-shadow-color: rgb(254 249 195 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/50 {
    --tw-shadow-color: rgb(254 249 195 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/60 {
    --tw-shadow-color: rgb(254 249 195 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/70 {
    --tw-shadow-color: rgb(254 249 195 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/75 {
    --tw-shadow-color: rgb(254 249 195 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/80 {
    --tw-shadow-color: rgb(254 249 195 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/90 {
    --tw-shadow-color: rgb(254 249 195 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-100\/95 {
    --tw-shadow-color: rgb(254 249 195 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200 {
    --tw-shadow-color: #fef08a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/0 {
    --tw-shadow-color: rgb(254 240 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/10 {
    --tw-shadow-color: rgb(254 240 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/100 {
    --tw-shadow-color: rgb(254 240 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/20 {
    --tw-shadow-color: rgb(254 240 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/25 {
    --tw-shadow-color: rgb(254 240 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/30 {
    --tw-shadow-color: rgb(254 240 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/40 {
    --tw-shadow-color: rgb(254 240 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/5 {
    --tw-shadow-color: rgb(254 240 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/50 {
    --tw-shadow-color: rgb(254 240 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/60 {
    --tw-shadow-color: rgb(254 240 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/70 {
    --tw-shadow-color: rgb(254 240 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/75 {
    --tw-shadow-color: rgb(254 240 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/80 {
    --tw-shadow-color: rgb(254 240 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/90 {
    --tw-shadow-color: rgb(254 240 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-200\/95 {
    --tw-shadow-color: rgb(254 240 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300 {
    --tw-shadow-color: #fde047;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/0 {
    --tw-shadow-color: rgb(253 224 71 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/10 {
    --tw-shadow-color: rgb(253 224 71 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/100 {
    --tw-shadow-color: rgb(253 224 71 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/20 {
    --tw-shadow-color: rgb(253 224 71 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/25 {
    --tw-shadow-color: rgb(253 224 71 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/30 {
    --tw-shadow-color: rgb(253 224 71 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/40 {
    --tw-shadow-color: rgb(253 224 71 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/5 {
    --tw-shadow-color: rgb(253 224 71 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/50 {
    --tw-shadow-color: rgb(253 224 71 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/60 {
    --tw-shadow-color: rgb(253 224 71 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/70 {
    --tw-shadow-color: rgb(253 224 71 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/75 {
    --tw-shadow-color: rgb(253 224 71 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/80 {
    --tw-shadow-color: rgb(253 224 71 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/90 {
    --tw-shadow-color: rgb(253 224 71 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-300\/95 {
    --tw-shadow-color: rgb(253 224 71 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400 {
    --tw-shadow-color: #facc15;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/0 {
    --tw-shadow-color: rgb(250 204 21 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/10 {
    --tw-shadow-color: rgb(250 204 21 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/100 {
    --tw-shadow-color: rgb(250 204 21 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/20 {
    --tw-shadow-color: rgb(250 204 21 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/25 {
    --tw-shadow-color: rgb(250 204 21 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/30 {
    --tw-shadow-color: rgb(250 204 21 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/40 {
    --tw-shadow-color: rgb(250 204 21 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/5 {
    --tw-shadow-color: rgb(250 204 21 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/50 {
    --tw-shadow-color: rgb(250 204 21 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/60 {
    --tw-shadow-color: rgb(250 204 21 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/70 {
    --tw-shadow-color: rgb(250 204 21 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/75 {
    --tw-shadow-color: rgb(250 204 21 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/80 {
    --tw-shadow-color: rgb(250 204 21 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/90 {
    --tw-shadow-color: rgb(250 204 21 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-400\/95 {
    --tw-shadow-color: rgb(250 204 21 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50 {
    --tw-shadow-color: #fefce8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/0 {
    --tw-shadow-color: rgb(254 252 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/10 {
    --tw-shadow-color: rgb(254 252 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/100 {
    --tw-shadow-color: rgb(254 252 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/20 {
    --tw-shadow-color: rgb(254 252 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/25 {
    --tw-shadow-color: rgb(254 252 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/30 {
    --tw-shadow-color: rgb(254 252 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/40 {
    --tw-shadow-color: rgb(254 252 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/5 {
    --tw-shadow-color: rgb(254 252 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/50 {
    --tw-shadow-color: rgb(254 252 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/60 {
    --tw-shadow-color: rgb(254 252 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/70 {
    --tw-shadow-color: rgb(254 252 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/75 {
    --tw-shadow-color: rgb(254 252 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/80 {
    --tw-shadow-color: rgb(254 252 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/90 {
    --tw-shadow-color: rgb(254 252 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-50\/95 {
    --tw-shadow-color: rgb(254 252 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500 {
    --tw-shadow-color: #eab308;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/0 {
    --tw-shadow-color: rgb(234 179 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/10 {
    --tw-shadow-color: rgb(234 179 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/100 {
    --tw-shadow-color: rgb(234 179 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/20 {
    --tw-shadow-color: rgb(234 179 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/25 {
    --tw-shadow-color: rgb(234 179 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/30 {
    --tw-shadow-color: rgb(234 179 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/40 {
    --tw-shadow-color: rgb(234 179 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/5 {
    --tw-shadow-color: rgb(234 179 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/50 {
    --tw-shadow-color: rgb(234 179 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/60 {
    --tw-shadow-color: rgb(234 179 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/70 {
    --tw-shadow-color: rgb(234 179 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/75 {
    --tw-shadow-color: rgb(234 179 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/80 {
    --tw-shadow-color: rgb(234 179 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/90 {
    --tw-shadow-color: rgb(234 179 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-500\/95 {
    --tw-shadow-color: rgb(234 179 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600 {
    --tw-shadow-color: #ca8a04;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/0 {
    --tw-shadow-color: rgb(202 138 4 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/10 {
    --tw-shadow-color: rgb(202 138 4 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/100 {
    --tw-shadow-color: rgb(202 138 4 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/20 {
    --tw-shadow-color: rgb(202 138 4 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/25 {
    --tw-shadow-color: rgb(202 138 4 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/30 {
    --tw-shadow-color: rgb(202 138 4 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/40 {
    --tw-shadow-color: rgb(202 138 4 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/5 {
    --tw-shadow-color: rgb(202 138 4 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/50 {
    --tw-shadow-color: rgb(202 138 4 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/60 {
    --tw-shadow-color: rgb(202 138 4 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/70 {
    --tw-shadow-color: rgb(202 138 4 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/75 {
    --tw-shadow-color: rgb(202 138 4 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/80 {
    --tw-shadow-color: rgb(202 138 4 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/90 {
    --tw-shadow-color: rgb(202 138 4 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-600\/95 {
    --tw-shadow-color: rgb(202 138 4 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700 {
    --tw-shadow-color: #a16207;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/0 {
    --tw-shadow-color: rgb(161 98 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/10 {
    --tw-shadow-color: rgb(161 98 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/100 {
    --tw-shadow-color: rgb(161 98 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/20 {
    --tw-shadow-color: rgb(161 98 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/25 {
    --tw-shadow-color: rgb(161 98 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/30 {
    --tw-shadow-color: rgb(161 98 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/40 {
    --tw-shadow-color: rgb(161 98 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/5 {
    --tw-shadow-color: rgb(161 98 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/50 {
    --tw-shadow-color: rgb(161 98 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/60 {
    --tw-shadow-color: rgb(161 98 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/70 {
    --tw-shadow-color: rgb(161 98 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/75 {
    --tw-shadow-color: rgb(161 98 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/80 {
    --tw-shadow-color: rgb(161 98 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/90 {
    --tw-shadow-color: rgb(161 98 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-700\/95 {
    --tw-shadow-color: rgb(161 98 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800 {
    --tw-shadow-color: #854d0e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/0 {
    --tw-shadow-color: rgb(133 77 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/10 {
    --tw-shadow-color: rgb(133 77 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/100 {
    --tw-shadow-color: rgb(133 77 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/20 {
    --tw-shadow-color: rgb(133 77 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/25 {
    --tw-shadow-color: rgb(133 77 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/30 {
    --tw-shadow-color: rgb(133 77 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/40 {
    --tw-shadow-color: rgb(133 77 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/5 {
    --tw-shadow-color: rgb(133 77 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/50 {
    --tw-shadow-color: rgb(133 77 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/60 {
    --tw-shadow-color: rgb(133 77 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/70 {
    --tw-shadow-color: rgb(133 77 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/75 {
    --tw-shadow-color: rgb(133 77 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/80 {
    --tw-shadow-color: rgb(133 77 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/90 {
    --tw-shadow-color: rgb(133 77 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-800\/95 {
    --tw-shadow-color: rgb(133 77 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900 {
    --tw-shadow-color: #713f12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/0 {
    --tw-shadow-color: rgb(113 63 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/10 {
    --tw-shadow-color: rgb(113 63 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/100 {
    --tw-shadow-color: rgb(113 63 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/20 {
    --tw-shadow-color: rgb(113 63 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/25 {
    --tw-shadow-color: rgb(113 63 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/30 {
    --tw-shadow-color: rgb(113 63 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/40 {
    --tw-shadow-color: rgb(113 63 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/5 {
    --tw-shadow-color: rgb(113 63 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/50 {
    --tw-shadow-color: rgb(113 63 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/60 {
    --tw-shadow-color: rgb(113 63 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/70 {
    --tw-shadow-color: rgb(113 63 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/75 {
    --tw-shadow-color: rgb(113 63 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/80 {
    --tw-shadow-color: rgb(113 63 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/90 {
    --tw-shadow-color: rgb(113 63 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-900\/95 {
    --tw-shadow-color: rgb(113 63 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950 {
    --tw-shadow-color: #422006;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/0 {
    --tw-shadow-color: rgb(66 32 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/10 {
    --tw-shadow-color: rgb(66 32 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/100 {
    --tw-shadow-color: rgb(66 32 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/20 {
    --tw-shadow-color: rgb(66 32 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/25 {
    --tw-shadow-color: rgb(66 32 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/30 {
    --tw-shadow-color: rgb(66 32 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/40 {
    --tw-shadow-color: rgb(66 32 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/5 {
    --tw-shadow-color: rgb(66 32 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/50 {
    --tw-shadow-color: rgb(66 32 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/60 {
    --tw-shadow-color: rgb(66 32 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/70 {
    --tw-shadow-color: rgb(66 32 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/75 {
    --tw-shadow-color: rgb(66 32 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/80 {
    --tw-shadow-color: rgb(66 32 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/90 {
    --tw-shadow-color: rgb(66 32 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:shadow-yellow-950\/95 {
    --tw-shadow-color: rgb(66 32 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .\34xl\:outline-yellow-100 {
    outline-color: #fef9c3;
  }

  .\34xl\:outline-yellow-100\/0 {
    outline-color: rgb(254 249 195 / 0);
  }

  .\34xl\:outline-yellow-100\/10 {
    outline-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:outline-yellow-100\/100 {
    outline-color: rgb(254 249 195 / 1);
  }

  .\34xl\:outline-yellow-100\/20 {
    outline-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:outline-yellow-100\/25 {
    outline-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:outline-yellow-100\/30 {
    outline-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:outline-yellow-100\/5 {
    outline-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:outline-yellow-100\/50 {
    outline-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:outline-yellow-100\/70 {
    outline-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:outline-yellow-100\/75 {
    outline-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:outline-yellow-100\/80 {
    outline-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:outline-yellow-100\/90 {
    outline-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:outline-yellow-100\/95 {
    outline-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:outline-yellow-200 {
    outline-color: #fef08a;
  }

  .\34xl\:outline-yellow-200\/0 {
    outline-color: rgb(254 240 138 / 0);
  }

  .\34xl\:outline-yellow-200\/10 {
    outline-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:outline-yellow-200\/100 {
    outline-color: rgb(254 240 138 / 1);
  }

  .\34xl\:outline-yellow-200\/20 {
    outline-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:outline-yellow-200\/25 {
    outline-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:outline-yellow-200\/30 {
    outline-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:outline-yellow-200\/5 {
    outline-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:outline-yellow-200\/50 {
    outline-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:outline-yellow-200\/70 {
    outline-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:outline-yellow-200\/75 {
    outline-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:outline-yellow-200\/80 {
    outline-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:outline-yellow-200\/90 {
    outline-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:outline-yellow-200\/95 {
    outline-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:outline-yellow-300 {
    outline-color: #fde047;
  }

  .\34xl\:outline-yellow-300\/0 {
    outline-color: rgb(253 224 71 / 0);
  }

  .\34xl\:outline-yellow-300\/10 {
    outline-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:outline-yellow-300\/100 {
    outline-color: rgb(253 224 71 / 1);
  }

  .\34xl\:outline-yellow-300\/20 {
    outline-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:outline-yellow-300\/25 {
    outline-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:outline-yellow-300\/30 {
    outline-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:outline-yellow-300\/40 {
    outline-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:outline-yellow-300\/5 {
    outline-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:outline-yellow-300\/50 {
    outline-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:outline-yellow-300\/60 {
    outline-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:outline-yellow-300\/70 {
    outline-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:outline-yellow-300\/75 {
    outline-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:outline-yellow-300\/80 {
    outline-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:outline-yellow-300\/90 {
    outline-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:outline-yellow-300\/95 {
    outline-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:outline-yellow-400 {
    outline-color: #facc15;
  }

  .\34xl\:outline-yellow-400\/0 {
    outline-color: rgb(250 204 21 / 0);
  }

  .\34xl\:outline-yellow-400\/10 {
    outline-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:outline-yellow-400\/100 {
    outline-color: rgb(250 204 21 / 1);
  }

  .\34xl\:outline-yellow-400\/20 {
    outline-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:outline-yellow-400\/25 {
    outline-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:outline-yellow-400\/30 {
    outline-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:outline-yellow-400\/5 {
    outline-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:outline-yellow-400\/50 {
    outline-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:outline-yellow-400\/70 {
    outline-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:outline-yellow-400\/75 {
    outline-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:outline-yellow-400\/80 {
    outline-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:outline-yellow-400\/90 {
    outline-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:outline-yellow-400\/95 {
    outline-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:outline-yellow-50 {
    outline-color: #fefce8;
  }

  .\34xl\:outline-yellow-50\/0 {
    outline-color: rgb(254 252 232 / 0);
  }

  .\34xl\:outline-yellow-50\/10 {
    outline-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:outline-yellow-50\/100 {
    outline-color: rgb(254 252 232 / 1);
  }

  .\34xl\:outline-yellow-50\/20 {
    outline-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:outline-yellow-50\/25 {
    outline-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:outline-yellow-50\/30 {
    outline-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:outline-yellow-50\/5 {
    outline-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:outline-yellow-50\/50 {
    outline-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:outline-yellow-50\/70 {
    outline-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:outline-yellow-50\/75 {
    outline-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:outline-yellow-50\/80 {
    outline-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:outline-yellow-50\/90 {
    outline-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:outline-yellow-50\/95 {
    outline-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:outline-yellow-500 {
    outline-color: #eab308;
  }

  .\34xl\:outline-yellow-500\/0 {
    outline-color: rgb(234 179 8 / 0);
  }

  .\34xl\:outline-yellow-500\/10 {
    outline-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:outline-yellow-500\/100 {
    outline-color: rgb(234 179 8 / 1);
  }

  .\34xl\:outline-yellow-500\/20 {
    outline-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:outline-yellow-500\/25 {
    outline-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:outline-yellow-500\/30 {
    outline-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:outline-yellow-500\/5 {
    outline-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:outline-yellow-500\/50 {
    outline-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:outline-yellow-500\/70 {
    outline-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:outline-yellow-500\/75 {
    outline-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:outline-yellow-500\/80 {
    outline-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:outline-yellow-500\/90 {
    outline-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:outline-yellow-500\/95 {
    outline-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:outline-yellow-600 {
    outline-color: #ca8a04;
  }

  .\34xl\:outline-yellow-600\/0 {
    outline-color: rgb(202 138 4 / 0);
  }

  .\34xl\:outline-yellow-600\/10 {
    outline-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:outline-yellow-600\/100 {
    outline-color: rgb(202 138 4 / 1);
  }

  .\34xl\:outline-yellow-600\/20 {
    outline-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:outline-yellow-600\/25 {
    outline-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:outline-yellow-600\/30 {
    outline-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:outline-yellow-600\/5 {
    outline-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:outline-yellow-600\/50 {
    outline-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:outline-yellow-600\/70 {
    outline-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:outline-yellow-600\/75 {
    outline-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:outline-yellow-600\/80 {
    outline-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:outline-yellow-600\/90 {
    outline-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:outline-yellow-600\/95 {
    outline-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:outline-yellow-700 {
    outline-color: #a16207;
  }

  .\34xl\:outline-yellow-700\/0 {
    outline-color: rgb(161 98 7 / 0);
  }

  .\34xl\:outline-yellow-700\/10 {
    outline-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:outline-yellow-700\/100 {
    outline-color: rgb(161 98 7 / 1);
  }

  .\34xl\:outline-yellow-700\/20 {
    outline-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:outline-yellow-700\/25 {
    outline-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:outline-yellow-700\/30 {
    outline-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:outline-yellow-700\/40 {
    outline-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:outline-yellow-700\/5 {
    outline-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:outline-yellow-700\/50 {
    outline-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:outline-yellow-700\/60 {
    outline-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:outline-yellow-700\/70 {
    outline-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:outline-yellow-700\/75 {
    outline-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:outline-yellow-700\/80 {
    outline-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:outline-yellow-700\/90 {
    outline-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:outline-yellow-700\/95 {
    outline-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:outline-yellow-800 {
    outline-color: #854d0e;
  }

  .\34xl\:outline-yellow-800\/0 {
    outline-color: rgb(133 77 14 / 0);
  }

  .\34xl\:outline-yellow-800\/10 {
    outline-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:outline-yellow-800\/100 {
    outline-color: rgb(133 77 14 / 1);
  }

  .\34xl\:outline-yellow-800\/20 {
    outline-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:outline-yellow-800\/25 {
    outline-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:outline-yellow-800\/30 {
    outline-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:outline-yellow-800\/5 {
    outline-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:outline-yellow-800\/50 {
    outline-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:outline-yellow-800\/70 {
    outline-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:outline-yellow-800\/75 {
    outline-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:outline-yellow-800\/80 {
    outline-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:outline-yellow-800\/90 {
    outline-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:outline-yellow-800\/95 {
    outline-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:outline-yellow-900 {
    outline-color: #713f12;
  }

  .\34xl\:outline-yellow-900\/0 {
    outline-color: rgb(113 63 18 / 0);
  }

  .\34xl\:outline-yellow-900\/10 {
    outline-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:outline-yellow-900\/100 {
    outline-color: rgb(113 63 18 / 1);
  }

  .\34xl\:outline-yellow-900\/20 {
    outline-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:outline-yellow-900\/25 {
    outline-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:outline-yellow-900\/30 {
    outline-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:outline-yellow-900\/40 {
    outline-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:outline-yellow-900\/5 {
    outline-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:outline-yellow-900\/50 {
    outline-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:outline-yellow-900\/60 {
    outline-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:outline-yellow-900\/70 {
    outline-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:outline-yellow-900\/75 {
    outline-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:outline-yellow-900\/80 {
    outline-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:outline-yellow-900\/90 {
    outline-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:outline-yellow-900\/95 {
    outline-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:outline-yellow-950 {
    outline-color: #422006;
  }

  .\34xl\:outline-yellow-950\/0 {
    outline-color: rgb(66 32 6 / 0);
  }

  .\34xl\:outline-yellow-950\/10 {
    outline-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:outline-yellow-950\/100 {
    outline-color: rgb(66 32 6 / 1);
  }

  .\34xl\:outline-yellow-950\/20 {
    outline-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:outline-yellow-950\/25 {
    outline-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:outline-yellow-950\/30 {
    outline-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:outline-yellow-950\/40 {
    outline-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:outline-yellow-950\/5 {
    outline-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:outline-yellow-950\/50 {
    outline-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:outline-yellow-950\/60 {
    outline-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:outline-yellow-950\/70 {
    outline-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:outline-yellow-950\/75 {
    outline-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:outline-yellow-950\/80 {
    outline-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:outline-yellow-950\/90 {
    outline-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:outline-yellow-950\/95 {
    outline-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-100\/0 {
    --tw-ring-color: rgb(254 249 195 / 0);
  }

  .\34xl\:ring-yellow-100\/10 {
    --tw-ring-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:ring-yellow-100\/100 {
    --tw-ring-color: rgb(254 249 195 / 1);
  }

  .\34xl\:ring-yellow-100\/20 {
    --tw-ring-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:ring-yellow-100\/25 {
    --tw-ring-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:ring-yellow-100\/30 {
    --tw-ring-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:ring-yellow-100\/5 {
    --tw-ring-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:ring-yellow-100\/50 {
    --tw-ring-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:ring-yellow-100\/70 {
    --tw-ring-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:ring-yellow-100\/75 {
    --tw-ring-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:ring-yellow-100\/80 {
    --tw-ring-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:ring-yellow-100\/90 {
    --tw-ring-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:ring-yellow-100\/95 {
    --tw-ring-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-200\/0 {
    --tw-ring-color: rgb(254 240 138 / 0);
  }

  .\34xl\:ring-yellow-200\/10 {
    --tw-ring-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:ring-yellow-200\/100 {
    --tw-ring-color: rgb(254 240 138 / 1);
  }

  .\34xl\:ring-yellow-200\/20 {
    --tw-ring-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:ring-yellow-200\/25 {
    --tw-ring-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:ring-yellow-200\/30 {
    --tw-ring-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:ring-yellow-200\/5 {
    --tw-ring-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:ring-yellow-200\/50 {
    --tw-ring-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:ring-yellow-200\/70 {
    --tw-ring-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:ring-yellow-200\/75 {
    --tw-ring-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:ring-yellow-200\/80 {
    --tw-ring-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:ring-yellow-200\/90 {
    --tw-ring-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:ring-yellow-200\/95 {
    --tw-ring-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-300\/0 {
    --tw-ring-color: rgb(253 224 71 / 0);
  }

  .\34xl\:ring-yellow-300\/10 {
    --tw-ring-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:ring-yellow-300\/100 {
    --tw-ring-color: rgb(253 224 71 / 1);
  }

  .\34xl\:ring-yellow-300\/20 {
    --tw-ring-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:ring-yellow-300\/25 {
    --tw-ring-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:ring-yellow-300\/30 {
    --tw-ring-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:ring-yellow-300\/40 {
    --tw-ring-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:ring-yellow-300\/5 {
    --tw-ring-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:ring-yellow-300\/50 {
    --tw-ring-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:ring-yellow-300\/60 {
    --tw-ring-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:ring-yellow-300\/70 {
    --tw-ring-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:ring-yellow-300\/75 {
    --tw-ring-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:ring-yellow-300\/80 {
    --tw-ring-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:ring-yellow-300\/90 {
    --tw-ring-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:ring-yellow-300\/95 {
    --tw-ring-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-400\/0 {
    --tw-ring-color: rgb(250 204 21 / 0);
  }

  .\34xl\:ring-yellow-400\/10 {
    --tw-ring-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:ring-yellow-400\/100 {
    --tw-ring-color: rgb(250 204 21 / 1);
  }

  .\34xl\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:ring-yellow-400\/25 {
    --tw-ring-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:ring-yellow-400\/30 {
    --tw-ring-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:ring-yellow-400\/5 {
    --tw-ring-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:ring-yellow-400\/50 {
    --tw-ring-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:ring-yellow-400\/70 {
    --tw-ring-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:ring-yellow-400\/75 {
    --tw-ring-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:ring-yellow-400\/80 {
    --tw-ring-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:ring-yellow-400\/90 {
    --tw-ring-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:ring-yellow-400\/95 {
    --tw-ring-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-50\/0 {
    --tw-ring-color: rgb(254 252 232 / 0);
  }

  .\34xl\:ring-yellow-50\/10 {
    --tw-ring-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:ring-yellow-50\/100 {
    --tw-ring-color: rgb(254 252 232 / 1);
  }

  .\34xl\:ring-yellow-50\/20 {
    --tw-ring-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:ring-yellow-50\/25 {
    --tw-ring-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:ring-yellow-50\/30 {
    --tw-ring-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:ring-yellow-50\/5 {
    --tw-ring-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:ring-yellow-50\/50 {
    --tw-ring-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:ring-yellow-50\/70 {
    --tw-ring-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:ring-yellow-50\/75 {
    --tw-ring-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:ring-yellow-50\/80 {
    --tw-ring-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:ring-yellow-50\/90 {
    --tw-ring-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:ring-yellow-50\/95 {
    --tw-ring-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-500\/0 {
    --tw-ring-color: rgb(234 179 8 / 0);
  }

  .\34xl\:ring-yellow-500\/10 {
    --tw-ring-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:ring-yellow-500\/100 {
    --tw-ring-color: rgb(234 179 8 / 1);
  }

  .\34xl\:ring-yellow-500\/20 {
    --tw-ring-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:ring-yellow-500\/25 {
    --tw-ring-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:ring-yellow-500\/30 {
    --tw-ring-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:ring-yellow-500\/5 {
    --tw-ring-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:ring-yellow-500\/50 {
    --tw-ring-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:ring-yellow-500\/70 {
    --tw-ring-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:ring-yellow-500\/75 {
    --tw-ring-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:ring-yellow-500\/80 {
    --tw-ring-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:ring-yellow-500\/90 {
    --tw-ring-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:ring-yellow-500\/95 {
    --tw-ring-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-600\/0 {
    --tw-ring-color: rgb(202 138 4 / 0);
  }

  .\34xl\:ring-yellow-600\/10 {
    --tw-ring-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:ring-yellow-600\/100 {
    --tw-ring-color: rgb(202 138 4 / 1);
  }

  .\34xl\:ring-yellow-600\/20 {
    --tw-ring-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:ring-yellow-600\/25 {
    --tw-ring-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:ring-yellow-600\/30 {
    --tw-ring-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:ring-yellow-600\/5 {
    --tw-ring-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:ring-yellow-600\/50 {
    --tw-ring-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:ring-yellow-600\/70 {
    --tw-ring-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:ring-yellow-600\/75 {
    --tw-ring-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:ring-yellow-600\/80 {
    --tw-ring-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:ring-yellow-600\/90 {
    --tw-ring-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:ring-yellow-600\/95 {
    --tw-ring-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-700\/0 {
    --tw-ring-color: rgb(161 98 7 / 0);
  }

  .\34xl\:ring-yellow-700\/10 {
    --tw-ring-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:ring-yellow-700\/100 {
    --tw-ring-color: rgb(161 98 7 / 1);
  }

  .\34xl\:ring-yellow-700\/20 {
    --tw-ring-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:ring-yellow-700\/25 {
    --tw-ring-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:ring-yellow-700\/30 {
    --tw-ring-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:ring-yellow-700\/40 {
    --tw-ring-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:ring-yellow-700\/5 {
    --tw-ring-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:ring-yellow-700\/50 {
    --tw-ring-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:ring-yellow-700\/60 {
    --tw-ring-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:ring-yellow-700\/70 {
    --tw-ring-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:ring-yellow-700\/75 {
    --tw-ring-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:ring-yellow-700\/80 {
    --tw-ring-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:ring-yellow-700\/90 {
    --tw-ring-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:ring-yellow-700\/95 {
    --tw-ring-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-800\/0 {
    --tw-ring-color: rgb(133 77 14 / 0);
  }

  .\34xl\:ring-yellow-800\/10 {
    --tw-ring-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:ring-yellow-800\/100 {
    --tw-ring-color: rgb(133 77 14 / 1);
  }

  .\34xl\:ring-yellow-800\/20 {
    --tw-ring-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:ring-yellow-800\/25 {
    --tw-ring-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:ring-yellow-800\/30 {
    --tw-ring-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:ring-yellow-800\/5 {
    --tw-ring-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:ring-yellow-800\/50 {
    --tw-ring-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:ring-yellow-800\/70 {
    --tw-ring-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:ring-yellow-800\/75 {
    --tw-ring-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:ring-yellow-800\/80 {
    --tw-ring-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:ring-yellow-800\/90 {
    --tw-ring-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:ring-yellow-800\/95 {
    --tw-ring-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-900\/0 {
    --tw-ring-color: rgb(113 63 18 / 0);
  }

  .\34xl\:ring-yellow-900\/10 {
    --tw-ring-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:ring-yellow-900\/100 {
    --tw-ring-color: rgb(113 63 18 / 1);
  }

  .\34xl\:ring-yellow-900\/20 {
    --tw-ring-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:ring-yellow-900\/25 {
    --tw-ring-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:ring-yellow-900\/30 {
    --tw-ring-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:ring-yellow-900\/40 {
    --tw-ring-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:ring-yellow-900\/5 {
    --tw-ring-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:ring-yellow-900\/50 {
    --tw-ring-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:ring-yellow-900\/60 {
    --tw-ring-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:ring-yellow-900\/70 {
    --tw-ring-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:ring-yellow-900\/75 {
    --tw-ring-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:ring-yellow-900\/80 {
    --tw-ring-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:ring-yellow-900\/90 {
    --tw-ring-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:ring-yellow-900\/95 {
    --tw-ring-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:ring-yellow-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity));
  }

  .\34xl\:ring-yellow-950\/0 {
    --tw-ring-color: rgb(66 32 6 / 0);
  }

  .\34xl\:ring-yellow-950\/10 {
    --tw-ring-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:ring-yellow-950\/100 {
    --tw-ring-color: rgb(66 32 6 / 1);
  }

  .\34xl\:ring-yellow-950\/20 {
    --tw-ring-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:ring-yellow-950\/25 {
    --tw-ring-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:ring-yellow-950\/30 {
    --tw-ring-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:ring-yellow-950\/40 {
    --tw-ring-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:ring-yellow-950\/5 {
    --tw-ring-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:ring-yellow-950\/50 {
    --tw-ring-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:ring-yellow-950\/60 {
    --tw-ring-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:ring-yellow-950\/70 {
    --tw-ring-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:ring-yellow-950\/75 {
    --tw-ring-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:ring-yellow-950\/80 {
    --tw-ring-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:ring-yellow-950\/90 {
    --tw-ring-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:ring-yellow-950\/95 {
    --tw-ring-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\34xl\:ring-offset-yellow-100\/0 {
    --tw-ring-offset-color: rgb(254 249 195 / 0);
  }

  .\34xl\:ring-offset-yellow-100\/10 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.1);
  }

  .\34xl\:ring-offset-yellow-100\/100 {
    --tw-ring-offset-color: rgb(254 249 195 / 1);
  }

  .\34xl\:ring-offset-yellow-100\/20 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.2);
  }

  .\34xl\:ring-offset-yellow-100\/25 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.25);
  }

  .\34xl\:ring-offset-yellow-100\/30 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.3);
  }

  .\34xl\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .\34xl\:ring-offset-yellow-100\/5 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.05);
  }

  .\34xl\:ring-offset-yellow-100\/50 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.5);
  }

  .\34xl\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .\34xl\:ring-offset-yellow-100\/70 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.7);
  }

  .\34xl\:ring-offset-yellow-100\/75 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.75);
  }

  .\34xl\:ring-offset-yellow-100\/80 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.8);
  }

  .\34xl\:ring-offset-yellow-100\/90 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.9);
  }

  .\34xl\:ring-offset-yellow-100\/95 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.95);
  }

  .\34xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\34xl\:ring-offset-yellow-200\/0 {
    --tw-ring-offset-color: rgb(254 240 138 / 0);
  }

  .\34xl\:ring-offset-yellow-200\/10 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.1);
  }

  .\34xl\:ring-offset-yellow-200\/100 {
    --tw-ring-offset-color: rgb(254 240 138 / 1);
  }

  .\34xl\:ring-offset-yellow-200\/20 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.2);
  }

  .\34xl\:ring-offset-yellow-200\/25 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.25);
  }

  .\34xl\:ring-offset-yellow-200\/30 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.3);
  }

  .\34xl\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .\34xl\:ring-offset-yellow-200\/5 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.05);
  }

  .\34xl\:ring-offset-yellow-200\/50 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.5);
  }

  .\34xl\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .\34xl\:ring-offset-yellow-200\/70 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.7);
  }

  .\34xl\:ring-offset-yellow-200\/75 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.75);
  }

  .\34xl\:ring-offset-yellow-200\/80 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.8);
  }

  .\34xl\:ring-offset-yellow-200\/90 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.9);
  }

  .\34xl\:ring-offset-yellow-200\/95 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.95);
  }

  .\34xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\34xl\:ring-offset-yellow-300\/0 {
    --tw-ring-offset-color: rgb(253 224 71 / 0);
  }

  .\34xl\:ring-offset-yellow-300\/10 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.1);
  }

  .\34xl\:ring-offset-yellow-300\/100 {
    --tw-ring-offset-color: rgb(253 224 71 / 1);
  }

  .\34xl\:ring-offset-yellow-300\/20 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.2);
  }

  .\34xl\:ring-offset-yellow-300\/25 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.25);
  }

  .\34xl\:ring-offset-yellow-300\/30 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.3);
  }

  .\34xl\:ring-offset-yellow-300\/40 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.4);
  }

  .\34xl\:ring-offset-yellow-300\/5 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.05);
  }

  .\34xl\:ring-offset-yellow-300\/50 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.5);
  }

  .\34xl\:ring-offset-yellow-300\/60 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.6);
  }

  .\34xl\:ring-offset-yellow-300\/70 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.7);
  }

  .\34xl\:ring-offset-yellow-300\/75 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.75);
  }

  .\34xl\:ring-offset-yellow-300\/80 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.8);
  }

  .\34xl\:ring-offset-yellow-300\/90 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.9);
  }

  .\34xl\:ring-offset-yellow-300\/95 {
    --tw-ring-offset-color: rgb(253 224 71 / 0.95);
  }

  .\34xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\34xl\:ring-offset-yellow-400\/0 {
    --tw-ring-offset-color: rgb(250 204 21 / 0);
  }

  .\34xl\:ring-offset-yellow-400\/10 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.1);
  }

  .\34xl\:ring-offset-yellow-400\/100 {
    --tw-ring-offset-color: rgb(250 204 21 / 1);
  }

  .\34xl\:ring-offset-yellow-400\/20 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.2);
  }

  .\34xl\:ring-offset-yellow-400\/25 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.25);
  }

  .\34xl\:ring-offset-yellow-400\/30 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.3);
  }

  .\34xl\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .\34xl\:ring-offset-yellow-400\/5 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.05);
  }

  .\34xl\:ring-offset-yellow-400\/50 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.5);
  }

  .\34xl\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .\34xl\:ring-offset-yellow-400\/70 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.7);
  }

  .\34xl\:ring-offset-yellow-400\/75 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.75);
  }

  .\34xl\:ring-offset-yellow-400\/80 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.8);
  }

  .\34xl\:ring-offset-yellow-400\/90 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.9);
  }

  .\34xl\:ring-offset-yellow-400\/95 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.95);
  }

  .\34xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\34xl\:ring-offset-yellow-50\/0 {
    --tw-ring-offset-color: rgb(254 252 232 / 0);
  }

  .\34xl\:ring-offset-yellow-50\/10 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.1);
  }

  .\34xl\:ring-offset-yellow-50\/100 {
    --tw-ring-offset-color: rgb(254 252 232 / 1);
  }

  .\34xl\:ring-offset-yellow-50\/20 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.2);
  }

  .\34xl\:ring-offset-yellow-50\/25 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.25);
  }

  .\34xl\:ring-offset-yellow-50\/30 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.3);
  }

  .\34xl\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .\34xl\:ring-offset-yellow-50\/5 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.05);
  }

  .\34xl\:ring-offset-yellow-50\/50 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.5);
  }

  .\34xl\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .\34xl\:ring-offset-yellow-50\/70 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.7);
  }

  .\34xl\:ring-offset-yellow-50\/75 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.75);
  }

  .\34xl\:ring-offset-yellow-50\/80 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.8);
  }

  .\34xl\:ring-offset-yellow-50\/90 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.9);
  }

  .\34xl\:ring-offset-yellow-50\/95 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.95);
  }

  .\34xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\34xl\:ring-offset-yellow-500\/0 {
    --tw-ring-offset-color: rgb(234 179 8 / 0);
  }

  .\34xl\:ring-offset-yellow-500\/10 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.1);
  }

  .\34xl\:ring-offset-yellow-500\/100 {
    --tw-ring-offset-color: rgb(234 179 8 / 1);
  }

  .\34xl\:ring-offset-yellow-500\/20 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.2);
  }

  .\34xl\:ring-offset-yellow-500\/25 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.25);
  }

  .\34xl\:ring-offset-yellow-500\/30 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.3);
  }

  .\34xl\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .\34xl\:ring-offset-yellow-500\/5 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.05);
  }

  .\34xl\:ring-offset-yellow-500\/50 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.5);
  }

  .\34xl\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .\34xl\:ring-offset-yellow-500\/70 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.7);
  }

  .\34xl\:ring-offset-yellow-500\/75 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.75);
  }

  .\34xl\:ring-offset-yellow-500\/80 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.8);
  }

  .\34xl\:ring-offset-yellow-500\/90 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.9);
  }

  .\34xl\:ring-offset-yellow-500\/95 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.95);
  }

  .\34xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\34xl\:ring-offset-yellow-600\/0 {
    --tw-ring-offset-color: rgb(202 138 4 / 0);
  }

  .\34xl\:ring-offset-yellow-600\/10 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.1);
  }

  .\34xl\:ring-offset-yellow-600\/100 {
    --tw-ring-offset-color: rgb(202 138 4 / 1);
  }

  .\34xl\:ring-offset-yellow-600\/20 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.2);
  }

  .\34xl\:ring-offset-yellow-600\/25 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.25);
  }

  .\34xl\:ring-offset-yellow-600\/30 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.3);
  }

  .\34xl\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .\34xl\:ring-offset-yellow-600\/5 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.05);
  }

  .\34xl\:ring-offset-yellow-600\/50 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.5);
  }

  .\34xl\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .\34xl\:ring-offset-yellow-600\/70 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.7);
  }

  .\34xl\:ring-offset-yellow-600\/75 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.75);
  }

  .\34xl\:ring-offset-yellow-600\/80 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.8);
  }

  .\34xl\:ring-offset-yellow-600\/90 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.9);
  }

  .\34xl\:ring-offset-yellow-600\/95 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.95);
  }

  .\34xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\34xl\:ring-offset-yellow-700\/0 {
    --tw-ring-offset-color: rgb(161 98 7 / 0);
  }

  .\34xl\:ring-offset-yellow-700\/10 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.1);
  }

  .\34xl\:ring-offset-yellow-700\/100 {
    --tw-ring-offset-color: rgb(161 98 7 / 1);
  }

  .\34xl\:ring-offset-yellow-700\/20 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.2);
  }

  .\34xl\:ring-offset-yellow-700\/25 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.25);
  }

  .\34xl\:ring-offset-yellow-700\/30 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.3);
  }

  .\34xl\:ring-offset-yellow-700\/40 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.4);
  }

  .\34xl\:ring-offset-yellow-700\/5 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.05);
  }

  .\34xl\:ring-offset-yellow-700\/50 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.5);
  }

  .\34xl\:ring-offset-yellow-700\/60 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.6);
  }

  .\34xl\:ring-offset-yellow-700\/70 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.7);
  }

  .\34xl\:ring-offset-yellow-700\/75 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.75);
  }

  .\34xl\:ring-offset-yellow-700\/80 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.8);
  }

  .\34xl\:ring-offset-yellow-700\/90 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.9);
  }

  .\34xl\:ring-offset-yellow-700\/95 {
    --tw-ring-offset-color: rgb(161 98 7 / 0.95);
  }

  .\34xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\34xl\:ring-offset-yellow-800\/0 {
    --tw-ring-offset-color: rgb(133 77 14 / 0);
  }

  .\34xl\:ring-offset-yellow-800\/10 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.1);
  }

  .\34xl\:ring-offset-yellow-800\/100 {
    --tw-ring-offset-color: rgb(133 77 14 / 1);
  }

  .\34xl\:ring-offset-yellow-800\/20 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.2);
  }

  .\34xl\:ring-offset-yellow-800\/25 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.25);
  }

  .\34xl\:ring-offset-yellow-800\/30 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.3);
  }

  .\34xl\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .\34xl\:ring-offset-yellow-800\/5 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.05);
  }

  .\34xl\:ring-offset-yellow-800\/50 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.5);
  }

  .\34xl\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .\34xl\:ring-offset-yellow-800\/70 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.7);
  }

  .\34xl\:ring-offset-yellow-800\/75 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.75);
  }

  .\34xl\:ring-offset-yellow-800\/80 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.8);
  }

  .\34xl\:ring-offset-yellow-800\/90 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.9);
  }

  .\34xl\:ring-offset-yellow-800\/95 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.95);
  }

  .\34xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\34xl\:ring-offset-yellow-900\/0 {
    --tw-ring-offset-color: rgb(113 63 18 / 0);
  }

  .\34xl\:ring-offset-yellow-900\/10 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.1);
  }

  .\34xl\:ring-offset-yellow-900\/100 {
    --tw-ring-offset-color: rgb(113 63 18 / 1);
  }

  .\34xl\:ring-offset-yellow-900\/20 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.2);
  }

  .\34xl\:ring-offset-yellow-900\/25 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.25);
  }

  .\34xl\:ring-offset-yellow-900\/30 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.3);
  }

  .\34xl\:ring-offset-yellow-900\/40 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.4);
  }

  .\34xl\:ring-offset-yellow-900\/5 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.05);
  }

  .\34xl\:ring-offset-yellow-900\/50 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.5);
  }

  .\34xl\:ring-offset-yellow-900\/60 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.6);
  }

  .\34xl\:ring-offset-yellow-900\/70 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.7);
  }

  .\34xl\:ring-offset-yellow-900\/75 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.75);
  }

  .\34xl\:ring-offset-yellow-900\/80 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.8);
  }

  .\34xl\:ring-offset-yellow-900\/90 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.9);
  }

  .\34xl\:ring-offset-yellow-900\/95 {
    --tw-ring-offset-color: rgb(113 63 18 / 0.95);
  }

  .\34xl\:ring-offset-yellow-950 {
    --tw-ring-offset-color: #422006;
  }

  .\34xl\:ring-offset-yellow-950\/0 {
    --tw-ring-offset-color: rgb(66 32 6 / 0);
  }

  .\34xl\:ring-offset-yellow-950\/10 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.1);
  }

  .\34xl\:ring-offset-yellow-950\/100 {
    --tw-ring-offset-color: rgb(66 32 6 / 1);
  }

  .\34xl\:ring-offset-yellow-950\/20 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.2);
  }

  .\34xl\:ring-offset-yellow-950\/25 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.25);
  }

  .\34xl\:ring-offset-yellow-950\/30 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.3);
  }

  .\34xl\:ring-offset-yellow-950\/40 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.4);
  }

  .\34xl\:ring-offset-yellow-950\/5 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.05);
  }

  .\34xl\:ring-offset-yellow-950\/50 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.5);
  }

  .\34xl\:ring-offset-yellow-950\/60 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.6);
  }

  .\34xl\:ring-offset-yellow-950\/70 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.7);
  }

  .\34xl\:ring-offset-yellow-950\/75 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.75);
  }

  .\34xl\:ring-offset-yellow-950\/80 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.8);
  }

  .\34xl\:ring-offset-yellow-950\/90 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.9);
  }

  .\34xl\:ring-offset-yellow-950\/95 {
    --tw-ring-offset-color: rgb(66 32 6 / 0.95);
  }

  .\34xl\: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);
  }

  .\34xl\:scrollbar-track-yellow-100 {
    --scrollbar-track: #fef9c3 !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/0 {
    --scrollbar-track: rgb(254 249 195 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/10 {
    --scrollbar-track: rgb(254 249 195 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/100 {
    --scrollbar-track: rgb(254 249 195 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/20 {
    --scrollbar-track: rgb(254 249 195 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/25 {
    --scrollbar-track: rgb(254 249 195 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/30 {
    --scrollbar-track: rgb(254 249 195 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/40 {
    --scrollbar-track: rgb(254 249 195 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/5 {
    --scrollbar-track: rgb(254 249 195 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/50 {
    --scrollbar-track: rgb(254 249 195 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/60 {
    --scrollbar-track: rgb(254 249 195 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/70 {
    --scrollbar-track: rgb(254 249 195 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/75 {
    --scrollbar-track: rgb(254 249 195 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/80 {
    --scrollbar-track: rgb(254 249 195 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/90 {
    --scrollbar-track: rgb(254 249 195 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-100\/95 {
    --scrollbar-track: rgb(254 249 195 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-200 {
    --scrollbar-track: #fef08a !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/0 {
    --scrollbar-track: rgb(254 240 138 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/10 {
    --scrollbar-track: rgb(254 240 138 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/100 {
    --scrollbar-track: rgb(254 240 138 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/20 {
    --scrollbar-track: rgb(254 240 138 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/25 {
    --scrollbar-track: rgb(254 240 138 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/30 {
    --scrollbar-track: rgb(254 240 138 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/40 {
    --scrollbar-track: rgb(254 240 138 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/5 {
    --scrollbar-track: rgb(254 240 138 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/50 {
    --scrollbar-track: rgb(254 240 138 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/60 {
    --scrollbar-track: rgb(254 240 138 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/70 {
    --scrollbar-track: rgb(254 240 138 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/75 {
    --scrollbar-track: rgb(254 240 138 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/80 {
    --scrollbar-track: rgb(254 240 138 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/90 {
    --scrollbar-track: rgb(254 240 138 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-200\/95 {
    --scrollbar-track: rgb(254 240 138 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-300 {
    --scrollbar-track: #fde047 !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/0 {
    --scrollbar-track: rgb(253 224 71 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/10 {
    --scrollbar-track: rgb(253 224 71 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/100 {
    --scrollbar-track: rgb(253 224 71 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/20 {
    --scrollbar-track: rgb(253 224 71 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/25 {
    --scrollbar-track: rgb(253 224 71 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/30 {
    --scrollbar-track: rgb(253 224 71 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/40 {
    --scrollbar-track: rgb(253 224 71 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/5 {
    --scrollbar-track: rgb(253 224 71 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/50 {
    --scrollbar-track: rgb(253 224 71 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/60 {
    --scrollbar-track: rgb(253 224 71 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/70 {
    --scrollbar-track: rgb(253 224 71 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/75 {
    --scrollbar-track: rgb(253 224 71 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/80 {
    --scrollbar-track: rgb(253 224 71 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/90 {
    --scrollbar-track: rgb(253 224 71 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-300\/95 {
    --scrollbar-track: rgb(253 224 71 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-400 {
    --scrollbar-track: #facc15 !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/0 {
    --scrollbar-track: rgb(250 204 21 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/10 {
    --scrollbar-track: rgb(250 204 21 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/100 {
    --scrollbar-track: rgb(250 204 21 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/20 {
    --scrollbar-track: rgb(250 204 21 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/25 {
    --scrollbar-track: rgb(250 204 21 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/30 {
    --scrollbar-track: rgb(250 204 21 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/40 {
    --scrollbar-track: rgb(250 204 21 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/5 {
    --scrollbar-track: rgb(250 204 21 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/50 {
    --scrollbar-track: rgb(250 204 21 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/60 {
    --scrollbar-track: rgb(250 204 21 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/70 {
    --scrollbar-track: rgb(250 204 21 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/75 {
    --scrollbar-track: rgb(250 204 21 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/80 {
    --scrollbar-track: rgb(250 204 21 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/90 {
    --scrollbar-track: rgb(250 204 21 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-400\/95 {
    --scrollbar-track: rgb(250 204 21 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-50 {
    --scrollbar-track: #fefce8 !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/0 {
    --scrollbar-track: rgb(254 252 232 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/10 {
    --scrollbar-track: rgb(254 252 232 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/100 {
    --scrollbar-track: rgb(254 252 232 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/20 {
    --scrollbar-track: rgb(254 252 232 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/25 {
    --scrollbar-track: rgb(254 252 232 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/30 {
    --scrollbar-track: rgb(254 252 232 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/40 {
    --scrollbar-track: rgb(254 252 232 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/5 {
    --scrollbar-track: rgb(254 252 232 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/50 {
    --scrollbar-track: rgb(254 252 232 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/60 {
    --scrollbar-track: rgb(254 252 232 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/70 {
    --scrollbar-track: rgb(254 252 232 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/75 {
    --scrollbar-track: rgb(254 252 232 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/80 {
    --scrollbar-track: rgb(254 252 232 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/90 {
    --scrollbar-track: rgb(254 252 232 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-50\/95 {
    --scrollbar-track: rgb(254 252 232 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-500 {
    --scrollbar-track: #eab308 !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/0 {
    --scrollbar-track: rgb(234 179 8 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/10 {
    --scrollbar-track: rgb(234 179 8 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/100 {
    --scrollbar-track: rgb(234 179 8 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/20 {
    --scrollbar-track: rgb(234 179 8 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/25 {
    --scrollbar-track: rgb(234 179 8 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/30 {
    --scrollbar-track: rgb(234 179 8 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/40 {
    --scrollbar-track: rgb(234 179 8 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/5 {
    --scrollbar-track: rgb(234 179 8 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/50 {
    --scrollbar-track: rgb(234 179 8 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/60 {
    --scrollbar-track: rgb(234 179 8 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/70 {
    --scrollbar-track: rgb(234 179 8 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/75 {
    --scrollbar-track: rgb(234 179 8 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/80 {
    --scrollbar-track: rgb(234 179 8 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/90 {
    --scrollbar-track: rgb(234 179 8 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-500\/95 {
    --scrollbar-track: rgb(234 179 8 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-600 {
    --scrollbar-track: #ca8a04 !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/0 {
    --scrollbar-track: rgb(202 138 4 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/10 {
    --scrollbar-track: rgb(202 138 4 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/100 {
    --scrollbar-track: rgb(202 138 4 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/20 {
    --scrollbar-track: rgb(202 138 4 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/25 {
    --scrollbar-track: rgb(202 138 4 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/30 {
    --scrollbar-track: rgb(202 138 4 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/40 {
    --scrollbar-track: rgb(202 138 4 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/5 {
    --scrollbar-track: rgb(202 138 4 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/50 {
    --scrollbar-track: rgb(202 138 4 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/60 {
    --scrollbar-track: rgb(202 138 4 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/70 {
    --scrollbar-track: rgb(202 138 4 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/75 {
    --scrollbar-track: rgb(202 138 4 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/80 {
    --scrollbar-track: rgb(202 138 4 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/90 {
    --scrollbar-track: rgb(202 138 4 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-600\/95 {
    --scrollbar-track: rgb(202 138 4 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-700 {
    --scrollbar-track: #a16207 !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/0 {
    --scrollbar-track: rgb(161 98 7 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/10 {
    --scrollbar-track: rgb(161 98 7 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/100 {
    --scrollbar-track: rgb(161 98 7 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/20 {
    --scrollbar-track: rgb(161 98 7 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/25 {
    --scrollbar-track: rgb(161 98 7 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/30 {
    --scrollbar-track: rgb(161 98 7 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/40 {
    --scrollbar-track: rgb(161 98 7 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/5 {
    --scrollbar-track: rgb(161 98 7 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/50 {
    --scrollbar-track: rgb(161 98 7 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/60 {
    --scrollbar-track: rgb(161 98 7 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/70 {
    --scrollbar-track: rgb(161 98 7 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/75 {
    --scrollbar-track: rgb(161 98 7 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/80 {
    --scrollbar-track: rgb(161 98 7 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/90 {
    --scrollbar-track: rgb(161 98 7 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-700\/95 {
    --scrollbar-track: rgb(161 98 7 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-800 {
    --scrollbar-track: #854d0e !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/0 {
    --scrollbar-track: rgb(133 77 14 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/10 {
    --scrollbar-track: rgb(133 77 14 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/100 {
    --scrollbar-track: rgb(133 77 14 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/20 {
    --scrollbar-track: rgb(133 77 14 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/25 {
    --scrollbar-track: rgb(133 77 14 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/30 {
    --scrollbar-track: rgb(133 77 14 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/40 {
    --scrollbar-track: rgb(133 77 14 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/5 {
    --scrollbar-track: rgb(133 77 14 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/50 {
    --scrollbar-track: rgb(133 77 14 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/60 {
    --scrollbar-track: rgb(133 77 14 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/70 {
    --scrollbar-track: rgb(133 77 14 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/75 {
    --scrollbar-track: rgb(133 77 14 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/80 {
    --scrollbar-track: rgb(133 77 14 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/90 {
    --scrollbar-track: rgb(133 77 14 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-800\/95 {
    --scrollbar-track: rgb(133 77 14 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-900 {
    --scrollbar-track: #713f12 !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/0 {
    --scrollbar-track: rgb(113 63 18 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/10 {
    --scrollbar-track: rgb(113 63 18 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/100 {
    --scrollbar-track: rgb(113 63 18 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/20 {
    --scrollbar-track: rgb(113 63 18 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/25 {
    --scrollbar-track: rgb(113 63 18 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/30 {
    --scrollbar-track: rgb(113 63 18 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/40 {
    --scrollbar-track: rgb(113 63 18 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/5 {
    --scrollbar-track: rgb(113 63 18 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/50 {
    --scrollbar-track: rgb(113 63 18 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/60 {
    --scrollbar-track: rgb(113 63 18 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/70 {
    --scrollbar-track: rgb(113 63 18 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/75 {
    --scrollbar-track: rgb(113 63 18 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/80 {
    --scrollbar-track: rgb(113 63 18 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/90 {
    --scrollbar-track: rgb(113 63 18 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-900\/95 {
    --scrollbar-track: rgb(113 63 18 / 0.95) !important;
  }

  .\34xl\:scrollbar-track-yellow-950 {
    --scrollbar-track: #422006 !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/0 {
    --scrollbar-track: rgb(66 32 6 / 0) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/10 {
    --scrollbar-track: rgb(66 32 6 / 0.1) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/100 {
    --scrollbar-track: rgb(66 32 6 / 1) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/20 {
    --scrollbar-track: rgb(66 32 6 / 0.2) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/25 {
    --scrollbar-track: rgb(66 32 6 / 0.25) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/30 {
    --scrollbar-track: rgb(66 32 6 / 0.3) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/40 {
    --scrollbar-track: rgb(66 32 6 / 0.4) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/5 {
    --scrollbar-track: rgb(66 32 6 / 0.05) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/50 {
    --scrollbar-track: rgb(66 32 6 / 0.5) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/60 {
    --scrollbar-track: rgb(66 32 6 / 0.6) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/70 {
    --scrollbar-track: rgb(66 32 6 / 0.7) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/75 {
    --scrollbar-track: rgb(66 32 6 / 0.75) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/80 {
    --scrollbar-track: rgb(66 32 6 / 0.8) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/90 {
    --scrollbar-track: rgb(66 32 6 / 0.9) !important;
  }

  .\34xl\:scrollbar-track-yellow-950\/95 {
    --scrollbar-track: rgb(66 32 6 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100 {
    --scrollbar-thumb: #fef9c3 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/0 {
    --scrollbar-thumb: rgb(254 249 195 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/10 {
    --scrollbar-thumb: rgb(254 249 195 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/100 {
    --scrollbar-thumb: rgb(254 249 195 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/20 {
    --scrollbar-thumb: rgb(254 249 195 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/25 {
    --scrollbar-thumb: rgb(254 249 195 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/30 {
    --scrollbar-thumb: rgb(254 249 195 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/40 {
    --scrollbar-thumb: rgb(254 249 195 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/5 {
    --scrollbar-thumb: rgb(254 249 195 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/50 {
    --scrollbar-thumb: rgb(254 249 195 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/60 {
    --scrollbar-thumb: rgb(254 249 195 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/70 {
    --scrollbar-thumb: rgb(254 249 195 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/75 {
    --scrollbar-thumb: rgb(254 249 195 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/80 {
    --scrollbar-thumb: rgb(254 249 195 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/90 {
    --scrollbar-thumb: rgb(254 249 195 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-100\/95 {
    --scrollbar-thumb: rgb(254 249 195 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200 {
    --scrollbar-thumb: #fef08a !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/0 {
    --scrollbar-thumb: rgb(254 240 138 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/10 {
    --scrollbar-thumb: rgb(254 240 138 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/100 {
    --scrollbar-thumb: rgb(254 240 138 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/20 {
    --scrollbar-thumb: rgb(254 240 138 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/25 {
    --scrollbar-thumb: rgb(254 240 138 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/30 {
    --scrollbar-thumb: rgb(254 240 138 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/40 {
    --scrollbar-thumb: rgb(254 240 138 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/5 {
    --scrollbar-thumb: rgb(254 240 138 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/50 {
    --scrollbar-thumb: rgb(254 240 138 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/60 {
    --scrollbar-thumb: rgb(254 240 138 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/70 {
    --scrollbar-thumb: rgb(254 240 138 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/75 {
    --scrollbar-thumb: rgb(254 240 138 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/80 {
    --scrollbar-thumb: rgb(254 240 138 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/90 {
    --scrollbar-thumb: rgb(254 240 138 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-200\/95 {
    --scrollbar-thumb: rgb(254 240 138 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300 {
    --scrollbar-thumb: #fde047 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/0 {
    --scrollbar-thumb: rgb(253 224 71 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/10 {
    --scrollbar-thumb: rgb(253 224 71 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/100 {
    --scrollbar-thumb: rgb(253 224 71 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/20 {
    --scrollbar-thumb: rgb(253 224 71 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/25 {
    --scrollbar-thumb: rgb(253 224 71 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/30 {
    --scrollbar-thumb: rgb(253 224 71 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/40 {
    --scrollbar-thumb: rgb(253 224 71 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/5 {
    --scrollbar-thumb: rgb(253 224 71 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/50 {
    --scrollbar-thumb: rgb(253 224 71 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/60 {
    --scrollbar-thumb: rgb(253 224 71 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/70 {
    --scrollbar-thumb: rgb(253 224 71 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/75 {
    --scrollbar-thumb: rgb(253 224 71 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/80 {
    --scrollbar-thumb: rgb(253 224 71 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/90 {
    --scrollbar-thumb: rgb(253 224 71 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-300\/95 {
    --scrollbar-thumb: rgb(253 224 71 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400 {
    --scrollbar-thumb: #facc15 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/0 {
    --scrollbar-thumb: rgb(250 204 21 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/10 {
    --scrollbar-thumb: rgb(250 204 21 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/100 {
    --scrollbar-thumb: rgb(250 204 21 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/20 {
    --scrollbar-thumb: rgb(250 204 21 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/25 {
    --scrollbar-thumb: rgb(250 204 21 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/30 {
    --scrollbar-thumb: rgb(250 204 21 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/40 {
    --scrollbar-thumb: rgb(250 204 21 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/5 {
    --scrollbar-thumb: rgb(250 204 21 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/50 {
    --scrollbar-thumb: rgb(250 204 21 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/60 {
    --scrollbar-thumb: rgb(250 204 21 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/70 {
    --scrollbar-thumb: rgb(250 204 21 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/75 {
    --scrollbar-thumb: rgb(250 204 21 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/80 {
    --scrollbar-thumb: rgb(250 204 21 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/90 {
    --scrollbar-thumb: rgb(250 204 21 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-400\/95 {
    --scrollbar-thumb: rgb(250 204 21 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50 {
    --scrollbar-thumb: #fefce8 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/0 {
    --scrollbar-thumb: rgb(254 252 232 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/10 {
    --scrollbar-thumb: rgb(254 252 232 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/100 {
    --scrollbar-thumb: rgb(254 252 232 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/20 {
    --scrollbar-thumb: rgb(254 252 232 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/25 {
    --scrollbar-thumb: rgb(254 252 232 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/30 {
    --scrollbar-thumb: rgb(254 252 232 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/40 {
    --scrollbar-thumb: rgb(254 252 232 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/5 {
    --scrollbar-thumb: rgb(254 252 232 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/50 {
    --scrollbar-thumb: rgb(254 252 232 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/60 {
    --scrollbar-thumb: rgb(254 252 232 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/70 {
    --scrollbar-thumb: rgb(254 252 232 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/75 {
    --scrollbar-thumb: rgb(254 252 232 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/80 {
    --scrollbar-thumb: rgb(254 252 232 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/90 {
    --scrollbar-thumb: rgb(254 252 232 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-50\/95 {
    --scrollbar-thumb: rgb(254 252 232 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500 {
    --scrollbar-thumb: #eab308 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/0 {
    --scrollbar-thumb: rgb(234 179 8 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/10 {
    --scrollbar-thumb: rgb(234 179 8 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/100 {
    --scrollbar-thumb: rgb(234 179 8 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/20 {
    --scrollbar-thumb: rgb(234 179 8 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/25 {
    --scrollbar-thumb: rgb(234 179 8 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/30 {
    --scrollbar-thumb: rgb(234 179 8 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/40 {
    --scrollbar-thumb: rgb(234 179 8 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/5 {
    --scrollbar-thumb: rgb(234 179 8 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/50 {
    --scrollbar-thumb: rgb(234 179 8 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/60 {
    --scrollbar-thumb: rgb(234 179 8 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/70 {
    --scrollbar-thumb: rgb(234 179 8 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/75 {
    --scrollbar-thumb: rgb(234 179 8 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/80 {
    --scrollbar-thumb: rgb(234 179 8 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/90 {
    --scrollbar-thumb: rgb(234 179 8 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-500\/95 {
    --scrollbar-thumb: rgb(234 179 8 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600 {
    --scrollbar-thumb: #ca8a04 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/0 {
    --scrollbar-thumb: rgb(202 138 4 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/10 {
    --scrollbar-thumb: rgb(202 138 4 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/100 {
    --scrollbar-thumb: rgb(202 138 4 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/20 {
    --scrollbar-thumb: rgb(202 138 4 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/25 {
    --scrollbar-thumb: rgb(202 138 4 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/30 {
    --scrollbar-thumb: rgb(202 138 4 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/40 {
    --scrollbar-thumb: rgb(202 138 4 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/5 {
    --scrollbar-thumb: rgb(202 138 4 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/50 {
    --scrollbar-thumb: rgb(202 138 4 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/60 {
    --scrollbar-thumb: rgb(202 138 4 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/70 {
    --scrollbar-thumb: rgb(202 138 4 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/75 {
    --scrollbar-thumb: rgb(202 138 4 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/80 {
    --scrollbar-thumb: rgb(202 138 4 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/90 {
    --scrollbar-thumb: rgb(202 138 4 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-600\/95 {
    --scrollbar-thumb: rgb(202 138 4 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700 {
    --scrollbar-thumb: #a16207 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/0 {
    --scrollbar-thumb: rgb(161 98 7 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/10 {
    --scrollbar-thumb: rgb(161 98 7 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/100 {
    --scrollbar-thumb: rgb(161 98 7 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/20 {
    --scrollbar-thumb: rgb(161 98 7 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/25 {
    --scrollbar-thumb: rgb(161 98 7 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/30 {
    --scrollbar-thumb: rgb(161 98 7 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/40 {
    --scrollbar-thumb: rgb(161 98 7 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/5 {
    --scrollbar-thumb: rgb(161 98 7 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/50 {
    --scrollbar-thumb: rgb(161 98 7 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/60 {
    --scrollbar-thumb: rgb(161 98 7 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/70 {
    --scrollbar-thumb: rgb(161 98 7 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/75 {
    --scrollbar-thumb: rgb(161 98 7 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/80 {
    --scrollbar-thumb: rgb(161 98 7 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/90 {
    --scrollbar-thumb: rgb(161 98 7 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-700\/95 {
    --scrollbar-thumb: rgb(161 98 7 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800 {
    --scrollbar-thumb: #854d0e !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/0 {
    --scrollbar-thumb: rgb(133 77 14 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/10 {
    --scrollbar-thumb: rgb(133 77 14 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/100 {
    --scrollbar-thumb: rgb(133 77 14 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/20 {
    --scrollbar-thumb: rgb(133 77 14 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/25 {
    --scrollbar-thumb: rgb(133 77 14 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/30 {
    --scrollbar-thumb: rgb(133 77 14 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/40 {
    --scrollbar-thumb: rgb(133 77 14 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/5 {
    --scrollbar-thumb: rgb(133 77 14 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/50 {
    --scrollbar-thumb: rgb(133 77 14 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/60 {
    --scrollbar-thumb: rgb(133 77 14 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/70 {
    --scrollbar-thumb: rgb(133 77 14 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/75 {
    --scrollbar-thumb: rgb(133 77 14 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/80 {
    --scrollbar-thumb: rgb(133 77 14 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/90 {
    --scrollbar-thumb: rgb(133 77 14 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-800\/95 {
    --scrollbar-thumb: rgb(133 77 14 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900 {
    --scrollbar-thumb: #713f12 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/0 {
    --scrollbar-thumb: rgb(113 63 18 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/10 {
    --scrollbar-thumb: rgb(113 63 18 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/100 {
    --scrollbar-thumb: rgb(113 63 18 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/20 {
    --scrollbar-thumb: rgb(113 63 18 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/25 {
    --scrollbar-thumb: rgb(113 63 18 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/30 {
    --scrollbar-thumb: rgb(113 63 18 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/40 {
    --scrollbar-thumb: rgb(113 63 18 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/5 {
    --scrollbar-thumb: rgb(113 63 18 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/50 {
    --scrollbar-thumb: rgb(113 63 18 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/60 {
    --scrollbar-thumb: rgb(113 63 18 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/70 {
    --scrollbar-thumb: rgb(113 63 18 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/75 {
    --scrollbar-thumb: rgb(113 63 18 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/80 {
    --scrollbar-thumb: rgb(113 63 18 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/90 {
    --scrollbar-thumb: rgb(113 63 18 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-900\/95 {
    --scrollbar-thumb: rgb(113 63 18 / 0.95) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950 {
    --scrollbar-thumb: #422006 !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/0 {
    --scrollbar-thumb: rgb(66 32 6 / 0) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/10 {
    --scrollbar-thumb: rgb(66 32 6 / 0.1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/100 {
    --scrollbar-thumb: rgb(66 32 6 / 1) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/20 {
    --scrollbar-thumb: rgb(66 32 6 / 0.2) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/25 {
    --scrollbar-thumb: rgb(66 32 6 / 0.25) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/30 {
    --scrollbar-thumb: rgb(66 32 6 / 0.3) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/40 {
    --scrollbar-thumb: rgb(66 32 6 / 0.4) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/5 {
    --scrollbar-thumb: rgb(66 32 6 / 0.05) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/50 {
    --scrollbar-thumb: rgb(66 32 6 / 0.5) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/60 {
    --scrollbar-thumb: rgb(66 32 6 / 0.6) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/70 {
    --scrollbar-thumb: rgb(66 32 6 / 0.7) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/75 {
    --scrollbar-thumb: rgb(66 32 6 / 0.75) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/80 {
    --scrollbar-thumb: rgb(66 32 6 / 0.8) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/90 {
    --scrollbar-thumb: rgb(66 32 6 / 0.9) !important;
  }

  .\34xl\:scrollbar-thumb-yellow-950\/95 {
    --scrollbar-thumb: rgb(66 32 6 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100 {
    --scrollbar-corner: #fef9c3 !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/0 {
    --scrollbar-corner: rgb(254 249 195 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/10 {
    --scrollbar-corner: rgb(254 249 195 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/100 {
    --scrollbar-corner: rgb(254 249 195 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/20 {
    --scrollbar-corner: rgb(254 249 195 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/25 {
    --scrollbar-corner: rgb(254 249 195 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/30 {
    --scrollbar-corner: rgb(254 249 195 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/40 {
    --scrollbar-corner: rgb(254 249 195 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/5 {
    --scrollbar-corner: rgb(254 249 195 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/50 {
    --scrollbar-corner: rgb(254 249 195 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/60 {
    --scrollbar-corner: rgb(254 249 195 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/70 {
    --scrollbar-corner: rgb(254 249 195 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/75 {
    --scrollbar-corner: rgb(254 249 195 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/80 {
    --scrollbar-corner: rgb(254 249 195 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/90 {
    --scrollbar-corner: rgb(254 249 195 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-100\/95 {
    --scrollbar-corner: rgb(254 249 195 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200 {
    --scrollbar-corner: #fef08a !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/0 {
    --scrollbar-corner: rgb(254 240 138 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/10 {
    --scrollbar-corner: rgb(254 240 138 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/100 {
    --scrollbar-corner: rgb(254 240 138 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/20 {
    --scrollbar-corner: rgb(254 240 138 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/25 {
    --scrollbar-corner: rgb(254 240 138 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/30 {
    --scrollbar-corner: rgb(254 240 138 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/40 {
    --scrollbar-corner: rgb(254 240 138 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/5 {
    --scrollbar-corner: rgb(254 240 138 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/50 {
    --scrollbar-corner: rgb(254 240 138 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/60 {
    --scrollbar-corner: rgb(254 240 138 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/70 {
    --scrollbar-corner: rgb(254 240 138 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/75 {
    --scrollbar-corner: rgb(254 240 138 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/80 {
    --scrollbar-corner: rgb(254 240 138 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/90 {
    --scrollbar-corner: rgb(254 240 138 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-200\/95 {
    --scrollbar-corner: rgb(254 240 138 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300 {
    --scrollbar-corner: #fde047 !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/0 {
    --scrollbar-corner: rgb(253 224 71 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/10 {
    --scrollbar-corner: rgb(253 224 71 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/100 {
    --scrollbar-corner: rgb(253 224 71 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/20 {
    --scrollbar-corner: rgb(253 224 71 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/25 {
    --scrollbar-corner: rgb(253 224 71 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/30 {
    --scrollbar-corner: rgb(253 224 71 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/40 {
    --scrollbar-corner: rgb(253 224 71 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/5 {
    --scrollbar-corner: rgb(253 224 71 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/50 {
    --scrollbar-corner: rgb(253 224 71 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/60 {
    --scrollbar-corner: rgb(253 224 71 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/70 {
    --scrollbar-corner: rgb(253 224 71 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/75 {
    --scrollbar-corner: rgb(253 224 71 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/80 {
    --scrollbar-corner: rgb(253 224 71 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/90 {
    --scrollbar-corner: rgb(253 224 71 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-300\/95 {
    --scrollbar-corner: rgb(253 224 71 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400 {
    --scrollbar-corner: #facc15 !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/0 {
    --scrollbar-corner: rgb(250 204 21 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/10 {
    --scrollbar-corner: rgb(250 204 21 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/100 {
    --scrollbar-corner: rgb(250 204 21 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/20 {
    --scrollbar-corner: rgb(250 204 21 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/25 {
    --scrollbar-corner: rgb(250 204 21 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/30 {
    --scrollbar-corner: rgb(250 204 21 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/40 {
    --scrollbar-corner: rgb(250 204 21 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/5 {
    --scrollbar-corner: rgb(250 204 21 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/50 {
    --scrollbar-corner: rgb(250 204 21 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/60 {
    --scrollbar-corner: rgb(250 204 21 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/70 {
    --scrollbar-corner: rgb(250 204 21 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/75 {
    --scrollbar-corner: rgb(250 204 21 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/80 {
    --scrollbar-corner: rgb(250 204 21 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/90 {
    --scrollbar-corner: rgb(250 204 21 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-400\/95 {
    --scrollbar-corner: rgb(250 204 21 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50 {
    --scrollbar-corner: #fefce8 !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/0 {
    --scrollbar-corner: rgb(254 252 232 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/10 {
    --scrollbar-corner: rgb(254 252 232 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/100 {
    --scrollbar-corner: rgb(254 252 232 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/20 {
    --scrollbar-corner: rgb(254 252 232 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/25 {
    --scrollbar-corner: rgb(254 252 232 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/30 {
    --scrollbar-corner: rgb(254 252 232 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/40 {
    --scrollbar-corner: rgb(254 252 232 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/5 {
    --scrollbar-corner: rgb(254 252 232 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/50 {
    --scrollbar-corner: rgb(254 252 232 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/60 {
    --scrollbar-corner: rgb(254 252 232 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/70 {
    --scrollbar-corner: rgb(254 252 232 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/75 {
    --scrollbar-corner: rgb(254 252 232 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/80 {
    --scrollbar-corner: rgb(254 252 232 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/90 {
    --scrollbar-corner: rgb(254 252 232 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-50\/95 {
    --scrollbar-corner: rgb(254 252 232 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500 {
    --scrollbar-corner: #eab308 !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/0 {
    --scrollbar-corner: rgb(234 179 8 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/10 {
    --scrollbar-corner: rgb(234 179 8 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/100 {
    --scrollbar-corner: rgb(234 179 8 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/20 {
    --scrollbar-corner: rgb(234 179 8 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/25 {
    --scrollbar-corner: rgb(234 179 8 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/30 {
    --scrollbar-corner: rgb(234 179 8 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/40 {
    --scrollbar-corner: rgb(234 179 8 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/5 {
    --scrollbar-corner: rgb(234 179 8 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/50 {
    --scrollbar-corner: rgb(234 179 8 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/60 {
    --scrollbar-corner: rgb(234 179 8 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/70 {
    --scrollbar-corner: rgb(234 179 8 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/75 {
    --scrollbar-corner: rgb(234 179 8 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/80 {
    --scrollbar-corner: rgb(234 179 8 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/90 {
    --scrollbar-corner: rgb(234 179 8 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-500\/95 {
    --scrollbar-corner: rgb(234 179 8 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600 {
    --scrollbar-corner: #ca8a04 !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/0 {
    --scrollbar-corner: rgb(202 138 4 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/10 {
    --scrollbar-corner: rgb(202 138 4 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/100 {
    --scrollbar-corner: rgb(202 138 4 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/20 {
    --scrollbar-corner: rgb(202 138 4 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/25 {
    --scrollbar-corner: rgb(202 138 4 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/30 {
    --scrollbar-corner: rgb(202 138 4 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/40 {
    --scrollbar-corner: rgb(202 138 4 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/5 {
    --scrollbar-corner: rgb(202 138 4 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/50 {
    --scrollbar-corner: rgb(202 138 4 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/60 {
    --scrollbar-corner: rgb(202 138 4 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/70 {
    --scrollbar-corner: rgb(202 138 4 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/75 {
    --scrollbar-corner: rgb(202 138 4 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/80 {
    --scrollbar-corner: rgb(202 138 4 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/90 {
    --scrollbar-corner: rgb(202 138 4 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-600\/95 {
    --scrollbar-corner: rgb(202 138 4 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700 {
    --scrollbar-corner: #a16207 !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/0 {
    --scrollbar-corner: rgb(161 98 7 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/10 {
    --scrollbar-corner: rgb(161 98 7 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/100 {
    --scrollbar-corner: rgb(161 98 7 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/20 {
    --scrollbar-corner: rgb(161 98 7 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/25 {
    --scrollbar-corner: rgb(161 98 7 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/30 {
    --scrollbar-corner: rgb(161 98 7 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/40 {
    --scrollbar-corner: rgb(161 98 7 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/5 {
    --scrollbar-corner: rgb(161 98 7 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/50 {
    --scrollbar-corner: rgb(161 98 7 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/60 {
    --scrollbar-corner: rgb(161 98 7 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/70 {
    --scrollbar-corner: rgb(161 98 7 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/75 {
    --scrollbar-corner: rgb(161 98 7 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/80 {
    --scrollbar-corner: rgb(161 98 7 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/90 {
    --scrollbar-corner: rgb(161 98 7 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-700\/95 {
    --scrollbar-corner: rgb(161 98 7 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800 {
    --scrollbar-corner: #854d0e !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/0 {
    --scrollbar-corner: rgb(133 77 14 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/10 {
    --scrollbar-corner: rgb(133 77 14 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/100 {
    --scrollbar-corner: rgb(133 77 14 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/20 {
    --scrollbar-corner: rgb(133 77 14 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/25 {
    --scrollbar-corner: rgb(133 77 14 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/30 {
    --scrollbar-corner: rgb(133 77 14 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/40 {
    --scrollbar-corner: rgb(133 77 14 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/5 {
    --scrollbar-corner: rgb(133 77 14 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/50 {
    --scrollbar-corner: rgb(133 77 14 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/60 {
    --scrollbar-corner: rgb(133 77 14 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/70 {
    --scrollbar-corner: rgb(133 77 14 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/75 {
    --scrollbar-corner: rgb(133 77 14 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/80 {
    --scrollbar-corner: rgb(133 77 14 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/90 {
    --scrollbar-corner: rgb(133 77 14 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-800\/95 {
    --scrollbar-corner: rgb(133 77 14 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900 {
    --scrollbar-corner: #713f12 !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/0 {
    --scrollbar-corner: rgb(113 63 18 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/10 {
    --scrollbar-corner: rgb(113 63 18 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/100 {
    --scrollbar-corner: rgb(113 63 18 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/20 {
    --scrollbar-corner: rgb(113 63 18 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/25 {
    --scrollbar-corner: rgb(113 63 18 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/30 {
    --scrollbar-corner: rgb(113 63 18 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/40 {
    --scrollbar-corner: rgb(113 63 18 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/5 {
    --scrollbar-corner: rgb(113 63 18 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/50 {
    --scrollbar-corner: rgb(113 63 18 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/60 {
    --scrollbar-corner: rgb(113 63 18 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/70 {
    --scrollbar-corner: rgb(113 63 18 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/75 {
    --scrollbar-corner: rgb(113 63 18 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/80 {
    --scrollbar-corner: rgb(113 63 18 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/90 {
    --scrollbar-corner: rgb(113 63 18 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-900\/95 {
    --scrollbar-corner: rgb(113 63 18 / 0.95) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950 {
    --scrollbar-corner: #422006 !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/0 {
    --scrollbar-corner: rgb(66 32 6 / 0) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/10 {
    --scrollbar-corner: rgb(66 32 6 / 0.1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/100 {
    --scrollbar-corner: rgb(66 32 6 / 1) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/20 {
    --scrollbar-corner: rgb(66 32 6 / 0.2) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/25 {
    --scrollbar-corner: rgb(66 32 6 / 0.25) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/30 {
    --scrollbar-corner: rgb(66 32 6 / 0.3) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/40 {
    --scrollbar-corner: rgb(66 32 6 / 0.4) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/5 {
    --scrollbar-corner: rgb(66 32 6 / 0.05) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/50 {
    --scrollbar-corner: rgb(66 32 6 / 0.5) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/60 {
    --scrollbar-corner: rgb(66 32 6 / 0.6) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/70 {
    --scrollbar-corner: rgb(66 32 6 / 0.7) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/75 {
    --scrollbar-corner: rgb(66 32 6 / 0.75) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/80 {
    --scrollbar-corner: rgb(66 32 6 / 0.8) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/90 {
    --scrollbar-corner: rgb(66 32 6 / 0.9) !important;
  }

  .\34xl\:scrollbar-corner-yellow-950\/95 {
    --scrollbar-corner: rgb(66 32 6 / 0.95) !important;
  }
}

